Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
e5e34cb15f031237004b05abfa623c71f879f6c0
/
source
/
Commands
/
CommandObjectMemory.cpp
018921d
*Some more optimizations in usage of ConstString
by Enrico Granata
· 14 years ago
840eb26
CFString.py now shows contents in a more NSString-like way (e.g. you get @"Hello" instead of "Hello")
by Enrico Granata
· 14 years ago
e4e3e2c
when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object
by Enrico Granata
· 14 years ago
7f163b3
Some descriptive text for the Python script feature:
by Enrico Granata
· 14 years ago
8cc3f69
Allow reading memory from files before the target has been run.
by Jim Ingham
· 14 years ago
801417e
Added "target variable" command that allows introspection of global
by Greg Clayton
· 14 years ago
3182eff
Centralized all of the format to c-string and to format character code inside
by Greg Clayton
· 14 years ago
307fa07
Added a new format for displaying an array of characters: eFormatCharArray
by Greg Clayton
· 14 years ago
10de7d1
Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay).
by Jim Ingham
· 14 years ago
56bbdaf
Added the ability to specify dumping options (show types, show location,
by Greg Clayton
· 14 years ago
57b3c6b
Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added
by Greg Clayton
· 14 years ago
143fcc3
Added two new classes for command options:
by Greg Clayton
· 14 years ago
b72d0f0
Moved the execution context that was in the Debugger into
by Greg Clayton
· 14 years ago
f15996e
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
by Greg Clayton
· 14 years ago
24bc5d9
Many improvements to the Platform base class and subclasses. The base Platform
by Greg Clayton
· 14 years ago
b344843
Fixed the LLDB build so that we can have private types, private enums and
by Greg Clayton
· 14 years ago
4fdf760
Split all of the core of LLDB.framework/lldb.so into a
by Greg Clayton
· 14 years ago
395fc33
Made lldb_private::ArchSpec contain much more than just an architecture. It
by Greg Clayton
· 15 years ago
5892856
Use Host::File in lldb_private::StreamFile and other places to cleanup host
by Greg Clayton
· 15 years ago
537a7a8
Fixed an issue where we were resolving paths when we should have been.
by Greg Clayton
· 15 years ago
e9f5fbd
Added new options to memory read to allow saving memory to disk
by Greg Clayton
· 15 years ago
43b014a
Modify existing commands with arguments to use the new argument mechanism
by Caroline Tice
· 15 years ago
4d6675c
by Caroline Tice
· 15 years ago
238c0a1
Fixed the way set/show variables were being accessed to being natively
by Greg Clayton
· 15 years ago
abb507a
Clean up, clarify and standardize help text, and fix a few help text formatting problems.
by Caroline Tice
· 15 years ago
c1ad82e
by Caroline Tice
· 15 years ago
53d68e7
Remove use of STL collection class use of the "data()" method since it isn't
by Greg Clayton
· 15 years ago
54e7afa
Merged Eli Friedman's linux build changes where he added Makefile files that
by Greg Clayton
· 15 years ago
63094e0
Very large changes that were needed in order to allow multiple connections
by Greg Clayton
· 15 years ago
84cdc15
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
by Jim Ingham
· 15 years ago
34e9a98
Change the Options parser over to use a mask rather than an ordinal for option sets.
by Jim Ingham
· 15 years ago
24943d2
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago