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
/
tools
/
debugserver
/
source
/
MacOSX
/
MachProcess.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-372
/
+399
*
debugserver will now report the minimum version load command
Jason Molenda
2016-07-07
1
-0
/
+2
*
Add support to debugserver for some new ways to interact with dyld
Jason Molenda
2016-07-07
1
-0
/
+52
*
Upstreaming the apple internal changes that accumulated during the
Jason Molenda
2015-10-23
1
-13
/
+20
*
Have debugserver send the OS version string plus
Jason Molenda
2015-08-12
1
-0
/
+1
*
Add a another packet to the gdb-remote protocol,
Jason Molenda
2015-07-10
1
-0
/
+2
*
Fix debugserver warnings on MacOSX.
Greg Clayton
2015-03-09
1
-2
/
+2
*
whitespace cleanup
Jason Molenda
2014-06-13
1
-3
/
+3
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-0
/
+12
*
Allow for a task port to change when we exec.
Greg Clayton
2014-04-30
1
-5
/
+2
*
Fixed an issue where we would try to interrupt a process while it is in the p...
Greg Clayton
2014-04-24
1
-0
/
+13
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-3
/
+24
*
Allow debugserver to detach from the target if the connection is
Jim Ingham
2014-02-25
1
-1
/
+1
*
Huge performance improvements when one breakpoint contains many locations.
Greg Clayton
2013-06-12
1
-11
/
+8
*
<rdar://problem/13892516>
Greg Clayton
2013-05-21
1
-2
/
+2
*
<rdar://problem/13891604>
Greg Clayton
2013-05-16
1
-0
/
+1
*
Fix another old usage of GetCurrentThread() to get a mach port
Jason Molenda
2013-04-03
1
-0
/
+1
*
<rdar://problem/13338758>
Han Ming Ong
2013-03-04
1
-1
/
+5
*
Change debugserver from using the mach port number (in debugserver's
Jason Molenda
2013-02-22
1
-0
/
+2
*
<rdar://problem/13019628>
Han Ming Ong
2013-01-16
1
-1
/
+1
*
<rdar://problem/12780259>
Han Ming Ong
2012-11-29
1
-1
/
+1
*
<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior
Han Ming Ong
2012-11-17
1
-0
/
+18
*
Add a call to "sync" a thread state before checkpointing registers in prepara...
Jim Ingham
2012-07-25
1
-0
/
+1
*
Add the capability to display the number of supported hardware watchpoints to...
Johnny Chen
2012-05-23
1
-0
/
+1
*
Suspend program threads before sending the SIGSTOP & resuming, so other threa...
Jim Ingham
2012-04-25
1
-1
/
+1
*
Change #ifdef markers around lockdown and SpringBoard
Jason Molenda
2012-02-22
1
-1
/
+1
*
Added optional calls to lldb_private::Process for getting memory region info
Greg Clayton
2011-11-18
1
-1
/
+0
*
Remove the QAddressIsExecutable packet I added last night.
Jason Molenda
2011-11-09
1
-1
/
+1
*
Add "QAddressIsExecutable" packet to debugserver. Used to test
Jason Molenda
2011-11-08
1
-0
/
+1
*
Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.
Greg Clayton
2011-02-24
1
-0
/
+4
*
Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly
Greg Clayton
2011-01-22
1
-2
/
+23
*
Took the timeout for a ClangUserExpression down from a 10 second timeout to
Greg Clayton
2011-01-19
1
-1
/
+0
*
Thread safety changes in debugserver and also in the process GDB remote plugin.
Greg Clayton
2011-01-18
1
-2
/
+4
*
Add '-no-stdio' option to 'process launch' command, which causes the
Caroline Tice
2010-12-03
1
-4
/
+4
*
Fixed 32 bit debugging after recent architecture changes to debugserver.
Greg Clayton
2010-12-01
1
-1
/
+0
*
Fixed Process::Halt() as it was broken for "process halt" after recent changes
Greg Clayton
2010-11-18
1
-1
/
+2
*
Fix problem where "process detach" was not working properly. The
Caroline Tice
2010-11-02
1
-1
/
+1
*
Still trying to get detach to work with debugserver. Got a bit closer,
Greg Clayton
2010-10-18
1
-2
/
+2
*
Added the ability to disable ASLR (Address Space Layout Randomization). ASLR
Greg Clayton
2010-08-31
1
-2
/
+2
*
Fixed debugserver to not exit when we are able to spawn the process, yet not
Greg Clayton
2010-07-30
1
-3
/
+0
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+263