summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
Commit message (Expand)AuthorAgeFilesLines
* Patch from Enrico Granata that moves SBData related functions into the SBDataGreg Clayton2012-01-072-136/+300
* http://llvm.org/bugs/show_bug.cgi?id=11619Johnny Chen2012-01-061-0/+125
* rdar://problem/10216227Johnny Chen2011-12-231-1/+1
* The "desired result type" code in the expressionSean Callanan2011-12-212-0/+3
* Work in progress for:Johnny Chen2011-12-201-2/+5
* Work in progress for:Johnny Chen2011-12-201-1/+1
* Remove dead code found.Johnny Chen2011-12-201-7/+0
* Work in progress for:Johnny Chen2011-12-201-0/+2
* Minor format update (no semantic change).Johnny Chen2011-12-201-2/+2
* Work in progress for:Johnny Chen2011-12-191-4/+4
* Add needed Clear methods.Jim Ingham2011-12-193-0/+18
* Work in progress for:Johnny Chen2011-12-192-8/+8
* Fixed code rot pointed out by Jim.Johnny Chen2011-12-171-4/+2
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-172-8/+32
* <rdar://problem/10584789>Greg Clayton2011-12-151-0/+6
* Expose new read memory fucntion through python in SBProcess:Greg Clayton2011-12-151-0/+54
* http://llvm.org/bugs/show_bug.cgi?id=11579Johnny Chen2011-12-151-2/+1
* I have added a function to SBTarget that allowsSean Callanan2011-12-141-0/+27
* http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType cras...Johnny Chen2011-12-141-4/+4
* Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.Jim Ingham2011-12-081-0/+44
* Sanity check the inputs to SBCommandInterpreter::HandleCompletionJim Ingham2011-12-051-0/+13
* Fixed some extra warnings that show up with the new clang.Greg Clayton2011-12-031-8/+8
* After moving lldb::pid_t to 64 bits, keep a deprecated version around forGreg Clayton2011-12-021-0/+11
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-013-6/+6
* <rdar://problem/10429064>Greg Clayton2011-11-291-1/+1
* Fixed an issue with the pthread_setspecific() where we weren't NULL-ing outGreg Clayton2011-11-171-1/+1
* Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton2011-11-152-3/+10
* <rdar://problem/10126482>Greg Clayton2011-11-1322-119/+175
* Added the ability to run a process in a shell on MacOSX currently when usingGreg Clayton2011-11-122-2/+2
* <rdar://problem/9334299>Greg Clayton2011-11-101-0/+11
* Made the Host::SetCrashDescription(const char *) function copy the incomingGreg Clayton2011-11-101-0/+2
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-0/+16
* Modified all Process::Launch() calls to use a ProcessLaunchInfo structureGreg Clayton2011-11-032-2/+26
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-195-9/+9
* this patch introduces a new command script import command which takes as inpu...Enrico Granata2011-10-171-1/+9
* Add a commnad to set a condition for a watchpoint. Example:Johnny Chen2011-10-171-0/+21
* Add SBWatchpoint::GetError() API, which is not currently populated as yet.Johnny Chen2011-10-141-9/+3
* Add a test case to exercise the newly added SB API:Johnny Chen2011-10-141-1/+1
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-144-141/+94
* Cleaned up the SBWatchpoint public API.Greg Clayton2011-10-133-69/+110
* Added ClangNamespaceDecl * parameters to severalSean Callanan2011-10-121-2/+6
* Fix preprocessor warnings for no newline at the end of the source files.Greg Clayton2011-10-121-1/+1
* Add a SBTarget::BreakpointCreateByName API that allows you to specify the nameJim Ingham2011-10-111-3/+13
* Added more functionality to Range template classes in RangeMap.h and converte...Greg Clayton2011-10-081-6/+1
* Move the responsibility for translating the various eFunctionNameType lookups...Jim Ingham2011-10-071-2/+2
* Fix regression of test SourceManagerTestCase.test_display_source_python.Johnny Chen2011-10-031-1/+1
* Removed lldb::SBSourceManager_impl. We export everything in the lldb namespaceGreg Clayton2011-10-013-64/+75
* Add SBFrame.WatchLocation() to find and watch the location pointed to byJohnny Chen2011-10-011-0/+59
* Cleaned up the the code that figures out the inlined stack frames given a Greg Clayton2011-10-011-4/+3
OpenPOWER on IntegriCloud