<rdar://problem/12552374>
authorEnrico Granata <egranata@apple.com>
Tue, 29 Jan 2013 01:48:30 +0000 (01:48 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 29 Jan 2013 01:48:30 +0000 (01:48 +0000)
commitb84a9dbf6b787f10cffe43a825a0b75b6f87fec2
tree0d25163e0e7e346f0b07e14a2c8917e92b9c2075
parentd11c7a16289b43094b9de51ed437770607cb45a5
<rdar://problem/12552374>

Replacing the address argument type with address-expression in cases where StringToAddress() is used, and hence an expression can be passed where previously only a numeric address was allowed
This makes the documentation more clear and helps users discover that they can truly pass in an expression in these situations.

llvm-svn: 173753
lldb/include/lldb/lldb-enumerations.h
lldb/source/Commands/CommandObjectBreakpoint.cpp
lldb/source/Commands/CommandObjectDisassemble.cpp
lldb/source/Commands/CommandObjectMemory.cpp
lldb/source/Commands/CommandObjectSource.cpp
lldb/source/Commands/CommandObjectTarget.cpp
lldb/source/Interpreter/CommandObject.cpp