llvm-project/lldb/source/Commands
Zachary Turner f343968f5d Delete Host/windows/win32.h
It's always hard to remember when to include this file, and
when you do include it it's hard to remember what preprocessor
check it needs to be behind, and then you further have to remember
whether it's windows.h or win32.h which you need to include.

This patch changes the name to PosixApi.h, which is more appropriately
named, and makes it independent of any preprocessor setting.

There's still the issue of people not knowing when to include this,
because there's not a well-defined set of things it exposes other
than "whatever is missing on Windows", but at least this should
make it less painful to fix when problems arise.

This patch depends on LLVM revision r278170.

llvm-svn: 278177
2016-08-09 23:06:08 +00:00
..
CMakeLists.txt [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
CommandCompletions.cpp Unicode support on Win32. 2016-03-22 17:58:09 +00:00
CommandObjectApropos.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectApropos.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectArgs.cpp Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in some files in source/Commands; other minor fixes. 2016-02-19 19:33:46 +00:00
CommandObjectArgs.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectBreakpoint.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectBreakpoint.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectBreakpointCommand.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectBreakpointCommand.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectBugreport.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectBugreport.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectCommands.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectCommands.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectDisassemble.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectDisassemble.h Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in some files in source/Commands; other minor fixes. 2016-02-20 00:58:29 +00:00
CommandObjectExpression.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectExpression.h [LLDB] Added support for PHI nodes to IR interpreter 2016-05-12 20:00:53 +00:00
CommandObjectFrame.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectFrame.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectGUI.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
CommandObjectGUI.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectHelp.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectHelp.h When 'help' cannot find a command, produce additional help text that also points the user to the apropos and type lookup commands 2016-02-29 23:22:53 +00:00
CommandObjectLanguage.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectLanguage.h LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectLog.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectLog.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectMemory.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectMemory.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectMultiword.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectPlatform.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectPlatform.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectPlugin.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectPlugin.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectProcess.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectProcess.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectQuit.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectQuit.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectRegister.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectRegister.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectSettings.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectSettings.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectSource.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectSource.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectSyntax.cpp When 'help' cannot find a command, produce additional help text that also points the user to the apropos and type lookup commands 2016-02-29 23:22:53 +00:00
CommandObjectSyntax.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectTarget.cpp Delete Host/windows/win32.h 2016-08-09 23:06:08 +00:00
CommandObjectTarget.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectThread.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectThread.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectType.cpp Typo corrections identified by codespell 2016-07-19 15:28:02 +00:00
CommandObjectType.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectVersion.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectVersion.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectWatchpoint.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectWatchpoint.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00
CommandObjectWatchpointCommand.cpp LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
CommandObjectWatchpointCommand.h Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards 2015-09-02 09:33:09 +00:00