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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-2309
/
+0
*
Allow debugserver to detach from the target if the connection is
Jim Ingham
2014-02-25
1
-3
/
+6
*
Remove log line that was left in accidentally.
Greg Clayton
2013-12-04
1
-1
/
+0
*
Fixed printf warnings.
Greg Clayton
2013-10-31
1
-4
/
+4
*
<rdar://problem/14195566>
Greg Clayton
2013-06-27
1
-6
/
+10
*
Huge performance improvements when one breakpoint contains many locations.
Greg Clayton
2013-06-12
1
-184
/
+111
*
<rdar://problem/13892516>
Greg Clayton
2013-05-21
1
-5
/
+66
*
<rdar://problem/13891604>
Greg Clayton
2013-05-16
1
-3
/
+13
*
<rdar://problem/13198919>
Greg Clayton
2013-04-04
1
-0
/
+15
*
<rdar://problem/12789467>
Greg Clayton
2013-04-03
1
-1
/
+2
*
Fix another old usage of GetCurrentThread() to get a mach port
Jason Molenda
2013-04-03
1
-0
/
+6
*
Remove some unused code.
Jim Ingham
2013-04-02
1
-13
/
+0
*
Debugserver fix for launching iOS apps who are named "com.apple.something"
Jason Molenda
2013-03-28
1
-2
/
+16
*
<rdar://problem/13396207>
Greg Clayton
2013-03-13
1
-2
/
+2
*
<rdar://problem/13338758>
Han Ming Ong
2013-03-04
1
-2
/
+3
*
Change debugserver from using the mach port number (in debugserver's
Jason Molenda
2013-02-22
1
-4
/
+16
*
<rdar://problem/13259230>
Han Ming Ong
2013-02-21
1
-1
/
+6
*
<rdar://problem/13019628>
Han Ming Ong
2013-01-16
1
-1
/
+1
*
<rdar://problem/12602653>
Jason Molenda
2013-01-05
1
-0
/
+3
*
<rdar://problem/12780259>
Han Ming Ong
2012-11-29
1
-9
/
+12
*
Han Ming's commit in r168228 had a bunch of 4-space tabs
Jason Molenda
2012-11-17
1
-1
/
+1
*
<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior
Han Ming Ong
2012-11-17
1
-0
/
+98
*
<rdar://problem/12042500>
Greg Clayton
2012-10-11
1
-1
/
+3
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-10
/
+10
*
Add a call to "sync" a thread state before checkpointing registers in prepara...
Jim Ingham
2012-07-25
1
-0
/
+16
*
Use a more efficient API to tell if a process belongs to springboard or not.
Jim Ingham
2012-07-24
1
-22
/
+2
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-11
/
+12
*
rdar://problem/11390100
Johnny Chen
2012-06-11
1
-15
/
+18
*
Add the capability to display the number of supported hardware watchpoints to...
Johnny Chen
2012-05-23
1
-0
/
+6
*
Suspend program threads before sending the SIGSTOP & resuming, so other threa...
Jim Ingham
2012-04-25
1
-4
/
+8
*
<rdar://problem/11030692>
Greg Clayton
2012-03-12
1
-40
/
+34
*
<rdar://problem/10840355>
Greg Clayton
2012-03-06
1
-4
/
+4
*
Change #ifdef markers around lockdown and SpringBoard
Jason Molenda
2012-02-22
1
-10
/
+8
*
Added optional calls to lldb_private::Process for getting memory region info
Greg Clayton
2011-11-18
1
-6
/
+0
*
Remove the QAddressIsExecutable packet I added last night.
Jason Molenda
2011-11-09
1
-3
/
+3
*
Add "QAddressIsExecutable" packet to debugserver. Used to test
Jason Molenda
2011-11-08
1
-1
/
+5
*
Fixed the Xcode project building of LLVM to be a bit more user friendly:
Greg Clayton
2011-11-04
1
-3
/
+3
*
Enabled the "printf" attribute on all debugserver logging functions and fixed
Greg Clayton
2011-10-28
1
-10
/
+10
*
Python does some bad things to the signal masks in the current process and
Greg Clayton
2011-10-28
1
-2
/
+10
*
Ignore the static analyzer, instead; and add comment why.
Johnny Chen
2011-08-10
1
-2
/
+2
*
Incremental fixes of issues found by Xcode static analyzer.
Johnny Chen
2011-08-10
1
-1
/
+2
*
Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.
Greg Clayton
2011-02-24
1
-14
/
+55
*
Added a new variant of SBTarget::Launch() that deprectates the old one that
Greg Clayton
2011-01-23
1
-4
/
+24
*
Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly
Greg Clayton
2011-01-22
1
-12
/
+20
*
Took the timeout for a ClangUserExpression down from a 10 second timeout to
Greg Clayton
2011-01-19
1
-10
/
+4
*
Thread safety changes in debugserver and also in the process GDB remote plugin.
Greg Clayton
2011-01-18
1
-16
/
+19
*
Add '-no-stdio' option to 'process launch' command, which causes the
Caroline Tice
2010-12-03
1
-15
/
+39
*
Fixed 32 bit debugging after recent architecture changes to debugserver.
Greg Clayton
2010-12-01
1
-2
/
+1
*
Fixed Process::Halt() as it was broken for "process halt" after recent changes
Greg Clayton
2010-11-18
1
-5
/
+21
*
If debugserver is running on the local machine, pass it a
Caroline Tice
2010-11-05
1
-6
/
+10
[next]