Home
last modified time | relevance | path

Searched refs:GetCondition (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_locations/
H A DTestBreakpointLocations.py71 self.assertEqual(bkpt.GetCondition(), bkpt_cond,"Successfully set condition")
72 … self.assertEquals(bkpt.location[0].GetCondition(), bkpt.GetCondition(), "Conditions are the same")
77 …self.assertEqual(bkpt.location[0].GetCondition(), bkpt_loc_1_cond, "Successfully changed location …
78 …self.assertNotEqual(bkpt.GetCondition(), bkpt_loc_1_cond, "Changed location changed Breakpoint con…
79 …self.assertEqual(bkpt.location[1].GetCondition(), bkpt_cond, "Changed another location's condition…
90 …self.assertEqual(bkpt.location[0].GetCondition(), bkpt_new_cond, "Didn't go back to tracking condi…
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBWatchpoint.i72 Get the condition expression for the watchpoint.") GetCondition;
74 GetCondition ();
H A DSBBreakpointLocation.i67 Get the condition expression for the breakpoint location.") GetCondition;
69 GetCondition ();
H A DSBBreakpoint.i148 Get the condition expression for the breakpoint.") GetCondition;
150 GetCondition ();
H A DSBBreakpointName.i63 const char *GetCondition();
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/
H A DTestBreakpointConditions.py152 self.expect(location.GetCondition(), exe=False,
198 self.expect(breakpoint.GetCondition(), exe=False,
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_watchpoint.py21 obj.GetCondition()
H A Dsb_breakpointlocation.py14 obj.GetCondition()
H A Dsb_breakpoint.py22 obj.GetCondition()
H A Dsb_breakpointname.py18 obj.GetCondition()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBWatchpoint.h57 const char *GetCondition();
H A DSBBreakpointLocation.h50 const char *GetCondition();
H A DSBBreakpointName.h62 const char *GetCondition();
H A DSBBreakpoint.h73 const char *GetCondition();
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/condition/
H A DTestWatchpointConditionAPI.py71 self.expect(watchpoint.GetCondition(), exe=False,
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_events/
H A DTestWatchpointEvents.py81 self.assertEqual(local_watch.GetCondition(), condition,
/llvm-project-15.0.7/lldb/source/API/
H A DSBWatchpoint.cpp208 const char *SBWatchpoint::GetCondition() { in GetCondition() function in SBWatchpoint
H A DSBBreakpointLocation.cpp166 const char *SBBreakpointLocation::GetCondition() { in GetCondition() function in SBBreakpointLocation
H A DSBBreakpointName.cpp310 const char *SBBreakpointName::GetCondition() { in GetCondition() function in SBBreakpointName
H A DSBBreakpoint.cpp283 const char *SBBreakpoint::GetCondition() { in GetCondition() function in SBBreakpoint
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_names/
H A DTestBreakpointNames.py189 self.assertEqual(bp_object.GetCondition(), self.condition, "Condition")