Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
source
/
Plugins
/
Process
/
Linux
/
NativeProcessLinux.cpp
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
e77fce0
[NFC] Darwin llgs support from Week of Code
by Todd Fiala
· 9 years ago
b9739d4
Revert r280137 and 280139 and subsequent build fixes
by Pavel Labath
· 9 years ago
1e3b086
Revert r280200 and put it a proper fix
by Pavel Labath
· 9 years ago
2c07a06
Update the Linux code to reflect the changes done by zturner in r280139
by Sylvestre Ledru
· 9 years ago
c923a3d
Remove SYS_tgkill from Android.h
by Pavel Labath
· 9 years ago
d7d69f8
Support loading files even when incorrect file name specified by the linker
by Tamas Berghammer
· 9 years ago
5ad891f
Unify process launching code on linux
by Pavel Labath
· 9 years ago
4abe5d6
[NPL] Simplify process launch code
by Pavel Labath
· 9 years ago
3be0a3a
[NPL] Increase ETXTBSY workaround sleep
by Pavel Labath
· 9 years ago
c73301b
Change the /proc/<pid>/maps to not assert on incorrect input
by Tamas Berghammer
· 9 years ago
ca92aed
[LLGS] Work around an adb bug on Android <=M
by Pavel Labath
· 9 years ago
ad00756
Implement GetMemoryRegions() for Linux and Mac OSX core files.
by Howard Hellyer
· 9 years ago
0c4f01d
[LLGS] Log more precise errors during inferior launch
by Pavel Labath
· 9 years ago
2a86b55
Remove Platform usages from NativeProcessLinux
by Pavel Labath
· 9 years ago
57a7711
Remove Mutex from NativeProcessLinux
by Pavel Labath
· 9 years ago
bb00d0b
Support Linux on SystemZ as platform
by Ulrich Weigand
· 9 years ago
605b51b
Work around a stepping bug in arm64 android M
by Pavel Labath
· 10 years ago
7326c01
[linux] Remove all traces of signalfd(2)
by Pavel Labath
· 10 years ago
be379e1
Revert "Use BKPT instead of UDF for arm/thumb breakpoints"
by Tamas Berghammer
· 10 years ago
1b6dacb
Use BKPT instead of UDF for arm/thumb breakpoints
by Tamas Berghammer
· 10 years ago
f6ef187
[LLDB] Fix Read/Write memory to be compatible with both endians
by Mohit K. Bhakkad
· 10 years ago
1fa5c4b
Fix cast in arm watchpoint handling code
by Tamas Berghammer
· 10 years ago
7a9495b
[NativeProcessLinux] Fix detach of multithreaded inferiors
by Pavel Labath
· 10 years ago
86852d3
[NativeProcessLinux] Fix assertion failure when killing a process
by Pavel Labath
· 10 years ago
16ad032
[LLDB][MIPS] Aligning code with rL245831
by Mohit K. Bhakkad
· 10 years ago
b9cc0c7
[NativeProcessLinux] Pass around threads by reference
by Pavel Labath
· 10 years ago
f907778
[NativeProcessLinux] Reduce the number of casts
by Pavel Labath
· 10 years ago
0e1d729
[NativeProcessLinux] Fix a bug in instruction-stepping over thread creation
by Pavel Labath
· 10 years ago
7885647
On Linux, clear the signal mask of the launched inferior
by Pavel Labath
· 10 years ago
dee4a86
Fix lldb-server arm-linux-g++ build
by Omair Javaid
· 10 years ago
d2c4c9b
[LLGS] Avoid misrepresenting log lines as inferior output
by Pavel Labath
· 10 years ago
162fb8e
Speed up NativeProcessLinux::GetLoadedModuleFileSpec
by Pavel Labath
· 10 years ago
7920399
[NativeProcessLinux] Fix a couple of warnings
by Pavel Labath
· 10 years ago
05569f6
Add jstopinfo support to llgs
by Pavel Labath
· 10 years ago
19cbe96
[NativeProcessLinux] Integrate MainLoop
by Pavel Labath
· 10 years ago
44e82db
[NativeProcessLinux] Bugfix in the monitor thread
by Pavel Labath
· 10 years ago
5abe726
Revert "[NativeProcessLinux] Integrate MainLoop"
by Pavel Labath
· 10 years ago
827965c
[NativeProcessLinux] Integrate MainLoop
by Pavel Labath
· 10 years ago
98d0a4b
Refactor Unix signals.
by Chaoren Lin
· 10 years ago
d5b310f
Avoid going through Platform when creating a NativeProcessProtocol instance
by Pavel Labath
· 10 years ago
c307c27
Revert r241672, which breaks the OS X build by introducing a dependency on
by Sean Callanan
· 10 years ago
235c840
Avoid going through Platform when creating a NativeProcessProtocol instance
by Pavel Labath
· 10 years ago
f805e19
Fix cmake build after recent JSON changes
by Pavel Labath
· 10 years ago
ff7fd90
Fix aarch64 breakpoint PC offset
by Tamas Berghammer
· 10 years ago
09839c3
Fix qMemoryRegionInfo packet to return current value for address after the last memory region
by Tamas Berghammer
· 10 years ago
4a9babb
[NativeProcessLinux] Refactor PtraceWrapper
by Pavel Labath
· 10 years ago
c7512fd
[NativeProcessLinux] Use lambdas in DoOperation calls
by Pavel Labath
· 10 years ago
c60c945
[LLDB][MIPS] MIPS32 branch emulation and single-stepping
by Jaydeep Patil
· 10 years ago
783bfc8
Fetch object file load address if it isn't specified by the linker
by Tamas Berghammer
· 10 years ago
3579996
[LLDB][MIPS] Hardware Watchpoints for MIPS
by Mohit K. Bhakkad
· 10 years ago
df7c699
[NativeProcessLinux] Use fast memory reads, if the system supports it
by Pavel Labath
· 10 years ago
ce815e4
[MIPS][lldb-server] Add 32-bit register context and read/write FP registers on mips64
by Sagar Thakur
· 10 years ago
d3173f3
Refactor many file functions to use FileSpec over strings.
by Chaoren Lin
· 10 years ago
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
5b981ab
[NativeProcessLinux] clean up #includes
by Pavel Labath
· 10 years ago
c4e25c9
Report inferior SIGSEGV as a signal instead of an exception on linux
by Pavel Labath
· 10 years ago
05a1f2a
[NativeProcessLinux] Support inferiors which change their process group
by Pavel Labath
· 10 years ago
068f8a7
Move register reading form NativeProcessLinux to NativeRegisterContextLinux*
by Tamas Berghammer
· 10 years ago
39036ac
[NativeProcessLinux] Fix handling of SIGSTOP
by Pavel Labath
· 10 years ago
341eda4
Fixed arm64 build error
by Vince Harron
· 10 years ago
9eb1ecb
[NativeProcessLinux] Fix removal of temporary breakpoints
by Pavel Labath
· 10 years ago
6e35163
[NativeProcessLinux] Fix potential race during thread exit
by Pavel Labath
· 10 years ago
cdad63b
LLDB build broke after applying patch http://reviews.llvm.org/D9706
by Omair Javaid
· 10 years ago
ea8c25a80
This patch adds support for setting/clearing hardware watchpoints and breakpoints on AArch64 (Arm v8) 64-bit hardware.
by Omair Javaid
· 10 years ago
108c325
Remove handling of eStateStopped from NativeProcessLinux::Resume
by Pavel Labath
· 10 years ago
1dbc6c9
[NativeProcessLinux] Remove event mutex and clean functions using it
by Pavel Labath
· 10 years ago
8b33567
Get lldb-server building on android-9
by Vince Harron
· 10 years ago
8c8ff7a
[NativeProcessLinux] Remove double thread state accounting
by Pavel Labath
· 10 years ago
337f3eb
[NativeProcessLinux] Remove the stop callback
by Pavel Labath
· 10 years ago
5eb721e
[NativeProcessLinux] Remove logging and error callbacks
by Pavel Labath
· 10 years ago
cdc22a8
[LLDB][MIPS] Software single stepping Patch by Jaydeep Patil
by Mohit K. Bhakkad
· 10 years ago
ed89c7f
[NativeProcessLinux] Remove the post-stop lambda
by Pavel Labath
· 10 years ago
c076559
[NativeProcessLinux] fold ThreadStateCoordinator into NPL
by Pavel Labath
· 10 years ago
26438d2
Fix Android build.
by Chaoren Lin
· 10 years ago
45f5cb3
[NativeProcessLinux] Get rid of the thread state coordinator thread
by Pavel Labath
· 10 years ago
3eb4b45
Remove trap code from disassembly.
by Chaoren Lin
· 10 years ago
426bdf8
[NativeProcessLinux] Add back synchronisation of thread create events
by Pavel Labath
· 10 years ago
6648fcc
Fix register read callback in linux-arm single stepping
by Pavel Labath
· 10 years ago
9cf4f2c
Fix TestFdLeak on Linux.
by Chaoren Lin
· 10 years ago
5fd24c6
[NativeProcessLinux] Fix race condition during inferior thread creation
by Pavel Labath
· 10 years ago
e8659b5
[LLDB][MIPS] Add MIPS32 and MIPS64 core revisions Patch by Jaydeep Patil
by Mohit K. Bhakkad
· 10 years ago
e770868
Fix signle stepping on arm when multiple thread is involved
by Tamas Berghammer
· 10 years ago
bd7cbc5
NativeProcessLinux: Merge operation and monitor threads
by Pavel Labath
· 10 years ago
c4ddfd8
Auto advance pc for signle stepping on arm when emulation failes
by Tamas Berghammer
· 10 years ago
652e384
Fix LLDB ARM GCC4.7 broken build
by Omair Javaid
· 10 years ago
1107b5a
Use non-blocking waitpid in NativeProcessLinux
by Pavel Labath
· 10 years ago
d8c338d
Add single stepping logic for linux arm
by Tamas Berghammer
· 10 years ago
63c8be9
Fix breakpoint trap opcode detection for arm linux
by Tamas Berghammer
· 10 years ago
2c2acf9
[LLDB][MIPS] Add LinuxSignals for mips64 and change trap opcode for mips64el.
by Mohit K. Bhakkad
· 10 years ago
09ba1a3
[LLDB][MIPS] Read/Write register for MIPS64 Patch by Sagar Thakur
by Mohit K. Bhakkad
· 10 years ago
db264a6
Move several plugin to its own namespace
by Tamas Berghammer
· 10 years ago
d542efd
Remove virtual and add override for lots of function.
by Tamas Berghammer
· 11 years ago
adf8adb
Fix wrong type convesrion in ReadRegOperation
by Tamas Berghammer
· 11 years ago
7cb18bf
Fetch module specification from remote process also
by Tamas Berghammer
· 11 years ago
c16f5dc
Report watchpoint hits during single stepping.
by Chaoren Lin
· 11 years ago
cb84eeb
Change reinterpret_casts to static_casts in NativeProcessLinux
by Tamas Berghammer
· 11 years ago
3df471c
[MIPS] - Register Context for MIPS64
by Mohit K. Bhakkad
· 11 years ago
1e209fc
Create NativeRegisterContext for android-arm64
by Tamas Berghammer
· 11 years ago
0cbf0b1
Add code to exit the NativeProcessLinux Monitor thread on android
by Tamas Berghammer
· 11 years ago
Next »