Code cleanup - renaming.
* breakpoint.c: Use bl for `*bp_location' variables, blp_tmp for `**bp_location' helper variables, b_tmp for `*breakpoint' helper variables.
This commit is contained in:
parent
6229fbeaa6
commit
35df450089
2 changed files with 267 additions and 260 deletions
|
@ -1,5 +1,12 @@
|
|||
2010-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
Code cleanup - renaming.
|
||||
* breakpoint.c: Use bl for `*bp_location' variables, blp_tmp for
|
||||
`**bp_location' helper variables, b_tmp for `*breakpoint' helper
|
||||
variables.
|
||||
|
||||
2010-12-27 Kevin Buettner <kevinb@redhat.com>
|
||||
Hui Zhu <teawater@gmail.com>
|
||||
Hui Zhu <teawater@gmail.com>
|
||||
|
||||
* mips-tedp.c (mips_register_name): Add comments.
|
||||
|
||||
|
|
518
gdb/breakpoint.c
518
gdb/breakpoint.c
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue