Skip to content

Commit

Permalink
Add dyninstAPI/src/stackwalk-x86.C
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 366d568 commit 4c9c03b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dyninstAPI/src/stackwalk-x86.C
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,6 @@ bool PCProcess::createStackwalkerSteppers()
return true;
}

// IN:
// ra - Address to query for instrumentation status
// OUT:
// *orig_ra - If in frameless instrumentation, the original address of the instruction
// otherwise, 0x0
// *stack_height -
// bool *entryExit - if this frame is entry/exit instrumentation
bool StackwalkInstrumentationHelper::isInstrumentation(Dyninst::Address ra,
Dyninst::Address *orig_ra,
unsigned *stack_height,
Expand Down

0 comments on commit 4c9c03b

Please sign in to comment.