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
/
debugserver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Squelch a silly warning regarding an extra 'default' in 'case'
Ramkumar Ramachandra
2015-11-03
1
-39
/
+38
*
Upstreaming the apple internal changes that accumulated during the
Jason Molenda
2015-10-23
1
-2
/
+21
*
When debugserver is running on an iOS device, call
Jason Molenda
2015-07-07
1
-0
/
+3
*
Fix debugserver warnings on MacOSX.
Greg Clayton
2015-03-09
1
-6
/
+6
*
Fix a thinko in the case where we return a launch error with no error
Jim Ingham
2015-03-04
1
-1
/
+1
*
Increase the gdb-remote packet timeout for the first packet we send
Jason Molenda
2014-07-24
1
-0
/
+17
*
Add an option for debugserver to propagate its environment to programs it lau...
Greg Clayton
2014-06-18
1
-0
/
+18
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-6
/
+36
*
Since lldb version doesn’t have to be a valid floating point literal, like ...
Todd Fiala
2014-03-13
1
-3
/
+3
*
Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...
Greg Clayton
2014-02-27
1
-2
/
+2
*
Switch debugserver to detach on error by default, and change the flag to kill...
Jim Ingham
2014-02-25
1
-5
/
+10
*
Allow debugserver to detach from the target if the connection is
Jim Ingham
2014-02-25
1
-2
/
+25
*
Add the "--unix-socket" opton back as it was being used.
Greg Clayton
2013-12-10
1
-8
/
+90
*
Replace all in_port_t with uint16_t to avoid compilation issues on different ...
Greg Clayton
2013-12-06
1
-1
/
+1
*
Modified local spawning in debugserver processes to use a new --reverse-conne...
Greg Clayton
2013-12-05
1
-24
/
+42
*
Switch local launching of debugserver over to always use a FIFO in order to h...
Greg Clayton
2013-12-04
1
-61
/
+20
*
Make sure the getopt variables are correctly initialized for any option parsing.
Greg Clayton
2013-11-22
1
-0
/
+8
*
Fixed up registers in debugserver.
Greg Clayton
2013-11-09
1
-1
/
+1
*
Remove the debugserver "--open-connection" option and obey the hostname that ...
Greg Clayton
2013-06-06
1
-20
/
+26
*
<rdar://problem/13457391>
Greg Clayton
2013-04-04
1
-3
/
+3
*
Add two additional DNBLog's in places where we're about to kill
Jason Molenda
2013-03-23
1
-0
/
+1
*
Change debugserver to open the socket it listens
Jason Molenda
2013-03-23
1
-7
/
+12
*
Add a log line when debugserver exits, and clean up some of the other standar...
Jim Ingham
2013-02-25
1
-8
/
+14
*
<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior
Han Ming Ong
2012-11-17
1
-1
/
+7
*
Fix an error message in debugserver so it doesn't print "Unable to
Jason Molenda
2012-11-01
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
-3
/
+3
*
Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...
Jim Ingham
2012-07-20
1
-3
/
+3
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-0
/
+1
*
Change #ifdef markers around lockdown and SpringBoard
Jason Molenda
2012-02-22
1
-5
/
+5
*
Enabled the "printf" attribute on all debugserver logging functions and fixed
Greg Clayton
2011-10-28
1
-3
/
+3
*
Incremental fixes of issues found by Xcode static analyzer.
Johnny Chen
2011-08-10
1
-1
/
+1
*
Handle the possible case where the process launch failed
Jason Molenda
2011-07-08
1
-1
/
+7
*
Fixed an issue in the EmulateInstructionARM there the IT opcode was trying to
Greg Clayton
2011-05-23
1
-1
/
+30
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-9
/
+77
*
Added the ability to get a broadcaster event name for a given broadcaster
Greg Clayton
2011-04-01
1
-0
/
+3
*
Split all of the core of LLDB.framework/lldb.so into a
Greg Clayton
2011-03-20
1
-11
/
+69
*
If the user sets a working directory path using "process launch -w <path>", h...
Johnny Chen
2011-02-26
1
-1
/
+3
*
Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.
Greg Clayton
2011-02-24
1
-37
/
+38
*
Trivial comment fix.
Johnny Chen
2011-01-25
1
-2
/
+2
*
Linebuffer the log file.
Jim Ingham
2011-01-24
1
-1
/
+5
*
Added a new variant of SBTarget::Launch() that deprectates the old one that
Greg Clayton
2011-01-23
1
-14
/
+14
*
Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly
Greg Clayton
2011-01-22
1
-56
/
+91
*
Add '-no-stdio' option to 'process launch' command, which causes the
Caroline Tice
2010-12-03
1
-3
/
+10
*
Fixed 32 bit debugging after recent architecture changes to debugserver.
Greg Clayton
2010-12-01
1
-0
/
+6
*
Fixed Process::Halt() as it was broken for "process halt" after recent changes
Greg Clayton
2010-11-18
1
-8
/
+27
*
If debugserver is running on the local machine, pass it a
Caroline Tice
2010-11-05
1
-1
/
+1
*
Got the ARM version of debugserver up to date.
Greg Clayton
2010-09-09
1
-1
/
+1
*
Added the ability to disable ASLR (Address Space Layout Randomization). ASLR
Greg Clayton
2010-08-31
1
-0
/
+6
*
Fixed debugserver to not exit when we are able to spawn the process, yet not
Greg Clayton
2010-07-30
1
-1
/
+2
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+1219