1. 4084fe7 <rdar://problem/13764135> by Greg Clayton · 11 years ago
  2. 102b2c2 After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 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. 2eaca13 Call el_resize when the window size changes. by Jim Ingham · 11 years ago
  5. aa93c93 Added an SBAPI to get the PythonPath (if the Host knows how to do that). And a -P option to the Driver by Jim Ingham · 11 years ago
  6. 94a5d0d Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP. by Jim Ingham · 12 years ago
  7. 6c061be rdar://problem/12096295 by Johnny Chen · 12 years ago
  8. f125250 <rdar://problem/10605072> by Greg Clayton · 12 years ago
  9. 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 12 years ago
  10. 83dd203 Adding "-n", "-p" and "-w" flags to the lldb command-line tool to by Jim Ingham · 13 years ago
  11. b38df1e by Caroline Tice · 13 years ago
  12. 4a34808 by Caroline Tice · 13 years ago
  13. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  14. 4dc1892 Any arguments that are not options to the "lldb" command line driver, now get by Greg Clayton · 13 years ago
  15. 757500e Fix various timing/threading problems in IOChannel & Driver that by Caroline Tice · 14 years ago
  16. 74989e8 Added a way to open the current source file & line in an external editor, and you can turn this on with: by Jim Ingham · 14 years ago
  17. c833295 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 14 years ago
  18. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  19. dea5ea7 Move source/Utility/PseudoTerminal.h into include/lldb/Utility. by Jason Molenda · 14 years ago
  20. f2f321d Misc minor warning/error fixes. by Eli Friedman · 14 years ago
  21. fdd10d6 And part two of two of fixing includes; somehow I thought the problem was more by Eli Friedman · 14 years ago
  22. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago