Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
369bddf5ad8cb1543d38d4afd12cce768292114a
/
lldb
/
source
/
Commands
/
CommandObjectMemory.cpp
2837b76
Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay).
by Jim Ingham
· 14 years ago
68ebae6
Added the ability to specify dumping options (show types, show location,
by Greg Clayton
· 14 years ago
84c3966
Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added
by Greg Clayton
· 14 years ago
f6b8b58
Added two new classes for command options:
by Greg Clayton
· 15 years ago
8b82f08
Moved the execution context that was in the Debugger into
by Greg Clayton
· 15 years ago
eb0103f
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
by Greg Clayton
· 15 years ago
32e0a75
Many improvements to the Platform base class and subclasses. The base Platform
by Greg Clayton
· 15 years ago
e0d378b
Fixed the LLDB build so that we can have private types, private enums and
by Greg Clayton
· 15 years ago
7a5388b
Split all of the core of LLDB.framework/lldb.so into a
by Greg Clayton
· 15 years ago
514487e
Made lldb_private::ArchSpec contain much more than just an architecture. It
by Greg Clayton
· 15 years ago
51b1e2d
Use Host::File in lldb_private::StreamFile and other places to cleanup host
by Greg Clayton
· 15 years ago
274060b
Fixed an issue where we were resolving paths when we should have been.
by Greg Clayton
· 15 years ago
6d7e77b
Added new options to memory read to allow saving memory to disk
by Greg Clayton
· 15 years ago
405fe67
Modify existing commands with arguments to use the new argument mechanism
by Caroline Tice
· 15 years ago
deaab22
by Caroline Tice
· 15 years ago
a701509
Fixed the way set/show variables were being accessed to being natively
by Greg Clayton
· 15 years ago
e3d2631
Clean up, clarify and standardize help text, and fix a few help text formatting problems.
by Caroline Tice
· 15 years ago
3f4c09c
by Caroline Tice
· 15 years ago
471b31c
Remove use of STL collection class use of the "data()" method since it isn't
by Greg Clayton
· 15 years ago
c982c76
Merged Eli Friedman's linux build changes where he added Makefile files that
by Greg Clayton
· 15 years ago
6611103
Very large changes that were needed in order to allow multiple connections
by Greg Clayton
· 15 years ago
40af72e
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
by Jim Ingham
· 15 years ago
8651121
Change the Options parser over to use a mask rather than an ordinal for option sets.
by Jim Ingham
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago