diff options
| author | Daniel Malea <daniel.malea@intel.com> | 2013-02-15 20:23:25 +0000 |
|---|---|---|
| committer | Daniel Malea <daniel.malea@intel.com> | 2013-02-15 20:23:25 +0000 |
| commit | b7eec015d05c0494b20ed0d9faf86562a460f1f4 (patch) | |
| tree | 3d4e6b421e157f3054147c8ae8b2f1b8cabbe909 /lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h | |
| parent | 2f40be7511eb9652181a8d46cd257e233e6a1375 (diff) | |
| download | bcm5719-llvm-b7eec015d05c0494b20ed0d9faf86562a460f1f4.tar.gz bcm5719-llvm-b7eec015d05c0494b20ed0d9faf86562a460f1f4.zip | |
Rename [Enable|Disable]Breakpoint() to [Enable|Disable]BreakpointSite() in POSIX plugin
- needed due to r175241
llvm-svn: 175290
Diffstat (limited to 'lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h')
| -rw-r--r-- | lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h b/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h index f6d2869c381..d12e063c312 100644 --- a/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h +++ b/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h @@ -100,10 +100,10 @@ public: GetSoftwareBreakpointTrapOpcode(lldb_private::BreakpointSite* bp_site); virtual lldb_private::Error - EnableBreakpoint(lldb_private::BreakpointSite *bp_site); + EnableBreakpointSite(lldb_private::BreakpointSite *bp_site); virtual lldb_private::Error - DisableBreakpoint(lldb_private::BreakpointSite *bp_site); + DisableBreakpointSite(lldb_private::BreakpointSite *bp_site); virtual uint32_t UpdateThreadListIfNeeded(); |

