summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Reproducer] Add SBReproducer::Replay overload (again)Jonas Devlieghere2020-01-101-1/+2
* Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl2019-12-111-2/+0
* [lldb/Reproducer] Add version checkJonas Devlieghere2019-12-031-1/+1
* [Reproducer] Generate LLDB reproducer on crashJonas Devlieghere2019-11-201-0/+2
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-254-4/+16
* remove FILE* usage from SBStream.iLawrence D'Anna2019-10-151-0/+4
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-151-0/+2
* build fix for SBInstruction.Lawrence D'Anna2019-10-141-0/+2
* remove FILE* bindings from SBInstruction.Lawrence D'Anna2019-10-142-0/+10
* remove FILE* usage from ReportEventState() and HandleProcessEvent()Lawrence D'Anna2019-10-143-1/+13
* update SBDebugger::SetInputFile() etc to work on native FilesLawrence D'Anna2019-10-101-0/+6
* SBFile support in SBCommandReturnObjectLawrence D'Anna2019-10-092-7/+23
* allow arbitrary python streams to be converted to SBFileLawrence D'Anna2019-10-091-1/+1
* Fix a -Wpedantic warningPavel Labath2019-10-081-1/+1
* [lldb] Fix crash on SBCommandReturnObject & assignmentJan Kratochvil2019-10-041-8/+13
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-033-0/+12
* SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna2019-10-032-0/+15
* new api class: SBFileLawrence D'Anna2019-10-034-1/+42
* [lldb] Code cleanup: Simplify SBCommandReturnObjectJan Kratochvil2019-09-261-2/+0
* Fix file names in file headers. NFCFangrui Song2019-05-132-4/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1019-242/+0
* Remove unneeded #ifdef SWIGsPavel Labath2019-04-093-23/+8
* Fix doxygen warning about function argumentJonas Devlieghere2019-04-091-6/+6
* Add missing space between \btrueJonas Devlieghere2019-04-091-1/+1
* Make operator==s consistent between c++ and python APIsPavel Labath2019-04-023-0/+12
* [API] Add SBReproducer to LLDB.hJonas Devlieghere2019-04-011-0/+1
* [API] Remove unneded LLDB_DISABLE_PYTHON markers.Davide Italiano2019-03-184-28/+0
* [Reproducers] Support capturing a reproducer without an explicit path.Jonas Devlieghere2019-03-121-0/+1
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-1115-206/+206
* Add "operator bool" to SB APIsPavel Labath2019-03-1155-0/+122
* [Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere2019-03-081-6/+6
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-216-53/+14
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-1322-24/+24
* Use of `@return` is not appropriate for a function with a void return type.Jonas Devlieghere2019-02-111-2/+0
* Removing some unimplemented methods from the SB headersJim Ingham2019-02-085-13/+0
* [Reproducers] SBReproducer framework: Capture & ReplayJonas Devlieghere2019-02-061-0/+23
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-051-0/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1968-272/+204
* [lldb] Add a "display-recognized-arguments" target setting to show recognized...Kuba Mracek2018-12-202-1/+2
* Replace MemoryRegionInfoSP with values and cleanup related codeTatyana Krasnukha2018-12-202-0/+7
* [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek2018-12-201-2/+1
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-034-3/+48
* [Target] Do not skip a stop on a breakpoint if a plan was completedAleksandr Urakov2018-11-301-0/+1
* [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek2018-11-281-0/+5
* [Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere2018-11-271-1/+1
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-152-0/+14
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-131-1/+5
* Remove header grouping comments.Jonas Devlieghere2018-11-115-20/+0
* Add an SBExpressionOptions setting mirroring the "exec" command's --allow-jit.Jim Ingham2018-11-021-0/+6
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-311-0/+4
OpenPOWER on IntegriCloud