summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
Commit message (Expand)AuthorAgeFilesLines
* Fix the logging messages for SBFrame::FindRegister().Jason Molenda2013-07-261-3/+3
* Add an SBFrame::FindRegister() method to make it a littleJason Molenda2013-07-261-0/+58
* This commit does two things. One, it converts the return value of the QueueT...Jim Ingham2013-07-181-21/+21
* Fixed GetModuleSpecifications() to work better overall:Greg Clayton2013-07-121-1/+1
* Huge change to clean up types.Greg Clayton2013-07-114-144/+86
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-3/+3
* Second attempt at getting the PyCallable changes in trunkEnrico Granata2013-07-091-0/+21
* Added missing SBModuleSpec.cpp file to the CMakeLists.txtGreg Clayton2013-07-081-0/+1
* Added a way to extract the module specifications from a file. A module specif...Greg Clayton2013-07-084-51/+272
* Revert commits that cause broken builds on GCC buildbotsDaniel Malea2013-07-031-20/+0
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-70/+51
* Fixed SBProcess::RemoteLaunch() to use the platform executable path. Patch fr...Greg Clayton2013-06-291-1/+1
* <rdar://problem/14266411>Enrico Granata2013-06-251-0/+20
* Implemented a types.py module that allows types to be inspected for padding.Greg Clayton2013-06-191-0/+12
* Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton2013-06-182-6/+54
* We were getting an assert because somebody was making a watchpoint that wasJim Ingham2013-06-181-0/+6
* Added a SBSection::GetParent() to the API.Greg Clayton2013-06-131-0/+14
* Improvements to the data formatters SB API:Enrico Granata2013-06-111-4/+4
* Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...Michael Sartain2013-05-231-0/+16
* Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham2013-05-152-2/+1
* Change the mechanism around SBValue::GetSP() so that it always requires the t...Jim Ingham2013-05-151-699/+386
* <rdar://problem/13854277>Greg Clayton2013-05-101-2/+2
* fix a couple of clang static analyzer warnings.Jason Molenda2013-05-041-3/+1
* Remove the UUID::GetAsCString() method which required a buffer to save the Jason Molenda2013-05-031-4/+11
* <rdar://problem/11742979>Enrico Granata2013-05-031-0/+8
* <rdar://problem/13499317>Enrico Granata2013-05-021-1/+1
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-1/+9
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-9/+1
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-1/+9
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-4/+2
* Daniel Malea reported seeing warnings for the use of anonymous namespaces in ...Enrico Granata2013-04-222-152/+147
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-182-6/+6
* Adding new Python API function to check for stopped threads.Andrew Kaylor2013-04-151-0/+10
* Added a SetData() method to ValueObject. ThisSean Callanan2013-04-131-0/+59
* The SBValue impl class's GetSP can now fetch the dynamic type or the syntheticJim Ingham2013-04-041-0/+6
* Avoid hang in attach-by-name test caseDaniel Malea2013-04-011-4/+7
* <rdar://problem/11730263>Greg Clayton2013-03-281-3/+15
* <rdar://problem/13521159>Greg Clayton2013-03-2731-309/+309
* Modified patch from Prabhat Verma to enable loading core files through the SB...Greg Clayton2013-03-251-0/+20
* <rdar://problem/13404009>Han Ming Ong2013-03-251-2/+2
* <rdar://problem/13443931>Greg Clayton2013-03-191-23/+33
* <rdar://problem/13421412>Greg Clayton2013-03-141-1/+1
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-023-3/+35
* Fixing the log line for SBValue::MightHaveChildren() to report the correct fu...Enrico Granata2013-02-281-1/+1
* the log entry for SBThread::GetProcess() would not include the pointer to the...Enrico Granata2013-02-281-3/+1
* <rdar://problem/13265297> Greg Clayton2013-02-231-1/+1
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-211-0/+50
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-0/+12
* Renaming SBValueList::get() to Enrico Granata2013-02-072-3/+3
* Correct logging for function calls that return SBValueListEnrico Granata2013-02-072-3/+3
OpenPOWER on IntegriCloud