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
*
[NativePDB] Decouple AST reconstruction from lldb Symbol creation.
Zachary Turner
2018-12-17
10
-814
/
+1374
*
Fix lldb's macosx/heap.py cstr command.
Davide Italiano
2018-12-17
3
-1
/
+28
*
[Driver] Fix --repl argument.
Jonas Devlieghere
2018-12-17
2
-8
/
+19
*
Make crashlog.py work or binaries with spaces in their names
Adrian Prantl
2018-12-17
2
-21
/
+109
*
Make crashlog.py work when a .dSYM is present, but a binary is missing
Adrian Prantl
2018-12-17
1
-15
/
+37
*
[Clang AST Context] Add a few helper functions.
Zachary Turner
2018-12-17
4
-14
/
+35
*
Add a description of the similar packets defined in the
Jason Molenda
2018-12-16
1
-3
/
+18
*
Clarify a few minor details.
Jason Molenda
2018-12-16
1
-7
/
+8
*
Update the vFile:open: description to note that the flags
Jason Molenda
2018-12-15
2
-1
/
+5
*
lldb-test: Improve newline handling
Pavel Labath
2018-12-15
3
-43
/
+43
*
ELF: more section creation cleanup
Pavel Labath
2018-12-15
9
-73
/
+230
*
Remove /proc/pid/maps parsing code from NativeProcessLinux
Pavel Labath
2018-12-15
1
-101
/
+18
*
Ah, forgot qModuleInfo. Need to look that one up
Jason Molenda
2018-12-15
1
-0
/
+11
*
A brief outline of the packets that need to be implemented
Jason Molenda
2018-12-15
1
-0
/
+375
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
177
-1018
/
+599
*
Fix the unittests for the move of Listener & Broadcaster
Jim Ingham
2018-12-14
1
-2
/
+2
*
Update a comment according to r255360 "Remove -r and -R options from dotest.py"
Tatyana Krasnukha
2018-12-14
1
-2
/
+1
*
Remove the Disassembly benchmarks.
Adrian Prantl
2018-12-14
3
-355
/
+0
*
Add missing .dmp files to test inputs.
Greg Clayton
2018-12-14
1
-0
/
+3
*
Cache memory regions in ProcessMinidump and use the linux maps as the source ...
Greg Clayton
2018-12-14
13
-106
/
+456
*
Fix Xcode project for MIPS architecture plug-in and move of Event, Listener a...
Greg Clayton
2018-12-14
1
-18
/
+41
*
[NativePDB] Fix local-variables.cpp test.
Zachary Turner
2018-12-14
1
-1
/
+1
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
41
-74
/
+74
*
Fix minidump unit test failures from r349062
Pavel Labath
2018-12-14
1
-9
/
+12
*
Fix build with older (<3.0) swigs
Pavel Labath
2018-12-14
1
-0
/
+6
*
Mark Permissions as a bitmask enum
Pavel Labath
2018-12-14
1
-3
/
+4
*
Remove unused variable.
Richard Trieu
2018-12-14
1
-1
/
+0
*
Fix test failures that depended on module order
Greg Clayton
2018-12-14
2
-24
/
+24
*
[NativePDB] Add support for local variables.
Zachary Turner
2018-12-13
8
-71
/
+1104
*
Fix MinidumpParser::GetFilteredModuleList() and test it
Greg Clayton
2018-12-13
4
-19
/
+66
*
Add missing Initialize/Terminate for Architecture plugins
Tatyana Krasnukha
2018-12-13
1
-0
/
+6
*
Classify tests in lit/Modules
Pavel Labath
2018-12-13
9
-0
/
+0
*
Fix for clang interface update
Mikael Nilsson
2018-12-13
1
-1
/
+1
*
[NFC] Small code cleanups in utility.
Jonas Devlieghere
2018-12-13
6
-11
/
+9
*
NFC: fix compiler warning about code never being executed when compiling on n...
Greg Clayton
2018-12-12
1
-3
/
+4
*
[ast] CreateParameterDeclaration should use an appropriate DeclContext.
Zachary Turner
2018-12-12
5
-9
/
+12
*
ELF: Clean up section type computation
Pavel Labath
2018-12-12
6
-160
/
+82
*
ELF: Simplify program header iteration
Pavel Labath
2018-12-12
4
-98
/
+59
*
lldb-test: Add ability to dump subsections
Pavel Labath
2018-12-12
2
-20
/
+138
*
build.py: Implement "gcc" builder
Pavel Labath
2018-12-12
5
-53
/
+114
*
Remove unused file
Jonas Devlieghere
2018-12-11
1
-19
/
+0
*
[Driver] Simplify OptionData. NFC
Jonas Devlieghere
2018-12-11
2
-68
/
+36
*
Add ObjectFileBreakpad.{cpp,h} to the Xcode project.
Jim Ingham
2018-12-11
1
-0
/
+14
*
Rename ObjectFile::GetHeaderAddress to GetBaseAddress
Pavel Labath
2018-12-11
9
-47
/
+45
*
Fix undefined behavior in Variable.h
Zachary Turner
2018-12-11
1
-1
/
+2
*
[DataFormatters] Fixes to libc++ std::function formatter to deal with ABI cha...
Shafik Yaghmour
2018-12-10
1
-0
/
+9
*
Rewrite pexpect-based test in LIT/FileCheck.
Adrian Prantl
2018-12-10
6
-119
/
+36
*
Reflow a multi-line string and add a newline
Frederic Riss
2018-12-10
1
-3
/
+2
*
Fix r348773
Pavel Labath
2018-12-10
1
-1
/
+1
*
[Host] Use FileSystem wrapper
Jonas Devlieghere
2018-12-10
1
-10
/
+8
[next]