Searched refs:breakpointAllowed (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/debugger/arch/
H A DInstructionInfo.cpp23 instruction_type type, bool breakpointAllowed,
30 fBreakpointAllowed(breakpointAllowed),
38 target_size_t size, instruction_type type, bool breakpointAllowed,
45 fBreakpointAllowed = breakpointAllowed;
21 InstructionInfo(target_addr_t address, target_addr_t targetAddress, target_size_t size, instruction_type type, bool breakpointAllowed, const BString& disassembledLine) argument
37 SetTo(target_addr_t address, target_addr_t targetAddress, target_size_t size, instruction_type type, bool breakpointAllowed, const BString& disassembledLine) argument
H A DInstructionInfo.h26 bool breakpointAllowed,
33 bool breakpointAllowed,
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp628 bool breakpointAllowed; local
630 instructionSize, breakpointAllowed) == B_OK) {
631 // TODO: Respect breakpointAllowed!
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp705 bool breakpointAllowed; local
707 instructionSize, breakpointAllowed) == B_OK) {
708 // TODO: Respect breakpointAllowed!

Completed in 77 milliseconds