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
/
GDBRemoteCommunicationClient.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
<rdar://problem/12976277>
Han Ming Ong
2013-01-18
1
-4
/
+119
*
<rdar://problem/11961650>
Jason Molenda
2012-12-19
1
-0
/
+106
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-2
/
+0
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-11
/
+11
*
<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior
Han Ming Ong
2012-11-17
1
-0
/
+10
*
Make sure we always use lldb::tid_t for thread IDs so we don't truncate a 64 ...
Greg Clayton
2012-10-13
1
-2
/
+2
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-1
/
+2
*
Add a call to "sync" a thread state before checkpointing registers in prepara...
Jim Ingham
2012-07-25
1
-0
/
+23
*
Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...
Jim Ingham
2012-07-20
1
-0
/
+21
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-3
/
+3
*
<rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...
Enrico Granata
2012-07-13
1
-0
/
+36
*
<rdar://problem/11744001>
Greg Clayton
2012-07-02
1
-0
/
+1
*
Make the error message when we time out waiting for debugserver to reply to t...
Jim Ingham
2012-06-28
1
-1
/
+1
*
Change the Mutex::Locker class so that it takes the Mutex object and locks it...
Jim Ingham
2012-06-08
1
-1
/
+5
*
Fix a place in GDBRemoteCommunicationClient::SendContinuePacketAndWaitForRepl...
Jim Ingham
2012-06-06
1
-5
/
+4
*
<rdar://problem/11486302>
Greg Clayton
2012-05-31
1
-51
/
+59
*
<rdar://problem/11529853>
Greg Clayton
2012-05-24
1
-1
/
+10
*
Add the capability to display the number of supported hardware watchpoints to...
Johnny Chen
2012-05-23
1
-0
/
+48
*
Fixed a typo: "aync" => "async"
Greg Clayton
2012-05-15
1
-8
/
+8
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-13
/
+45
*
Remove repeated word.
Filipe Cabecinhas
2012-05-07
1
-1
/
+1
*
Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...
Greg Clayton
2012-04-12
1
-4
/
+7
*
No functionality changes, mostly cleanup.
Greg Clayton
2012-04-11
1
-35
/
+33
*
Added a new packet to our GDB remote protocol:
Greg Clayton
2012-04-10
1
-0
/
+19
*
Trying to solve our disappearing thread issues by making thread list updates ...
Greg Clayton
2012-04-10
1
-4
/
+4
*
<rdar://problem/11052174>
Greg Clayton
2012-03-29
1
-103
/
+170
*
When unwinding from the first frame, try to ask the remote debugserver
Jason Molenda
2011-12-13
1
-7
/
+35
*
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
Greg Clayton
2011-12-01
1
-4
/
+4
*
Added optional calls to lldb_private::Process for getting memory region info
Greg Clayton
2011-11-18
1
-0
/
+73
*
Added a new class to Process.h: ProcessAttachInfo. This class contains enough
Greg Clayton
2011-11-15
1
-1
/
+1
*
<rdar://problem/10357230>
Greg Clayton
2011-10-27
1
-1
/
+11
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-4
/
+4
*
Set the OS in the triple correctly in response to the qHostInfo packet.
Greg Clayton
2011-09-15
1
-1
/
+1
*
While tracking down memory consumption issue a few things were needed: the
Greg Clayton
2011-08-10
1
-2
/
+2
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-7
/
+22
*
Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants
Peter Collingbourne
2011-06-18
1
-6
/
+6
*
Improved the packet throughput when debugging with GDB remote by over 3x on
Greg Clayton
2011-06-17
1
-21
/
+9
*
Centralize the code that gathers the thread ID list from the remote GDB
Greg Clayton
2011-05-20
1
-0
/
+45
*
Fixed an issue in GDBRemoteCommunicationClient where we weren't listening to
Greg Clayton
2011-05-20
1
-3
/
+3
*
Fixed a crasher that was happened when a log shared pointer wasn't valid.
Greg Clayton
2011-05-19
1
-5
/
+13
*
Properly handle when commands are not unsupported in the GDB remote clients.
Greg Clayton
2011-05-15
1
-55
/
+49
*
Added the ability to get the return value from a ThreadPlanCallFunction
Greg Clayton
2011-05-15
1
-10
/
+8
*
Expand the ABI prepare trivial function call to allow 6 simple args.
Greg Clayton
2011-05-14
1
-17
/
+34
*
Fixed not being able to launch the i386 slice of a universal binary by adding
Greg Clayton
2011-05-08
1
-0
/
+20
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-13
/
+178
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-3
/
+3
*
Removed use of NSEC_PER_SEC.
Stephen Wilson
2011-04-07
1
-6
/
+6
*
Added a speed test to the GDBRemoteCommunicationClient and
Greg Clayton
2011-04-04
1
-2
/
+84
*
Added the ability to get a broadcaster event name for a given broadcaster
Greg Clayton
2011-04-01
1
-1
/
+1
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-140
/
+421
[prev]
[next]