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][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
*
Revert unwanted changes in lldb when updating llvm::Error()
Mehdi Amini
2016-11-11
1
-23
/
+23
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-23
/
+23
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Don't set a software stepping breakpoint at 0 on arm or mips.
Pavel Labath
2016-10-26
1
-1
/
+5
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-2209
/
+2193
*
[NFC] Darwin llgs support from Week of Code
Todd Fiala
2016-09-04
1
-21
/
+0
*
Revert r280137 and 280139 and subsequent build fixes
Pavel Labath
2016-08-31
1
-2
/
+4
*
Revert r280200 and put it a proper fix
Pavel Labath
2016-08-31
1
-4
/
+2
*
Update the Linux code to reflect the changes done by zturner in r280139
Sylvestre Ledru
2016-08-31
1
-1
/
+1
*
Remove SYS_tgkill from Android.h
Pavel Labath
2016-08-08
1
-1
/
+0
*
Support loading files even when incorrect file name specified by the linker
Tamas Berghammer
2016-07-22
1
-0
/
+14
*
Unify process launching code on linux
Pavel Labath
2016-07-21
1
-228
/
+19
*
[NPL] Simplify process launch code
Pavel Labath
2016-07-15
1
-141
/
+72
*
[NPL] Increase ETXTBSY workaround sleep
Pavel Labath
2016-07-12
1
-1
/
+1
*
Change the /proc/<pid>/maps to not assert on incorrect input
Tamas Berghammer
2016-07-11
1
-12
/
+9
*
[LLGS] Work around an adb bug on Android <=M
Pavel Labath
2016-07-07
1
-0
/
+12
[next]