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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...
Martin Storsjo
2019-09-23
5
-9
/
+9
*
[LLDB] Remove a now redundant windows specific workaround
Martin Storsjo
2019-09-23
1
-5
/
+0
*
[LLDB] Add a void* cast when passing object pointers to printf %p
Martin Storsjo
2019-09-23
1
-14
/
+10
*
[LLDB] Avoid a warning about an unused static variable
Martin Storsjo
2019-09-23
1
-1
/
+1
*
[LLDB] Remove a stray semicolon. NFC.
Martin Storsjo
2019-09-23
1
-1
/
+1
*
[LLDB] Add a missing specification of linking against dbghelp
Martin Storsjo
2019-09-23
1
-0
/
+8
*
[LLDB] Use the Windows SOCKET type on all windows targets, not only MSVC
Martin Storsjo
2019-09-23
1
-1
/
+1
*
[lldb][NFC] Remove unused variable in Options::HandleOptionArgumentCompletion
Raphael Isemann
2019-09-23
1
-1
/
+0
*
[lldb][NFC] Remove dead code in Options::HandleOptionArgumentCompletion
Raphael Isemann
2019-09-23
1
-9
/
+2
*
[lldb][NFC] Fix documentation of CompletionRequest::AddCompletion
Raphael Isemann
2019-09-23
1
-1
/
+2
*
[lldb][NFC] Make cursor char position unsigned in CompletionRequest
Raphael Isemann
2019-09-23
2
-6
/
+6
*
[lldb] Make cursor index in CompletionRequest unsigned
Raphael Isemann
2019-09-23
6
-35
/
+46
*
[lldb][NFC] Remove argument prefix checking boilerplate when adding completions
Raphael Isemann
2019-09-23
8
-30
/
+64
*
[lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArguments
Raphael Isemann
2019-09-23
5
-6
/
+45
*
[lldb] Fix that importing decls in a TagDecl end up in wrong declaration cont...
Raphael Isemann
2019-09-23
2
-3
/
+30
*
[lldb] Fix LLDB build after r372538
Raphael Isemann
2019-09-23
1
-1
/
+2
*
Use _WIN32 instead of _MSC_VER
Haibo Huang
2019-09-22
1
-1
/
+1
*
[LLDB] Cast -1 (as invalid socket) to the socket type before comparing
Martin Storsjo
2019-09-21
2
-6
/
+7
*
[LLDB] Use SetErrorStringWithFormatv for cases that use LLVM style format str...
Martin Storsjo
2019-09-21
2
-6
/
+6
*
[LLDB] Use LLVM_FALLTHROUGH instead of a custom comment
Martin Storsjo
2019-09-21
1
-1
/
+1
*
[LLDB] Check for the GCC/MinGW compatible arch defines for windows, in additi...
Martin Storsjo
2019-09-21
2
-5
/
+5
*
[LLDB] Fix compilation for MinGW, remove redundant class name on inline member
Martin Storsjo
2019-09-21
1
-1
/
+1
*
prepare_binding_Python: print readable errors if SWIG fails
Jonas Devlieghere
2019-09-20
1
-4
/
+6
*
dotest.py: bugfix: test filters with -f do not work on Python3
Jonas Devlieghere
2019-09-20
1
-1
/
+1
*
[lldb] Process formatters in reverse-chronological order
Jan Kratochvil
2019-09-20
3
-39
/
+34
*
Doxygenify comments.
Adrian Prantl
2019-09-20
2
-43
/
+47
*
Move decl completion out of the ASTImporterDelegate and document it [NFC]
Raphael Isemann
2019-09-20
2
-129
/
+127
*
[lldb][NFC] Remove unused include in TestLineEntry.cpp
Raphael Isemann
2019-09-20
1
-1
/
+0
*
Revert "Fix swig python package path"
Haibo Huang
2019-09-20
1
-6
/
+4
*
[lldb] [Process/gdb-remote] Correct more missing LLDB_INVALID_SIGNAL_NUMBER
Michal Gorny
2019-09-19
1
-3
/
+4
*
Fir TestAPILog for gcc
Pavel Labath
2019-09-18
1
-7
/
+5
*
Fix command-script-import.test on linux
Pavel Labath
2019-09-18
3
-7
/
+7
*
[lldb] Fix a test assertion after r372192
Krasimir Georgiev
2019-09-18
1
-1
/
+1
*
[lldb][CMake] Build LLDB.framework with -Wdocumentation in Xcode
Stefan Granitz
2019-09-18
1
-0
/
+3
*
[lldb][CMake] Infer `Clang_DIR` if not passed explicitly
Stefan Granitz
2019-09-18
2
-9
/
+9
*
[lldb] Print better diagnostics for user expressions and modules
Raphael Isemann
2019-09-18
12
-69
/
+232
*
Clean up this test.
Jim Ingham
2019-09-18
1
-46
/
+11
*
Cache PYTHON_EXECUTABLE for windows
Haibo Huang
2019-09-18
1
-4
/
+4
*
TestFoundationDisassembly.py is not dependent on debug information.
Jim Ingham
2019-09-18
1
-0
/
+2
*
[ScriptInterpreter] Limit LLDB's globals to interactive mode.
Jonas Devlieghere
2019-09-18
5
-13
/
+21
*
[ScriptInterpreter] Remove ScriptInterpreterPythonImpl::Clear() (NFC)
Jonas Devlieghere
2019-09-18
2
-14
/
+0
*
lldb: move a test input to the test Inputs dir
Krasimir Georgiev
2019-09-17
2
-1
/
+3
*
[lldb] [Process/gdb-remote] Fix defaulting signal to invalid in action list
Michal Gorny
2019-09-17
1
-2
/
+3
*
Reland "[lldb][NFC] Make ApplyObjcCastHack less scary"
Raphael Isemann
2019-09-17
1
-9
/
+5
*
[test] Disable reproducer dump test on Windows
Jonas Devlieghere
2019-09-17
1
-0
/
+1
*
[ScriptInterpreter] Initialize globals when loading a scripting module.
Jonas Devlieghere
2019-09-17
3
-6
/
+16
*
Revert "[lldb][NFC] Make ApplyObjcCastHack less scary"
Jim Ingham
2019-09-17
1
-5
/
+9
*
[test] Fail gracefully if the regex doesn't match
Jonas Devlieghere
2019-09-16
1
-6
/
+11
*
Fix swig python package path
Haibo Huang
2019-09-16
1
-4
/
+6
*
[Reproducer] Implement dumping packets.
Jonas Devlieghere
2019-09-16
2
-3
/
+25
[next]