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
...
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-304
/
+394
*
Removed explicit NULL checks for shared pointers
Sean Callanan
2012-08-09
1
-1
/
+1
*
Added a 'void' format so that the user can manually
Sean Callanan
2012-08-08
1
-1
/
+1
*
Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...
Jim Ingham
2012-07-27
1
-119
/
+172
*
Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...
Jim Ingham
2012-07-20
1
-69
/
+0
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-2
/
+1
*
<rdar://problem/11672978> Fixing an issue where an ObjC object might come out...
Enrico Granata
2012-07-16
1
-0
/
+16
*
Fixed a bug that caused the Process not to rebroadcast
Sean Callanan
2012-07-11
1
-431
/
+450
*
Work around some problems destroying a process with older debugservers.
Jim Ingham
2012-07-04
1
-0
/
+5
*
Add an "extra-startup-commands" process setting so we can send some command s...
Jim Ingham
2012-07-02
1
-1
/
+27
*
Added a setting (target.process.disable-memory-cache)
Sean Callanan
2012-06-07
1
-56
/
+89
*
Make sure that when if we are going to Halt while the process is in the middl...
Jim Ingham
2012-06-06
1
-4
/
+32
*
Fixed a problem where detaching from a process
Sean Callanan
2012-06-02
1
-7
/
+16
*
We were accessing the ModuleList in the target without locking it for tasks like
Jim Ingham
2012-05-30
1
-4
/
+8
*
Process::Destroy should Halt before it tries to destroy so we don't have race...
Jim Ingham
2012-05-23
1
-0
/
+26
*
<rdar://problem/11355592> Fixing a bug where we would incorrectly try and det...
Enrico Granata
2012-05-21
1
-0
/
+21
*
Forgot to bump the local string buffer up in size after debugging to make sur...
Greg Clayton
2012-05-19
1
-1
/
+1
*
Found a quick way to improve the speed with which we can read object files fr...
Greg Clayton
2012-05-18
1
-0
/
+22
*
<rdar://problem/11386214>
Greg Clayton
2012-05-18
1
-0
/
+6
*
Always call RefreshStateAfterStop when we get a stop event. We were skipping...
Jim Ingham
2012-05-16
1
-1
/
+2
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-19
/
+21
*
In ProcessGDBRemote::DoConnectRemote(), if the remote system informed
Jason Molenda
2012-05-03
1
-5
/
+17
*
Switch to setting the write side of the run lock when we call Resume. Then m...
Jim Ingham
2012-04-19
1
-10
/
+26
*
Make sure an error is returned when Process::LoadImage() fails.
Greg Clayton
2012-04-18
1
-2
/
+5
*
Added a new host function that allows us to run shell command and get the out...
Greg Clayton
2012-04-14
1
-22
/
+44
*
The run all threads timeout in RunThreadPlan should respect the user timeout,...
Jim Ingham
2012-04-13
1
-17
/
+40
*
Make sure that DoResume doesn't stall if we shut down the async thread while ...
Jim Ingham
2012-04-12
1
-9
/
+35
*
Two changes,
Jim Ingham
2012-04-10
1
-10
/
+44
*
Trying to solve our disappearing thread issues by making thread list updates ...
Greg Clayton
2012-04-10
1
-8
/
+9
*
We sometimes need to be able to call functions (via Process::RunThreadPlan) f...
Jim Ingham
2012-04-07
1
-12
/
+72
*
Order ivar initializers to how they're declared in the class.
Bill Wendling
2012-04-06
1
-2
/
+2
*
Added a new Host class: ReadWriteLock
Greg Clayton
2012-04-05
1
-1
/
+37
*
Fix the process of getting the ObjC runtime - if we ask for it too early (in ...
Jim Ingham
2012-03-10
1
-10
/
+9
*
<rdar://problem/10840355>
Greg Clayton
2012-03-06
1
-20
/
+22
*
<rdar://problem/3535148>
Han Ming Ong
2012-02-25
1
-2
/
+2
*
Fixed a crasher that was happening after making ObjectFile objects have a
Greg Clayton
2012-02-24
1
-7
/
+13
*
For stepping performance I added the ability to outlaw all memory accesseses
Greg Clayton
2012-02-22
1
-0
/
+13
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-0
/
+6
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-3
/
+11
*
Only allow expressions to use the JIT if memory
Sean Callanan
2012-02-14
1
-1
/
+17
*
Full core file support has been added for mach-o core files.
Greg Clayton
2012-02-13
1
-11
/
+31
*
First pass at mach-o core file support is in. It currently works for x86_64
Greg Clayton
2012-02-09
1
-9
/
+42
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-0
/
+12
*
SBFrame is now threadsafe using some extra tricks. One issue is that stack
Greg Clayton
2012-01-30
1
-19
/
+30
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-13
/
+4
*
<rdar://problem/10732738>
Greg Clayton
2012-01-20
1
-1
/
+11
*
Fixed a potential hang while trying to execute
Sean Callanan
2012-01-05
1
-1
/
+1
*
The "desired result type" code in the expression
Sean Callanan
2011-12-21
1
-2
/
+2
*
Expose new read memory fucntion through python in SBProcess:
Greg Clayton
2011-12-15
1
-1
/
+10
*
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
Greg Clayton
2011-12-01
1
-9
/
+9
[prev]
[next]