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
/
Core
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/DWARF] Move location list sections into DWARFContext
Pavel Labath
2020-01-14
1
-0
/
+4
*
[lldb] Remove various dead Compare functions
Alex Langford
2020-01-08
1
-23
/
+0
*
[lldb][NFC] Use static_cast instead of reinterpret_cast where possible
Raphael Isemann
2020-01-07
1
-2
/
+2
*
[lldb/CMake] Fix variable naming in FindLibEdit
Jonas Devlieghere
2020-01-02
1
-1
/
+1
*
[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)
Jonas Devlieghere
2019-12-22
1
-3
/
+1
*
[lldb/Core] Support asking the debugger for a specific script interpreter
Jonas Devlieghere
2019-12-21
1
-7
/
+11
*
[lldb] Fix ARM32 inferior calls
Jan Kratochvil
2019-12-21
1
-1
/
+1
*
Re-land "[lldb/CMake] Change how we deal with optional dependencies"
Jonas Devlieghere
2019-12-20
1
-2
/
+2
*
[lldb] Fix an unused variable warning
Pavel Labath
2019-12-20
1
-1
/
+1
*
Run all threads when extending a next range over a call.
Jim Ingham
2019-12-16
1
-2
/
+9
*
[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
Jonas Devlieghere
2019-12-13
1
-1
/
+1
*
[FormatEntity] Add mangled function name support
Med Ismail Bennani
2019-12-12
1
-0
/
+27
*
[lldb/Core] Add missing include
Jonas Devlieghere
2019-12-12
1
-1
/
+1
*
[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT
Jonas Devlieghere
2019-12-12
2
-18
/
+18
*
[lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSES
Jonas Devlieghere
2019-12-12
2
-6
/
+6
*
[lldb/CMake] Simplify linking against curses
Jonas Devlieghere
2019-12-11
1
-1
/
+5
*
Remove TypeValidators (NFC in terms of the testsuite)
Adrian Prantl
2019-12-11
1
-32
/
+8
*
[lldb/Host] Use Host/Config.h entries instead of a global define.
Jonas Devlieghere
2019-12-10
2
-0
/
+2
*
[lldb] Migrate VMRange::Dump to raw_ostream
Raphael Isemann
2019-12-06
1
-1
/
+1
*
[lldb][NFC] Migrate FileSpec::Dump to raw_ostream
Raphael Isemann
2019-12-06
3
-3
/
+3
*
[lldb] NFC: less nesting in SearchFilter.cpp
Konrad Kleine
2019-12-06
1
-165
/
+170
*
[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...
Raphael Isemann
2019-12-05
4
-18
/
+24
*
Add a default copy-assignment or copy-constructor for -Wdeprecated-copy warni...
Eric Christopher
2019-12-04
1
-0
/
+2
*
[lldb] s/FileSpec::Equal/FileSpec::Match
Pavel Labath
2019-12-04
4
-26
/
+12
*
[lldb][NFC] Migrate to raw_ostream in Module::GetDescription
Raphael Isemann
2019-12-04
1
-10
/
+11
*
[lldb][NFC] Move Curses interface implementation to own file
Raphael Isemann
2019-12-03
3
-4014
/
+4065
*
[lldb][NFC] Remove ThreadSafeSTLVector and ThreadSafeSTLMap and their use in ...
Raphael Isemann
2019-12-03
1
-11
/
+38
*
[lldb] Remove FileSpec->CompileUnit inheritance
Pavel Labath
2019-11-29
5
-16
/
+21
*
[lldb] NFC: refactor CompileUnit::ResolveSymbolContext
Konrad Kleine
2019-11-28
1
-4
/
+3
*
Revert "[lldb] NFC: refactor CompileUnit::ResolveSymbolContext"
Raphael Isemann
2019-11-28
1
-3
/
+4
*
[lldb] NFC: refactor CompileUnit::ResolveSymbolContext
Konrad Kleine
2019-11-28
1
-4
/
+3
*
[lldb] Add boilerplate to recognize the .debug_rnglists.dwo section
Pavel Labath
2019-11-26
1
-0
/
+2
*
[lldb][NFC] Allow range-based for-loops on VariableList
Raphael Isemann
2019-11-25
2
-12
/
+9
*
Add a testcase for Clang modules being updated within one LLDB session.
Adrian Prantl
2019-11-15
1
-3
/
+4
*
[LLDB] Remove dead code from StreamFile
Jonas Devlieghere
2019-11-13
1
-17
/
+0
*
Performance: Add a set of visited SymbolFiles to the other FindFiles variant.
Adrian Prantl
2019-11-12
1
-3
/
+5
*
[lldb] Fix more -Wdeprecated-copy warnings
Pavel Labath
2019-11-12
1
-20
/
+0
*
[LLDB] Fix handling for the clang name mangling extension for block invocations
shafik
2019-11-06
1
-15
/
+23
*
[ValueObject] Upstream early exit from swift-lldb. (NFC)
Adrian Prantl
2019-11-05
1
-0
/
+4
*
[ValueObject] Upstream initialization from swift-lldb.
Adrian Prantl
2019-11-05
1
-0
/
+10
*
ValueObject: Upstream early-exit from swift-lldb. (NFC)
Adrian Prantl
2019-11-05
1
-3
/
+8
*
[lldb] Add trailing dots to comments in Value.cpp
Raphael Isemann
2019-11-04
1
-2
/
+2
*
[Symbol] Change ClangASTContext::GetCXXClassName return type
Alex Langford
2019-10-31
1
-6
/
+5
*
ValueObject: Fix a crash related to children address type computation
Pavel Labath
2019-10-25
2
-45
/
+53
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
5
-131
/
+70
*
[LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. N...
Martin Storsjo
2019-10-16
1
-41
/
+7
*
update ScriptInterpreterPython to use File, not FILE*
Lawrence D'Anna
2019-10-16
1
-6
/
+3
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
1
-1
/
+2
*
IOHandler: fall back on File::Read if a FILE* isn't available.
Lawrence D'Anna
2019-10-11
1
-71
/
+100
*
[lldb][NFC] Remove strange bool parameter from Searcher::SearchCallback
Raphael Isemann
2019-10-10
4
-17
/
+14
[next]