1. d55c5b1 Add Android.mk support for building LLDB on Linux host. by Todd Fiala · 11 years ago
  2. fa2cd91 Following the modification introduced in llvm by commit 185311 by Sylvestre Ledru · 11 years ago
  3. 17d5a03 Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. by Michael Sartain · 11 years ago
  4. 3cc1b9c Fix shutdown to correctly close stdout and stop showing garbage characters on exit. by Michael Sartain · 11 years ago
  5. 2686891 Append missing version number to lldb binary built by cmake by Daniel Malea · 11 years ago
  6. 4084fe7 <rdar://problem/13764135> by Greg Clayton · 11 years ago
  7. e091960 <rdar://problem/13063912> by Enrico Granata · 11 years ago
  8. 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
  9. 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
  10. 3f2f741 <rdar://problem/13457391> by Greg Clayton · 11 years ago
  11. 137c4d7 Finish up CMake support for LLDB (tested on Linux) by Daniel Malea · 11 years ago
  12. 2eaca13 Call el_resize when the window size changes. by Jim Ingham · 11 years ago
  13. 89e248f Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where by Jim Ingham · 11 years ago
  14. 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
  15. 278f16e Adding eStopReasonThreadExiting and fixing the handling of this state on Linux. by Andrew Kaylor · 11 years ago
  16. 09eb052 Initialize m_done to false in Driver constructor to avoid premature exit bug (spotted on Linux) by Daniel Malea · 11 years ago
  17. c8aa9c9 Trigger the display of error and output in sourced commands from the result object's status instead of the presence of text in the error stream by Enrico Granata · 11 years ago
  18. 1581d7d <rdar://problem/12700464> by Enrico Granata · 11 years ago
  19. 2e28123 Broadcast an event when the selected thread is changed. by Jim Ingham · 11 years ago
  20. b9db9d5 Fix a few more clang (3.2) warnings on Linux: by Daniel Malea · 11 years ago
  21. d35b7b3 More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 11 years ago
  22. 0bce9a2 <rdar://problem/12649160> by Greg Clayton · 11 years ago
  23. 6475c42 <rdar://problem/12798131> by Greg Clayton · 11 years ago
  24. b1087a2 Save and restore terminal state when lldb is suspended with SIGTSTP and resumed with SIGCONT. by Jim Ingham · 11 years ago
  25. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 11 years ago
  26. 7b771d2 eArgTypePath was removed in r166533; change -c to expect eArgTypeFilename. by Jason Molenda · 12 years ago
  27. b8fda50 Removing the two extra GetXSize(bool) calls since we do not desire to support them long-term by Enrico Granata · 12 years ago
  28. c2bc794 <rdar://problem/12446320> Fixing an issue with our Driver where setting an immediate output would not cause suppression of the final printout. This allows effective output redirection for Python commands by Enrico Granata · 12 years ago
  29. 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
  30. 31f175e Fix the extra space char being emitted in this message when breakpoints resolve - by Jason Molenda · 12 years ago
  31. f993558 Some more typing-related fixes. by Filipe Cabecinhas · 12 years ago
  32. 6c061be rdar://problem/12096295 by Johnny Chen · 12 years ago
  33. 5d90ade Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the event loop. by Jim Ingham · 12 years ago
  34. 4a379b1 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 12 years ago
  35. 2a4e9af Added an editline fix to make the delete key act as expected on Mac OS X. by Sean Callanan · 12 years ago
  36. d1e0829 rdar://problem/11649610 lldb confused by single quote in executable path by Johnny Chen · 12 years ago
  37. 0d99969 If the Driver's input reader gets an Interrupt and the current command line is empty, then treat that interrupt as an instruction to Stop the process of the currently selected target. by Jim Ingham · 12 years ago
  38. bab9b64 Add an API to determine whether there are any characters on the current input line. by Jim Ingham · 12 years ago
  39. 9ea7d87 Substitute LLVMLibsOptions for LD.Flags so we can find the mentioned libs by Filipe Cabecinhas · 12 years ago
  40. 5d44dcc Fix a typo. by Johnny Chen · 12 years ago
  41. 5a4e5af Don't intercept the quit command and override what is was doing. This was causing the "lldb" command line to deadlock when the quit command was executed sometimes. by Greg Clayton · 12 years ago
  42. 8ab2c22 Make ctrl-c terminate the current input line and start an empty line, instead of the previous content. by Johnny Chen · 12 years ago
  43. f92ddcc Print out a notification when the process of a target other than the currently selected target stops. by Jim Ingham · 12 years ago
  44. 3bbbdc3 Move the el_source() call after the section of code which sets up the default "ctrl-r" and "ctrl-w" bindings by Johnny Chen · 12 years ago
  45. abd370a Jason Molenda convinced me that we should make ctrl-w on the command line bind to ed-delete-prev-word. by Johnny Chen · 12 years ago
  46. c76486c Don't call SBDebugger::SetInternalVariable in the sigwinch_handler, since that takes locks and potentially does allocations. by Jim Ingham · 12 years ago
  47. 4722b10 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 12 years ago
  48. f125250 <rdar://problem/10605072> by Greg Clayton · 12 years ago
  49. 5a15e69 Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 12 years ago
  50. 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 12 years ago
  51. 7cd8cd5 Fixed terminal settings not being properly restored when "quit" was run. by Greg Clayton · 12 years ago
  52. db9d6f4 Cleaned up the Communication class when it tears down ConnectionFileDescriptor by Greg Clayton · 12 years ago
  53. 7e99647 This patch combines common code from Linux and FreeBSD into by Johnny Chen · 12 years ago
  54. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 12 years ago
  55. abb3302 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 13 years ago
  56. 97c8957 warnings: Fix a bunch of -Wreorder problems. by Daniel Dunbar · 13 years ago
  57. 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
  58. 83dd203 Adding "-n", "-p" and "-w" flags to the lldb command-line tool to by Jim Ingham · 13 years ago
  59. 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
  60. cf0de26 Better help string for "lldb -- file arg1 arg2..." by Jim Ingham · 13 years ago
  61. 6ae2544 Document how to pass program args to lldb command-line. by Jim Ingham · 13 years ago
  62. 558dd5b Add a version of SBDebugger::Create which allows us to specify whether to source by Jim Ingham · 13 years ago
  63. bedc667 Fixes the occasional crash on exit when quitting lldb with control-D. by Jason Molenda · 13 years ago
  64. ee6e790 Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
  65. 0eeaa98 Remove some commented out code that doesn't connect to anything yet... by Jim Ingham · 13 years ago
  66. 4b66329 Patch by David Forsythe to build lldb on FreeBSD! by Johnny Chen · 13 years ago
  67. 6247dbe Added "command history" command to dump the command history. by Jim Ingham · 13 years ago
  68. 421ca50 Don't have the debugger default to ignoring EOF. This is only what the driver by Greg Clayton · 13 years ago
  69. 845d6da by Caroline Tice · 13 years ago
  70. b38df1e by Caroline Tice · 13 years ago
  71. 882c554 by Caroline Tice · 13 years ago
  72. c5f0b99 by Caroline Tice · 13 years ago
  73. 388ca8f by Caroline Tice · 13 years ago
  74. 4a34808 by Caroline Tice · 13 years ago
  75. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  76. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 13 years ago
  77. dbeb3e1 Order of initialization lists. by Stephen Wilson · 13 years ago
  78. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  79. 52ce561 Fix makefile builds when llvm is configured with -enable-shared. by Stephen Wilson · 13 years ago
  80. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  81. aa378b1 Don't limit StreamTee to just two streams. It now can contain by Greg Clayton · 13 years ago
  82. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 13 years ago
  83. 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 13 years ago
  84. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 13 years ago
  85. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 13 years ago
  86. b2b604f Adding a Xcode workspace for lldb. by Jim Ingham · 13 years ago
  87. 4dc1892 Any arguments that are not options to the "lldb" command line driver, now get by Greg Clayton · 13 years ago
  88. eecb0f3 More reverting of the EOF stuff as the API was changed which we don't want to by Greg Clayton · 13 years ago
  89. 9ac497b by Caroline Tice · 13 years ago
  90. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 13 years ago
  91. 95e33b7 Modified the DWARF parser for both the single DWARF file and for the case by Greg Clayton · 14 years ago
  92. 36f63a9 Stop the driver from handling SIGPIPE in case we communicate with stale by Greg Clayton · 14 years ago
  93. bd5c63e Fix some memory leaks. by Caroline Tice · 14 years ago
  94. 9caa946 Exit if the command line is started with "--help". by Greg Clayton · 14 years ago
  95. 887aa28 Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 14 years ago
  96. 4d6675c by Caroline Tice · 14 years ago
  97. 757500e Fix various timing/threading problems in IOChannel & Driver that by Caroline Tice · 14 years ago
  98. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  99. eddffe9 If the file the user specifies can't be found in the current directory, by Caroline Tice · 14 years ago
  100. b8314fe Make API calls for setting/getting user settable variables static. by Caroline Tice · 14 years ago