* breakpoint.c (parse_breakpoint_sals): Fix description.
This commit is contained in:
parent
764880b7ed
commit
9998af43c6
@ -1,5 +1,9 @@
|
||||
2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
|
||||
|
||||
* breakpoint.c (parse_breakpoint_sals): Fix description.
|
||||
|
||||
2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
|
||||
Oguz Kayral <oguzkayral@gmail.com>
|
||||
Oguz Kayral <oguzkayral@gmail.com>
|
||||
|
||||
* python/py-inferior.c (python_on_normal_stop): New function.
|
||||
(python_on_resume): New function.
|
||||
|
@ -7485,10 +7485,13 @@ create_breakpoints_sal (struct gdbarch *gdbarch,
|
||||
}
|
||||
}
|
||||
|
||||
/* Parse ARG which is assumed to be a SAL specification possibly
|
||||
/* Parse ADDRESS which is assumed to be a SAL specification possibly
|
||||
followed by conditionals. On return, SALS contains an array of SAL
|
||||
addresses found. ADDR_STRING contains a vector of (canonical)
|
||||
address strings. ARG points to the end of the SAL. */
|
||||
address strings. ADDRESS points to the end of the SAL.
|
||||
|
||||
The array and the line spec strings are allocated on the heap, it is
|
||||
the caller's responsibility to free them. */
|
||||
|
||||
static void
|
||||
parse_breakpoint_sals (char **address,
|
||||
|
Loading…
Reference in New Issue
Block a user