Start of HP merge changes to GDB.
This commit is contained in:
parent
51d57b0aa6
commit
4770ff087a
14 changed files with 283 additions and 29 deletions
|
@ -64,6 +64,14 @@ annotate_breakpoint (num)
|
|||
printf_filtered ("\n\032\032breakpoint %d\n", num);
|
||||
}
|
||||
|
||||
void
|
||||
annotate_catchpoint (num)
|
||||
int num;
|
||||
{
|
||||
if (annotation_level > 1)
|
||||
printf_filtered ("\n\032\032catchpoint %d\n", num);
|
||||
}
|
||||
|
||||
void
|
||||
annotate_watchpoint (num)
|
||||
int num;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue