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
/
API
/
SBProcess.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/12490558>
Greg Clayton
2012-10-12
1
-1
/
+7
*
Ran the sources through the compiler with -Wshadow warnings
Jason Molenda
2012-10-04
1
-1
/
+0
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-14
/
+22
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Rework how the API mutex is acquired when filling out an ExecutionContext fro...
Jim Ingham
2012-08-22
1
-1
/
+2
*
Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...
Jim Ingham
2012-07-27
1
-0
/
+10
*
Add accessors on process to get & set the selected thread by IndexID (useful ...
Jim Ingham
2012-07-13
1
-0
/
+47
*
<rdar://problem/11791234>
Greg Clayton
2012-07-12
1
-9
/
+9
*
Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...
Johnny Chen
2012-05-23
1
-0
/
+23
*
Added logging when API calls try to do something that shouldn't be done when ...
Greg Clayton
2012-04-06
1
-42
/
+43
*
Added a new Host class: ReadWriteLock
Greg Clayton
2012-04-05
1
-53
/
+123
*
Added the new way we will eventually do all attaches and launches. First clients
Greg Clayton
2012-02-24
1
-2
/
+2
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-1
/
+13
*
Send Breakpoint Changed events for all the relevant changes to breakpoints.
Jim Ingham
2012-02-08
1
-0
/
+5
*
lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still
Greg Clayton
2012-01-30
1
-130
/
+171
*
SBFrame is now threadsafe using some extra tricks. One issue is that stack
Greg Clayton
2012-01-30
1
-16
/
+13
*
Removed the "lldb-forward-rtti.h" header file as it was designed to contain
Greg Clayton
2012-01-30
1
-8
/
+14
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Patch from Enrico Granata that moves SBData related functions into the SBData
Greg Clayton
2012-01-07
1
-129
/
+0
*
http://llvm.org/bugs/show_bug.cgi?id=11619
Johnny Chen
2012-01-06
1
-0
/
+125
*
Expose new read memory fucntion through python in SBProcess:
Greg Clayton
2011-12-15
1
-0
/
+54
*
Fixed some extra warnings that show up with the new clang.
Greg Clayton
2011-12-03
1
-8
/
+8
*
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
Greg Clayton
2011-12-01
1
-3
/
+3
*
Added a new class to Process.h: ProcessAttachInfo. This class contains enough
Greg Clayton
2011-11-15
1
-1
/
+3
*
<rdar://problem/10126482>
Greg Clayton
2011-11-13
1
-7
/
+9
*
Added the ability to run a process in a shell on MacOSX currently when using
Greg Clayton
2011-11-12
1
-1
/
+1
*
Modified all Process::Launch() calls to use a ProcessLaunchInfo structure
Greg Clayton
2011-11-03
1
-1
/
+15
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-3
/
+3
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Added the ability to remove orphaned module shared pointers from a ModuleList.
Greg Clayton
2011-08-11
1
-1
/
+1
*
Fixed SBTarget attach calls to properly deal with being connected to a remotely
Greg Clayton
2011-06-24
1
-4
/
+4
*
Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess...
Johnny Chen
2011-03-05
1
-2
/
+2
*
Expose ConnectRemote API through SBTarget and SBProcess.
James McIlree
2011-03-04
1
-0
/
+82
*
Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByt...
Johnny Chen
2011-03-01
1
-0
/
+14
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-1
/
+1
*
Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly
Greg Clayton
2011-01-22
1
-3
/
+7
*
The LLDB API (lldb::SB*) is now thread safe!
Greg Clayton
2010-12-20
1
-44
/
+60
*
Fixed an issue where SBProcess::LoadImage(...) was not returning the image
Greg Clayton
2010-12-05
1
-1
/
+1
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-23
/
+23
*
Added copy constructors and assignment operators to all lldb::SB* classes
Greg Clayton
2010-11-05
1
-0
/
+8
*
Added support for loading and unloading shared libraries. This was done by
Greg Clayton
2010-11-04
1
-0
/
+21
*
Cleaned up the API logging a lot more to reduce redundant information and
Greg Clayton
2010-10-31
1
-26
/
+16
*
Improved API logging.
Greg Clayton
2010-10-30
1
-54
/
+102
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-3
/
+3
*
Modified the lldb_private::TypeList to use a std::multimap for quicker lookup
Greg Clayton
2010-10-29
1
-86
/
+50
*
Clean up the API logging code:
Caroline Tice
2010-10-26
1
-66
/
+73
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-24
/
+218
*
Cleaned up the SWIG stuff so all includes happen as they should, no pulling
Greg Clayton
2010-10-07
1
-2
/
+2
*
Added the first of hopefully many python example scripts that show how to
Greg Clayton
2010-10-06
1
-1
/
+10
*
Added the ability to get the disassembly instructions from the function and
Greg Clayton
2010-10-06
1
-4
/
+10
[next]