* breakpoint.c (free_valchain): Minor reformatting.
This commit is contained in:
parent
58955e583a
commit
b40ce68a77
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2006-10-17 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* breakpoint.c (free_valchain): Minor reformatting.
|
||||||
|
|
||||||
2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
|
2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* solib-svr4.c (LM_ADDR_CHECK): Suggest shared library mismatch.
|
* solib-svr4.c (LM_ADDR_CHECK): Suggest shared library mismatch.
|
||||||
|
|
|
@ -749,7 +749,8 @@ insert_catchpoint (struct ui_out *uo, void *args)
|
||||||
|
|
||||||
/* Helper routine: free the value chain for a breakpoint (watchpoint). */
|
/* Helper routine: free the value chain for a breakpoint (watchpoint). */
|
||||||
|
|
||||||
static void free_valchain (struct bp_location *b)
|
static void
|
||||||
|
free_valchain (struct bp_location *b)
|
||||||
{
|
{
|
||||||
struct value *v;
|
struct value *v;
|
||||||
struct value *n;
|
struct value *n;
|
||||||
|
|
Loading…
Add table
Reference in a new issue