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][NFC] Remove unused ExpressionParser::Parse
Raphael Isemann
2019-11-04
2
-5
/
+5
*
[lldb] Provide a getter for m_materializer_up in LLVMUserExpression instead o...
Raphael Isemann
2019-11-04
1
-2
/
+2
*
Don't assume that __cxa_current_exception_type exists.
Jim Ingham
2019-11-01
1
-0
/
+3
*
minidump: Create memory regions from the sections of loaded modules
Pavel Labath
2019-10-31
1
-19
/
+57
*
[lldb] Fix offset intersection bug between MPX and AVX registers
Guilherme Andrade
2019-10-31
5
-4
/
+21
*
[LLDB] [Windows] Fix Windows-specific race condition in LLDB for session life...
Martin Storsjö
2019-10-31
3
-10
/
+5
*
[LLDB] [PECOFF] Fix error handling for executables that object::createBinary ...
Martin Storsjö
2019-10-31
1
-6
/
+9
*
[LLDB] [Windows] Remove a TODO which probably won't be implemented
Martin Storsjö
2019-10-31
1
-2
/
+0
*
[LLDB] [PECOFF] Don't crash in ReadImageDataByRVA for addresses out of range
Martin Storsjö
2019-10-31
1
-1
/
+4
*
[LLDB][PythonFile] fix dangerous borrow semantics on python2
Lawrence D'Anna
2019-10-30
1
-13
/
+15
*
minidump: Rename some architecture constants
Pavel Labath
2019-10-30
1
-1
/
+1
*
COFF: Set section permissions
Pavel Labath
2019-10-30
1
-0
/
+10
*
[LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_args
Lawrence D'Anna
2019-10-29
2
-41
/
+56
*
[LLDB][Python] fix another fflush issue on NetBSD
Lawrence D'Anna
2019-10-29
2
-15
/
+20
*
[LLDB] [PECOFF] Use FindSectionByID to associate symbols to sections
Martin Storsjö
2019-10-29
1
-1
/
+1
*
Add support for DW_AT_export_symbols for anonymous structs
shafik
2019-10-28
2
-1
/
+5
*
Correct size_t format specifier
Shu-Chun Weng
2019-10-26
1
-1
/
+1
*
lldb/minidump: Refactor memory region computation code
Pavel Labath
2019-10-25
4
-64
/
+62
*
lldb/COFF: Create a separate "section" for the file header
Pavel Labath
2019-10-25
1
-11
/
+14
*
Add the ability to pass extra args to a Python breakpoint callback.
Jim Ingham
2019-10-25
3
-19
/
+116
*
Fix compilation error in ObjectFileMachO::ParseSymtab
Vedant Kumar
2019-10-25
1
-2
/
+5
*
[lldb] [Python] Do not attempt to flush() a read-only fd
Michal Gorny
2019-10-24
1
-5
/
+7
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
3
-6
/
+14
*
[lldb] Adjust for the new class_rw_t layout.
Jonas Devlieghere
2019-10-22
1
-0
/
+12
*
remove multi-argument form of PythonObject::Reset()
Lawrence D'Anna
2019-10-22
7
-479
/
+316
*
[LLDB] [Windows] Initial support for ARM register contexts
Martin Storsjo
2019-10-21
6
-3
/
+1213
*
eliminate nontrivial Reset(...) from TypedPythonObject
Lawrence D'Anna
2019-10-19
3
-39
/
+75
*
[LLDB] bugfix: command script add -f doesn't work for some callables
Lawrence D'Anna
2019-10-19
2
-8
/
+19
*
ProcessMinidump: Suppress reporting stop for signal '0'
Joseph Tremoulet
2019-10-18
1
-1
/
+12
*
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
[next]