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
...
*
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
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-2
/
+2
*
Did a lot more work on abtracting and organizing the platforms.
Greg Clayton
2011-03-24
1
-25
/
+176
*
Added new platform commands:
Greg Clayton
2011-03-23
1
-54
/
+55
*
Split the GDBRemoteCommunication class into three classes:
Greg Clayton
2011-03-22
1
-0
/
+934
[prev]