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
/
Process
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
1
-2
/
+1
*
Check that a pointer is valid and fix a log message on Windows
Aaron Smith
2019-01-03
1
-2
/
+2
*
Fix "default argument for lambda parameter" (-Wpedantic) warning
Pavel Labath
2018-12-27
1
-2
/
+2
*
[NFC] Replace `compare` with (in)equality operator where applicable.
Jonas Devlieghere
2018-12-21
1
-6
/
+6
*
Overload GetMemoryRegions for the ProcessMinidump
Tatyana Krasnukha
2018-12-20
5
-3
/
+22
*
Don't forget to free the libcompression scratch buffer in the dtor.
Jason Molenda
2018-12-18
1
-0
/
+3
*
Force libcompression calls to be enabled when building on Darwin
Jason Molenda
2018-12-18
3
-14
/
+37
*
Add "dump" command as a custom "process plugin" subcommand when ProcessMinidu...
Greg Clayton
2018-12-18
5
-1
/
+300
*
Remove /proc/pid/maps parsing code from NativeProcessLinux
Pavel Labath
2018-12-15
1
-101
/
+18
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
13
-111
/
+78
*
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
7
-9
/
+9
*
Fix MinidumpParser::GetFilteredModuleList() and test it
Greg Clayton
2018-12-13
1
-19
/
+28
*
ELF: Simplify program header iteration
Pavel Labath
2018-12-12
2
-23
/
+20
*
Do not use PATH_MAX with SmallString
Stella Stamenova
2018-12-10
2
-3
/
+3
*
Remove some UB in RegisterContextDarwin_arm64.cpp
Frederic Riss
2018-12-09
1
-1
/
+11
*
gdb-remote: use elaborated type specifier for `Module`
Saleem Abdulrasool
2018-12-05
1
-2
/
+2
*
[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)
Aleksandr Urakov
2018-12-03
1
-2
/
+3
*
[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
2
-4
/
+3
*
[PDB] Support PDB-backed expressions evaluation
Aleksandr Urakov
2018-11-30
2
-3
/
+4
*
[Reproducers] Improve reproducer API and add unit tests.
Jonas Devlieghere
2018-11-27
1
-7
/
+11
*
Fix some compilation failures introduced in recent patches.
Zachary Turner
2018-11-14
1
-3
/
+3
*
Fix the "make_unique is ambiguous" compiler error.
Haojian Wu
2018-11-14
1
-2
/
+2
*
Add GDB remote packet reproducer.
Jonas Devlieghere
2018-11-13
9
-183
/
+775
*
Re-land "Extract construction of DataBufferLLVM into FileSystem"
Jonas Devlieghere
2018-11-12
3
-10
/
+8
*
Revert "Extract construction of DataBufferLLVM into FileSystem"
Davide Italiano
2018-11-12
3
-8
/
+10
*
Fix an unused variable warning. NFC
Alexander Kornienko
2018-11-12
1
-0
/
+2
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
122
-412
/
+1
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
4
-5
/
+5
*
Extract construction of DataBufferLLVM into FileSystem
Jonas Devlieghere
2018-11-10
3
-10
/
+8
*
Unbreak the linux bot from the previous commit. Fred needed to use
Jason Molenda
2018-11-10
1
-0
/
+6
*
Enable listening for EXC_RESOURCE events, and format mach
Jason Molenda
2018-11-10
1
-0
/
+45
*
Work with a gdb-remote target that doesn't handle the
Jason Molenda
2018-11-09
1
-0
/
+5
*
[FileSystem] Add convenience method to check for directories.
Jonas Devlieghere
2018-11-08
3
-4
/
+3
*
[LLDB] Fix FreeBSD/Darwin build
David Carlier
2018-11-04
2
-9
/
+12
*
Fix NetBSD build after "Move path resolution logic out of FileSpec"
Kamil Rytarowski
2018-11-04
1
-1
/
+1
*
NativeProcessProtocol: Simplify breakpoint setting code
Pavel Labath
2018-11-04
2
-2
/
+0
*
[FileSystem] Open File instances through the FileSystem.
Jonas Devlieghere
2018-11-02
1
-2
/
+3
*
[Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178
Aleksandr Urakov
2018-11-02
2
-7
/
+10
*
[File] Remove static method to get permissions.
Jonas Devlieghere
2018-11-01
1
-4
/
+4
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
10
-39
/
+51
*
[FileSystem] Fix typo in ProcessFreeBSD
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[FileSystem] Fix Exists call sites
Jonas Devlieghere
2018-11-01
2
-2
/
+4
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
6
-9
/
+12
*
[Windows] A basic implementation of memory allocations in a debuggee process
Aleksandr Urakov
2018-11-01
2
-0
/
+69
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-1
/
+1
*
[x86] Fix issues with a realigned stack in MSVC compiled applications
Aleksandr Urakov
2018-10-30
2
-53
/
+97
*
[Windows] Define generic arguments registers for Windows x64
Aleksandr Urakov
2018-10-26
1
-6
/
+6
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
2
-5
/
+8
[prev]
[next]