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
...
*
<rdar://problem/13700260>
Greg Clayton
2013-05-01
1
-59
/
+52
*
Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py
Daniel Malea
2013-05-01
1
-10
/
+6
*
Added an option to "process detach" to keep the process stopped, if the proce...
Jim Ingham
2013-04-30
1
-6
/
+10
*
Fix one small whitespace alignment mistake.
Jason Molenda
2013-04-25
1
-6
/
+6
*
<rdar://problem/13697881>
Greg Clayton
2013-04-20
1
-38
/
+70
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Rationalize how we do Halt-ing before Destroy and Detach.
Jim Ingham
2013-03-29
1
-93
/
+0
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-22
/
+22
*
A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...
Jim Ingham
2013-02-15
1
-7
/
+7
*
<rdar://problem/12693921>
Greg Clayton
2013-02-14
1
-3
/
+3
*
<rdar://problem/12693921>
Greg Clayton
2013-02-01
1
-0
/
+54
*
<rdar://problem/12491235>
Jason Molenda
2013-01-30
1
-115
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-3
/
+3
*
Changed the register number lists for the qRegisterInfo packet response to be...
Greg Clayton
2013-01-21
1
-2
/
+6
*
<rdar://problem/13020634>
Greg Clayton
2013-01-21
1
-5
/
+39
*
<rdar://problem/12976277>
Han Ming Ong
2013-01-18
1
-1
/
+7
*
<rdar://problem/12976225>
Han Ming Ong
2013-01-08
1
-2
/
+16
*
<rdar://problem/11961650>
Jason Molenda
2012-12-19
1
-3
/
+24
*
Adding events when watchpoints are set or changed.
Jim Ingham
2012-12-18
1
-5
/
+6
*
<rdar://problem/12820334>
Greg Clayton
2012-12-06
1
-2
/
+2
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12649160>
Greg Clayton
2012-12-05
1
-0
/
+11
*
Read full 64 bits of kernel address when locating a
Jason Molenda
2012-12-01
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-34
/
+34
*
<rdar://problem/12723044> For 'process plugin packet send…', we just send i...
Han Ming Ong
2012-11-26
1
-25
/
+13
*
Add support for libdispatch version 4 structure layout for finding
Jason Molenda
2012-11-10
1
-7
/
+24
*
Remove a debugging printf that was left in the code.
Greg Clayton
2012-11-09
1
-1
/
+0
*
Removed use of non-standard escape character '\%'
Filipe Cabecinhas
2012-11-09
1
-1
/
+1
*
There seems to be some odd corner case where we shut down the ProcessGDBRemot...
Jim Ingham
2012-11-01
1
-12
/
+51
*
If we got what looks like a single step exception but we weren't single stepp...
Jim Ingham
2012-10-27
1
-3
/
+7
*
<rdar://problem/12491387>
Greg Clayton
2012-10-19
1
-2
/
+2
*
Added "process plugin packet send" and "process plugin packet history" for GD...
Greg Clayton
2012-10-15
1
-8
/
+106
*
<rdar://problem/12491387>
Greg Clayton
2012-10-13
1
-1
/
+57
*
Change the Thread constructor over to take a Process& rather than a ProcessSP...
Jim Ingham
2012-10-10
1
-2
/
+2
*
In DynamicLoaderDarwinKernel::OSKextLoadedKextSummary::LoadImageUsingMemoryMo...
Jason Molenda
2012-10-06
1
-0
/
+5
*
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
[prev]
[next]