Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/
DTestBreakpointLocations.py73 self.assertEqual(bkpt.GetCondition(), bkpt_cond,"Successfully set condition")
74 … self.assertEquals(bkpt.location[0].GetCondition(), bkpt.GetCondition(), "Conditions are the same")
79 …self.assertEqual(bkpt.location[0].GetCondition(), bkpt_loc_1_cond, "Successfully changed location …
80 …self.assertNotEqual(bkpt.GetCondition(), bkpt_loc_1_cond, "Changed location changed Breakpoint con…
81 …self.assertEqual(bkpt.location[1].GetCondition(), bkpt_cond, "Changed another location's condition…
92 …self.assertEqual(bkpt.location[0].GetCondition(), bkpt_new_cond, "Didn't go back to tracking condi…
/external/vixl/src/aarch32/
Dassembler-aarch32.cc1948 EmitA32(0x02a00000U | (cond.GetCondition() << 28) | in adc()
1985 EmitA32(0x00a00000U | (cond.GetCondition() << 28) | in adc()
2001 EmitA32(0x00a00010U | (cond.GetCondition() << 28) | in adc()
2036 EmitA32(0x02b00000U | (cond.GetCondition() << 28) | in adcs()
2073 EmitA32(0x00b00000U | (cond.GetCondition() << 28) | in adcs()
2089 EmitA32(0x00b00010U | (cond.GetCondition() << 28) | in adcs()
2196 EmitA32(0x028f0000U | (cond.GetCondition() << 28) | in add()
2203 EmitA32(0x02800000U | (cond.GetCondition() << 28) | in add()
2210 EmitA32(0x028d0000U | (cond.GetCondition() << 28) | in add()
2282 EmitA32(0x00800000U | (cond.GetCondition() << 28) | in add()
[all …]
Dinstructions-aarch32.h1014 uint32_t GetCondition() const { return condition_ & kMask; } in GetCondition() function
/external/llvm-project/lldb/bindings/interface/
DSBWatchpoint.i72 Get the condition expression for the watchpoint.") GetCondition;
74 GetCondition ();
DSBBreakpointLocation.i67 Get the condition expression for the breakpoint location.") GetCondition;
69 GetCondition ();
DSBBreakpoint.i148 Get the condition expression for the breakpoint.") GetCondition;
150 GetCondition ();
DSBBreakpointName.i63 const char *GetCondition();
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/
DTestBreakpointConditions.py158 self.expect(location.GetCondition(), exe=False,
204 self.expect(breakpoint.GetCondition(), exe=False,
/external/llvm-project/lldb/source/API/
DSBWatchpoint.cpp212 const char *SBWatchpoint::GetCondition() { in GetCondition() function in SBWatchpoint
213 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBWatchpoint, GetCondition); in GetCondition()
333 LLDB_REGISTER_METHOD(const char *, SBWatchpoint, GetCondition, ()); in RegisterMethods()
DSBBreakpointLocation.cpp175 const char *SBBreakpointLocation::GetCondition() { in GetCondition() function in SBBreakpointLocation
176 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBBreakpointLocation, GetCondition); in GetCondition()
497 LLDB_REGISTER_METHOD(const char *, SBBreakpointLocation, GetCondition, ()); in RegisterMethods()
DSBBreakpointName.cpp320 const char *SBBreakpointName::GetCondition() { in GetCondition() function in SBBreakpointName
321 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBBreakpointName, GetCondition); in GetCondition()
727 LLDB_REGISTER_METHOD(const char *, SBBreakpointName, GetCondition, ()); in RegisterMethods()
DSBBreakpoint.cpp291 const char *SBBreakpoint::GetCondition() { in GetCondition() function in SBBreakpoint
292 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBBreakpoint, GetCondition); in GetCondition()
1020 LLDB_REGISTER_METHOD(const char *, SBBreakpoint, GetCondition, ()); in RegisterMethods()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_watchpoint.py21 obj.GetCondition()
Dsb_breakpointlocation.py14 obj.GetCondition()
Dsb_breakpoint.py22 obj.GetCondition()
Dsb_breakpointname.py18 obj.GetCondition()
/external/llvm-project/lldb/include/lldb/API/
DSBWatchpoint.h57 const char *GetCondition();
DSBBreakpointLocation.h50 const char *GetCondition();
DSBBreakpointName.h62 const char *GetCondition();
DSBBreakpoint.h73 const char *GetCondition();
/external/llvm-project/lldb/test/API/python_api/watchpoint/condition/
DTestWatchpointConditionAPI.py73 self.expect(watchpoint.GetCondition(), exe=False,
/external/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_events/
DTestWatchpointEvents.py87 self.assertTrue(local_watch.GetCondition() == condition,
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/lldb/
DLLDB.py124 bp_cond = bp.GetCondition()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_names/
DTestBreakpointNames.py191 self.assertEqual(bp_object.GetCondition(), self.condition, "Condition")
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc1953 if (ConditionPassed(instr->GetCondition())) { in ConditionalCompareHelper()
3138 if (ConditionFailed(static_cast<Condition>(instr->GetCondition()))) { in VisitConditionalSelect()
4016 if (ConditionPassed(instr->GetCondition())) { in VisitFPConditionalCompare()
4029 if (ConditionPassed(instr->GetCondition())) { in VisitFPConditionalCompare()
4042 if (ConditionPassed(instr->GetCondition())) { in VisitFPConditionalCompare()
4061 if (ConditionPassed(instr->GetCondition())) { in VisitFPConditionalSelect()

12