summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
* lldb arm64 import.Jason Molenda2014-03-291-2309/+0
* Allow debugserver to detach from the target if the connection is Jim Ingham2014-02-251-3/+6
* Remove log line that was left in accidentally.Greg Clayton2013-12-041-1/+0
* Fixed printf warnings.Greg Clayton2013-10-311-4/+4
* <rdar://problem/14195566>Greg Clayton2013-06-271-6/+10
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-184/+111
* <rdar://problem/13892516>Greg Clayton2013-05-211-5/+66
* <rdar://problem/13891604>Greg Clayton2013-05-161-3/+13
* <rdar://problem/13198919>Greg Clayton2013-04-041-0/+15
* <rdar://problem/12789467>Greg Clayton2013-04-031-1/+2
* Fix another old usage of GetCurrentThread() to get a mach portJason Molenda2013-04-031-0/+6
* Remove some unused code.Jim Ingham2013-04-021-13/+0
* Debugserver fix for launching iOS apps who are named "com.apple.something"Jason Molenda2013-03-281-2/+16
* <rdar://problem/13396207>Greg Clayton2013-03-131-2/+2
* <rdar://problem/13338758>Han Ming Ong2013-03-041-2/+3
* Change debugserver from using the mach port number (in debugserver'sJason Molenda2013-02-221-4/+16
* <rdar://problem/13259230>Han Ming Ong2013-02-211-1/+6
* <rdar://problem/13019628>Han Ming Ong2013-01-161-1/+1
* <rdar://problem/12602653> Jason Molenda2013-01-051-0/+3
* <rdar://problem/12780259>Han Ming Ong2012-11-291-9/+12
* Han Ming's commit in r168228 had a bunch of 4-space tabsJason Molenda2012-11-171-1/+1
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-0/+98
* <rdar://problem/12042500>Greg Clayton2012-10-111-1/+3
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-10/+10
* Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham2012-07-251-0/+16
* Use a more efficient API to tell if a process belongs to springboard or not.Jim Ingham2012-07-241-22/+2
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-11/+12
* rdar://problem/11390100Johnny Chen2012-06-111-15/+18
* Add the capability to display the number of supported hardware watchpoints to...Johnny Chen2012-05-231-0/+6
* Suspend program threads before sending the SIGSTOP & resuming, so other threa...Jim Ingham2012-04-251-4/+8
* <rdar://problem/11030692>Greg Clayton2012-03-121-40/+34
* <rdar://problem/10840355>Greg Clayton2012-03-061-4/+4
* Change #ifdef markers around lockdown and SpringBoardJason Molenda2012-02-221-10/+8
* Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton2011-11-181-6/+0
* Remove the QAddressIsExecutable packet I added last night.Jason Molenda2011-11-091-3/+3
* Add "QAddressIsExecutable" packet to debugserver. Used to testJason Molenda2011-11-081-1/+5
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-3/+3
* Enabled the "printf" attribute on all debugserver logging functions and fixed Greg Clayton2011-10-281-10/+10
* Python does some bad things to the signal masks in the current process and Greg Clayton2011-10-281-2/+10
* Ignore the static analyzer, instead; and add comment why.Johnny Chen2011-08-101-2/+2
* Incremental fixes of issues found by Xcode static analyzer.Johnny Chen2011-08-101-1/+2
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-14/+55
* Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton2011-01-231-4/+24
* Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton2011-01-221-12/+20
* Took the timeout for a ClangUserExpression down from a 10 second timeout toGreg Clayton2011-01-191-10/+4
* Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton2011-01-181-16/+19
* Add '-no-stdio' option to 'process launch' command, which causes theCaroline Tice2010-12-031-15/+39
* Fixed 32 bit debugging after recent architecture changes to debugserver.Greg Clayton2010-12-011-2/+1
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-5/+21
* If debugserver is running on the local machine, pass it aCaroline Tice2010-11-051-6/+10
OpenPOWER on IntegriCloud