llvm-project/lldb/include/lldb
Jonathan Roelofs 083b727da9 Delete dead code. NFC
Also has the side-effect of fixing the build on systems with glibc < 2.12

https://reviews.llvm.org/D30844

llvm-svn: 297626
2017-03-13 15:25:01 +00:00
..
API Switch SBBreakpointLocation to use a weak_ptr 2017-03-01 10:08:48 +00:00
Breakpoint Move many other files from Core -> Utility. 2017-03-06 18:34:25 +00:00
Core Simplify & correct the patch I wrote in r297441, after thinking 2017-03-10 19:31:54 +00:00
DataFormatters Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
Expression Move many other files from Core -> Utility. 2017-03-06 18:34:25 +00:00
Host Delete dead code. NFC 2017-03-13 15:25:01 +00:00
Initialization *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Interpreter Use LLVM for file / directory enumeration. 2017-03-13 02:44:39 +00:00
Symbol Move many other files from Core -> Utility. 2017-03-06 18:34:25 +00:00
Target Make LLDB skip server-client roundtrip for signals that don't require any actions 2017-03-07 21:34:40 +00:00
Utility Resubmit "Make file / directory completion work properly on Windows." 2017-03-13 00:41:01 +00:00
lldb-defines.h Actually use = delete to mark constructors and operators we want to not exist. Just declaring them as private works, but it can confuse certain tools as it doesn't actually declare intent, and the C++11 way is more expressive anyway, so this is pure win 2016-10-26 18:12:52 +00:00
lldb-enumerations.h Fix serialization of Python breakpoint commands. 2016-09-26 19:47:37 +00:00
lldb-forward.h Reapply "Refactor log channel registration mechanism" 2017-02-17 13:27:42 +00:00
lldb-private-defines.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-private-enumerations.h Fix a couple of corner cases in NameMatches 2017-02-20 11:35:33 +00:00
lldb-private-forward.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-private-interfaces.h Reapply "Refactor log channel registration mechanism" 2017-02-17 13:27:42 +00:00
lldb-private-types.h Adding a RegisterContextMinidump_x86_64 converter 2016-09-27 19:05:55 +00:00
lldb-private.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-public.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-types.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-versioning.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00