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
/
Plugins
/
Process
/
gdb-remote
/
ProcessGDBRemote.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed DoResume to watch for the correct return value from WaitForIsRunning to...
Greg Clayton
2010-12-03
1
-3
/
+1
*
Fixed Process::Halt() as it was broken for "process halt" after recent changes
Greg Clayton
2010-11-18
1
-59
/
+15
*
Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event
Jim Ingham
2010-11-17
1
-3
/
+39
*
Make processes use InputReaders for their input. Move the process
Caroline Tice
2010-11-16
1
-30
/
+17
*
Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning
Greg Clayton
2010-11-08
1
-42
/
+28
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-17
/
+17
*
If debugserver is running on the local machine, pass it a
Caroline Tice
2010-11-05
1
-15
/
+16
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-0
/
+7
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-1
/
+1
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
1
-3
/
+3
*
Still trying to get detach to work with debugserver. Got a bit closer,
Greg Clayton
2010-10-18
1
-28
/
+39
*
Fixed debugserver to properly attach to a process by name with the
Greg Clayton
2010-10-18
1
-32
/
+7
*
Added a new Host call to find LLDB related paths:
Greg Clayton
2010-10-17
1
-34
/
+39
*
Fixed the dispatch queue name retrieval for threads by looking in an extra
Greg Clayton
2010-10-12
1
-4
/
+11
*
Cleaned up the SWIG stuff so all includes happen as they should, no pulling
Greg Clayton
2010-10-07
1
-3
/
+0
*
Cleaned up a unused member variable in Debugger.
Greg Clayton
2010-09-30
1
-3
/
+16
*
Hooked up detach for ProcessGDBRemote.
Greg Clayton
2010-09-27
1
-55
/
+48
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-1
/
+1
*
The first part of an lldb native stack unwinder.
Jason Molenda
2010-09-10
1
-2
/
+2
*
Got the ARM version of debugserver up to date.
Greg Clayton
2010-09-09
1
-1
/
+1
*
Fixed an lldb infrastructure bug, where the debugger should reaaly update its
Johnny Chen
2010-09-03
1
-0
/
+1
*
Fixed a case where we might be able to acquire a mutex with a try lock and
Greg Clayton
2010-09-03
1
-2
/
+4
*
Pacify operator precedence warnings. No functionality change because eLaunchF...
Benjamin Kramer
2010-09-03
1
-2
/
+2
*
Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.
Greg Clayton
2010-09-03
1
-0
/
+1
*
Added the ability to disable ASLR (Address Space Layout Randomization). ASLR
Greg Clayton
2010-08-31
1
-12
/
+23
*
Modified the host process monitor callback function Host::StartMonitoringChil...
Greg Clayton
2010-08-21
1
-39
/
+41
*
Change Target & Process so they can really be initialized with an invalid arc...
Jim Ingham
2010-08-09
1
-23
/
+59
*
Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.
Greg Clayton
2010-08-04
1
-7
/
+12
*
Added support for objective C built-in types: id, Class, and SEL. This
Greg Clayton
2010-08-03
1
-0
/
+14
*
Centralized the Mach exception stop info code by adding it as a first
Greg Clayton
2010-07-23
1
-234
/
+6
*
Added Mach exception stop descriptions. The chunk of code I just added needs ...
Greg Clayton
2010-07-23
1
-37
/
+215
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
1
-6
/
+0
*
Remove use of STL collection class use of the "data()" method since it isn't
Greg Clayton
2010-07-20
1
-2
/
+2
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-10
/
+10
*
Applied pid.patch from Jean-Daniel Dupas.
Greg Clayton
2010-07-06
1
-1
/
+1
*
More leaks detection:
Greg Clayton
2010-07-02
1
-0
/
+3
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-1
/
+1
*
Add a "thread specification" class that specifies thread specific breakpoints...
Jim Ingham
2010-06-16
1
-4
/
+13
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-1
/
+1
*
Applied PluginManager.cpp patch from Jean-Daniel Dupas.
Jason Molenda
2010-06-11
1
-2
/
+2
*
Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu
Greg Clayton
2010-06-11
1
-34
/
+40
*
Move source/Utility/PseudoTerminal.h into include/lldb/Utility.
Jason Molenda
2010-06-09
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+2272
[prev]