index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
tools
/
driver
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/Reproducer] Add version check
Jonas Devlieghere
2019-12-03
2
-1
/
+5
*
[lldb] fix a -Wcast-qual warning
Pavel Labath
2019-11-26
1
-1
/
+1
*
[Driver] Fix newline at the end of help output
Jonas Devlieghere
2019-11-21
1
-3
/
+2
*
[Reproducer] Instruct users to replay reproducer
Jonas Devlieghere
2019-11-21
1
-4
/
+12
*
[Docs] Generate the LLDB man page with Sphinx
Jonas Devlieghere
2019-11-21
1
-1
/
+3
*
[Driver] Fix missing space in lldb --help output.
Jonas Devlieghere
2019-11-20
1
-1
/
+1
*
[Reproducer] Generate LLDB reproducer on crash
Jonas Devlieghere
2019-11-20
1
-0
/
+17
*
[LLDB] Fix formatting in the driver (NFC)
Jonas Devlieghere
2019-11-19
1
-2
/
+1
*
[Signal] Allow llvm clients to opt into one-shot SIGPIPE handling
Vedant Kumar
2019-11-18
1
-20
/
+1
*
[CMake] Configure the Info.plist so it contains a real version number.
Jonas Devlieghere
2019-11-15
2
-2
/
+6
*
[LLDB] Don't install the pretty stack trace handler twice.
Jonas Devlieghere
2019-11-13
1
-7
/
+3
*
[lldb] Record framework build path and use it everywhere
Haibo Huang
2019-11-06
1
-2
/
+1
*
[Driver] Force llvm to install its handlers before lldb's
Vedant Kumar
2019-10-25
1
-0
/
+19
*
Revert "Disable exit-on-SIGPIPE in lldb"
Vedant Kumar
2019-10-24
1
-10
/
+0
*
Disable exit-on-SIGPIPE in lldb
Vedant Kumar
2019-10-18
1
-0
/
+10
*
[LLDB] [Driver] Use llvm::InitLLVM to do unicode argument conversion on Windows
Martin Storsjo
2019-10-11
1
-17
/
+3
*
SBFile support in SBCommandReturnObject
Lawrence D'Anna
2019-10-09
1
-6
/
+7
*
[Driver] Remove duplicate option parsing (NFC)
Jonas Devlieghere
2019-09-03
1
-8
/
+1
*
Detect HAVE_SYS_TYPES_H in lldb
Haibo Huang
2019-08-07
1
-0
/
+2
*
Various build fixes for lldb on MinGW
Haibo Huang
2019-08-06
1
-0
/
+3
*
[windows] re-call signal in sigint_handler for Windows
Nathan Lanza
2019-07-12
1
-0
/
+3
*
[CMake] LLDB.framework tools handling
Stefan Granitz
2019-05-29
1
-1
/
+11
*
[CMake] Folder structure for generated Xcode project to cover more targets
Stefan Granitz
2019-05-28
1
-0
/
+2
*
[lldb] Fix use-of-uninitialized-value in Driver
Jorge Gorbe Moya
2019-05-22
1
-1
/
+1
*
[CMake] Inline info plist in lldb driver
Stefan Granitz
2019-05-17
1
-0
/
+5
*
typedef enum -> enum
Fangrui Song
2019-05-14
1
-2
/
+2
*
[Driver] Add command line option to allow loading local lldbinit file.
Jonas Devlieghere
2019-05-07
2
-0
/
+8
*
[Driver] Change the way we deal with local lldbinit files.
Jonas Devlieghere
2019-05-06
2
-60
/
+12
*
[Driver] Remove unused functions (NFC)
Jonas Devlieghere
2019-04-26
2
-53
/
+27
*
Fix signed-unsigned comparison warning in Driver.cpp
Pavel Labath
2019-04-08
1
-1
/
+1
*
Fix and simplify PrepareCommandsForSourcing
Adrian McCarthy
2019-04-03
1
-75
/
+44
*
Update the lldb driver to support the -O and -S options when passing --repl
Adrian Prantl
2019-03-25
1
-125
/
+137
*
[Reproducers] Support capturing a reproducer without an explicit path.
Jonas Devlieghere
2019-03-12
2
-19
/
+38
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-1
/
+1
*
[Reproducers] Enable replay from SBRepro.
Jonas Devlieghere
2019-03-06
1
-1
/
+1
*
[Reproducers] Initialize reproducers before initializing the debugger.
Jonas Devlieghere
2019-02-21
1
-7
/
+13
*
Fix some warnings introduced in r353324 (ReproducerInstrumentation patch)
Pavel Labath
2019-02-07
1
-4
/
+0
*
[Driver] Don't try to replay reproducer in the driver.
Jonas Devlieghere
2019-02-07
1
-9
/
+0
*
[Reproducers] SBReproducer framework: Capture & Replay
Jonas Devlieghere
2019-02-06
1
-1
/
+13
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
4
-16
/
+12
*
[Driver] Some more cleanup. NFC
Jonas Devlieghere
2019-01-05
2
-34
/
+35
*
[CMake] Revised RPATH handling
Stefan Granitz
2019-01-04
1
-0
/
+4
*
[CMake] Revised LLDB.framework builds
Stefan Granitz
2019-01-04
1
-1
/
+0
*
[Driver] Remove unused imports
Jonas Devlieghere
2019-01-02
1
-7
/
+0
*
[Driver] Fix --repl argument.
Jonas Devlieghere
2018-12-17
2
-8
/
+19
*
[Driver] Simplify OptionData. NFC
Jonas Devlieghere
2018-12-11
2
-68
/
+36
*
[Reproducers] Change how reproducers are initialized.
Jonas Devlieghere
2018-12-03
2
-21
/
+26
*
Fix windows build broken by r347846
Pavel Labath
2018-11-29
1
-1
/
+0
*
Remove getopt includes from the driver
Pavel Labath
2018-11-29
2
-13
/
+0
*
[driver] Fix --core/-c and add test
Jonas Devlieghere
2018-11-29
2
-50
/
+48
[next]