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
/
source
/
API
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/Reproducer] Add SBReproducer::Replay overload (again)
Jonas Devlieghere
2020-01-10
1
-0
/
+4
*
Data formatters: Look through array element typedefs
Jaroslav Sevcik
2020-01-10
1
-2
/
+4
*
[lldb/Bindings] Move bindings into their own subdirectory
Jonas Devlieghere
2020-01-09
1
-4
/
+4
*
[lldb][NFC] Use static_cast instead of reinterpret_cast where possible
Raphael Isemann
2020-01-07
1
-1
/
+1
*
[CMake] Add $ORIGIN/../../../../lib to rpath if BUILD_SHARED_LIBS or LLVM_LIN...
Fangrui Song
2020-01-06
1
-0
/
+8
*
[lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARY
Jonas Devlieghere
2020-01-02
1
-2
/
+2
*
[Lldb/Lua] Generate Lua Bindings
Jonas Devlieghere
2019-12-21
1
-0
/
+19
*
[lldb] Expose more optional dependencies through GetBuildConfiguration()
Jonas Devlieghere
2019-12-20
1
-0
/
+12
*
[lldb/Lua] Add Boilerplate for a Lua Script Interpreter
Jonas Devlieghere
2019-12-19
1
-0
/
+8
*
[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
Jonas Devlieghere
2019-12-13
3
-8
/
+8
*
[lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSES
Jonas Devlieghere
2019-12-12
1
-5
/
+1
*
Remove TypeValidators (NFC in terms of the testsuite)
Adrian Prantl
2019-12-11
1
-20
/
+0
*
Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...
Eric Christopher
2019-12-10
1
-2
/
+3
*
Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...
Eric Christopher
2019-12-10
1
-3
/
+2
*
[lldb/Host] Use Host/Config.h entries instead of a global define.
Jonas Devlieghere
2019-12-10
3
-2
/
+4
*
[lldb/Reproducers] Support multiple GDB remotes
Jonas Devlieghere
2019-12-10
1
-2
/
+3
*
[lldb/Reproducers] Don't instrument SBFileSpec::GetPath
Jonas Devlieghere
2019-12-04
1
-1
/
+1
*
[lldb/Reproducers] Add missing instrumentation for SBFile (2/2)
Jonas Devlieghere
2019-12-04
1
-3
/
+3
*
[lldb/Reproducers] Add missing instrumentation for SBFile
Jonas Devlieghere
2019-12-04
2
-16
/
+19
*
Change Target::FindBreakpointsByName to return Expected<vector>
Joseph Tremoulet
2019-12-04
1
-5
/
+8
*
[lldb] Remove FileSpec(FileSpec*) constructor
Pavel Labath
2019-12-04
1
-1
/
+1
*
[lldb][NFC] Migrate to raw_ostream in Module::GetDescription
Raphael Isemann
2019-12-04
1
-1
/
+1
*
[lldb/Reproducer] Add version check
Jonas Devlieghere
2019-12-03
1
-2
/
+18
*
[lldb] Remove FileSpec->CompileUnit inheritance
Pavel Labath
2019-11-29
1
-2
/
+2
*
[lldb] NFC: refactor CompileUnit::ResolveSymbolContext
Konrad Kleine
2019-11-28
1
-3
/
+4
*
Revert "[lldb] NFC: refactor CompileUnit::ResolveSymbolContext"
Raphael Isemann
2019-11-28
1
-4
/
+3
*
[lldb] NFC: refactor CompileUnit::ResolveSymbolContext
Konrad Kleine
2019-11-28
1
-3
/
+4
*
[lldb][NFC] Allow range-based for-loops on VariableList
Raphael Isemann
2019-11-25
3
-24
/
+15
*
[Reproducer] Generate LLDB reproducer on crash
Jonas Devlieghere
2019-11-20
1
-1
/
+17
*
[LLDB] Only set FRAMEWORK when we're actually building a framework.
Jonas Devlieghere
2019-11-12
1
-1
/
+2
*
[LLDB] Fix/silence CMake developer warning for LLDB framework.
Jonas Devlieghere
2019-11-12
1
-1
/
+1
*
[lldb] Remove dead code from STLUtils.h
Jonas Devlieghere
2019-11-06
1
-2
/
+1
*
Add the ability to pass extra args to a Python breakpoint callback.
Jim Ingham
2019-10-25
3
-21
/
+81
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
2
-35
/
+27
*
[ARC] Add SystemV ABI
Tatyana Krasnukha
2019-10-17
1
-1
/
+3
*
SBCommandReturnObject: change LLDB_RECORD_METHOD(..., FILE *, ...) to use LLD...
Fangrui Song
2019-10-17
1
-11
/
+10
*
remove FILE* usage from SBStream.i
Lawrence D'Anna
2019-10-15
1
-2
/
+16
*
SBFile::GetFile: convert SBFile back into python native files.
Lawrence D'Anna
2019-10-15
1
-0
/
+6
*
build fix for SBInstruction.
Lawrence D'Anna
2019-10-14
2
-2
/
+2
*
remove FILE* bindings from SBInstruction.
Lawrence D'Anna
2019-10-14
2
-8
/
+46
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
2
-2
/
+7
*
remove FILE* usage from ReportEventState() and HandleProcessEvent()
Lawrence D'Anna
2019-10-14
2
-15
/
+60
*
update SBDebugger::SetInputFile() etc to work on native Files
Lawrence D'Anna
2019-10-10
1
-0
/
+27
*
remove a smattering of isolated, unnecessary uses of FILE*
Lawrence D'Anna
2019-10-09
1
-4
/
+2
*
SBFile support in SBCommandReturnObject
Lawrence D'Anna
2019-10-09
3
-10
/
+77
*
allow arbitrary python streams to be converted to SBFile
Lawrence D'Anna
2019-10-09
1
-1
/
+3
*
Remove the is_mangled flag from Mangled and Symbol
Adrian Prantl
2019-10-09
1
-1
/
+1
*
[Reproducer] Don't isntrument methods that get called from the signal handler.
Jonas Devlieghere
2019-10-08
1
-5
/
+4
*
[lldb] Fix crash on SBCommandReturnObject & assignment
Jan Kratochvil
2019-10-04
2
-56
/
+68
*
[lldb] Get the TargetAPI lock in SBProcess::IsInstrumentationRuntimePresent
Raphael Isemann
2019-10-04
1
-0
/
+3
[next]