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
...
*
Did some work on the "register read" command to only show the first register
Greg Clayton
2011-04-22
1
-2
/
+2
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
1
-0
/
+60
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
1
-1
/
+7
*
Added two new classes for command options:
Greg Clayton
2011-04-13
1
-1
/
+1
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-52
/
+377
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-0
/
+1
*
Added the ability to get a broadcaster event name for a given broadcaster
Greg Clayton
2011-04-01
1
-36
/
+93
*
Convert ValueObject to explicitly maintain the Execution Context in which the...
Jim Ingham
2011-03-31
1
-2
/
+2
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-5
/
+189
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-26
/
+26
*
Split all of the core of LLDB.framework/lldb.so into a
Greg Clayton
2011-03-20
1
-2
/
+2
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-2
/
+12
*
Add a first pass at a "stop hook" mechanism. This allows you to add commands...
Jim Ingham
2011-03-11
1
-1
/
+11
*
The UserSettings controllers must be initialized & terminated in the
Caroline Tice
2011-03-10
1
-7
/
+11
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-64
/
+78
*
Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.
Greg Clayton
2011-02-24
1
-26
/
+16
*
Added new target instance settings for execution settings:
Greg Clayton
2011-02-18
1
-11
/
+37
*
Destroy the dynamic loader plugin in Process::Finalize. If you wait till the...
Jim Ingham
2011-02-16
1
-0
/
+5
*
The DynamicLoader plug-in instance now lives up in lldb_private::Process where
Greg Clayton
2011-02-16
1
-25
/
+41
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-75
/
+11
*
Rework the RunThreadPlan event handling to use Event Hijacking not stopping t...
Jim Ingham
2011-02-08
1
-178
/
+382
*
Patch that allows for thread_t to be something more complex than an
Greg Clayton
2011-02-08
1
-2
/
+2
*
Added support for attaching to a remote debug server with the new command:
Greg Clayton
2011-02-04
1
-0
/
+44
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-1
/
+1
*
Finished up the async attach support. This allows us to request to attach
Greg Clayton
2011-01-29
1
-40
/
+47
*
The m_next_action is simpler if it is an auto_pointer.
Jim Ingham
2011-01-29
1
-6
/
+4
*
Handle the case where the "NextEventAction" wants to kill us on some event ot...
Jim Ingham
2011-01-29
1
-2
/
+11
*
Added a completion action class to the Process events so that we can make thi...
Jim Ingham
2011-01-29
1
-84
/
+119
*
Fixed a crasher when there is no log in Process::SetExitStatus (...).
Greg Clayton
2011-01-26
1
-1
/
+2
*
Fixed ProcessGDBRemote to kill the process correctly when it is either running
Greg Clayton
2011-01-25
1
-20
/
+43
*
One more thing... Resume any threads that we discover were created while we s...
Greg Clayton
2011-01-24
1
-3
/
+0
*
More useful STEP logging.
Jim Ingham
2011-01-24
1
-4
/
+21
*
Make the logging come out all lined up and such.
Greg Clayton
2011-01-24
1
-1
/
+1
*
Add some more logging of broadcaster and Process. Also, protect the event br...
Jim Ingham
2011-01-23
1
-10
/
+11
*
Improved process logging for both lldb_private::Process and ProcessGDBRemote.
Greg Clayton
2011-01-23
1
-2
/
+20
*
Added a new variant of SBTarget::Launch() that deprectates the old one that
Greg Clayton
2011-01-23
1
-6
/
+8
*
Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly
Greg Clayton
2011-01-22
1
-21
/
+34
*
Avoid the race condition Stephen Wilson was worried about in revision 123465 ...
Greg Clayton
2011-01-22
1
-5
/
+8
*
Sped up the shutdown time on MacOSX by quite a bit by making sure any
Greg Clayton
2011-01-22
1
-6
/
+2
*
Add more logging. Try to handle the case where "Halt" fails. This is kind o...
Jim Ingham
2011-01-22
1
-5
/
+47
*
Back up both the register AND the stop state when calling functions.
Jim Ingham
2011-01-20
1
-1
/
+14
*
Do not prematurely invalidate thread handle.
Stephen Wilson
2011-01-14
1
-1
/
+0
*
Do not prefix log messages with ProcessMacOSX from the context of Process.
Stephen Wilson
2011-01-14
1
-1
/
+1
*
Implemented a major overhaul of the way variables are handled
Sean Callanan
2011-01-13
1
-2
/
+4
*
Log diagnostic when setting software breakpoints only on failure.
Stephen Wilson
2011-01-12
1
-2
/
+3
*
Put more smarts into the RegisterContext base class. Now the base class has
Greg Clayton
2011-01-09
1
-2
/
+4
*
Added memory caching to lldb_private::Process. All lldb_private::Process
Greg Clayton
2011-01-07
1
-1
/
+204
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-1
/
+1
*
Added the ability to read unsigned integers from the Process:
Greg Clayton
2010-12-16
1
-0
/
+23
*
Fix invalid conversion from "const char *" to "char *" for linux systems. str...
Greg Clayton
2010-12-15
1
-1
/
+1
[prev]
[next]