Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
2d4edfbc6ad8c8823791dd0285302282d2d2ed03
/
lldb
/
source
/
Target
/
Target.cpp
2d4edfb
Modified all logging calls to hand out shared pointers to make sure we
by Greg Clayton
· 15 years ago
cfd1ace
Cleaned up the API logging a lot more to reduce redundant information and
by Greg Clayton
· 15 years ago
4838131
Improved API logging.
by Greg Clayton
· 15 years ago
93aa84e
Modified the lldb_private::TypeList to use a std::multimap for quicker lookup
by Greg Clayton
· 15 years ago
322f529
Added a user-settable variable, 'target.expr-prefix',
by Sean Callanan
· 15 years ago
307de25
After a recent fix to not set the default architecture to "x86_64", the string value for the default arch was coming out as a value that shouldn't be user visible. Now we don't show any value when it isn't set.
by Greg Clayton
· 15 years ago
ceb6b13
First pass at adding logging capabilities for the API functions. At the moment
by Caroline Tice
· 15 years ago
0668d1e
Don't set the default architecture to x86_64. Leave it NULL so that it isn't set to anything and so that any single architecture binary will adopt that architecture instead of posting an error stating the binary doesn't contain "x86_64".
by Greg Clayton
· 15 years ago
dd36def
Added a new Host call to find LLDB related paths:
by Greg Clayton
· 15 years ago
36f3b36
Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing.
by Jim Ingham
· 15 years ago
8941142
Hooked up ability to look up data symbols so they show up in disassembly
by Greg Clayton
· 15 years ago
0603aa9
There are now to new "settings set" variables that live in each debugger
by Greg Clayton
· 15 years ago
1559a46
by Caroline Tice
· 15 years ago
d7aa114
Fixed a build warning where no return values was being returned.
by Greg Clayton
· 15 years ago
12cecd7
Make GetInstanceSettingsValue methods take an Error * rather than an Error &,
by Caroline Tice
· 15 years ago
daccaa9
Add UserSettings to Target class, making Target settings
by Caroline Tice
· 15 years ago
17f6920
Clear the section list when a our current process is destroyed.
by Greg Clayton
· 15 years ago
f5e56de
Moved the section load list up into the target so we can use the target
by Greg Clayton
· 15 years ago
1b72fcb
Added support for inlined stack frames being represented as real stack frames
by Greg Clayton
· 15 years ago
5aee162
Change Target & Process so they can really be initialized with an invalid architecture.
by Jim Ingham
· 15 years ago
9fed0d8
Added needed breakpoint functionality to the public API that includes:
by Greg Clayton
· 15 years ago
35f3dd2
Removed a commented out function and did a little reformatting.
by Greg Clayton
· 15 years ago
dda4f7b
Centralized all disassembly into static functions in source/Core/Disassembler.cpp.
by Greg Clayton
· 15 years ago
0c5cd90
Added function name types to allow us to set breakpoints by name more
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
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago