- ded470d Added more platform support. There are now some new commands: by Greg Clayton · 14 years ago
- 9575d84 Add a first pass at a "stop hook" mechanism. This allows you to add commands that get run every time the debugger stops, whether due to a breakpoint, the end of a step, interrupt, etc. You can also specify in which context you want the stop hook to run, for instance only on a particular thread, or only in a particular shared library, function, file, line range within a file. by Jim Ingham · 14 years ago
- 20bd37f by Caroline Tice · 14 years ago
- e996fd3 LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 14 years ago
- 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 14 years ago
- bfe5f3b Added new target instance settings for execution settings: by Greg Clayton · 14 years ago
- d0a3e12b Destroy the dynamic loader plugin in Process::Finalize. If you wait till the auto_ptr gets deleted in the normal course of things the real process class will have been destroyed already, and it's hard to shut down the dynamic loader without accessing some process pure virtual method. by Jim Ingham · 14 years ago
- 514487e Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
- 6083026 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 14 years ago
- 25c9870 Removed unneeded header file. by Greg Clayton · 14 years ago
- c3f381b Removed a memory map loading of a file where the mmap contents were just by Greg Clayton · 14 years ago
- aa1c587 Fixed a crasher due to not checking if a shared pointer (m_last_created_breakpoint) by Greg Clayton · 14 years ago
- 6d5e68e Added the ability to StackFrame::GetValueForVariableExpressionPath(...) to avoid by Greg Clayton · 14 years ago
- 92adcac Implemented a major overhaul of the way variables are handled by Sean Callanan · 14 years ago
- 3e06bd9 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 14 years ago
- db59823 Added the ability for Target::ReadMemory to prefer to read from the file by Greg Clayton · 14 years ago
- af67cec The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 14 years ago
- 54979cd Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() by Greg Clayton · 14 years ago
- 8b2fe6d Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
- a4d7830 When shared libraries are unloaded, they are now removed from the target by Greg Clayton · 14 years ago
- 85851dd Added the ability for a process to inherit the current host environment. This by Greg Clayton · 14 years ago
- dbe5450 Fixed an issue where the UserSettingsControllers were being created out of by Greg Clayton · 15 years ago
- 99d0faf Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 15 years ago
- 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