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
/
Target
/
Process.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent
Jason Molenda
2013-12-13
1
-0
/
+63
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-7
/
+39
*
Flush the Process' cache of extended threads every time the
Jason Molenda
2013-11-20
1
-2
/
+7
*
Add logging for the SB API which creates extended
Jason Molenda
2013-11-19
1
-2
/
+3
*
Commit a work-in-progress system runtime for Mac OS X which won't
Jason Molenda
2013-11-15
1
-0
/
+1
*
The Threads created when requesting extended backtraces need to be owned by
Jason Molenda
2013-11-11
1
-0
/
+4
*
Fixed the the breakpoint test case failures.
Greg Clayton
2013-11-09
1
-1
/
+5
*
This patch does a couple of things.
Jim Ingham
2013-11-07
1
-16
/
+27
*
<rdar://problem/15367122>
Greg Clayton
2013-11-05
1
-3
/
+5
*
Add a new system runtime plugin type - just the top level
Jason Molenda
2013-11-05
1
-0
/
+25
*
Added a "--debug" option to the "expression" command.
Greg Clayton
2013-11-04
1
-27
/
+26
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-4
/
+4
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-4
/
+4
*
Fix the signed-ness of a few log printf directives in Process::RunThreadPlan.
Jason Molenda
2013-10-27
1
-3
/
+3
*
Fixed format strings as they still must specicy a '%' prior to using PRI*64 m...
Greg Clayton
2013-10-23
1
-1
/
+1
*
Fixes to get LLDB building on Windows again.
Deepak Panickal
2013-10-22
1
-2
/
+2
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-1
/
+11
*
Allow Process::WaitForProcessToStop to return immediately if process is alrea...
Daniel Malea
2013-10-09
1
-1
/
+14
*
Remove unnecessary checks for thread_plan_sp (we check for this at the top of...
Jim Ingham
2013-09-27
1
-2
/
+2
*
Changing the default shell to /bin/sh brought up a long-standing bug on OS X,
Jim Ingham
2013-09-10
1
-3
/
+4
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-12
/
+12
*
Switch '/bin/bash' to '/bin/sh'
Ed Maste
2013-09-03
1
-1
/
+1
*
Fixed a few typos.
Ashok Thirumurthi
2013-08-27
1
-1
/
+1
*
Fix some names in the wake of my Mach-O changes to LLVM.
Charles Davis
2013-08-27
1
-1
/
+7
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-3
/
+5
*
Fix lock hierarchy violation in Process (lock ordering of ThreadList mutex an...
Daniel Malea
2013-07-31
1
-0
/
+1
*
Send a stop event when an expression stops at a breakpoint
Sean Callanan
2013-07-30
1
-0
/
+6
*
Use flag instead of rwlock state to track process running state
Ed Maste
2013-07-29
1
-16
/
+16
*
Remove obsolete comment
Ed Maste
2013-07-02
1
-4
/
+1
*
Remove the process's reservation cache and don't
Sean Callanan
2013-06-27
1
-58
/
+0
*
<rdar://problem/14182286>
Han Ming Ong
2013-06-24
1
-7
/
+8
*
Remember to update the m_thread_list_real after you do UpdateThreadList.
Jim Ingham
2013-06-22
1
-0
/
+2
*
<rdar://problem/14004410>
Han Ming Ong
2013-06-21
1
-9
/
+0
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-1
/
+1
*
Don't actually Halt in the Interrupt handler for the Process, just send an As...
Jim Ingham
2013-06-19
1
-1
/
+1
*
Huge performance improvements when one breakpoint contains many locations.
Greg Clayton
2013-06-12
1
-70
/
+74
*
Adding support for stopping all threads of multithreaded inferiors on Linux. ...
Andrew Kaylor
2013-05-28
1
-1
/
+1
*
Added a test case that verifies that LLDB can debug across a process exec'ing...
Greg Clayton
2013-05-21
1
-2
/
+0
*
<rdar://problem/13892516>
Greg Clayton
2013-05-21
1
-1
/
+5
*
Added a per-process cache for reserved memory
Sean Callanan
2013-05-16
1
-0
/
+58
*
Don’t pop the process input reader for a “stop” event if ShouldBroadcas...
Jim Ingham
2013-05-15
1
-1
/
+1
*
<rdar://problem/13700260>
Greg Clayton
2013-05-10
1
-1
/
+13
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-1
/
+2
*
Adding support for setting thread stop state when a process stops.
Andrew Kaylor
2013-05-10
1
-0
/
+14
*
Revert r181482 as it causes occasional hangs in LLDB buildbots
Daniel Malea
2013-05-09
1
-13
/
+0
*
Adding code to set thread state to stopped when the process stops.
Andrew Kaylor
2013-05-08
1
-0
/
+13
*
Remove distinction between Apple/Linux for Process run locks:
Daniel Malea
2013-05-08
1
-13
/
+0
*
Figure out the reply to "PlanExplainsStop" once when we stop and then use the...
Jim Ingham
2013-05-08
1
-16
/
+26
*
Reinstating r181091 and r181106 with fix for Linux regressions.
Andrew Kaylor
2013-05-07
1
-6
/
+18
*
Temporarily reverting r181091 and r181106 due to the vast test breakage on th...
Ashok Thirumurthi
2013-05-07
1
-18
/
+6
[next]