forked from Imagelibrary/binutils-gdb
gdb/
* breakpoint.c (update_global_location_list): Fix comment typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* breakpoint.c (update_global_location_list): Fix comment typo.
|
||||
|
||||
2010-06-04 Hui Zhu <teawater@gmail.com>
|
||||
|
||||
* dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user