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
*
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
*
Protect a few log->Printf calls with "if (log)"...
Jim Ingham
2011-12-01
1
-5
/
+7
*
Looking at our memory usage with Instruments when debugging a large application
Greg Clayton
2011-11-18
1
-1
/
+0
*
Use a pseudoterminal for local processes if no STDIO redirection or other
Greg Clayton
2011-11-17
1
-26
/
+22
*
Fixed the issue that was causing our monitor process threads to crash, it
Greg Clayton
2011-11-17
1
-2
/
+31
*
Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out
Greg Clayton
2011-11-17
1
-14
/
+18
*
Made the darwin host layer properly reap any child processes that it spawns.
Greg Clayton
2011-11-16
1
-7
/
+15
*
Added a new class to Process.h: ProcessAttachInfo. This class contains enough
Greg Clayton
2011-11-15
1
-74
/
+238
*
<rdar://problem/10103980>
Greg Clayton
2011-11-13
1
-1
/
+64
*
Added the ability to run a process in a shell on MacOSX currently when using
Greg Clayton
2011-11-12
1
-15
/
+27
*
Do a better job of detecting when a breakpoint command has set the target run...
Jim Ingham
2011-11-08
1
-5
/
+43
*
Moved many of the "settings" that used to be in "target.process.*" to just
Greg Clayton
2011-11-08
1
-242
/
+67
*
Added a language parameter to the expression parser,
Sean Callanan
2011-11-07
1
-2
/
+2
*
Modified all Process::Launch() calls to use a ProcessLaunchInfo structure
Greg Clayton
2011-11-03
1
-46
/
+37
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-7
/
+7
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-16
/
+16
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-2
/
+2
*
Cleaned up the the code that figures out the inlined stack frames given a
Greg Clayton
2011-10-01
1
-0
/
+3
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-26
/
+39
*
Fixed a problem where expressions would attempt to
Sean Callanan
2011-09-20
1
-1
/
+14
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-5
/
+4
*
Don't put modules for .o files into the global shared module list. We
Greg Clayton
2011-09-18
1
-1
/
+1
*
Adopt the intrusive pointers in:
Greg Clayton
2011-09-17
1
-6
/
+6
*
Track whether a process was Launched or Attached to. If Attached, the detach...
Jim Ingham
2011-09-15
1
-0
/
+2
*
This patch modifies the expression parser to allow it
Sean Callanan
2011-09-15
1
-2
/
+2
*
Take out all the separate places in Attach where we were getting the target a...
Jim Ingham
2011-09-15
1
-49
/
+17
*
If we haven't gotten the architecture of the process we're attaching
Jim Ingham
2011-09-14
1
-0
/
+19
*
Patch from Filipe!
Johnny Chen
2011-09-09
1
-1
/
+2
[next]