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
/
Linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
2
-19
/
+19
*
Fix incorrect log messages in NativeProcessLinux (pr40588)
Pavel Labath
2019-02-07
1
-4
/
+4
*
Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host
Pavel Labath
2019-02-04
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
23
-92
/
+69
*
Remove /proc/pid/maps parsing code from NativeProcessLinux
Pavel Labath
2018-12-15
1
-101
/
+18
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
3
-9
/
+0
*
NativeProcessProtocol: Simplify breakpoint setting code
Pavel Labath
2018-11-04
1
-1
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-4
/
+6
*
Pull FixupBreakpointPCAsNeeded into base class
Pavel Labath
2018-10-03
2
-77
/
+1
*
Pull GetSoftwareBreakpointPCOffset into base class
Pavel Labath
2018-09-30
2
-43
/
+2
*
NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base class
Pavel Labath
2018-09-13
2
-12
/
+0
*
Speculative fix for NetBSD bot for r341758
Pavel Labath
2018-09-09
1
-2
/
+2
*
Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"
Pavel Labath
2018-09-09
2
-66
/
+13
*
Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"
Pavel Labath
2018-09-08
2
-14
/
+68
*
Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode
Pavel Labath
2018-09-05
2
-68
/
+14
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
9
-10
/
+10
*
Remove more dead code from NativeProcessLinux
Alex Langford
2018-06-08
1
-14
/
+0
*
Delete dead code in NativeProcessLinux
Alex Langford
2018-06-08
1
-149
/
+0
*
Typo fixes.
Bruce Mitchener
2018-05-29
4
-6
/
+6
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
2
-5
/
+1
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
1
-3
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
9
-193
/
+170
*
Fix linux s390x build (pr36694)
Pavel Labath
2018-03-13
1
-1
/
+1
*
[LLDB][PPC64] Fixed issues with expedited registers
Pavel Labath
2018-03-06
1
-0
/
+4
*
[LLDB][PPC64] Fixed next blocked forever at same line
Pavel Labath
2018-02-21
1
-5
/
+1
*
Remove ObjectFile usage from HostLinux::GetProcessInfo
Pavel Labath
2018-01-29
1
-10
/
+13
*
Reduce x86 register context boilerplate.
Pavel Labath
2017-12-18
1
-49
/
+41
*
NPL: Clean up handling of inferior exit
Pavel Labath
2017-12-18
1
-47
/
+15
*
Kill struct IOVEC
Pavel Labath
2017-12-01
3
-3
/
+5
*
Fix floating point register write on new x86 linux kernels
Pavel Labath
2017-11-28
2
-0
/
+20
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-2
/
+1
*
Clean up NativeRegisterContext
Pavel Labath
2017-11-10
17
-139
/
+100
*
Simplify NativeProcessProtocol::GetArchitecture/GetByteOrder
Pavel Labath
2017-11-09
6
-39
/
+12
*
Add float/vector registers for ppc64le
Pavel Labath
2017-11-03
2
-15
/
+348
*
Add specific ppc64le hardware watchpoint handler
Pavel Labath
2017-10-27
2
-1
/
+306
*
Remove shared_pointer from NativeThreadProtocol
Pavel Labath
2017-10-17
3
-91
/
+61
*
Enable breakpoints and read/write GPRs for ppc64le
Eugene Zemtsov
2017-10-05
4
-2
/
+330
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
3
-1
/
+3
*
Fix linux arm and mips builds broken by r308282
Pavel Labath
2017-07-18
2
-4
/
+4
*
Remove shared pointer from NativeProcessProtocol
Pavel Labath
2017-07-18
5
-44
/
+21
*
NativeProcessLinux: Fix handling of raise(SIGTRAP)
Pavel Labath
2017-07-11
1
-5
/
+3
*
NativeProcessLinux: Fix some compiler warnings
Pavel Labath
2017-07-11
2
-21
/
+6
*
Add a NativeProcessProtocol Factory class
Pavel Labath
2017-07-07
2
-213
/
+114
*
Fix assorted compiler warnings (mismatched signedness and printf specifiers)
Pavel Labath
2017-07-05
1
-1
/
+1
*
Fixing warnings for unused variables and copy ellision
Ravitheja Addepally
2017-07-03
1
-20
/
+15
*
Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loop
Pavel Labath
2017-07-03
1
-12
/
+7
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-5
/
+4
*
Implementation of Intel(R) Processor Trace support for Linux
Ravitheja Addepally
2017-06-28
5
-1
/
+875
*
Add pretty-printer for wait(2) statuses and modernize the code handling them
Pavel Labath
2017-06-19
2
-61
/
+15
*
replace uses of strerror with llvm::sys::StrError
Pavel Labath
2017-06-06
1
-5
/
+5
[next]