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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-0
/
+7
*
Adjust PC after hitting breakpoint on remote target.
Hafiz Abid Qadeer
2013-10-18
1
-0
/
+1
*
Move the code which translates a dispatch_qaddr into a
Jason Molenda
2013-10-18
1
-1
/
+0
*
<rdar://problem/14972424>
Greg Clayton
2013-10-15
1
-0
/
+6
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-1
/
+1
*
<rdar://problem/13793059>
Greg Clayton
2013-07-15
1
-0
/
+3
*
Added a test case that verifies that LLDB can debug across a process exec'ing...
Greg Clayton
2013-05-21
1
-8
/
+1
*
Update ProcessKDP and ProcessMachCore to use ConstString plugin
Jason Molenda
2013-05-11
1
-1
/
+1
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-5
/
+2
*
Recommitting r180831 with trivial fix - remember to return errors if you comp...
Jim Ingham
2013-05-02
1
-1
/
+1
*
Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py
Daniel Malea
2013-05-01
1
-1
/
+1
*
Added an option to "process detach" to keep the process stopped, if the proce...
Jim Ingham
2013-04-30
1
-1
/
+1
*
Rationalize how we do Halt-ing before Destroy and Detach.
Jim Ingham
2013-03-29
1
-8
/
+3
*
A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...
Jim Ingham
2013-02-15
1
-2
/
+2
*
<rdar://problem/12491235>
Jason Molenda
2013-01-30
1
-4
/
+0
*
Adding events when watchpoints are set or changed.
Jim Ingham
2012-12-18
1
-2
/
+2
*
<rdar://problem/12649160>
Greg Clayton
2012-12-05
1
-0
/
+3
*
There seems to be some odd corner case where we shut down the ProcessGDBRemot...
Jim Ingham
2012-11-01
1
-0
/
+9
*
<rdar://problem/12491387>
Greg Clayton
2012-10-13
1
-2
/
+3
*
The kernel loading code is now isolated in the DynamicLoaderDarwinKernel;
Jason Molenda
2012-10-03
1
-4
/
+6
*
Add the RelocateOrLoadKernel and LoadKernel methods to ProcessGDBRemote::DoRe...
Jason Molenda
2012-09-29
1
-0
/
+7
*
Add support for debugging KASLR kernels via kdp (the kernel being
Jason Molenda
2012-09-29
1
-1
/
+1
*
<rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...
Enrico Granata
2012-07-13
1
-0
/
+3
*
Work around some problems destroying a process with older debugservers.
Jim Ingham
2012-07-04
1
-0
/
+1
*
Add the capability to display the number of supported hardware watchpoints to...
Johnny Chen
2012-05-23
1
-0
/
+3
*
<rdar://problem/11240464>
Greg Clayton
2012-05-15
1
-2
/
+3
*
<rdar://problem/11241798>
Greg Clayton
2012-04-13
1
-1
/
+0
*
Make sure that DoResume doesn't stall if we shut down the async thread while ...
Jim Ingham
2012-04-12
1
-1
/
+2
*
A general stability fix where we _always_ get the thread list immediately aft...
Greg Clayton
2012-04-10
1
-0
/
+8
*
Trying to solve our disappearing thread issues by making thread list updates ...
Greg Clayton
2012-04-10
1
-1
/
+1
*
Added a packet history object to the GDBRemoteCommunication class that is alw...
Greg Clayton
2012-04-09
1
-6
/
+6
*
<rdar://problem/3535148>
Han Ming Ong
2012-02-25
1
-1
/
+9
*
First pass at mach-o core file support is in. It currently works for x86_64
Greg Clayton
2012-02-09
1
-2
/
+4
*
<rdar://problem/10487848>
Greg Clayton
2011-12-06
1
-0
/
+7
*
Added optional calls to lldb_private::Process for getting memory region info
Greg Clayton
2011-11-18
1
-0
/
+4
*
Made the darwin host layer properly reap any child processes that it spawns.
Greg Clayton
2011-11-16
1
-3
/
+3
*
<rdar://problem/10103980>
Greg Clayton
2011-11-13
1
-13
/
+0
*
Modified all Process::Launch() calls to use a ProcessLaunchInfo structure
Greg Clayton
2011-11-03
1
-8
/
+2
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-2
/
+2
*
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
Greg Clayton
2011-08-22
1
-1
/
+2
*
Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)
Greg Clayton
2011-07-17
1
-1
/
+2
*
Removed an member variable "m_local_debugserver" that is no longer needed.
Greg Clayton
2011-06-24
1
-1
/
+0
*
Make sure we don't lose our stop reply packet in the case where the other
Greg Clayton
2011-06-02
1
-1
/
+1
*
Added the ability to get the return value from a ThreadPlanCallFunction
Greg Clayton
2011-05-15
1
-1
/
+2
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-21
/
+1
*
Split the GDBRemoteCommunication class into three classes:
Greg Clayton
2011-03-22
1
-4
/
+4
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-6
/
+0
*
Centralize the GDB remote timeout value into the GDBRemoteCommunication as a
Greg Clayton
2011-03-10
1
-1
/
+0
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-11
/
+2
*
Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.
Greg Clayton
2011-02-24
1
-7
/
+1
[prev]
[next]