Searched refs:instructionSize (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/apps/debugger/arch/x86_64/
H A DArchitectureX8664.cpp332 target_size_t instructionSize; local
335 instructionSize) == B_OK) {
336 rip -= instructionSize;
431 target_size_t instructionSize; local
434 instructionSize, breakpointAllowed) == B_OK) {
437 instructionSize)) {
/haiku-fatelf/src/apps/debugger/arch/x86/
H A DArchitectureX86.cpp442 target_size_t instructionSize; local
445 instructionSize) == B_OK) {
446 eip -= instructionSize;
541 target_size_t instructionSize; local
544 instructionSize, breakpointAllowed) == B_OK) {
547 instructionSize)) {

Completed in 64 milliseconds