Home
last modified time | relevance | path

Searched refs:found_stack_adjust (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Darm-tdep.c4142 int found_return = 0, found_stack_adjust = 0; in thumb_stack_frame_destroyed_p() local
4232 found_stack_adjust = 1; in thumb_stack_frame_destroyed_p()
4234 found_stack_adjust = 1; in thumb_stack_frame_destroyed_p()
4237 found_stack_adjust = 1; in thumb_stack_frame_destroyed_p()
4240 found_stack_adjust = 1; in thumb_stack_frame_destroyed_p()
4242 return found_stack_adjust; in thumb_stack_frame_destroyed_p()
DChangeLog-20144310 found_stack_adjust in forward scan. Remove condition check
4311 on found_stack_adjust which is always true. Indent the code.