summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target
Commit message (Expand)AuthorAgeFilesLines
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-123-5/+7
* Modified patch from Matt Kopec that makes sure the run lock is acquired when ...Greg Clayton2012-10-121-6/+25
* <rdar://problem/12331741>Greg Clayton2012-10-111-38/+61
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-103-8/+142
* Changes to clean up the runtime and how the ISA caches are managed.Greg Clayton2012-10-091-48/+59
* Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...Jim Ingham2012-10-051-9/+39
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-042-8/+6
* Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda2012-09-291-2/+2
* Fix a bug introduced in an earlier revision: actually return the StopReason, ...Filipe Cabecinhas2012-09-281-1/+1
* Implement returning integer values in "thread return" for arm, x86_64 and i38...Jim Ingham2012-09-271-3/+27
* Fixed a bug in the path remapper that causedSean Callanan2012-09-261-1/+6
* <rdar://problem/9959501>Greg Clayton2012-09-251-1/+12
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-184-10/+7
* <rdar://problem/11988289> Making C++ synthetic children provider for NSDictio...Enrico Granata2012-09-181-0/+2
* More runtime work. We now successfully traverseSean Callanan2012-09-151-1/+16
* Make the unwinding of the stack part of "thread return" work, and add the thr...Jim Ingham2012-09-142-8/+54
* <rdar://problem/11374963>Greg Clayton2012-09-121-0/+16
* Start at getting "thread return" working. Doesn't work yet.Jim Ingham2012-09-121-1/+63
* This patch is part of ongoing work to extract typeSean Callanan2012-09-111-0/+10
* Some more typing-related fixes.Filipe Cabecinhas2012-09-111-2/+2
* <rdar://problem/11935492>Greg Clayton2012-09-111-9/+28
* Initialize a variable to quite a compiler warning.Jim Ingham2012-09-111-1/+1
* Shortcut ThreadPlanStepRange::MischiefManaged - if we have pushed new plans a...Jim Ingham2012-09-101-6/+20
* Fixed a few places where we were doing:Jim Ingham2012-09-101-0/+1
* Fixed a problem where watchpoint conditions wouldSean Callanan2012-09-081-1/+1
* Fiddle with the heuristic about where to set the stop point in a nested inlin...Jim Ingham2012-09-081-0/+27
* Make file + line breakpoints even more efficient by using our SearchFilter ob...Greg Clayton2012-09-071-2/+12
* Save and restore the current inlined depth over function calls.Jim Ingham2012-09-071-0/+3
* Add SetCurrentInlinedDepth API.Jim Ingham2012-09-071-5/+27
* Ensure that the ShouldStopHere plans get called even when doing "virtual" steps.Jim Ingham2012-09-071-95/+112
* For now, treat breakpoint hits like regular stops when calculation InlinedSta...Jim Ingham2012-09-071-5/+6
* When you reach the bottom of the inlined stack, don't say you can do a virtua...Jim Ingham2012-09-061-1/+6
* Include a useful bit of log output in the "step" as well as the "process" logs.Jim Ingham2012-09-061-1/+1
* Turn on the "fancy inlined stepping."Jim Ingham2012-09-051-3/+1
* If the ThreadList ShouldStop restarts the target, don't resume it again.Jim Ingham2012-09-051-1/+5
* Move calculating the CurrentInlinedDepth to AFTER the synchronous breakpoint ...Jim Ingham2012-09-051-3/+7
* Implementing an Options class for EvaluateExpression() in order to make the s...Enrico Granata2012-09-051-15/+8
* Fix the log channel used in Process.cpp.Greg Clayton2012-09-051-3/+3
* Modified patch from Matt Kopec that fixes a process launch issue on linux whe...Greg Clayton2012-09-041-2/+10
* <rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata2012-09-041-0/+82
* Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham2012-09-017-24/+301
* OptionValueFileSpec had an accessor to read the contents of the file and retu...Greg Clayton2012-08-301-1/+2
* <rdar://problem/11757916>Greg Clayton2012-08-299-6/+71
* Cope with the case where the user-supplied callbacks want the watchpoint itse...Johnny Chen2012-08-231-1/+2
* Rework how the API mutex is acquired when filling out an ExecutionContext fro...Jim Ingham2012-08-223-2/+95
* Check that the data buffer is non-null before getting its file contents.Jim Ingham2012-08-221-1/+5
* Remove further outdated "settings" code and also implement a few missing things.Greg Clayton2012-08-224-1406/+22
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-228-1364/+1940
* Fix test failures in TestWatchpointIter.py due to http://llvm.org/viewvc/llvm...Johnny Chen2012-08-211-0/+6
* Remove the process->DisableWatchpoint() and EnableWatchpoint() calls since th...Johnny Chen2012-08-211-4/+2
OpenPOWER on IntegriCloud