| Commit message (Expand) | Author | Age | Files | Lines |
* | typedef enum -> enum | Fangrui Song | 2019-05-14 | 1 | -2/+2 |
* | [Driver] Change the way we deal with local lldbinit files. | Jonas Devlieghere | 2019-05-06 | 1 | -8/+2 |
* | [Driver] Remove unused functions (NFC) | Jonas Devlieghere | 2019-04-26 | 1 | -11/+0 |
* | Bring Doxygen comment syntax in sync with LLVM coding style. | Adrian Prantl | 2019-03-11 | 1 | -1/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [Driver] Some more cleanup. NFC | Jonas Devlieghere | 2019-01-05 | 1 | -2/+2 |
* | [Driver] Simplify OptionData. NFC | Jonas Devlieghere | 2018-12-11 | 1 | -27/+28 |
* | [driver] Some NFC cleanup | Jonas Devlieghere | 2018-11-28 | 1 | -2/+1 |
* | [Driver] Use libOption with tablegen. | Jonas Devlieghere | 2018-11-27 | 1 | -10/+13 |
* | [Driver] Remove unused declarations and "include" directives | Tatyana Krasnukha | 2018-09-28 | 1 | -9/+0 |
* | Clean-up usage of OptionDefinition arrays | Tatyana Krasnukha | 2018-09-28 | 1 | -2/+0 |
* | Allow specifying an exit code for the 'quit' command | Raphael Isemann | 2018-07-11 | 1 | -1/+4 |
* | Finish breaking the dependency from Utility. | Zachary Turner | 2017-02-16 | 1 | -1/+1 |
* | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -111/+88 |
* | This patch stops lldb from loading a .lldbinit file from the current | Jason Molenda | 2016-02-19 | 1 | -2/+4 |
* | Added support for the "--repl" argument to LLDB. | Sean Callanan | 2015-10-20 | 1 | -0/+3 |
* | Make command files specified to the driver actually print their | Jim Ingham | 2015-07-08 | 1 | -1/+1 |
* | Make the sourcing of the local .lldbinit file quiet. | Jim Ingham | 2014-11-22 | 1 | -4/+17 |
* | Add "-k" and "-K" options to the driver, that allow you to register | Jim Ingham | 2014-11-19 | 1 | -2/+10 |
* | This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit... | Jim Ingham | 2014-10-14 | 1 | -0/+1 |
* | (no commit message) | Greg Clayton | 2014-07-30 | 1 | -1/+1 |
* | Remove unused defines from lldb driver. | Todd Fiala | 2014-06-05 | 1 | -3/+0 |
* | Merging the iohandler branch back into main. | Greg Clayton | 2014-01-27 | 1 | -80/+0 |
* | Patch enabling lldb command line driver to run on windows. | Deepak Panickal | 2013-10-15 | 1 | -0/+1 |
* | This changes how the --source driver argument works. I split this into four ... | Jim Ingham | 2013-09-14 | 1 | -7/+9 |
* | <rdar://problem/13764135> | Greg Clayton | 2013-05-14 | 1 | -0/+1 |
* | After discussing with Chris Lattner, we require C++11, so lets get rid of the... | Greg Clayton | 2013-04-18 | 1 | -1/+1 |
* | Since we use C++11, we should switch over to using std::unique_ptr when C++11... | Greg Clayton | 2013-04-18 | 1 | -1/+1 |
* | Call el_resize when the window size changes. | Jim Ingham | 2013-02-22 | 1 | -0/+3 |
* | Added an SBAPI to get the PythonPath (if the Host knows how to do that). And... | Jim Ingham | 2012-12-21 | 1 | -0/+1 |
* | Change the Thread constructor over to take a Process& rather than a ProcessSP... | Jim Ingham | 2012-10-10 | 1 | -0/+3 |
* | rdar://problem/12096295 | Johnny Chen | 2012-08-15 | 1 | -0/+1 |
* | <rdar://problem/10605072> | Greg Clayton | 2012-02-29 | 1 | -0/+13 |
* | Send Breakpoint Changed events for all the relevant changes to breakpoints. | Jim Ingham | 2012-02-08 | 1 | -0/+3 |
* | Adding "-n", "-p" and "-w" flags to the lldb command-line tool to | Jim Ingham | 2011-09-13 | 1 | -0/+3 |
* | Make sure writing asynchronous output only backs up | Caroline Tice | 2011-05-09 | 1 | -0/+6 |
* | This patch captures and serializes all output being written by the | Caroline Tice | 2011-05-02 | 1 | -0/+2 |
* | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -1/+1 |
* | Any arguments that are not options to the "lldb" command line driver, now get | Greg Clayton | 2010-12-08 | 1 | -1/+1 |
* | Fix various timing/threading problems in IOChannel & Driver that | Caroline Tice | 2010-09-29 | 1 | -2/+2 |
* | Added a way to open the current source file & line in an external editor, and... | Jim Ingham | 2010-08-30 | 1 | -0/+1 |
* | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 2010-08-26 | 1 | -1/+1 |
* | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -2/+10 |
* | Move source/Utility/PseudoTerminal.h into include/lldb/Utility. | Jason Molenda | 2010-06-09 | 1 | -1/+1 |
* | Misc minor warning/error fixes. | Eli Friedman | 2010-06-09 | 1 | -1/+1 |
* | And part two of two of fixing includes; somehow I thought the problem was more | Eli Friedman | 2010-06-09 | 1 | -4/+4 |
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+156 |