From: Jan Kratochvil Date: Fri, 4 Jun 2010 16:48:02 +0000 (+0000) Subject: gdb/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2dec564e9127282478f922bc9946248745c5b140;p=binutils-gdb.git gdb/ * breakpoint.c (update_global_location_list): Fix comment typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 69937915de5..86e49429cff 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-06-04 Jan Kratochvil + + * breakpoint.c (update_global_location_list): Fix comment typo. + 2010-06-04 Hui Zhu * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l. diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 0ee22584f7b..1fc155a91ef 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -9096,7 +9096,7 @@ update_global_location_list (int should_insert) soon, we'll fail to do the PC adjustment, and report a random SIGTRAP to the user. When the user resumes the inferior, it will most likely immediately crash - with SIGILL/SIGBUS/SEGSEGV, or worse, get silently + with SIGILL/SIGBUS/SIGSEGV, or worse, get silently corrupted, because of being resumed e.g., in the middle of a multi-byte instruction, or skipped a one-byte instruction. This was actually seen happen