llvm-project/lldb/source/Plugins/Process/Windows/Common
Zachary Turner 97206d5727 Rename Error -> Status.
This renames the LLDB error class to Status, as discussed
on the lldb-dev mailing list.

A change of this magnitude cannot easily be done without
find and replace, but that has potential to catch unwanted
occurrences of common strings such as "Error".  Every effort
was made to find all the obvious things such as the word "Error"
appearing in a string, etc, but it's possible there are still
some lingering occurences left around.  Hopefully nothing too
serious.

llvm-svn: 302872
2017-05-12 04:51:55 +00:00
..
x64 Rename Error -> Status. 2017-05-12 04:51:55 +00:00
x86 Rename Error -> Status. 2017-05-12 04:51:55 +00:00
CMakeLists.txt iwyu fixes for lldbCore. 2017-04-06 21:28:29 +00:00
DebuggerThread.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
DebuggerThread.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
ExceptionRecord.h Fix build for mingw. 2016-12-15 15:00:41 +00:00
ForwardDecl.h Refactor LLDB's Windows process plugin (NFC) 2016-11-23 16:26:37 +00:00
IDebugDelegate.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
LocalDebugDelegate.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
LocalDebugDelegate.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NtStructures.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ProcessWindows.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
ProcessWindows.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
ProcessWindowsLog.cpp Fix windows&darwin builds broken by r297812 2017-03-15 10:02:20 +00:00
ProcessWindowsLog.h Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
RegisterContextWindows.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
RegisterContextWindows.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
TargetThreadWindows.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
TargetThreadWindows.h Refactor LLDB's Windows process plugin (NFC) 2016-11-23 16:26:37 +00:00