hanchenye-llvm-project/lldb/include/lldb
Tamas Berghammer 00adc41370 Support for OCaml native debugging
This introduces basic support for debugging OCaml binaries.
Use of the native compiler with DWARF emission support (see
https://github.com/ocaml/ocaml/pull/574) is required.

Available variables are considered as 64 bits unsigned integers,
their interpretation will be left to a OCaml-made debugging layer.

Differential revision: https://reviews.llvm.org/D22132

llvm-svn: 277443
2016-08-02 11:15:55 +00:00
..
API Improve code of loading plugins that provide cmnds 2016-07-29 07:46:32 +00:00
Breakpoint Centralize the way symbol and functions are looked up by making a Module::LookupInfo class that does all of the heavy lifting. 2016-07-13 17:12:24 +00:00
Core Clean up vestigial remnants of locking primitives 2016-07-28 17:32:20 +00:00
DataFormatters Add data formatter for libstdc++ shared_ptr and weak_ptr 2016-07-06 09:50:00 +00:00
Expression Added support for thread local variables on all Apple OS variants. 2016-07-01 17:17:23 +00:00
Host Host: correct use of std::condition_variable::wait_for 2016-07-28 18:16:07 +00:00
Initialization remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
Interpreter fix command-line LLDB so NSLog messages show up 2016-07-14 21:02:45 +00:00
Symbol Support for OCaml native debugging 2016-08-02 11:15:55 +00:00
Target [LLVM][MIPS] Fix FPU Size Based on Dynamic FR. 2016-08-01 13:45:51 +00:00
Utility Typo corrections identified by codespell 2016-07-19 15:28:02 +00:00
lldb-defines.h
lldb-enumerations.h Typo corrections identified by codespell 2016-07-19 15:28:02 +00:00
lldb-forward.h Add MemoryRegionInfo to SB API 2016-06-23 08:35:37 +00:00
lldb-private-defines.h Add -Wimplicit-fallthrough command line option to clang in 2016-02-16 04:14:33 +00:00
lldb-private-enumerations.h Backend support for top-level Clang epxressions 2016-03-22 21:05:51 +00:00
lldb-private-forward.h
lldb-private-interfaces.h Change over the broadcaster/listener process to hold shared or weak pointers 2016-03-07 21:50:25 +00:00
lldb-private-types.h [LLVM][MIPS] Fix FPU Size Based on Dynamic FR. 2016-08-01 13:45:51 +00:00
lldb-private.h Add -Wimplicit-fallthrough command line option to clang in 2016-02-16 04:14:33 +00:00
lldb-public.h
lldb-types.h
lldb-versioning.h