1. a99282d Add missing {} so we don't print the Baton address for the brief breakpoint listing. by Jim Ingham · 14 years ago
  2. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 14 years ago
  3. ab42902 Fixed an issue where the macosx dynamic loader, on the first shared library loaded notification, wasn't properly removing shared libraries from the target that didn't get loaded. This usually happens when a different shared library is loaded in place of another due to DYLD_LIBRARY_PATH or DYLD_FRAMEWORK_PATH environment variables. We now properly remove any images that didn't make it into the executable. by Greg Clayton · 14 years ago
  4. 7b9fcc0 When shared libraries are unloaded, they are now removed from the target by Greg Clayton · 14 years ago
  5. a91dd99 Added support for indicating to the expression parser by Sean Callanan · 14 years ago
  6. 640dc6b Added the ability to get more information on the SBThread's stop reason by Greg Clayton · 14 years ago
  7. feb6e56 Fixed a crasher (an assert was firing in the DWARF parser) when setting by Greg Clayton · 14 years ago
  8. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  9. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  10. 77e9394 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 14 years ago
  11. a62ad7c Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear by Johnny Chen · 14 years ago
  12. 7ea3523 Replace unnecessary dynamic_cast with static_cast. by Jim Ingham · 14 years ago
  13. d8ac2a1 Remove inappropriate if-clause in regex name resolution that was by Caroline Tice · 14 years ago
  14. 1de036b Don't re-insert disabled breakpoint locations. by Jim Ingham · 14 years ago
  15. d168690 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 · 14 years ago
  16. bd5c63e Fix some memory leaks. by Caroline Tice · 14 years ago
  17. 48fbdf7 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 14 years ago
  18. 8ff5a37 Verify that we have a valid breakpoint ID before proceeding with retrieving its by Johnny Chen · 14 years ago
  19. 17dce1c by Caroline Tice · 14 years ago
  20. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  21. 5205f0b Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. by Greg Clayton · 14 years ago
  22. 72b7158 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 14 years ago
  23. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  24. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  25. c7f5d5c Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 14 years ago
  26. 3fd1f36 Have Process::CreateBreakpointSite return a break_id_t instead of a user_id_t. by Stephen Wilson · 14 years ago
  27. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  28. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  29. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  30. 9c6898b Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the const-ness right to ensure you are not making a copy of the owning breakpoint's ThreadSpec in a breakpoint location. Also change the name from NoCopy to NoCreate since that's clearer. by Jim Ingham · 14 years ago
  31. 649492b Change the Breakpoint & BreakpointLocation GetDescription methods so they call the BreakpointOptions::GetDescription rather by Jim Ingham · 14 years ago
  32. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  33. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  34. 273a8e5 patch from: Jean-Daniel Dupas by Greg Clayton · 14 years ago
  35. 10ff00e Add missing include. by Eli Friedman · 14 years ago
  36. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago