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
*
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
*
Added optional calls to lldb_private::Process for getting memory region info
Greg Clayton
2011-11-18
1
-0
/
+9
*
Use a pseudoterminal for local processes if no STDIO redirection or other
Greg Clayton
2011-11-17
1
-1
/
+1
*
Fixed the issue that was causing our monitor process threads to crash, it
Greg Clayton
2011-11-17
1
-0
/
+3
*
Made the darwin host layer properly reap any child processes that it spawns.
Greg Clayton
2011-11-16
1
-49
/
+62
*
<rdar://problem/10103980>
Greg Clayton
2011-11-13
1
-40
/
+0
*
Modified all Process::Launch() calls to use a ProcessLaunchInfo structure
Greg Clayton
2011-11-03
1
-20
/
+39
*
Fix up how we shut down the communication with debugserver so we don't rely on
Jim Ingham
2011-10-28
1
-12
/
+4
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-3
/
+3
*
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
1
-17
/
+17
*
Quiet the default "log enable lldb step" output down a little bit.
Jim Ingham
2011-10-15
1
-3
/
+3
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-6
/
+6
*
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
1
-1
/
+1
*
Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the ...
Johnny Chen
2011-09-17
1
-1
/
+2
*
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
1
-29
/
+18
*
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
1
-1
/
+1
*
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
*
Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)
Greg Clayton
2011-07-17
1
-1
/
+1
*
Removed an member variable "m_local_debugserver" that is no longer needed.
Greg Clayton
2011-06-24
1
-2
/
+2
*
Fixed SBTarget attach calls to properly deal with being connected to a remotely
Greg Clayton
2011-06-24
1
-39
/
+35
*
Created a std::string in the base StopInfo class for the description and
Greg Clayton
2011-06-04
1
-1
/
+104
*
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
1
-21
/
+6
*
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
1
-26
/
+15
*
Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts.
Greg Clayton
2011-05-17
1
-1
/
+1
*
Added an allocated memory cache to avoid having to allocate memory over and
Greg Clayton
2011-05-17
1
-1
/
+1
*
Fixed an issue where large memory writes might not get chunked up into smaller
Greg Clayton
2011-05-16
1
-0
/
+8
*
Dump JIT memory requirements when "log enable lldb expr" logging is enabled.
Greg Clayton
2011-05-15
1
-1
/
+7
*
Added the ability to get the return value from a ThreadPlanCallFunction
Greg Clayton
2011-05-15
1
-25
/
+126
*
Expand the ABI prepare trivial function call to allow 6 simple args.
Greg Clayton
2011-05-14
1
-2
/
+90
*
Fixed not being able to launch the i386 slice of a universal binary by adding
Greg Clayton
2011-05-08
1
-0
/
+1
*
Added the ability to set the Platform path for a module through the SBModule
Greg Clayton
2011-04-30
1
-8
/
+1
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-221
/
+68
*
Added the ability to get a broadcaster event name for a given broadcaster
Greg Clayton
2011-04-01
1
-0
/
+2
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-20
/
+24
*
Unfortunately, sranddev() is not available on all platforms so seed using the
Stephen Wilson
2011-03-30
1
-1
/
+4
*
Can't just call "rand" to get a random port, 'cause then you'll get the same ...
Jim Ingham
2011-03-29
1
-0
/
+7
[next]