gdb: fix indentation in infrun.c
gdb/ChangeLog: * infrun.c (normal_stop): Fix indentation. Change-Id: Icbae5272188f6ddb464b585a9194abd611f5ad27
This commit is contained in:
parent
fe7a351a8e
commit
24a7f1b548
@ -1,3 +1,7 @@
|
||||
2021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* infrun.c (normal_stop): Fix indentation.
|
||||
|
||||
2021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* top.h (readnow_symbol_files, readnever_symbol_files): Move
|
||||
|
@ -8317,7 +8317,7 @@ normal_stop (void)
|
||||
print the stop event. */
|
||||
if (inferior_ptid != null_ptid)
|
||||
gdb::observers::normal_stop.notify (inferior_thread ()->control.stop_bpstat,
|
||||
stop_print_frame);
|
||||
stop_print_frame);
|
||||
else
|
||||
gdb::observers::normal_stop.notify (NULL, stop_print_frame);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user