Skip to content

Commit

Permalink
adjust backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
shiguangqi committed Nov 14, 2018
1 parent ea91d2c commit a8f5af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdbinit
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ define __co_bt
set $task = (coro_task *)$co->task
if $task
set $backup = $eg.current_execute_data
dump_bt $task->yield_task->execute_data
dump_bt $task->execute_data
set $eg.current_execute_data = $backup
end
end
Expand Down

0 comments on commit a8f5af1

Please sign in to comment.