File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -852,23 +852,6 @@ void CMICmnLLDBDebugSessionInfo::MIResponseFormWatchpointInfo(
852
852
vwrMiValueResult = CMICmnMIValueResult (" wpt" , miValueTuple);
853
853
}
854
854
855
- template <class T >
856
- static lldb::SBAddress GetBreakOrWatchPointAddress (lldb::SBTarget &vrTarget,
857
- T &vrStoppoint);
858
-
859
- template <>
860
- lldb::SBAddress GetBreakOrWatchPointAddress (lldb::SBTarget &vrTarget,
861
- lldb::SBBreakpoint &vrStoppoint) {
862
- lldb::SBBreakpointLocation breakpointLoc = vrStoppoint.GetLocationAtIndex (0 );
863
- return breakpointLoc.GetAddress ();
864
- }
865
-
866
- template <>
867
- lldb::SBAddress GetBreakOrWatchPointAddress (lldb::SBTarget &vrTarget,
868
- lldb::SBWatchpoint &vrStoppoint) {
869
- return lldb::SBAddress (vrStoppoint.GetWatchAddress (), vrTarget);
870
- }
871
-
872
855
// ++
873
856
// Details: Retrieve breakpoint information and write into the given breakpoint
874
857
// information object. Note not all possible information is retrieved
You can’t perform that action at this time.
0 commit comments