1. f189358 Hardened LLDB against NULL conditions being passed to breakpoints. by Sean Callanan · 11 years ago
  2. 28195f9 Optimized the way breakpoint conditions are evaluated. by Sean Callanan · 11 years ago
  3. 81a96aa Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 11 years ago
  4. 2753a02 Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. by Jim Ingham · 12 years ago
  5. 14f17cf Jeeze... Remove two unneeded #include's of ThreadPlanTestCondition.h, and replace them with by Jim Ingham · 12 years ago
  6. b5d55cf Cleanup - removing the ThreadPlanTestCondition and its helper functions. It is not needed, by Jim Ingham · 12 years ago
  7. daa6efe The "desired result type" code in the expression by Sean Callanan · 12 years ago
  8. 5b658cc Added a language parameter to the expression parser, by Sean Callanan · 13 years ago
  9. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  10. 987c7eb Adopt the intrusive pointers in: by Greg Clayton · 13 years ago
  11. 47dc457 This patch modifies the expression parser to allow it by Sean Callanan · 13 years ago
  12. 7aecabb Revert r133358 which forgoes printing of breakpoint command when doing a breakpoint list where the description by Johnny Chen · 13 years ago
  13. 49da2f3 Don't print the baton when a breakpoint has a callback since it is pretty by Greg Clayton · 13 years ago
  14. ac35442 Made GetConditionText const everywhere. Made it return NULL when there's no condition by Jim Ingham · 13 years ago
  15. a99282d Add missing {} so we don't print the Baton address for the brief breakpoint listing. by Jim Ingham · 13 years ago
  16. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 13 years ago
  17. a91dd99 Added support for indicating to the expression parser by Sean Callanan · 14 years ago
  18. 77e9394 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 14 years ago
  19. 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
  20. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  21. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  22. 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
  23. 649492b Change the Breakpoint & BreakpointLocation GetDescription methods so they call the BreakpointOptions::GetDescription rather by Jim Ingham · 14 years ago
  24. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  25. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago