aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-11-05Add Android.mk support for building LLDB on Linux host.Todd Fiala
2013-07-18Use the correct call to close down the lockdown connection.Jim Ingham
2013-07-18Didn't get the right version of these files in the checkin for r186132.Jim Ingham
2013-07-15Bump version number to 310.99.0.Jason Molenda
2013-07-11Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham
2013-07-01Following the modification introduced in llvm by commit 185311Sylvestre Ledru
2013-06-27<rdar://problem/14195566>Greg Clayton
2013-06-26<rdar://problem/14281898>Han Ming Ong
2013-06-26<rdar://problem/14262854>Han Ming Ong
2013-06-25If debugserver fails to interrogate the inferior process CPU typeJason Molenda
2013-06-25Remove some unnecessary uses of nub_break_t in the arm specificJason Molenda
2013-06-12Huge performance improvements when one breakpoint contains many locations.Greg Clayton
2013-06-06Remove the debugserver "--open-connection" option and obey the hostname that ...Greg Clayton
2013-05-23Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...Michael Sartain
2013-05-22Fix shutdown to correctly close stdout and stop showing garbage characters on...Michael Sartain
2013-05-22<rdar://problem/13963648>Han Ming Ong
2013-05-22<rdar://problem/13963648>Han Ming Ong
2013-05-21<rdar://problem/13892516>Greg Clayton
2013-05-17Append missing version number to lldb binary built by cmakeDaniel Malea
2013-05-16<rdar://problem/13891604>Greg Clayton
2013-05-16Removed unused code and an unused event.Greg Clayton
2013-05-14<rdar://problem/13764135>Greg Clayton
2013-05-06<rdar://problem/13063912>Enrico Granata
2013-05-04fix a couple of clang static analyzer warnings.Jason Molenda
2013-05-02<rdar://problem/13732521>Enrico Granata
2013-04-30Add an option to resume a suspended task.Jim Ingham
2013-04-24<rdar://problem/13665446>Greg Clayton
2013-04-22Proper English not optionalEnrico Granata
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Missed some cases when switching over to using our STD_UNIQUE_PTR macros.Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-04-15New CallNext action for the test case that causes the next action in the sequ...Enrico Granata
2013-04-15More updates to test casesEnrico Granata
2013-04-15Sketch test now runs 10 timesEnrico Granata
2013-04-15Enabling test case to write the average+stddev pair to the resultsEnrico Granata
2013-04-15- Adding a relaunch feature to the performance tester: you can use the relaun...Enrico Granata
2013-04-12Sketch test case improvements:Enrico Granata
2013-04-11Updated the line on which to break for the formatters testEnrico Granata
2013-04-06Cache the VM page size that we get from task_vm_info so we don'tJason Molenda
2013-04-06Add optional LOG_TASK logging for MachVMMemory::PageSize when the call succee...Jason Molenda
2013-04-06Add optional LOG_TASK logging for MachVMMemory::PageSize() task_info call fai...Jason Molenda
2013-04-06Update MachVMMemory::PageSize to get the page size of a specific processJason Molenda
2013-04-04<rdar://problem/13457391>Greg Clayton
2013-04-04<rdar://problem/13198919>Greg Clayton
2013-04-03<rdar://problem/12789467>Greg Clayton
2013-04-03Remove a bit of code duplication in RNBRemote::HandlePacket_qProcessInfo -Jason Molenda
2013-04-03Fix another old usage of GetCurrentThread() to get a mach portJason Molenda
2013-04-02Enabling metrics to calculate (and dump) their standard deviationEnrico Granata
2013-04-02Misc fixes:Enrico Granata
2013-04-02Remove some unused code.Jim Ingham