summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/14195566>Greg Clayton2013-06-272-9/+13
* <rdar://problem/14281898>Han Ming Ong2013-06-261-0/+18
* <rdar://problem/14262854>Han Ming Ong2013-06-261-3/+16
* If debugserver fails to interrogate the inferior process CPU typeJason Molenda2013-06-251-1/+35
* Remove some unnecessary uses of nub_break_t in the arm specificJason Molenda2013-06-253-126/+1
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-1214-815/+312
* Remove the debugserver "--open-connection" option and obey the hostname that ...Greg Clayton2013-06-063-54/+132
* <rdar://problem/13963648>Han Ming Ong2013-05-221-2/+6
* <rdar://problem/13963648>Han Ming Ong2013-05-224-19/+80
* <rdar://problem/13892516>Greg Clayton2013-05-2110-840/+99
* <rdar://problem/13891604>Greg Clayton2013-05-162-3/+14
* Removed unused code and an unused event.Greg Clayton2013-05-163-13/+1
* fix a couple of clang static analyzer warnings.Jason Molenda2013-05-042-4/+2
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-186-21/+8
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-183-3/+5
* Cache the VM page size that we get from task_vm_info so we don'tJason Molenda2013-04-061-1/+2
* Add optional LOG_TASK logging for MachVMMemory::PageSize when the call succee...Jason Molenda2013-04-061-0/+1
* Add optional LOG_TASK logging for MachVMMemory::PageSize() task_info call fai...Jason Molenda2013-04-061-0/+4
* Update MachVMMemory::PageSize to get the page size of a specific processJason Molenda2013-04-064-16/+45
* <rdar://problem/13457391>Greg Clayton2013-04-041-3/+3
* <rdar://problem/13198919>Greg Clayton2013-04-041-0/+15
* <rdar://problem/12789467>Greg Clayton2013-04-031-1/+2
* Remove a bit of code duplication in RNBRemote::HandlePacket_qProcessInfo -Jason Molenda2013-04-031-11/+3
* Fix another old usage of GetCurrentThread() to get a mach portJason Molenda2013-04-035-1/+21
* 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/13521159>Greg Clayton2013-03-272-2/+13
* Remove FunctionProfiler and ProfileObjectiveC action classes as they are not ...Greg Clayton2013-03-265-849/+0
* <rdar://problem/13498504>Han Ming Ong2013-03-252-11/+36
* Add two additional DNBLog's in places where we're about to killJason Molenda2013-03-232-0/+2
* Change debugserver to open the socket it listensJason Molenda2013-03-233-10/+22
* Simplify the logic for DNBDataRef::ValidOffsetForDataOfSize() and DNBDataRef:...Greg Clayton2013-03-211-2/+16
* More cleanup on the lldb-perf code:Greg Clayton2013-03-191-24/+20
* <rdar://problem/13100435>Han Ming Ong2013-03-151-4/+1
* <rdar://problem/13415471>Han Ming Ong2013-03-131-6/+6
* <rdar://problem/13396207>Greg Clayton2013-03-131-2/+2
* Various fixes for armv7 floating point/vector register support.Jason Molenda2013-03-134-231/+409
* Remove use of the ARMDisassembler framework fromJason Molenda2013-03-092-1427/+0
* Also remove actual link against the ARMDisassembler framework fromJason Molenda2013-03-091-8/+0
* We don't need to specify the VALID_ARCHS in the xcode project file.Jason Molenda2013-03-091-8/+0
* Updated Apple LLDB version to lldb-300.99.0. AlsoSean Callanan2013-03-071-8/+8
* <rdar://problem/13338758>Han Ming Ong2013-03-0410-100/+196
* Add the standard LLVM copyright notice to the top ofJason Molenda2013-03-012-7/+16
* Add the libdebugserver.cpp for creating a library that does debugserverJason Molenda2013-02-282-0/+403
* Fix one remaining mach port number/globally unique thread ID mixup which prev...Jason Molenda2013-02-263-3/+20
* <rdar://problem/13282582>Han Ming Ong2013-02-261-2/+5
* Add a log line when debugserver exits, and clean up some of the other standar...Jim Ingham2013-02-251-8/+14
* <rdar://problem/13282582>Han Ming Ong2013-02-251-1/+9
* <rdar://problem/13277100>Han Ming Ong2013-02-221-0/+12
* Remove unintended comment.Jason Molenda2013-02-221-2/+0
OpenPOWER on IntegriCloud