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
*
Unify the two CRC implementations
Hans Wennborg
2019-10-09
1
-5
/
+3
*
[lldb] Don't crash when the ASTImporter produces diagnostics but instead log ...
Raphael Isemann
2019-10-09
1
-39
/
+54
*
Explicitly set entry point arch when it's thumb [Second Try]
Antonio Afonso
2019-10-08
5
-6
/
+191
*
Revert Trust the arange accelerator tables in dSYMs
Adrian Prantl
2019-10-08
1
-13
/
+7
*
Trust the arange accelerator tables in dSYMs
Adrian Prantl
2019-10-08
1
-7
/
+13
*
StopInfo/Mach: Delete PPC support
Vedant Kumar
2019-10-08
1
-103
/
+0
*
Add test coverage to printing of enums and fix display of unsigned values
Frederic Riss
2019-10-08
3
-35
/
+66
*
StopInfo/Mach: Use early-exits, reflow messy comments, NFCI
Vedant Kumar
2019-10-08
2
-498
/
+488
*
[Reproducer] Don't isntrument methods that get called from the signal handler.
Jonas Devlieghere
2019-10-08
2
-5
/
+6
*
[CMake] Fix building without python on Windows
Alex Langford
2019-10-08
1
-2
/
+7
*
Reflow/fix doxygen comments.
Adrian Prantl
2019-10-08
1
-10
/
+16
*
Fix sign extension handling in DumpEnumValue
Frederic Riss
2019-10-08
1
-0
/
+1
*
exception handling in PythonDataObjects.
Lawrence D'Anna
2019-10-08
2
-36
/
+392
*
ObjectFileMachO: Replace std::map with llvm::DenseMap (NFC)
Adrian Prantl
2019-10-08
2
-18
/
+40
*
Replace regex match with rfind (NFCish)
Adrian Prantl
2019-10-08
2
-17
/
+16
*
Replace static const StringRef with StringRef (NFC)
Adrian Prantl
2019-10-08
3
-16
/
+16
*
Remove constructor and unused method (NFC).
Adrian Prantl
2019-10-08
1
-15
/
+3
*
Revert "[platform process list] add a flag for showing the processes of all u...
Shafik Yaghmour
2019-10-08
5
-72
/
+4
*
[Testsuite] Get rid of most of the recursive shared library Makefiles
Frederic Riss
2019-10-08
28
-221
/
+85
*
[lldb] Avoid resource leak
Konrad Kleine
2019-10-08
1
-1
/
+1
*
Simplify LZMA decoding by using ArrayRef::take_back
Konrad Kleine
2019-10-08
1
-6
/
+6
*
Add pretty printing of Clang "bitfield" enums
Frederic Riss
2019-10-08
4
-13
/
+113
*
Extract and simplify DumpEnumValue
Frederic Riss
2019-10-08
1
-39
/
+29
*
Tweak minidebuginfo-set-and-hit-breakpoint.test
Pavel Labath
2019-10-08
1
-5
/
+8
*
Revert "[lldb-server/android] Show more processes and package name when neces...
Pavel Labath
2019-10-08
1
-45
/
+34
*
Fix a -Wpedantic warning
Pavel Labath
2019-10-08
1
-1
/
+1
*
Revert "ProcessInstanceInfoMatch: Don't match processes with no name if a nam...
Jonas Devlieghere
2019-10-08
2
-18
/
+1
*
test fix: TestLoadUsingPaths should use realpath
Lawrence D'Anna
2019-10-08
1
-1
/
+1
*
Fixing missing lldb-scripts rename from D68370
Antonio Afonso
2019-10-08
1
-1
/
+1
*
[CMake] Add two more uses of add_lldb_test_dependency
Jonas Devlieghere
2019-10-08
3
-11
/
+2
*
[lldb] Reverts part of 61f471a
Haibo Huang
2019-10-08
1
-1
/
+6
*
DWIMy filterspecs for dotest.py
Lawrence D'Anna
2019-10-08
2
-19
/
+29
*
[CMake] Track test dependencies with add_lldb_test_dependency
Jonas Devlieghere
2019-10-08
6
-38
/
+37
*
[CMake] Remove stale comment
Jonas Devlieghere
2019-10-08
1
-2
/
+0
*
[MachO] Fix symbol merging during symtab parsing.
Jonas Devlieghere
2019-10-08
2
-23
/
+754
*
[lldb] Unifying lldb python path
Haibo Huang
2019-10-07
8
-214
/
+49
*
[Symbol] Remove unused method ClangASTContext::GetObjCClassName
Alex Langford
2019-10-07
2
-22
/
+0
*
[CMake] We only want to copy the headers for macOS.
Davide Italiano
2019-10-07
1
-0
/
+2
*
Mark constructor as default and remove implementation (NFC)
Adrian Prantl
2019-10-07
2
-3
/
+1
*
[debugserver] Include the correct header.
Davide Italiano
2019-10-07
1
-1
/
+1
*
[test] Rename `Modules` to `ObjectFile` (NFC)
Jonas Devlieghere
2019-10-07
62
-0
/
+0
*
[MachO] Shuffle some things around in ParseSymtab (NFC)
Jonas Devlieghere
2019-10-07
1
-5
/
+4
*
[gdb-remote] process properly effective uid
Walter Erquinigo
2019-10-07
2
-3
/
+7
*
[platform process list] add a flag for showing the processes of all users
Walter Erquinigo
2019-10-07
5
-4
/
+68
*
[DWARFASTParserClang] Factor out structure-like type parsing, NFC
Vedant Kumar
2019-10-07
4
-432
/
+473
*
[DWARFASTParserClang] Delete commented-out typedef, NFC
Vedant Kumar
2019-10-07
1
-18
/
+19
*
ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...
Pavel Labath
2019-10-07
2
-1
/
+18
*
[lldb][ELF] Read symbols from .gnu_debugdata sect.
Konrad Kleine
2019-10-07
15
-8
/
+481
*
Do not install lit-cpuid
Sylvestre Ledru
2019-10-05
1
-1
/
+1
*
[MachO] Reduce indentation further in ParseSymtab (NFC)
Jonas Devlieghere
2019-10-04
1
-176
/
+177
[next]