summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/lldb/source/API
Commit message (Collapse)AuthorAgeFilesLines
* Update LLDB snapshot to upstream r225923 (git 2b588ecd)emaste2015-02-0624-160/+1720
| | | | Sponsored by: DARPA, AFRL
* Update LLDB snapshot to upstream r216948 (git 50f7fe44)emaste2014-11-2636-1102/+2313
| | | | | | | This is approximately "LLDB 3.5" although with a little bit of skew, and will go along with the Clang 3.5 import. Sponsored by: DARPA, AFRL
* Update LLDB snapshot to upstream r202189emaste2014-02-251-14/+16
| | | | | | | | | | | | | | | | | | | | Highlights include: - Support hardware watchpoints on FreeBSD (r201706) - Improved unwinding through hand-written assembly functions (r201839) - Handle DW_TAG_unspecified_parameters for variadic functions (r202061) - Fix Ctrl+C interrupting a running inferior process (r202086, r202154) - Various bug fixes, including to the remote GDB protocol client Sponsored by: DARPA, AFRL
* Update LLDB snapshot to upstream r201577emaste2014-02-1814-432/+817
| | | | | | | | | | | | | | | | | | | | | | | | Highlights include: - Improvements to the remote GDB protocol client (r196610, r197579, r197857, r200072) - Bug fixes for big-endian targets (r196808) - Initial support for libdispatch (GCD) queues in the debuggee (r197190) - Add "step-avoid-libraries" setting (r199943) - IO subsystem improvements (including initial work on a curses gui) (r200263) - Various bug fixes for memory leaks, LLDB segfaults, the C++ demangler, ELF core files, DWARF debug info, and others. Sponsored by: DARPA, AFRL
* Update LLDB to upstream r196259 snapshotemaste2013-12-039-13/+806
| | | | Sponsored by: DARPA, AFRL
* Update LLDB to upstream r194122 snapshotemaste2013-11-1215-215/+520
| | | | | | | | | | | | | ludes minor changes relative to upstream, for compatibility with FreeBSD's in-tree LLVM 3.3: - Reverted LLDB r191806, restoring use of previous API. - Reverted part of LLDB r189317, restoring previous enum names. - Work around missing LLVM r192504, using previous registerEHFrames API (limited functionality). - Removed PlatformWindows header include and init/terminate calls. Sponsored by: DARPA, AFRL
* Merge lldb r188801 to contrib/llvm/tools/lldb/emaste2013-08-2347-0/+21554
OpenPOWER on IntegriCloud