1. dbcf98c Track whether a process was Launched or Attached to. If Attached, the detach when the debugger is destroyed, rather than killing the process. Also added a Debugger::Clear, which gets called in Debugger::Destroy to deal with all the targets in the Debugger. Also made the Driver's main loop call Destroy on the debugger, rather than just Destroying the currently selected Target's process. by Jim Ingham · 13 years ago
  2. 83dd203 Adding "-n", "-p" and "-w" flags to the lldb command-line tool to by Jim Ingham · 13 years ago
  3. cc63746 SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger by Jim Ingham · 13 years ago
  4. cf0de26 Better help string for "lldb -- file arg1 arg2..." by Jim Ingham · 13 years ago
  5. 6ae2544 Document how to pass program args to lldb command-line. by Jim Ingham · 13 years ago
  6. 558dd5b Add a version of SBDebugger::Create which allows us to specify whether to source by Jim Ingham · 13 years ago
  7. bedc667 Fixes the occasional crash on exit when quitting lldb with control-D. by Jason Molenda · 13 years ago
  8. ee6e790 Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
  9. 0eeaa98 Remove some commented out code that doesn't connect to anything yet... by Jim Ingham · 13 years ago
  10. 4b66329 Patch by David Forsythe to build lldb on FreeBSD! by Johnny Chen · 13 years ago
  11. 6247dbe Added "command history" command to dump the command history. by Jim Ingham · 13 years ago
  12. 421ca50 Don't have the debugger default to ignoring EOF. This is only what the driver by Greg Clayton · 13 years ago
  13. 845d6da by Caroline Tice · 13 years ago
  14. b38df1e by Caroline Tice · 13 years ago
  15. 882c554 by Caroline Tice · 14 years ago
  16. c5f0b99 by Caroline Tice · 14 years ago
  17. 388ca8f by Caroline Tice · 14 years ago
  18. 4a34808 by Caroline Tice · 14 years ago
  19. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
  20. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 14 years ago
  21. dbeb3e1 Order of initialization lists. by Stephen Wilson · 14 years ago
  22. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  23. 52ce561 Fix makefile builds when llvm is configured with -enable-shared. by Stephen Wilson · 14 years ago
  24. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 14 years ago
  25. aa378b1 Don't limit StreamTee to just two streams. It now can contain by Greg Clayton · 14 years ago
  26. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 14 years ago
  27. 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 14 years ago
  28. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 14 years ago
  29. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 14 years ago
  30. b2b604f Adding a Xcode workspace for lldb. by Jim Ingham · 14 years ago
  31. 4dc1892 Any arguments that are not options to the "lldb" command line driver, now get by Greg Clayton · 14 years ago
  32. eecb0f3 More reverting of the EOF stuff as the API was changed which we don't want to by Greg Clayton · 14 years ago
  33. 9ac497b by Caroline Tice · 14 years ago
  34. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  35. 95e33b7 Modified the DWARF parser for both the single DWARF file and for the case by Greg Clayton · 14 years ago
  36. 36f63a9 Stop the driver from handling SIGPIPE in case we communicate with stale by Greg Clayton · 14 years ago
  37. bd5c63e Fix some memory leaks. by Caroline Tice · 14 years ago
  38. 9caa946 Exit if the command line is started with "--help". by Greg Clayton · 14 years ago
  39. 887aa28 Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 14 years ago
  40. 4d6675c by Caroline Tice · 14 years ago
  41. 757500e Fix various timing/threading problems in IOChannel & Driver that by Caroline Tice · 14 years ago
  42. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  43. eddffe9 If the file the user specifies can't be found in the current directory, by Caroline Tice · 14 years ago
  44. b8314fe Make API calls for setting/getting user settable variables static. by Caroline Tice · 14 years ago
  45. 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
  46. 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
  47. 6e4c5ce by Caroline Tice · 14 years ago
  48. 537926c Move "variable list" to "frame variable" by Jim Ingham · 14 years ago
  49. 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
  50. 4ead2e9 o Exposed SBFileSpec to the Python APIs in lldb.py. by Johnny Chen · 14 years ago
  51. 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
  52. 7c98424 The unix "source" command maps to "command source" in lldb. :-) by Johnny Chen · 14 years ago
  53. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  54. 980d067 Patch from Jean-Daniel Dupas: by Greg Clayton · 14 years ago
  55. 0a164a1 Misc warning fixes. by Eli Friedman · 14 years ago
  56. 26f93ce Make current Makefiles work on Linux (at least, they work for me). Please by Eli Friedman · 14 years ago
  57. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  58. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  59. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  60. 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
  61. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 14 years ago
  62. ef2bc87 Make getopt() use portable to Linux. by Eli Friedman · 14 years ago
  63. dea5ea7 Move source/Utility/PseudoTerminal.h into include/lldb/Utility. by Jason Molenda · 14 years ago
  64. d6e167d Add a few more missing includes. by Eli Friedman · 14 years ago
  65. f2f321d Misc minor warning/error fixes. by Eli Friedman · 14 years ago
  66. fdd10d6 And part two of two of fixing includes; somehow I thought the problem was more by Eli Friedman · 14 years ago
  67. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago