summaryrefslogtreecommitdiffstats
path: root/lldb/include
Commit message (Expand)AuthorAgeFilesLines
* New and improved data formatter for std::shared_ptr<> and std::weak_ptr<>Enrico Granata2014-01-082-1/+5
* Add a new way to bind a format to a type: by enum typeEnrico Granata2013-12-282-24/+124
* Adding a document that describes the architecture of data formatters. Suggest...Enrico Granata2013-12-261-0/+1
* Remove wait_for_launch parameter from DoAttachToProcessWithName(). This param...Jean-Daniel Dupas2013-12-231-8/+2
* Centralize the code for GetValueAsCString() in TypeFormatImpl (the implementi...Enrico Granata2013-12-222-0/+11
* The one-line printing facility is used by StringSummaryFormat, but that's no ...Enrico Granata2013-12-211-3/+5
* There is no need to use the expression parser to generate true and false - wr...Enrico Granata2013-12-211-1/+2
* Updated our IR processing to reflect best practicesSean Callanan2013-12-201-0/+2
* All data formatters come in "match exact" and "match regex" stylesEnrico Granata2013-12-201-48/+67
* FormatNavigator has long stopped navigating anything - the generation of poss...Enrico Granata2013-12-204-87/+87
* Move the ivars / logic of SBQueue into a QueueImpl class and Jason Molenda2013-12-144-7/+9
* Remove #include "lldb/Core/Address.h" from SBQueueItem.h.Greg Clayton2013-12-131-1/+0
* There can be no #includes of and internal headers in lldb::SB* classes, only ...Greg Clayton2013-12-131-1/+0
* Centralized the launching of a process into Target::Launch()Greg Clayton2013-12-131-0/+4
* Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda2013-12-1313-2/+644
* Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().Jean-Daniel Dupas2013-12-091-1/+1
* Handle endianness in the Opcode classEd Maste2013-12-091-17/+35
* Add a setting to allow users to enable expressions that crash LLDB to show up...Greg Clayton2013-12-061-0/+3
* Replace all in_port_t with uint16_t to avoid compilation issues on different ...Greg Clayton2013-12-062-13/+10
* Typo in commentsJean-Daniel Dupas2013-12-061-1/+1
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-065-13/+184
* Modified local spawning in debugserver processes to use a new --reverse-conne...Greg Clayton2013-12-052-7/+17
* Provide an easy way for synthetic child provider front ends to declare themse...Enrico Granata2013-12-051-1/+16
* Added a new directory type for the "bool Host::GetLLDBPath (PathType path_typ...Greg Clayton2013-12-041-1/+3
* #include <Python.h>, not <Python/Python.h>. The latter results inJason Molenda2013-12-031-4/+0
* Remove the bad assumption that breakpoint locations won't get deleted in Brea...Jim Ingham2013-12-031-1/+1
* Fix build on FreeBSD after r196141Ed Maste2013-12-021-0/+4
* Fixed internal code to not link against and code from "lldb/API/*". Greg Clayton2013-12-026-17/+12
* Change lldb from building against a Python framework out ofJason Molenda2013-11-234-16/+0
* Improved platform support.Greg Clayton2013-11-231-0/+5
* <rdar://problem/15530080>Enrico Granata2013-11-227-224/+128
* Start the correct host abstraction of process and thread.Greg Clayton2013-11-211-0/+406
* Expose SBPlatform through the public API.Greg Clayton2013-11-2014-75/+445
* Flush the Process' cache of extended threads every time theJason Molenda2013-11-201-1/+2
* Add logging for the SB API which creates extendedJason Molenda2013-11-191-0/+5
* Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() methodJason Molenda2013-11-162-3/+28
* Commit a work-in-progress system runtime for Mac OS X which won'tJason Molenda2013-11-151-0/+32
* <rdar://problem/15172417>Greg Clayton2013-11-135-88/+90
* Change SBThread::GetExtendedBacktrace toJason Molenda2013-11-122-2/+2
* Add initial --extended / -e support to thread backtrace.Jason Molenda2013-11-121-1/+4
* The Threads created when requesting extended backtraces need to be owned byJason Molenda2013-11-111-1/+13
* Fixed the the breakpoint test case failures. Greg Clayton2013-11-095-2/+66
* Changed the ABIs and ClangFunction to take aSean Callanan2013-11-084-27/+13
* This patch does a couple of things. Jim Ingham2013-11-0710-286/+75
* Added Iterable, a class that vends standard C++Sean Callanan2013-11-064-2/+251
* Rename extended backtrace methods to take out the "ThreadOrigin"Jason Molenda2013-11-063-6/+6
* Improve lldb_private::Address to detect when section was deleted and not retu...Greg Clayton2013-11-061-0/+12
* Add a new GetThreadOriginExtendedBacktrace method to the Jason Molenda2013-11-062-0/+33
* <rdar://problem/15367122>Greg Clayton2013-11-052-3/+12
* Add the GetNumThreadOriginExtendedBacktraceTypes andJason Molenda2013-11-051-0/+32
OpenPOWER on IntegriCloud