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
/
NativeProcessLinux.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
LLGS: fix tracking execve on linux
Pavel Labath
2019-07-25
1
-6
/
+3
*
Revert "Revert "Add ReadCStringFromMemory for faster string reads""
Antonio Afonso
2019-07-23
1
-1
/
+1
*
Revert "Revert "Implement xfer:libraries-svr4:read packet""
Antonio Afonso
2019-07-23
1
-1
/
+1
*
Revert "Implement xfer:libraries-svr4:read packet"
Pavel Labath
2019-07-01
1
-1
/
+1
*
Revert "Add ReadCStringFromMemory for faster string reads"
Antonio Afonso
2019-06-25
1
-1
/
+1
*
Add ReadCStringFromMemory for faster string reads
Antonio Afonso
2019-06-18
1
-1
/
+1
*
Implement xfer:libraries-svr4:read packet
Antonio Afonso
2019-06-18
1
-1
/
+1
*
Implement GetSharedLibraryInfoAddress
Antonio Afonso
2019-06-14
1
-21
/
+1
*
Add support to read aux vector values
Antonio Afonso
2019-06-11
1
-0
/
+15
*
Simplify Triple::ppc64{,le} checks with Triple::isPPC64()
Fangrui Song
2019-05-16
1
-1
/
+1
*
Simplify ArchSpec::IsMIPS()
Fangrui Song
2019-05-16
1
-10
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-10
/
+10
*
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
1
-4
/
+3
*
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
1
-3
/
+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
1
-75
/
+1
*
Pull GetSoftwareBreakpointPCOffset into base class
Pavel Labath
2018-09-30
1
-41
/
+2
*
NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base class
Pavel Labath
2018-09-13
1
-9
/
+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
1
-59
/
+11
*
Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"
Pavel Labath
2018-09-08
1
-12
/
+61
*
Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode
Pavel Labath
2018-09-05
1
-61
/
+12
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-2
/
+2
*
Delete dead code in NativeProcessLinux
Alex Langford
2018-06-08
1
-149
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-113
/
+99
*
[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
*
NPL: Clean up handling of inferior exit
Pavel Labath
2017-12-18
1
-47
/
+15
*
Kill struct IOVEC
Pavel Labath
2017-12-01
1
-1
/
+1
*
Clean up NativeRegisterContext
Pavel Labath
2017-11-10
1
-30
/
+23
*
Simplify NativeProcessProtocol::GetArchitecture/GetByteOrder
Pavel Labath
2017-11-09
1
-5
/
+0
*
Remove shared_pointer from NativeThreadProtocol
Pavel Labath
2017-10-17
1
-87
/
+59
*
Enable breakpoints and read/write GPRs for ppc64le
Eugene Zemtsov
2017-10-05
1
-1
/
+13
*
Remove shared pointer from NativeProcessProtocol
Pavel Labath
2017-07-18
1
-14
/
+10
*
NativeProcessLinux: Fix handling of raise(SIGTRAP)
Pavel Labath
2017-07-11
1
-5
/
+3
*
Add a NativeProcessProtocol Factory class
Pavel Labath
2017-07-07
1
-194
/
+96
*
Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loop
Pavel Labath
2017-07-03
1
-12
/
+7
*
Implementation of Intel(R) Processor Trace support for Linux
Ravitheja Addepally
2017-06-28
1
-1
/
+279
*
Add pretty-printer for wait(2) statuses and modernize the code handling them
Pavel Labath
2017-06-19
1
-60
/
+14
*
replace uses of strerror with llvm::sys::StrError
Pavel Labath
2017-06-06
1
-5
/
+5
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-132
/
+135
*
Remove ProcFileReader
Pavel Labath
2017-03-21
1
-26
/
+25
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-3
/
+3
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-3
/
+3
[next]