llvm-project/lldb/source
Pavel Labath 6bb7e21f10 Fix incorrect Status -> Error rename in IOHandler
Change 302872 was a massive rename of the Error class to Status.

The change included an incorrect rename of the "Status" window
in the LLDB GUI from "Status to "Error". This patch undoes this incorrect
rename and restores the status window's correct name.

Differential Revision: https://reviews.llvm.org/D33241
Patch by Brian Gianforcaro.

llvm-svn: 303553
2017-05-22 14:13:38 +00:00
..
API Remove an expensive lock from Timer 2017-05-15 13:02:37 +00:00
Breakpoint Fix error string set in AddName to take a StringRef. 2017-05-17 17:48:55 +00:00
Commands Remove an expensive lock from Timer 2017-05-15 13:02:37 +00:00
Core Fix incorrect Status -> Error rename in IOHandler 2017-05-22 14:13:38 +00:00
DataFormatters Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Expression Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Host Remove an expensive lock from Timer 2017-05-15 13:02:37 +00:00
Initialization Remove an expensive lock from Timer 2017-05-15 13:02:37 +00:00
Interpreter Remove an expensive lock from Timer 2017-05-15 13:02:37 +00:00
Plugins [Expression parser] Look up module symbols before hunting globally 2017-05-16 23:46:13 +00:00
Symbol [Expression parser] Look up module symbols before hunting globally 2017-05-16 23:46:13 +00:00
Target Remove an expensive lock from Timer 2017-05-15 13:02:37 +00:00
Utility Add Status -- llvm::Error glue 2017-05-18 12:46:50 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp One more cleanup to lldb version printing 2016-11-14 22:43:08 +00:00