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
/
POSIX
/
ProcessPOSIX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...
Jim Ingham
2014-01-10
1
-14
/
+0
*
Fix Linux by partially reverting 196787
Ed Maste
2013-12-11
1
-0
/
+126
*
Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().
Jean-Daniel Dupas
2013-12-09
1
-1
/
+1
*
Threaded inferior support for FreeBSD
Ed Maste
2013-12-09
1
-126
/
+0
*
Simplify indirect rld_map for mips (rework r192408).
Ed Maste
2013-10-11
1
-15
/
+2
*
Support mips shared object debug info
Ed Maste
2013-10-11
1
-5
/
+17
*
Add exec support for Linux including common support for POSIX.
Matt Kopec
2013-10-09
1
-2
/
+37
*
Fixing a problem with thread creation signal order dependency
Andrew Kaylor
2013-09-17
1
-1
/
+20
*
Clean up handling of FreeBSD thread list on Launch / Attach
Ed Maste
2013-09-03
1
-0
/
+4
*
Move detach to FreeBSD- and Linux-specific classes.
Ed Maste
2013-08-30
1
-28
/
+0
*
Perform thread lookup after RefreshStateAfterStop()
Ed Maste
2013-08-29
1
-2
/
+2
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-1
/
+3
*
Remove unreachable code when thread exits on Linux.
Matt Kopec
2013-08-08
1
-6
/
+0
*
Fix thread name updating in Linux. "thread list" should report correct names ...
Michael Sartain
2013-07-31
1
-5
/
+8
*
Modify ProcessPOSIX to use the thread list mutex as needed
Daniel Malea
2013-07-24
1
-0
/
+17
*
Stop process monitor from ProcessPOSIX::Finalize
Andrew Kaylor
2013-07-10
1
-0
/
+8
*
Add support for listing inferior thread names on Linux.
Matt Kopec
2013-07-10
1
-1
/
+6
*
Reverting ProcessMonitor shared pointer changes
Andrew Kaylor
2013-07-09
1
-4
/
+2
*
Use shared pointers to hold the process in ProcessMonitor
Andrew Kaylor
2013-07-09
1
-2
/
+4
*
Fix signal handling for POSIX (only tested on Linux) processes in multi-threa...
Matt Kopec
2013-07-09
1
-19
/
+50
*
Avoid crash if we fail to resolve process in attach
Ed Maste
2013-07-04
1
-3
/
+2
*
Update error message; detach-keeps-stopped is also not on FreeBSD
Ed Maste
2013-07-03
1
-2
/
+2
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-1
/
+1
*
Remove unneeded limbo state flag.
Matt Kopec
2013-06-26
1
-13
/
+2
*
Fix setting of watchpoints on inferior thread creation for Linux.
Matt Kopec
2013-06-03
1
-21
/
+35
*
Add ability to attach/detach to multi-threaded inferiors on Linux.
Matt Kopec
2013-05-31
1
-2
/
+9
*
Adding support for stopping all threads of multithreaded inferiors on Linux. ...
Andrew Kaylor
2013-05-28
1
-36
/
+81
*
Adding support for process attach by pid on Linux.
Andrew Kaylor
2013-05-07
1
-1
/
+34
*
Add watchpoint support for Linux on 64-bit host.
Matt Kopec
2013-05-07
1
-0
/
+128
*
Recommitting r180831 with trivial fix - remember to return errors if you comp...
Jim Ingham
2013-05-02
1
-1
/
+8
*
Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py
Daniel Malea
2013-05-01
1
-8
/
+1
*
Added an option to "process detach" to keep the process stopped, if the proce...
Jim Ingham
2013-04-30
1
-1
/
+8
*
Fix bug in ProcessPOSIX::IsAlive() exposed by r178324
Daniel Malea
2013-04-01
1
-1
/
+4
*
Fix the Linux build issues introduced by r178191.
Ashok Thirumurthi
2013-03-28
1
-3
/
+3
*
Recommit lldb realtime output for POSIX.
Matt Kopec
2013-03-14
1
-22
/
+2
*
Backout POSIX realtime lldb output. TestEvents.py is causing lldb to assert.
Matt Kopec
2013-03-14
1
-2
/
+22
*
Change Linux/POSIX to output inferior output in realtime.
Matt Kopec
2013-03-11
1
-22
/
+2
*
Fix string warning I introduced with indirect function support.
Matt Kopec
2013-03-01
1
-1
/
+2
*
Add GNU indirect function support in expressions for Linux.
Matt Kopec
2013-02-27
1
-0
/
+13
*
Rename [Enable|Disable]Breakpoint() to [Enable|Disable]BreakpointSite() in PO...
Daniel Malea
2013-02-15
1
-2
/
+2
*
Add initial support to trace spawned threads in a process on Linux.
Matt Kopec
2013-01-08
1
-2
/
+21
*
Implement -w flag to process launch (allow launching inferior process in diff...
Daniel Malea
2013-01-08
1
-1
/
+13
*
Change crash handling to use eStateStopped rather than eStateCrashed.
Andrew Kaylor
2012-12-14
1
-1
/
+2
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-4
/
+0
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-5
/
+5
*
Patch from Daniel Malea that cleans up the process parameters for Process/Thr...
Greg Clayton
2012-10-12
1
-2
/
+1
*
Patch from Andrew Kaylor for linux:
Greg Clayton
2012-09-07
1
-0
/
+6
*
Patch from info from Daniel Malea that should fix the build on linux after fi...
Greg Clayton
2012-09-04
1
-0
/
+1
*
Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>:
Johnny Chen
2012-04-14
1
-2
/
+4
[next]