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
*
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
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-3
/
+3
*
Hardware breakpoints for Linux on Arm/AArch64 targets
Omair Javaid
2017-02-24
1
-1
/
+21
*
Implement QPassSignals GDB package in lldb-server
Pavel Labath
2017-02-24
1
-0
/
+7
*
NPL: Fix an incorrect logging formatv call
Pavel Labath
2017-02-17
1
-2
/
+2
*
Finish breaking the dependency from Utility.
Zachary Turner
2017-02-16
1
-1
/
+1
*
Remove the verbose category in the posix channel
Pavel Labath
2017-02-06
1
-9
/
+8
*
Fix missing include in NativeProcessLinux
Pavel Labath
2017-02-06
1
-7
/
+4
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Transform ProcessLauncherLinux to ProcessLauncherPosixFork
Kamil Rytarowski
2017-02-01
1
-2
/
+2
*
Add format_provider for lldb::StateType
Pavel Labath
2017-01-24
1
-5
/
+5
*
Fix more unused variable warnings when asserts are disabled.
Hafiz Abid Qadeer
2017-01-20
1
-0
/
+1
*
Refactor logging in NativeProcessLinux
Pavel Labath
2017-01-19
1
-637
/
+323
*
Improve the performance of jModulesInfo in lldb-server
Tamas Berghammer
2017-01-03
1
-104
/
+89
*
Remove linux/personality.h wrapper
Pavel Labath
2016-12-15
1
-1
/
+0
[next]