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
*
[windows] re-call signal in sigint_handler for Windows
Nathan Lanza
2019-07-12
1
-0
/
+3
*
[Expression] Move IRDynamicChecks to ClangExpressionParser
Alex Langford
2019-07-12
8
-56
/
+108
*
[Target] Replace Plugin headers with non-plugin headers
Alex Langford
2019-07-11
1
-2
/
+1
*
Add convenience methods to convert LLDB to LLVM data structures.
Jonas Devlieghere
2019-07-11
7
-10
/
+57
*
[lldb] Make TestDeletedExecutable more reliable
Raphael Isemann
2019-07-11
2
-5
/
+25
*
[lldb] Don't use __FUNCTION__ as a file name
Raphael Isemann
2019-07-11
1
-1
/
+1
*
[LLDB] Fix FreeBSD build.
David Carlier
2019-07-11
2
-19
/
+24
*
[lldb] Disable TestDollarInVariable.py on Windows
Raphael Isemann
2019-07-11
1
-1
/
+2
*
[swig] Add workaround for old swig
Jonas Devlieghere
2019-07-11
1
-0
/
+5
*
[lldb] Fix handling of dollar characters in expr command
Raphael Isemann
2019-07-10
7
-31
/
+132
*
[Expression] IR Instrumenters should have a UtilityFunction
Alex Langford
2019-07-10
2
-18
/
+18
*
Add Python 3.6 and 3.7 to the version list
Nico Weber
2019-07-10
1
-1
/
+1
*
[scripts] Remove the unused 'shush' script.
Davide Italiano
2019-07-10
1
-64
/
+0
*
Options: Reduce code duplication
Pavel Labath
2019-07-10
4
-72
/
+48
*
ObjectFileELF: Add support for gnu-style compressed sections
Pavel Labath
2019-07-10
3
-29
/
+57
*
[CMake][NFC] Remove dead code lldb_append_link_flags() from AddLLDB.cmake
Stefan Granitz
2019-07-10
1
-16
/
+0
*
[CMake][NFC] Polish comments in AddLLDB.cmake
Stefan Granitz
2019-07-10
1
-2
/
+6
*
[CMake] Add Apple-lldb-Linux.cmake cache
Stefan Granitz
2019-07-10
1
-0
/
+8
*
[CMake] Polish Apple-lldb caches
Stefan Granitz
2019-07-10
2
-18
/
+8
*
[CMake] `install-distribution` for LLDB on Darwin
Stefan Granitz
2019-07-10
8
-74
/
+118
*
[CMake] Distribution builds for LLDB standalone
Stefan Granitz
2019-07-10
3
-1
/
+14
*
[CMake] Remove extra lldb-framework target
Stefan Granitz
2019-07-10
2
-14
/
+6
*
Revert accidental change to file
Aaron Smith
2019-07-10
1
-3
/
+0
*
Try again to move common functionality from ProcessWindows into ProcessDebugger
Aaron Smith
2019-07-10
6
-455
/
+726
*
[lldb] Quick Fix: IRExecutionUnit check pointer before access it
Alex Langford
2019-07-09
1
-3
/
+3
*
[lldb_test_suite] Fix lldb test suite targeting remote Android
Alex Langford
2019-07-09
3
-2
/
+11
*
[Docs] Replace SVN revisions with lldb versions
Dave Lee
2019-07-09
1
-7
/
+6
*
[lldb, windows] Include WindowsError instead of ErrorHandling in ThreadLauncher
Stella Stamenova
2019-07-09
1
-1
/
+1
*
[lldb-suite] Skip TestMachCore on Windows
Stella Stamenova
2019-07-09
1
-1
/
+4
*
[lldb, windows] Update two more locations that use LaunchThread to the new fu...
Stella Stamenova
2019-07-09
2
-16
/
+20
*
[CMake] Polish a comment
Stefan Granitz
2019-07-09
1
-1
/
+2
*
[CMake] Don't initialize LLVM_INSTALL_TOOLCHAIN_ONLY in Apple-lldb-base cache
Stefan Granitz
2019-07-09
1
-1
/
+0
*
[CMake] Remove old lldb_setup_framework_rpaths_in_tool()
Stefan Granitz
2019-07-09
1
-39
/
+0
*
Fix ASCII art header
Jonas Devlieghere
2019-07-09
1
-2
/
+1
*
[Windows] Include ErrorHandling.h
Jonas Devlieghere
2019-07-09
1
-0
/
+2
*
[crashlog] Fix a mismatch between bytes and strings.
Davide Italiano
2019-07-09
1
-1
/
+1
*
[ThreadLauncher] Use mapWindowsError and LLDB_INVALID_HOST_THREAD
Jonas Devlieghere
2019-07-08
1
-4
/
+2
*
[lldb, windows] When StartMonitoring fails, return a proper error
Stella Stamenova
2019-07-08
1
-7
/
+8
*
Remove install-headers
Jonas Devlieghere
2019-07-08
2
-168
/
+0
*
Remove lldb-perf
Jonas Devlieghere
2019-07-08
26
-4772
/
+0
*
[Windows] Convert GetLastError to std::error_code
Jonas Devlieghere
2019-07-08
1
-2
/
+4
*
[lldb] Fix two more issues in Windows following rL365226: Change LaunchThread...
Stella Stamenova
2019-07-08
2
-3
/
+4
*
Revert "Move common functionality from processwindows into processdebugger"
Stella Stamenova
2019-07-08
5
-716
/
+452
*
[Host] Fix out-of-line definition on Windows
Jonas Devlieghere
2019-07-08
2
-2
/
+2
*
[Host] Fix out-of-line definition of StartMonitoringChildProcess
Jonas Devlieghere
2019-07-08
1
-1
/
+1
*
[lldb] [test] Update NetBSD XFAILs in test suite
Michal Gorny
2019-07-08
11
-4
/
+9
*
Change LaunchThread interface to return an Expected for non-Apple-non-Windows
Fangrui Song
2019-07-08
9
-12
/
+23
*
Process: generalise Windows thread setup
Saleem Abdulrasool
2019-07-07
1
-10
/
+20
*
[LLDBAssert] Use unreachable instead of assert(0)
Jonas Devlieghere
2019-07-05
1
-2
/
+2
*
[lldb] Added assert to VerifyDecl
Raphael Isemann
2019-07-05
1
-1
/
+4
[next]