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
...
*
Don't turn on the debugserver log by default.
Jim Ingham
2012-10-03
1
-2
/
+2
*
The kernel loading code is now isolated in the DynamicLoaderDarwinKernel;
Jason Molenda
2012-10-03
1
-103
/
+30
*
Add the RelocateOrLoadKernel and LoadKernel methods to ProcessGDBRemote::DoRe...
Jason Molenda
2012-09-29
1
-18
/
+191
*
Add support for debugging KASLR kernels via kdp (the kernel being
Jason Molenda
2012-09-29
1
-1
/
+20
*
<rdar://problem/11752499>
Greg Clayton
2012-09-19
1
-6
/
+6
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-3
/
+3
*
Typed too fast adding lockers. Actually put them in a locker.
Jim Ingham
2012-09-11
1
-2
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...
Greg Clayton
2012-08-24
1
-36
/
+8
*
Cope with the case where the user-supplied callbacks want the watchpoint itse...
Johnny Chen
2012-08-23
1
-0
/
+4
*
Added a test for the Python part of SBInputReader callbacks.
Filipe Cabecinhas
2012-08-22
1
-2
/
+6
*
Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...
Jim Ingham
2012-07-27
1
-1
/
+1
*
Provide subdir of StopInfoMachException.h in #include.
Jason Molenda
2012-07-25
1
-1
/
+1
*
Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...
Jim Ingham
2012-07-20
1
-1
/
+14
*
Changed ProcessGDBRemote to avoid the reserved
Sean Callanan
2012-07-19
1
-1
/
+14
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-9
/
+1
*
<rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...
Enrico Granata
2012-07-13
1
-0
/
+7
*
If we hit a breakpoint but there's a thread specifier which doesn't match thi...
Jim Ingham
2012-07-11
1
-8
/
+14
*
Work around some problems destroying a process with older debugservers.
Jim Ingham
2012-07-04
1
-1
/
+108
*
Add an "extra-startup-commands" process setting so we can send some command s...
Jim Ingham
2012-07-02
1
-0
/
+8
*
Change the Mutex::Locker class so that it takes the Mutex object and locks it...
Jim Ingham
2012-06-08
1
-3
/
+0
*
rdar://problem/11487457
Johnny Chen
2012-06-08
1
-1
/
+2
*
Fix a place in GDBRemoteCommunicationClient::SendContinuePacketAndWaitForRepl...
Jim Ingham
2012-06-06
1
-3
/
+33
*
Add the capability to display the number of supported hardware watchpoints to...
Johnny Chen
2012-05-23
1
-0
/
+8
*
extra ';' outside of a function [-pedantic,-Wextra-semi]
Filipe Cabecinhas
2012-05-23
1
-1
/
+1
*
rdar://problem/11487457
Johnny Chen
2012-05-22
1
-0
/
+4
*
Make sure that our thread list can't get out of date like was happening befor...
Greg Clayton
2012-05-16
1
-0
/
+6
*
<rdar://problem/11240464>
Greg Clayton
2012-05-15
1
-45
/
+19
*
Fix missing NEON registers for the 'register read' command with the lldb debu...
Johnny Chen
2012-05-14
1
-17
/
+20
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-7
/
+8
*
In ProcessGDBRemote::DoConnectRemote(), if the remote system informed
Jason Molenda
2012-05-03
1
-0
/
+8
*
Added the thread ID (tid) to each packet history item and the packet history ...
Greg Clayton
2012-04-13
1
-1
/
+5
*
<rdar://problem/11241798>
Greg Clayton
2012-04-13
1
-7
/
+4
*
Make sure that DoResume doesn't stall if we shut down the async thread while ...
Jim Ingham
2012-04-12
1
-0
/
+22
*
No functionality changes, mostly cleanup.
Greg Clayton
2012-04-11
1
-12
/
+3
*
Added a new packet to our GDB remote protocol:
Greg Clayton
2012-04-10
1
-2
/
+4
*
A general stability fix where we _always_ get the thread list immediately aft...
Greg Clayton
2012-04-10
1
-15
/
+76
*
Trying to solve our disappearing thread issues by making thread list updates ...
Greg Clayton
2012-04-10
1
-4
/
+10
*
Added a packet history object to the GDBRemoteCommunication class that is alw...
Greg Clayton
2012-04-09
1
-0
/
+14
*
<rdar://problem/11052174>
Greg Clayton
2012-03-29
1
-3
/
+4
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-1
/
+1
*
Filled in two missing values when dynamically making register info structs.
Greg Clayton
2012-02-29
1
-1
/
+3
*
Made a ModuleSpec class in Module.h which can specify a module using one or
Greg Clayton
2012-02-26
1
-2
/
+4
*
<rdar://problem/3535148>
Han Ming Ong
2012-02-25
1
-14
/
+29
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-4
/
+4
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-1
/
+1
*
First pass at mach-o core file support is in. It currently works for x86_64
Greg Clayton
2012-02-09
1
-3
/
+24
*
<rdar://problem/10487848>
Greg Clayton
2011-12-06
1
-3
/
+4
*
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
Greg Clayton
2011-12-01
1
-9
/
+9
*
Further performance improvements in the DWARF parser:
Greg Clayton
2011-11-19
1
-1
/
+1
[prev]
[next]