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
/
Utility
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce alignment on struct XSAVE, fixing a gcc warning
Pavel Labath
2018-09-12
1
-1
/
+1
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
16
-28
/
+28
*
[windows] LLDB shows the wrong values when register read is executed at a fra...
Stella Stamenova
2018-07-10
1
-1
/
+1
*
Fix DynamicRegisterInfo copying/moving issue.
Tatyana Krasnukha
2018-06-08
2
-23
/
+51
*
Add missing includes to some LLDB headers.
Raphael Isemann
2018-05-26
2
-0
/
+4
*
Remove spurious dependency on Process/elf-core from Process/Utility.
James Y Knight
2018-05-23
6
-31
/
+6
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
1
-2
/
+0
*
[lldb] Fix compile warnings in r332702
Eric Liu
2018-05-18
2
-4
/
+5
*
Add back #ifdef __APPLE__ to RegisterContextDarwin_xxx::NumSupportedHardwareW...
Pavel Labath
2018-05-18
2
-3
/
+3
*
Make ObjectFileMachO work on non-darwin platforms
Pavel Labath
2018-05-18
3
-17
/
+28
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
2
-4
/
+4
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
18
-394
/
+293
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
1
-1
/
+3
*
Move StringExtractorGDBRemote.h to the include folder
Pavel Labath
2018-03-20
1
-1
/
+1
*
Use GetItemAtIndexAsString overload for ConstString and move set rather than ...
Tatyana Krasnukha
2018-03-14
1
-6
/
+3
*
Make Finalize tolerant of empty register sets.
Tatyana Krasnukha
2018-03-01
1
-1
/
+1
*
Add SysV Abi for PPC64le
Pavel Labath
2018-01-22
2
-0
/
+470
*
Reduce x86 register context boilerplate.
Pavel Labath
2017-12-18
4
-33
/
+30
*
Avoid module import in a textual header, NFC
Vedant Kumar
2017-12-12
1
-5
/
+2
*
Fix const-correctness in RegisterContext methods, NFC
Vedant Kumar
2017-12-06
3
-10
/
+30
*
Kill struct IOVEC
Pavel Labath
2017-12-01
4
-21
/
+0
*
Fix floating point register write on new x86 linux kernels
Pavel Labath
2017-11-28
2
-5
/
+27
*
Implement core dump debugging for PPC64le
Pavel Labath
2017-11-16
4
-1
/
+300
*
Fix alignment of arm64 fpu register context structure
Jason Molenda
2017-11-16
2
-3
/
+3
*
Roll back r318260 because it is causing the windows bot to
Jason Molenda
2017-11-15
1
-1
/
+1
*
Two small fixes to handle arm64 fpu register contexts in
Jason Molenda
2017-11-15
1
-1
/
+1
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
4
-14
/
+4
*
Clean up NativeRegisterContext
Pavel Labath
2017-11-10
2
-3
/
+3
*
Add float/vector registers for ppc64le
Pavel Labath
2017-11-03
2
-2
/
+484
*
Fix some warnings found by ToT clang
Pavel Labath
2017-11-02
1
-4
/
+0
*
Enable breakpoints and read/write GPRs for ppc64le
Eugene Zemtsov
2017-10-05
5
-0
/
+303
*
Process: fix FXSAVE on x86
Saleem Abdulrasool
2017-08-23
2
-4
/
+2
*
Make i386-*-freebsd expression work on JIT path
Ed Maste
2017-08-16
1
-7
/
+5
*
Remove the DWARFExpression -> Clang ExpressionParser dependency
Tamas Berghammer
2017-08-16
1
-4
/
+4
*
Fix two places in RegisterContextLLDB::InitializeNonZerothFrame where
Jason Molenda
2017-06-29
1
-13
/
+14
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
2
-2
/
+2
*
Fix backtrace of noreturn functions situated at the end of a module
Pavel Labath
2017-06-08
1
-5
/
+7
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
3
-24
/
+18
*
Rename Error -> Status.
Zachary Turner
2017-05-12
5
-23
/
+23
*
[Utility] Placate another GCC warning.
Davide Italiano
2017-04-20
1
-3
/
+4
*
Introduce FPR and Debug Registers/NetBSD/amd64 support
Kamil Rytarowski
2017-04-18
1
-1
/
+1
*
[Process/Utility] Remove dead code. NFCI.
Davide Italiano
2017-04-14
1
-5
/
+0
*
iwyu fixes on lldbUtility.
Zachary Turner
2017-04-06
1
-0
/
+1
*
[LLDB][MIPS] Core Dump Support.
Nitesh Jain
2017-03-31
8
-48
/
+303
*
[LLDB] OpenBSD support
Kamil Rytarowski
2017-03-26
5
-0
/
+251
*
Fix warnings from clang build on macOS.
Bruce Mitchener
2017-03-23
1
-0
/
+1
*
Break the cycle between Host and PluginProcessUtility.
Zachary Turner
2017-03-22
3
-0
/
+85
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
16
-27
/
+27
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
15
-15
/
+15
[next]