hanchenye-llvm-project/lldb/include/lldb
Jim Ingham 76bb8d6719 Add the ability to limit "source regexp" breakpoints to a particular function
within a source file.

This isn't done, I need to make the name match smarter (right now it requires an
exact match which is annoying for methods of a class in a namespace.

Also, though we use it in tests all over the place, it doesn't look like we have
a test for Source Regexp breakpoints by themselves, I'll add that in a follow-on patch.

llvm-svn: 267834
2016-04-28 01:40:57 +00:00
..
API Add the ability to limit "source regexp" breakpoints to a particular function 2016-04-28 01:40:57 +00:00
Breakpoint Add the ability to limit "source regexp" breakpoints to a particular function 2016-04-28 01:40:57 +00:00
Core Fix usage of APInt.getRawData for big-endian systems 2016-04-15 09:55:52 +00:00
DataFormatters Add a --element-count option to the expression command 2016-04-25 00:52:47 +00:00
Expression Breakpoint conditions were making result variables, which they should not do. 2016-04-12 17:17:35 +00:00
Host Unicode support on Win32. 2016-03-22 17:58:09 +00:00
Initialization Fix Clang-tidy misc-use-override warnings in include/lldb/Expression and include/lldb/Initialization, unify inclusion guards 2015-08-18 09:18:19 +00:00
Interpreter Add a --element-count option to the expression command 2016-04-25 00:52:47 +00:00
Symbol Fix usage of APInt.getRawData for big-endian systems 2016-04-15 09:55:52 +00:00
Target Add the ability to limit "source regexp" breakpoints to a particular function 2016-04-28 01:40:57 +00:00
Utility Add a helper function to ProcessStructReader to allow one to inquire about the offset of a field 2016-01-22 23:50:46 +00:00
lldb-defines.h Add UNUSED_IF_ASSERT_DISABLED and apply it. 2015-07-24 00:23:29 +00:00
lldb-enumerations.h Update comment in lldb-enumerations.h 2016-04-22 08:41:07 +00:00
lldb-forward.h Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawning an inferior process 2016-04-20 20:48:05 +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 Refactor Unix signals. 2015-07-14 01:09:28 +00:00
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 Certain hardware architectures have registers of 256 bits in size 2016-03-10 00:14:29 +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 Rename clang_type_t to opaque_compiler_type_t. 2015-09-22 17:04:24 +00:00
lldb-versioning.h