1. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 14 years ago
  2. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  3. e8a17a9 Fixed an issue with MachTask::TaskResume () where if the task was already by Greg Clayton · 14 years ago
  4. bd5c63e Fix some memory leaks. by Caroline Tice · 14 years ago
  5. 9caa946 Exit if the command line is started with "--help". by Greg Clayton · 14 years ago
  6. 887aa28 Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 14 years ago
  7. 887eb31 Bumped versions to lldb-26 and debugserver-114 for a build. by Greg Clayton · 14 years ago
  8. 5144f38 More SWIG cleanup. Moved the breakpoint callback function back to the by Greg Clayton · 14 years ago
  9. 4d6675c by Caroline Tice · 14 years ago
  10. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
  11. 8016967 Retry task_for_pid a few times to avoid some cases where task_for_pid fails. by Greg Clayton · 14 years ago
  12. 757500e Fix various timing/threading problems in IOChannel & Driver that by Caroline Tice · 14 years ago
  13. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  14. fa15024 Another patch from Jean-Daniel. Thanks. by Johnny Chen · 14 years ago
  15. 102f4e3 Bumped Xcode lldb build number to 25 for lldb-25 and debugserver build to by Greg Clayton · 14 years ago
  16. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  17. eddffe9 If the file the user specifies can't be found in the current directory, by Caroline Tice · 14 years ago
  18. b8314fe Make API calls for setting/getting user settable variables static. by Caroline Tice · 14 years ago
  19. 0a7f75f Got the ARM version of debugserver up to date. by Greg Clayton · 14 years ago
  20. e40e764 Fixed a buffer overrun error that could occur every time the program was run due to a "sprintf" with a destination string that was too short. by Greg Clayton · 14 years ago
  21. 72f8a3c Fixed an error where a random string would get executed after a recent fix that checked if the window column size was zero was added on the lldb driver startup. by Greg Clayton · 14 years ago
  22. 6e4c5ce by Caroline Tice · 14 years ago
  23. 1a67946 Fixed a case where we might be able to acquire a mutex with a try lock and by Greg Clayton · 14 years ago
  24. 537926c Move "variable list" to "frame variable" by Jim Ingham · 14 years ago
  25. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  26. 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
  27. 4ead2e9 o Exposed SBFileSpec to the Python APIs in lldb.py. by Johnny Chen · 14 years ago
  28. 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
  29. 35c0edc Fixed debugserver to not exit when we are able to spawn the process, yet not by Greg Clayton · 14 years ago
  30. 7c98424 The unix "source" command maps to "command source" in lldb. :-) by Johnny Chen · 14 years ago
  31. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  32. 980d067 Patch from Jean-Daniel Dupas: by Greg Clayton · 14 years ago
  33. 0a164a1 Misc warning fixes. by Eli Friedman · 14 years ago
  34. 26f93ce Make current Makefiles work on Linux (at least, they work for me). Please by Eli Friedman · 14 years ago
  35. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  36. 2ee73ea Added "-Wparentheses" so we catch possible errors like: by Greg Clayton · 14 years ago
  37. e9d0df4 More leaks detection: by Greg Clayton · 14 years ago
  38. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  39. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  40. 41313fc Move the "status" command to "process status" since that's where it belongs. Also make it print "running" if invoked by Jim Ingham · 14 years ago
  41. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 14 years ago
  42. ef2bc87 Make getopt() use portable to Linux. by Eli Friedman · 14 years ago
  43. dea5ea7 Move source/Utility/PseudoTerminal.h into include/lldb/Utility. by Jason Molenda · 14 years ago
  44. d6e167d Add a few more missing includes. by Eli Friedman · 14 years ago
  45. f2f321d Misc minor warning/error fixes. by Eli Friedman · 14 years ago
  46. fdd10d6 And part two of two of fixing includes; somehow I thought the problem was more by Eli Friedman · 14 years ago
  47. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago