1. 82820f9 Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than by Jim Ingham · 13 years ago
  2. 7aecabb Revert r133358 which forgoes printing of breakpoint command when doing a breakpoint list where the description by Johnny Chen · 13 years ago
  3. 49da2f3 Don't print the baton when a breakpoint has a callback since it is pretty by Greg Clayton · 13 years ago
  4. ac35442 Made GetConditionText const everywhere. Made it return NULL when there's no condition by Jim Ingham · 13 years ago
  5. e5ed8e9 Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse errors when we go to run a breakpoint condition. by Jim Ingham · 13 years ago
  6. c0fa533 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 13 years ago
  7. 265ab33 Moved a lot of simple functions from StoppointLocation.cpp to be inlined in by Greg Clayton · 13 years ago
  8. 1cd466f Breakpoint::Description with eDescriptionLevelBrief should just print the number of locations, printing the list of locations is pointless. by Jim Ingham · 13 years ago
  9. 17cd995 Did some work on the "register read" command to only show the first register by Greg Clayton · 13 years ago
  10. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  11. 19a1ab8 Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpoint by Greg Clayton · 13 years ago
  12. 057f706 Fix breakpoint id test to work with clang as well as gcc; added a few by Caroline Tice · 13 years ago
  13. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  14. a99282d Add missing {} so we don't print the Baton address for the brief breakpoint listing. by Jim Ingham · 14 years ago
  15. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 14 years ago
  16. 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
  17. 7b9fcc0 When shared libraries are unloaded, they are now removed from the target by Greg Clayton · 14 years ago
  18. a91dd99 Added support for indicating to the expression parser by Sean Callanan · 14 years ago
  19. 640dc6b Added the ability to get more information on the SBThread's stop reason by Greg Clayton · 14 years ago
  20. feb6e56 Fixed a crasher (an assert was firing in the DWARF parser) when setting by Greg Clayton · 14 years ago
  21. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  22. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  23. 77e9394 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 14 years ago
  24. a62ad7c Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear by Johnny Chen · 14 years ago
  25. 7ea3523 Replace unnecessary dynamic_cast with static_cast. by Jim Ingham · 14 years ago
  26. d8ac2a1 Remove inappropriate if-clause in regex name resolution that was by Caroline Tice · 14 years ago
  27. 1de036b Don't re-insert disabled breakpoint locations. by Jim Ingham · 14 years ago
  28. 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
  29. bd5c63e Fix some memory leaks. by Caroline Tice · 14 years ago
  30. 48fbdf7 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 14 years ago
  31. 8ff5a37 Verify that we have a valid breakpoint ID before proceeding with retrieving its by Johnny Chen · 14 years ago
  32. 17dce1c by Caroline Tice · 14 years ago
  33. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  34. 5205f0b Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. by Greg Clayton · 14 years ago
  35. 72b7158 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 14 years ago
  36. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  37. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  38. c7f5d5c Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 14 years ago
  39. 3fd1f36 Have Process::CreateBreakpointSite return a break_id_t instead of a user_id_t. by Stephen Wilson · 14 years ago
  40. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  41. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  42. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  43. 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
  44. 649492b Change the Breakpoint & BreakpointLocation GetDescription methods so they call the BreakpointOptions::GetDescription rather by Jim Ingham · 14 years ago
  45. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  46. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  47. 273a8e5 patch from: Jean-Daniel Dupas by Greg Clayton · 14 years ago
  48. 10ff00e Add missing include. by Eli Friedman · 14 years ago
  49. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago