summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Reproducer] Add version checkJonas Devlieghere2019-12-032-1/+5
* [lldb] fix a -Wcast-qual warningPavel Labath2019-11-261-1/+1
* [Driver] Fix newline at the end of help outputJonas Devlieghere2019-11-211-3/+2
* [Reproducer] Instruct users to replay reproducerJonas Devlieghere2019-11-211-4/+12
* [Docs] Generate the LLDB man page with SphinxJonas Devlieghere2019-11-211-1/+3
* [Driver] Fix missing space in lldb --help output.Jonas Devlieghere2019-11-201-1/+1
* [Reproducer] Generate LLDB reproducer on crashJonas Devlieghere2019-11-201-0/+17
* [LLDB] Fix formatting in the driver (NFC)Jonas Devlieghere2019-11-191-2/+1
* [Signal] Allow llvm clients to opt into one-shot SIGPIPE handlingVedant Kumar2019-11-181-20/+1
* [CMake] Configure the Info.plist so it contains a real version number.Jonas Devlieghere2019-11-152-2/+6
* [LLDB] Don't install the pretty stack trace handler twice.Jonas Devlieghere2019-11-131-7/+3
* [lldb] Record framework build path and use it everywhereHaibo Huang2019-11-061-2/+1
* [Driver] Force llvm to install its handlers before lldb'sVedant Kumar2019-10-251-0/+19
* Revert "Disable exit-on-SIGPIPE in lldb"Vedant Kumar2019-10-241-10/+0
* Disable exit-on-SIGPIPE in lldbVedant Kumar2019-10-181-0/+10
* [LLDB] [Driver] Use llvm::InitLLVM to do unicode argument conversion on WindowsMartin Storsjo2019-10-111-17/+3
* SBFile support in SBCommandReturnObjectLawrence D'Anna2019-10-091-6/+7
* [Driver] Remove duplicate option parsing (NFC)Jonas Devlieghere2019-09-031-8/+1
* Detect HAVE_SYS_TYPES_H in lldbHaibo Huang2019-08-071-0/+2
* Various build fixes for lldb on MinGWHaibo Huang2019-08-061-0/+3
* [windows] re-call signal in sigint_handler for WindowsNathan Lanza2019-07-121-0/+3
* [CMake] LLDB.framework tools handlingStefan Granitz2019-05-291-1/+11
* [CMake] Folder structure for generated Xcode project to cover more targetsStefan Granitz2019-05-281-0/+2
* [lldb] Fix use-of-uninitialized-value in DriverJorge Gorbe Moya2019-05-221-1/+1
* [CMake] Inline info plist in lldb driverStefan Granitz2019-05-171-0/+5
* typedef enum -> enumFangrui Song2019-05-141-2/+2
* [Driver] Add command line option to allow loading local lldbinit file.Jonas Devlieghere2019-05-072-0/+8
* [Driver] Change the way we deal with local lldbinit files.Jonas Devlieghere2019-05-062-60/+12
* [Driver] Remove unused functions (NFC)Jonas Devlieghere2019-04-262-53/+27
* Fix signed-unsigned comparison warning in Driver.cppPavel Labath2019-04-081-1/+1
* Fix and simplify PrepareCommandsForSourcingAdrian McCarthy2019-04-031-75/+44
* Update the lldb driver to support the -O and -S options when passing --replAdrian Prantl2019-03-251-125/+137
* [Reproducers] Support capturing a reproducer without an explicit path.Jonas Devlieghere2019-03-122-19/+38
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-1/+1
* [Reproducers] Enable replay from SBRepro.Jonas Devlieghere2019-03-061-1/+1
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-211-7/+13
* Fix some warnings introduced in r353324 (ReproducerInstrumentation patch)Pavel Labath2019-02-071-4/+0
* [Driver] Don't try to replay reproducer in the driver.Jonas Devlieghere2019-02-071-9/+0
* [Reproducers] SBReproducer framework: Capture & ReplayJonas Devlieghere2019-02-061-1/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* [Driver] Some more cleanup. NFCJonas Devlieghere2019-01-052-34/+35
* [CMake] Revised RPATH handlingStefan Granitz2019-01-041-0/+4
* [CMake] Revised LLDB.framework buildsStefan Granitz2019-01-041-1/+0
* [Driver] Remove unused importsJonas Devlieghere2019-01-021-7/+0
* [Driver] Fix --repl argument.Jonas Devlieghere2018-12-172-8/+19
* [Driver] Simplify OptionData. NFCJonas Devlieghere2018-12-112-68/+36
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-032-21/+26
* Fix windows build broken by r347846Pavel Labath2018-11-291-1/+0
* Remove getopt includes from the driverPavel Labath2018-11-292-13/+0
* [driver] Fix --core/-c and add testJonas Devlieghere2018-11-292-50/+48
OpenPOWER on IntegriCloud