llvm-project/lldb/source
Vedant Kumar 94d788fa78 Fix const-correctness in RegisterContext methods, NFC
A few methods in RegisterContext classes accept const objects which are
cast to a non-const thread_state_t. Drop const-ness more explicitly
where we mean to do so. This fixes a slew of warnings.

Differential Revision: https://reviews.llvm.org/D40821

llvm-svn: 319939
2017-12-06 19:21:12 +00:00
..
API Fix assertion in ClangASTContext 2017-11-30 10:16:54 +00:00
Breakpoint Move ArchSpec to the Utility module 2017-11-13 16:16:33 +00:00
Commands Remove custom TimePoint-formatting code 2017-11-27 17:06:42 +00:00
Core [Module] Throw away some more commented code. NFCI. 2017-11-18 00:52:29 +00:00
DataFormatters Use exact equality for category language matching, for all languages, except those specifically mentioned. 2017-06-06 20:40:24 +00:00
Expression Do not use default arguments of DataLayout::getPointer*. NFC 2017-12-06 01:32:06 +00:00
Host [lldb] A few minor fixes in TaskPool 2017-11-30 22:56:11 +00:00
Initialization Don't use llvm::EnablePrettyStackTrace on macOS. 2017-12-02 00:11:18 +00:00
Interpreter Move ArchSpec to the Utility module 2017-11-13 16:16:33 +00:00
Plugins Fix const-correctness in RegisterContext methods, NFC 2017-12-06 19:21:12 +00:00
Symbol Fix assertion in ClangASTContext 2017-11-30 10:16:54 +00:00
Target Add target.process.stop-on-exec setting, and obey it. 2017-12-05 02:50:45 +00:00
Utility Simplify UUID constructors 2017-11-28 17:50:31 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp Run clang-format on lldb.cpp 2017-11-02 16:56:52 +00:00