llvm-project/lldb/include/lldb
Pavel Labath 441460dc91 Remove unused NativeProcessProtocol.h include from Platform.h
After removing it, I got a couple of compile errors because we were
missing some symbols (SIGKILL and such), as their definitions were not
transitively included anymore. I fix this by including csignal from
PosixApi.h, as it's windows version provides a stub definitions of these
symbols. This should make the result of #including PosixApi.h more
consistent across platforms (although in the long run, we should just
get rid of this header).

llvm-svn: 329296
2018-04-05 15:17:51 +00:00
..
API Add SBDebugger::GetBuildConfiguration and use it to skip an XML test 2018-02-19 15:06:28 +00:00
Breakpoint Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase. 2018-01-12 03:03:23 +00:00
Core [Core] Grab-bag of improvements for Scalar. 2018-04-02 16:50:54 +00:00
DataFormatters [modules] Fix missing includes/typo in LLDB's includes. [NFC] 2018-01-21 09:54:19 +00:00
Expression Move the codebase to use: DWARFCompileUnit -> DWARFUnit 2018-03-18 20:11:02 +00:00
Host Remove unused NativeProcessProtocol.h include from Platform.h 2018-04-05 15:17:51 +00:00
Initialization *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Interpreter Move option parsing out of the Args class 2018-03-09 10:39:40 +00:00
Symbol Support template template parameters 2018-04-02 16:18:32 +00:00
Target Remove unused NativeProcessProtocol.h include from Platform.h 2018-04-05 15:17:51 +00:00
Utility Move StringExtractorGDBRemote.h to the include folder 2018-03-20 16:14:00 +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 CompilerType: Add ability to retrieve an integral template argument 2017-11-13 14:26:21 +00:00
lldb-forward.h Make breakpoint names real entities. 2017-09-14 20:22:49 +00:00
lldb-private-defines.h Reformat a comment. NFC. 2017-11-13 20:13:25 +00:00
lldb-private-enumerations.h Add pretty-printer for wait(2) statuses and modernize the code handling them 2017-06-19 12:47:50 +00:00
lldb-private-forward.h Clean up NativeRegisterContext 2017-11-10 11:05:49 +00:00
lldb-private-interfaces.h Change the ABI class to have a weak pointer to its Process; 2017-06-29 02:57:03 +00:00
lldb-private-types.h Rename Error -> Status. 2017-05-12 04:51: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 Clean up lldb-types.h 2017-07-18 13:14:01 +00:00
lldb-versioning.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00