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
*
Fix windows build for r363357
Pavel Labath
2019-06-18
1
-5
/
+1
*
Add color to the default thread and frame format.
Jonas Devlieghere
2019-06-17
3
-14
/
+21
*
[lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more tes...
Jan Kratochvil
2019-06-17
16
-6
/
+48
*
[lldb] [test] Watchpoint tests can be always run as root on NetBSD
Michal Gorny
2019-06-17
1
-0
/
+2
*
[lldb] [test] Skip watchpoint tests on NetBSD if userdbregs is disabled
Michal Gorny
2019-06-17
1
-0
/
+25
*
DWARF: Avoid storing DIERefs in long-lived containers
Pavel Labath
2019-06-17
4
-51
/
+32
*
Implement GetSharedLibraryInfoAddress
Antonio Afonso
2019-06-14
10
-167
/
+487
*
Don't try to parse ObjC method if CU isn't ObjC
Greg Clayton
2019-06-14
1
-20
/
+24
*
Remove stale comment and disabled code (NFC)
Jonas Devlieghere
2019-06-14
1
-19
/
+0
*
Python 3: decode string as utf-8 to avoid type mismatch.
Adrian Prantl
2019-06-14
1
-5
/
+5
*
Make crashlog.py less noisy
Adrian Prantl
2019-06-14
1
-9
/
+27
*
EditlineTest: Improve error message
Pavel Labath
2019-06-14
2
-8
/
+7
*
DWARF: port debug_ranges/rnglists over to DWARFContext
Pavel Labath
2019-06-14
6
-37
/
+35
*
DWARF: Remove unused includes from DWARFDebugAranges.h/cpp
Pavel Labath
2019-06-14
2
-15
/
+3
*
Have DWARFUnit store a *reference* to SymbolFileDWARF
Pavel Labath
2019-06-14
17
-119
/
+86
*
DWARFIndex: s/ReportInvalidDIEOffset/ReportInvalidDIERef
Pavel Labath
2019-06-14
7
-27
/
+17
*
[C++20] add Basic consteval specifier
Gauthier Harnisch
2019-06-14
2
-6
/
+6
*
Make UniqueCStringMap work with non-default-constructible types and other imp...
Pavel Labath
2019-06-14
5
-101
/
+114
*
Fixed typos in Log.h
Jonas Devlieghere
2019-06-14
1
-2
/
+2
*
[NFC] Replace a plugin header with a non-plugin header
Alex Langford
2019-06-13
1
-1
/
+1
*
[CMake] Fix generated Xcode-project ignoring output directory setting for LLD...
Stefan Granitz
2019-06-13
1
-0
/
+6
*
[CMake] Fix lldb-dotest for single-config generators in standalone builds
Stefan Granitz
2019-06-13
1
-1
/
+5
*
[CMake] Add fallbacks for copying clang-resource-headers to LLDB.framework in...
Stefan Granitz
2019-06-13
1
-3
/
+25
*
DWARF: Don't create lldb CompileUnits for DWARF type units
Pavel Labath
2019-06-13
13
-199
/
+355
*
[Reproducers] Remove call to lldb_private::GetVersion()
Jonas Devlieghere
2019-06-13
1
-2
/
+1
*
[Reproducers] Include lldb version in the reproducer root
Jonas Devlieghere
2019-06-13
4
-5
/
+43
*
[Reproducers] Simplify providers with nested Info struct (NFC)
Jonas Devlieghere
2019-06-12
8
-52
/
+41
*
Re-land r363103 ("When reading ObjC class table, use new SPI if it is avail")
Jason Molenda
2019-06-12
1
-4
/
+56
*
Skip failing test on older versions of clang.
Adrian Prantl
2019-06-12
1
-0
/
+1
*
[Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDecl
Alex Langford
2019-06-12
6
-36
/
+93
*
[lldb] Ignore null frames in lldb.macosx crashlog
Stefan Granitz
2019-06-12
1
-0
/
+4
*
[CMake] Two extra FOLDER properties for debugserver
Stefan Granitz
2019-06-12
1
-0
/
+4
*
Recognise debug_types.dwo as a debug info section
Pavel Labath
2019-06-12
6
-0
/
+13
*
DWARF: Share line tables of type units
Pavel Labath
2019-06-12
12
-105
/
+480
*
[LLDB] Fix FreeBSD build
David Carlier
2019-06-12
1
-1
/
+1
*
Back out r363103 ("When reading ObjC class table, use new SPI if it is avail")
Jason Molenda
2019-06-12
1
-50
/
+4
*
[LanguageRuntime] Simplify CreateExceptionSearchFilter in derived classes
Alex Langford
2019-06-11
4
-12
/
+7
*
When reading ObjC class table, use new SPI if it is avail
Jason Molenda
2019-06-11
1
-4
/
+50
*
Update AuxVector.cpp
Jason Molenda
2019-06-11
1
-6
/
+4
*
Fix a crash in option parsing.
Adrian Prantl
2019-06-11
3
-0
/
+9
*
Add support to read aux vector values
Antonio Afonso
2019-06-11
18
-206
/
+149
*
[Target] Use llvm::scope_exit to restore m_suppress_stop_hooks value.
Tatyana Krasnukha
2019-06-10
1
-4
/
+5
*
[Target][NFC] Rename GetCPPLanguageRuntime to Get
Alex Langford
2019-06-10
2
-3
/
+2
*
Create a generic handler for Xfer packets
Antonio Afonso
2019-06-10
9
-67
/
+226
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
25
-68
/
+61
*
ABI: reflow the table text (NFC)
Saleem Abdulrasool
2019-06-10
1
-954
/
+84
*
Breakpad: Add support for the arm64e "architecture"
Pavel Labath
2019-06-10
3
-1
/
+7
*
Add "REQUIRES: x86" to DWARF assembly tests
Pavel Labath
2019-06-10
17
-10
/
+26
*
[lldb] [Process/NetBSD] Fix error handling in register operations
Michal Gorny
2019-06-10
2
-38
/
+18
*
[Target] Remove unused header from Process
Alex Langford
2019-06-08
1
-1
/
+0
[next]