labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Committed as r303553. Thanks for the patch.
https://reviews.llvm.org/D33347
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://list
bgianfo updated this revision to Diff 99525.
bgianfo added a comment.
Fixing source path
https://reviews.llvm.org/D33347
Files:
lldb/trunk/source/Core/IOHandler.cpp
Index: lldb/trunk/source/Core/IOHandler.cpp
===
--- lldb/trunk
bgianfo created this revision.
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.
Reposit