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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added a new class to Process.h: ProcessAttachInfo. This class contains enough
Greg Clayton
2011-11-15
2
-2
/
+2
*
<rdar://problem/10103980>
Greg Clayton
2011-11-13
2
-53
/
+0
*
Modified all Process::Launch() calls to use a ProcessLaunchInfo structure
Greg Clayton
2011-11-03
2
-28
/
+41
*
Fix up how we shut down the communication with debugserver so we don't rely on
Jim Ingham
2011-10-28
1
-12
/
+4
*
<rdar://problem/10357230>
Greg Clayton
2011-10-27
1
-1
/
+11
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
2
-4
/
+4
*
If a process plug-in was specified by name, always let the plug-in get used.
Greg Clayton
2011-10-21
1
-0
/
+3
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
3
-25
/
+25
*
Quiet the default "log enable lldb step" output down a little bit.
Jim Ingham
2011-10-15
2
-4
/
+4
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
3
-9
/
+9
*
ProcessGDBRemote::BuildDynamicRegisterInfo() - even if we don't have a Target...
Jason Molenda
2011-10-06
1
-1
/
+11
*
Cleaned up the the code that figures out the inlined stack frames given a
Greg Clayton
2011-10-01
1
-0
/
+5
*
Added the ability to restrict breakpoints by function name, function regexp, ...
Jim Ingham
2011-09-23
1
-1
/
+1
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
3
-6
/
+6
*
Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the ...
Johnny Chen
2011-09-17
1
-1
/
+2
*
Set the OS in the triple correctly in response to the qHostInfo packet.
Greg Clayton
2011-09-15
1
-1
/
+1
*
Fixed the logging output to be done consistently across all plug-ins.
Greg Clayton
2011-09-12
1
-15
/
+15
*
Fix compiler warnings for GetGDBStoppointType().
Johnny Chen
2011-09-09
1
-2
/
+2
*
Fill out implementation of Enable/DisableWatchpoint() for ProcessGDBRemote cl...
Johnny Chen
2011-09-06
1
-4
/
+46
*
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
Greg Clayton
2011-08-22
4
-75
/
+20
*
Added the ability to remove orphaned module shared pointers from a ModuleList.
Greg Clayton
2011-08-11
1
-3
/
+3
*
Include the qLaunchSuccess and qC packets in the
Greg Clayton
2011-08-10
1
-1
/
+2
*
While tracking down memory consumption issue a few things were needed: the
Greg Clayton
2011-08-10
2
-3
/
+3
*
Fix a crash while running the test suite. Need to check the (LogSP)log share...
Johnny Chen
2011-08-09
1
-3
/
+6
*
Added some logging and did some member renaming.
Greg Clayton
2011-08-09
1
-0
/
+9
*
Initialize the all important automatic variable 'lldb::ConnectionStatus statu...
Johnny Chen
2011-07-19
1
-1
/
+1
*
Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)
Greg Clayton
2011-07-17
2
-2
/
+3
*
Python summary strings:
Enrico Granata
2011-07-15
1
-0
/
+1
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
2
-7
/
+33
*
Fixed some issues with ARM backtraces by not processing any push/pop
Greg Clayton
2011-07-06
2
-3
/
+2
*
When we use the "fd://%u" for file descriptors, we need to detect if this is
Greg Clayton
2011-07-02
1
-7
/
+12
*
Cleanup errors that come out of commands and make sure they all have newlines
Greg Clayton
2011-07-02
1
-10
/
+42
*
Removed an member variable "m_local_debugserver" that is no longer needed.
Greg Clayton
2011-06-24
2
-3
/
+2
*
Fixed SBTarget attach calls to properly deal with being connected to a remotely
Greg Clayton
2011-06-24
1
-39
/
+35
*
Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants
Peter Collingbourne
2011-06-18
2
-7
/
+8
*
Added the notion of an system root for SDKs. This is a directory where all
Greg Clayton
2011-06-17
1
-9
/
+8
*
Improved the packet throughput when debugging with GDB remote by over 3x on
Greg Clayton
2011-06-17
5
-149
/
+148
*
Created a std::string in the base StopInfo class for the description and
Greg Clayton
2011-06-04
1
-1
/
+104
*
Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...
Peter Collingbourne
2011-06-03
2
-32
/
+0
*
Move inferior mmap/munmap call code into their own functions in utility lib
Peter Collingbourne
2011-06-03
1
-154
/
+21
*
Make sure we don't lose our stop reply packet in the case where the other
Greg Clayton
2011-06-02
2
-22
/
+7
*
Fixed an issue in the EmulateInstructionARM there the IT opcode was trying to
Greg Clayton
2011-05-23
1
-2
/
+4
*
Added functions to lldb_private::Address to set an address from a load address
Greg Clayton
2011-05-22
1
-0
/
+17
*
Centralize the code that gathers the thread ID list from the remote GDB
Greg Clayton
2011-05-20
3
-26
/
+66
*
Fixed an issue in GDBRemoteCommunicationClient where we weren't listening to
Greg Clayton
2011-05-20
3
-22
/
+24
*
Fixed a crasher that was happened when a log shared pointer wasn't valid.
Greg Clayton
2011-05-19
1
-5
/
+13
*
Added a way to resolve an load address from a target:
Greg Clayton
2011-05-18
1
-57
/
+57
*
Fixed an issue that broke expression parsing related to backing up
Greg Clayton
2011-05-17
1
-1
/
+1
*
Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts.
Greg Clayton
2011-05-17
2
-15
/
+56
*
Added an allocated memory cache to avoid having to allocate memory over and
Greg Clayton
2011-05-17
1
-1
/
+1
[prev]
[next]