llvm-project/lldb/source
Bruce Mitchener b8269c7228 Remove unused virtuals from ABISysV_ppc*
Summary:
The StackUsesFrames and FunctionCallsChangeCFA virtual functions
aren't used anywhere and aren't overridden by anything.

They were introduced when the ABISysV_ppc* code was added and weren't
used at the time. The review for the commit that added them can be
found at http://reviews.llvm.org/D5988

The commit comment notes that backtraces don't yet work:

    Backtraces don't work. This is due to PowerPC ABI using a
    backchain pointer in memory, instead of a dedicated frame
    pointer register for the backchain.

So there is a possibility these were added with the intent of using
them in the future.

Reviewers: clayborg, jingham, jhibbits, emaste

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D13506

llvm-svn: 249563
2015-10-07 16:48:33 +00:00
..
API Create GoLanguageRuntime. 2015-10-06 20:29:31 +00:00
Breakpoint Further reduction of Clang-related header inclusion. 2015-09-21 16:56:08 +00:00
Commands Fix minor typos in comments. 2015-10-07 10:11:10 +00:00
Core Route the preferred-display-language mechanism to the ValueObjectPrinter and actually fill in a few gaps for dynamic and synthetic values to be able to adopt this in useful ways 2015-10-07 02:36:35 +00:00
DataFormatters Route the preferred-display-language mechanism to the ValueObjectPrinter and actually fill in a few gaps for dynamic and synthetic values to be able to adopt this in useful ways 2015-10-07 02:36:35 +00:00
Expression Add PersistentVariableDelegate to handle language-specific dematerialization. 2015-10-03 09:09:01 +00:00
Host Fix segmentation fault in lldb_private::Symbols::LocateExecutableSymbolFile() 2015-10-06 10:17:34 +00:00
Initialization TypeSystem is now a plugin interface and removed any "ClangASTContext &Class::GetClangASTContext()" functions. 2015-09-17 22:23:34 +00:00
Interpreter Move the "run" alias from process launch --shell to process launch --shell-expand-args when building on OS X 2015-09-22 22:57:12 +00:00
Plugins Remove unused virtuals from ABISysV_ppc* 2015-10-07 16:48:33 +00:00
Symbol Create GoLanguageRuntime. 2015-10-06 20:29:31 +00:00
Target Resumbit "Fix race condition during process detach" 2015-10-07 15:11:11 +00:00
Utility Add support for .ARM.exidx unwind information 2015-09-30 13:50:14 +00:00
CMakeLists.txt Fix Android build. 2015-10-07 00:01:06 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00