diff options
author | Greg Clayton <gclayton@apple.com> | 2011-07-10 19:21:23 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-07-10 19:21:23 +0000 |
commit | 45ba8543990752e43b18825109ee4b5d2524f6a1 (patch) | |
tree | 60a20c98262e4aa8bf3d2e577a2922541c8ee27b /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | e3531fcf884c1a43f6a5826fe5e5f94db790e998 (diff) | |
download | bcm5719-llvm-45ba8543990752e43b18825109ee4b5d2524f6a1.tar.gz bcm5719-llvm-45ba8543990752e43b18825109ee4b5d2524f6a1.zip |
Allow the built in ValueObject summary providers for C strings
use lldb_private::Target::ReadMemory(...) to allow constant strings
to be displayed in global variables prior on in between process
execution.
Centralized the variable declaration dumping into:
bool
Variable::DumpDeclaration (Stream *s, bool show_fullpaths, bool show_module);
Fixed an issue if you used "target variable --regex <regex>" where the
variable name would not be displayed, but the regular expression would.
Fixed an issue when viewing global variables through "target variable"
might not display correctly when doing DWARF in object files.
llvm-svn: 134878
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions