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
/
Plugins
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
LLDB: Use LLVM's type for minidump ExceptionStream [NFC]
Joseph Tremoulet
2019-10-18
6
-61
/
+32
*
[lldb][NFC] Fix typo in DWARFASTParserClang.cpp
Raphael Isemann
2019-10-17
1
-2
/
+2
*
eliminate one form of PythonObject::Reset()
Lawrence D'Anna
2019-10-17
2
-27
/
+5
*
clean up the implementation of PythonCallable::GetNumArguments
Lawrence D'Anna
2019-10-17
2
-35
/
+215
*
(NFC) Delete variable made unused by llvm-svn: 375160
Sterling Augustine
2019-10-17
1
-1
/
+0
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
26
-289
/
+214
*
[lldb] Don't emit artificial constructor declarations as global functions
Raphael Isemann
2019-10-17
1
-1
/
+4
*
[ARC] Add SystemV ABI
Tatyana Krasnukha
2019-10-17
4
-0
/
+734
*
[ARC] Basic support in gdb-remote process plugin
Tatyana Krasnukha
2019-10-17
1
-1
/
+1
*
delete SWIG typemaps for FILE*
Lawrence D'Anna
2019-10-17
3
-35
/
+7
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
16
-13
/
+51
*
[android/process list] support showing process arguments
Walter Erquinigo
2019-10-16
2
-0
/
+29
*
update ScriptInterpreterPython to use File, not FILE*
Lawrence D'Anna
2019-10-16
2
-55
/
+52
*
eliminate virtual methods from PythonDataObjects
Lawrence D'Anna
2019-10-15
2
-380
/
+121
*
SBFile::GetFile: convert SBFile back into python native files.
Lawrence D'Anna
2019-10-15
2
-24
/
+80
*
[LLDB] [PECOFF] Use a "pc" vendor name in aarch64 triples
Martin Storsjo
2019-10-15
1
-1
/
+1
*
[LLDB] [Windows] Initial support for ARM64 register contexts
Martin Storsjo
2019-10-15
6
-3
/
+1336
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
7
-14
/
+25
*
[platform process list] add a flag for showing the processes of all users
Walter Erquinigo
2019-10-12
1
-2
/
+1
*
Revert "[platform process list] add a flag for showing the processes of all u...
Walter Erquinigo
2019-10-12
1
-1
/
+2
*
[platform process list] add a flag for showing the processes of all users
Walter Erquinigo
2019-10-12
1
-2
/
+1
*
Revert "[platform process list] add a flag for showing the processes of all u...
Walter Erquinigo
2019-10-12
1
-1
/
+2
*
[platform process list] add a flag for showing the processes of all users
Walter Erquinigo
2019-10-12
1
-2
/
+1
*
Revert "[platform process list] add a flag for showing the processes of all u...
Walter Erquinigo
2019-10-12
1
-1
/
+2
*
[platform process list] add a flag for showing the processes of all users
Walter Erquinigo
2019-10-12
1
-2
/
+1
*
Temporarily Revert [platform process list] add a flag for showing the process...
Adrian Prantl
2019-10-12
1
-1
/
+2
*
[platform process list] add a flag for showing the processes of all users
Walter Erquinigo
2019-10-11
1
-2
/
+1
*
Revert "[platform process list] add a flag for showing the processes of all u...
Walter Erquinigo
2019-10-11
1
-1
/
+2
*
Set GNUC version in the LLDB expression parser.
Adrian Prantl
2019-10-11
1
-0
/
+3
*
[NativePDB] Remove unused references to ClangASTImporter
Alex Langford
2019-10-11
2
-3
/
+0
*
Add -fgnuc-version to ClangModuleCompilationOptions on Darwin.
Adrian Prantl
2019-10-11
1
-1
/
+2
*
[platform process list] add a flag for showing the processes of all users
Walter Erquinigo
2019-10-11
1
-2
/
+1
*
[lldb-test] Modify lldb-test to print out ASTs from symbol file
Shafik Yaghmour
2019-10-11
1
-4
/
+13
*
[lldb] Insert break to avoid unannotated fall-through
Kadir Cetinkaya
2019-10-11
1
-0
/
+1
*
minidump: Use llvm memory info list parser
Pavel Labath
2019-10-11
3
-123
/
+25
*
[Windows] Use information from the PE32 exceptions directory to construct unw...
Aleksandr Urakov
2019-10-11
6
-8
/
+652
*
Fix process launch failure on FreeBSD after r365761
Dimitry Andric
2019-10-10
2
-26
/
+32
*
Speed up accelerator table lookups
Adrian Prantl
2019-10-10
1
-3
/
+24
*
[lldb] Add log output for the support files we pass to the CppModuleConfigura...
Raphael Isemann
2019-10-10
1
-0
/
+11
*
Fix the unwinding plan augmentation from x86 assembly
Pavel Labath
2019-10-10
1
-16
/
+15
*
[Windows] Introduce a switch for the `lldb-server` mode on Windows
Aleksandr Urakov
2019-10-10
1
-6
/
+17
*
[lldb][NFC] Remove strange bool parameter from Searcher::SearchCallback
Raphael Isemann
2019-10-10
2
-10
/
+9
*
[lldb][NFC] Use llvm::all_of instead of std::all_of in CppModuleConfiguration
Raphael Isemann
2019-10-10
1
-3
/
+3
*
[lldb][NFC] Use unique_ptr in DiagnosticManager to express ownership
Raphael Isemann
2019-10-10
1
-5
/
+6
*
Set eRegisterKindEHFrame register numbers for 32 bit ARM register contexts in...
Greg Clayton
2019-10-09
2
-11
/
+33
*
Fix a crasher due to an assert when two files have the same UUID but differen...
Greg Clayton
2019-10-09
1
-13
/
+31
*
SBFile support in SBCommandReturnObject
Lawrence D'Anna
2019-10-09
1
-2
/
+3
*
[LLDB] Fix for regression of test 'TestDataFormatterInvalidStdUniquePtr.py' i...
Cameron Desrochers
2019-10-09
3
-5
/
+7
*
allow arbitrary python streams to be converted to SBFile
Lawrence D'Anna
2019-10-09
1
-14
/
+401
*
[LLDB] Fix for synthetic children memory leak
Cameron Desrochers
2019-10-09
7
-35
/
+64
[prev]
[next]