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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NativePDB] Decouple AST reconstruction from lldb Symbol creation.
Zachary Turner
2018-12-17
9
-806
/
+1366
*
[Clang AST Context] Add a few helper functions.
Zachary Turner
2018-12-17
2
-14
/
+25
*
ELF: more section creation cleanup
Pavel Labath
2018-12-15
2
-67
/
+86
*
Remove /proc/pid/maps parsing code from NativeProcessLinux
Pavel Labath
2018-12-15
1
-101
/
+18
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
151
-921
/
+550
*
Cache memory regions in ProcessMinidump and use the linux maps as the source ...
Greg Clayton
2018-12-14
7
-89
/
+325
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
22
-37
/
+37
*
Remove unused variable.
Richard Trieu
2018-12-14
1
-1
/
+0
*
[NativePDB] Add support for local variables.
Zachary Turner
2018-12-13
6
-71
/
+911
*
Fix MinidumpParser::GetFilteredModuleList() and test it
Greg Clayton
2018-12-13
1
-19
/
+28
*
Add missing Initialize/Terminate for Architecture plugins
Tatyana Krasnukha
2018-12-13
1
-0
/
+6
*
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
4
-8
/
+10
*
ELF: Clean up section type computation
Pavel Labath
2018-12-12
1
-144
/
+41
*
ELF: Simplify program header iteration
Pavel Labath
2018-12-12
4
-98
/
+59
*
Rename ObjectFile::GetHeaderAddress to GetBaseAddress
Pavel Labath
2018-12-11
8
-37
/
+37
*
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
*
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
*
Do not use PATH_MAX with SmallString
Stella Stamenova
2018-12-10
9
-11
/
+11
*
Re-commit "Introduce ObjectFileBreakpad"
Pavel Labath
2018-12-10
6
-1
/
+430
*
Revert a hunk that shouldn't have been included in the last commit.
Frederic Riss
2018-12-09
1
-1
/
+1
*
Remove some UB in RegisterContextDarwin_arm64.cpp
Frederic Riss
2018-12-09
2
-2
/
+12
*
[NativePDB] Reconstruct function declarations from debug info.
Zachary Turner
2018-12-07
2
-6
/
+135
*
Revert "Introduce ObjectFileBreakpad"
Shafik Yaghmour
2018-12-07
6
-419
/
+1
*
Introduce ObjectFileBreakpad
Pavel Labath
2018-12-07
6
-1
/
+419
*
Handle detecting exec for DynamicLoaderMacOS with older debugservers
Jim Ingham
2018-12-07
2
-11
/
+34
*
Change the amount of data that Platform::PutFile will try to transfer
Jason Molenda
2018-12-07
1
-1
/
+1
*
[pecoff] Use PATH_MAX instead of MAX_PATH
Stella Stamenova
2018-12-06
1
-1
/
+1
*
[pecoff] Implement ObjectFilePECOFF::GetDependedModules()
Aaron Smith
2018-12-06
2
-7
/
+141
*
Implement WindowsDYLD::DidAttach for use with gdb-server attach
Nathan Lanza
2018-12-06
1
-1
/
+35
*
[PDB] Move some code around. NFC.
Zachary Turner
2018-12-06
6
-245
/
+333
*
Support skewed stream arrays.
Zachary Turner
2018-12-06
1
-5
/
+2
*
Add a unit test for ArchSpec matching to document how it behaves (and test it).
Adrian Prantl
2018-12-06
1
-2
/
+2
*
gdb-remote: use elaborated type specifier for `Module`
Saleem Abdulrasool
2018-12-05
1
-2
/
+2
*
[Reproducers] Only creaate the bottom-most dir
Jonas Devlieghere
2018-12-04
1
-1
/
+1
*
[FileSystem] Migrate CommandCompletions
Jonas Devlieghere
2018-12-04
2
-13
/
+34
*
[Expr] Check the language before ignoring Objective C keywords
Aleksandr Urakov
2018-12-04
2
-6
/
+6
*
[PlatformDarwin] Simplify logic and use FileSystem
Jonas Devlieghere
2018-12-04
1
-17
/
+4
*
[FileSystem] Migrate MonitoringProcessLauncher
Jonas Devlieghere
2018-12-03
1
-10
/
+5
*
[Reproducers] Change how reproducers are initialized.
Jonas Devlieghere
2018-12-03
11
-194
/
+162
*
[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)
Aleksandr Urakov
2018-12-03
6
-33
/
+68
*
[windows] Fix two minor bugs on Windows
Stella Stamenova
2018-12-01
2
-5
/
+6
*
Revert "[PDB] Support PDB-backed expressions evaluation"
Stella Stamenova
2018-11-30
7
-69
/
+34
*
[Target] Do not skip a stop on a breakpoint if a plan was completed
Aleksandr Urakov
2018-11-30
2
-0
/
+24
*
[PDB] Support PDB-backed expressions evaluation
Aleksandr Urakov
2018-11-30
7
-34
/
+69
[next]