aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2021-08-17 15:23:41 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2021-08-17 15:26:10 -0400
commitc316c0b29d9991a231bdcbab0fcdc51114cddd13 (patch)
treeef79c661bc1d87ab11af252bae695b1417eaf478 /sim/sh/ChangeLog
parent5d9cff510e8c04ded28272ef2121d814f5787a57 (diff)
downloadfsf-binutils-gdb-c316c0b29d9991a231bdcbab0fcdc51114cddd13.zip
fsf-binutils-gdb-c316c0b29d9991a231bdcbab0fcdc51114cddd13.tar.gz
fsf-binutils-gdb-c316c0b29d9991a231bdcbab0fcdc51114cddd13.tar.bz2
gdb: fix thread_step_over_chain_length
If I debug a single-thread program and look at the infrun debug logs, I see: [infrun] start_step_over: stealing global queue of threads to step, length = 2 That makes no sense... turns out there's a buglet in thread_step_over_chain_length, "num" should be initialized to 0. I think this bug is a leftover from an earlier version of the code (not merged upstream) that manually walked the list, where the first item was implicitly counted (hence the 1). Change-Id: I0af03aa93509aed36528be5076894dc156a0b5ce
Diffstat (limited to 'sim/sh/ChangeLog')
0 files changed, 0 insertions, 0 deletions