diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-10-07 16:48:33 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-10-07 16:48:33 +0000 |
commit | b8269c7228a6b25795b0bd414262b9e788a0f0e3 (patch) | |
tree | 467767f323a0780d89886b967945b6c86b3ef2a4 /lldb/source/Commands/CommandObjectWatchpointCommand.cpp | |
parent | 30f07f9326101938f0dd3e5b55d0ba693f6ffecf (diff) | |
download | bcm5719-llvm-b8269c7228a6b25795b0bd414262b9e788a0f0e3.tar.gz bcm5719-llvm-b8269c7228a6b25795b0bd414262b9e788a0f0e3.zip |
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
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpointCommand.cpp')
0 files changed, 0 insertions, 0 deletions