summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/12750060>Greg Clayton2012-12-042-0/+83
* Save and restore terminal state when lldb is suspended with SIGTSTP and resum...Jim Ingham2012-11-301-0/+14
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-2915-45/+45
* Tighten up how we acquire the underlying frame in the SBFrame methods. We we...Jim Ingham2012-11-291-278/+538
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-0/+23
* Rmoved a duplicate version of SetSelectedThreadByIDSean Callanan2012-10-311-6/+0
* Added the ability to get function return and argument types to SBType():Greg Clayton2012-10-301-0/+45
* Add missing return to SBAddress::GetOffset(). This was caught by Carlo Kok.Greg Clayton2012-10-301-1/+1
* Add API to get the process plugin name & short name.Jim Ingham2012-10-261-0/+23
* Reimplementing SBValue/ValueObject.GetValueAsUnsigned() in terms of appropria...Enrico Granata2012-10-241-2/+2
* <rdar://problem/12481949> Fixing SBValue.GetValueAsSigned() to do the right t...Enrico Granata2012-10-241-2/+2
* Watchpoints remember the type of the expression or variable they were set wit...Jim Ingham2012-10-232-2/+5
* <rdar://problem/12493007>Greg Clayton2012-10-231-0/+14
* <rdar://problem/12524810>Greg Clayton2012-10-221-3/+6
* <rdar://problem/12437442>Enrico Granata2012-10-223-90/+247
* Improved logging for the SBTarget's launchingSean Callanan2012-10-201-4/+69
* <rdar://problem/12462048>Greg Clayton2012-10-181-9/+5
* API cleanup.Greg Clayton2012-10-163-45/+17
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-163-16/+183
* Removing the two extra GetXSize(bool) calls since we do not desire to support...Enrico Granata2012-10-161-20/+0
* <rdar://problem/12446320> Fixing an issue with our Driver where setting an im...Enrico Granata2012-10-161-1/+41
* <rdar://problem/12490588>Greg Clayton2012-10-131-26/+47
* <rdar://problem/12490558>Greg Clayton2012-10-121-1/+7
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-122-1/+3
* Patch from Daniel Malea that cleans up the process parameters for Process/Thr...Greg Clayton2012-10-121-0/+2
* <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...Enrico Granata2012-10-102-0/+220
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-0/+41
* Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton2012-10-081-1/+1
* Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...Jim Ingham2012-10-051-0/+27
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-042-2/+0
* Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda2012-09-291-1/+1
* Implementing plugins that provide commands.Enrico Granata2012-09-282-2/+131
* Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...Greg Clayton2012-09-271-1/+1
* If we are attached to a platform, then make sure that we can verify that a pr...Greg Clayton2012-09-271-3/+12
* Add an API to figure out whether a breakpoint is internal or not.Jim Ingham2012-09-251-0/+12
* <rdar://problem/9959501>Greg Clayton2012-09-251-3/+1
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-186-29/+47
* Remove a duplicate frame_sp local that was shadowing the one we copied the in...Jim Ingham2012-09-141-1/+0
* SBThread::StepOut and SBThread::StepOutOfFrame should both run all threads.Jim Ingham2012-09-141-2/+2
* SBThread::StepOverUntil should run all threads. It is running to breakpoints...Jim Ingham2012-09-141-1/+1
* Make the unwinding of the stack part of "thread return" work, and add the thr...Jim Ingham2012-09-141-3/+3
* Start at getting "thread return" working. Doesn't work yet.Jim Ingham2012-09-121-0/+23
* Patch from Andrew Kaylor for linux:Greg Clayton2012-09-071-3/+6
* Fixing a constness issue in an otherwise trivial patchEnrico Granata2012-09-061-1/+1
* Restoring an API as deprecated which was removed in a previous commitEnrico Granata2012-09-061-0/+6
* Implementing an Options class for EvaluateExpression() in order to make the s...Enrico Granata2012-09-052-15/+10
* <rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata2012-09-042-19/+48
* <rdar://problem/11757916>Greg Clayton2012-08-297-2/+15
* Rework how the API mutex is acquired when filling out an ExecutionContext fro...Jim Ingham2012-08-223-83/+119
* Remove further outdated "settings" code and also implement a few missing things.Greg Clayton2012-08-221-37/+44
OpenPOWER on IntegriCloud