Formatting fix.
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
1 /* Everything about breakpoints, for GDB.
2
3 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
4 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
5 Free Software Foundation, Inc.
6
7 This file is part of GDB.
8
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2 of the License, or
12 (at your option) any later version.
13
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 51 Franklin Street, Fifth Floor,
22 Boston, MA 02110-1301, USA. */
23
24 #include "defs.h"
25 #include <ctype.h>
26 #include "symtab.h"
27 #include "frame.h"
28 #include "breakpoint.h"
29 #include "gdbtypes.h"
30 #include "expression.h"
31 #include "gdbcore.h"
32 #include "gdbcmd.h"
33 #include "value.h"
34 #include "command.h"
35 #include "inferior.h"
36 #include "gdbthread.h"
37 #include "target.h"
38 #include "language.h"
39 #include "gdb_string.h"
40 #include "demangle.h"
41 #include "annotate.h"
42 #include "symfile.h"
43 #include "objfiles.h"
44 #include "source.h"
45 #include "linespec.h"
46 #include "completer.h"
47 #include "gdb.h"
48 #include "ui-out.h"
49 #include "cli/cli-script.h"
50 #include "gdb_assert.h"
51 #include "block.h"
52 #include "solib.h"
53 #include "solist.h"
54 #include "observer.h"
55 #include "exceptions.h"
56 #include "memattr.h"
57 #include "ada-lang.h"
58
59 #include "gdb-events.h"
60 #include "mi/mi-common.h"
61
62 /* Prototypes for local functions. */
63
64 static void until_break_command_continuation (struct continuation_arg *arg);
65
66 static void catch_command_1 (char *, int, int);
67
68 static void enable_delete_command (char *, int);
69
70 static void enable_delete_breakpoint (struct breakpoint *);
71
72 static void enable_once_command (char *, int);
73
74 static void enable_once_breakpoint (struct breakpoint *);
75
76 static void disable_command (char *, int);
77
78 static void enable_command (char *, int);
79
80 static void map_breakpoint_numbers (char *, void (*)(struct breakpoint *));
81
82 static void ignore_command (char *, int);
83
84 static int breakpoint_re_set_one (void *);
85
86 static void clear_command (char *, int);
87
88 static void catch_command (char *, int);
89
90 static void watch_command (char *, int);
91
92 static int can_use_hardware_watchpoint (struct value *);
93
94 static int break_command_1 (char *, int, int, struct breakpoint *);
95
96 static void mention (struct breakpoint *);
97
98 struct breakpoint *set_raw_breakpoint (struct symtab_and_line, enum bptype);
99
100 static void check_duplicates (struct breakpoint *);
101
102 static void breakpoint_adjustment_warning (CORE_ADDR, CORE_ADDR, int, int);
103
104 static CORE_ADDR adjust_breakpoint_address (CORE_ADDR bpaddr,
105 enum bptype bptype);
106
107 static void describe_other_breakpoints (CORE_ADDR, asection *, int);
108
109 static void breakpoints_info (char *, int);
110
111 static void breakpoint_1 (int, int);
112
113 static bpstat bpstat_alloc (struct breakpoint *, bpstat);
114
115 static int breakpoint_cond_eval (void *);
116
117 static void cleanup_executing_breakpoints (void *);
118
119 static void commands_command (char *, int);
120
121 static void condition_command (char *, int);
122
123 static int get_number_trailer (char **, int);
124
125 void set_breakpoint_count (int);
126
127 typedef enum
128 {
129 mark_inserted,
130 mark_uninserted
131 }
132 insertion_state_t;
133
134 static int remove_breakpoint (struct bp_location *, insertion_state_t);
135
136 static enum print_stop_action print_it_typical (bpstat);
137
138 static enum print_stop_action print_bp_stop_message (bpstat bs);
139
140 typedef struct
141 {
142 enum exception_event_kind kind;
143 int enable_p;
144 }
145 args_for_catchpoint_enable;
146
147 static int watchpoint_check (void *);
148
149 static int cover_target_enable_exception_callback (void *);
150
151 static void maintenance_info_breakpoints (char *, int);
152
153 static void create_longjmp_breakpoint (char *);
154
155 static void create_overlay_event_breakpoint (char *);
156
157 static int hw_breakpoint_used_count (void);
158
159 static int hw_watchpoint_used_count (enum bptype, int *);
160
161 static void hbreak_command (char *, int);
162
163 static void thbreak_command (char *, int);
164
165 static void watch_command_1 (char *, int, int);
166
167 static void rwatch_command (char *, int);
168
169 static void awatch_command (char *, int);
170
171 static void do_enable_breakpoint (struct breakpoint *, enum bpdisp);
172
173 static void solib_load_unload_1 (char *hookname,
174 int tempflag,
175 char *dll_pathname,
176 char *cond_string, enum bptype bp_kind);
177
178 static void create_fork_vfork_event_catchpoint (int tempflag,
179 char *cond_string,
180 enum bptype bp_kind);
181
182 static void stop_command (char *arg, int from_tty);
183
184 static void stopin_command (char *arg, int from_tty);
185
186 static void stopat_command (char *arg, int from_tty);
187
188 static char *ep_find_event_name_end (char *arg);
189
190 static char *ep_parse_optional_if_clause (char **arg);
191
192 static char *ep_parse_optional_filename (char **arg);
193
194 static void create_exception_catchpoint (int tempflag, char *cond_string,
195 enum exception_event_kind ex_event,
196 struct symtab_and_line *sal);
197
198 static void catch_exception_command_1 (enum exception_event_kind ex_event,
199 char *arg, int tempflag, int from_tty);
200
201 static void tcatch_command (char *arg, int from_tty);
202
203 static void ep_skip_leading_whitespace (char **s);
204
205 /* Prototypes for exported functions. */
206
207 /* If FALSE, gdb will not use hardware support for watchpoints, even
208 if such is available. */
209 static int can_use_hw_watchpoints;
210
211 static void
212 show_can_use_hw_watchpoints (struct ui_file *file, int from_tty,
213 struct cmd_list_element *c,
214 const char *value)
215 {
216 fprintf_filtered (file, _("\
217 Debugger's willingness to use watchpoint hardware is %s.\n"),
218 value);
219 }
220
221 /* If AUTO_BOOLEAN_FALSE, gdb will not attempt to create pending breakpoints.
222 If AUTO_BOOLEAN_TRUE, gdb will automatically create pending breakpoints
223 for unrecognized breakpoint locations.
224 If AUTO_BOOLEAN_AUTO, gdb will query when breakpoints are unrecognized. */
225 static enum auto_boolean pending_break_support;
226 static void
227 show_pending_break_support (struct ui_file *file, int from_tty,
228 struct cmd_list_element *c,
229 const char *value)
230 {
231 fprintf_filtered (file, _("\
232 Debugger's behavior regarding pending breakpoints is %s.\n"),
233 value);
234 }
235
236 /* If 1, gdb will automatically use hardware breakpoints for breakpoints
237 set with "break" but falling in read-only memory.
238 If 0, gdb will warn about such breakpoints, but won't automatically
239 use hardware breakpoints. */
240 static int automatic_hardware_breakpoints;
241 static void
242 show_automatic_hardware_breakpoints (struct ui_file *file, int from_tty,
243 struct cmd_list_element *c,
244 const char *value)
245 {
246 fprintf_filtered (file, _("\
247 Automatic usage of hardware breakpoints is %s.\n"),
248 value);
249 }
250
251
252 void _initialize_breakpoint (void);
253
254 extern int addressprint; /* Print machine addresses? */
255
256 /* Are we executing breakpoint commands? */
257 static int executing_breakpoint_commands;
258
259 /* Are overlay event breakpoints enabled? */
260 static int overlay_events_enabled;
261
262 /* Walk the following statement or block through all breakpoints.
263 ALL_BREAKPOINTS_SAFE does so even if the statment deletes the current
264 breakpoint. */
265
266 #define ALL_BREAKPOINTS(B) for (B = breakpoint_chain; B; B = B->next)
267
268 #define ALL_BREAKPOINTS_SAFE(B,TMP) \
269 for (B = breakpoint_chain; \
270 B ? (TMP=B->next, 1): 0; \
271 B = TMP)
272
273 /* Similar iterators for the low-level breakpoints. */
274
275 #define ALL_BP_LOCATIONS(B) for (B = bp_location_chain; B; B = B->next)
276
277 #define ALL_BP_LOCATIONS_SAFE(B,TMP) \
278 for (B = bp_location_chain; \
279 B ? (TMP=B->next, 1): 0; \
280 B = TMP)
281
282 /* True if breakpoint hit counts should be displayed in breakpoint info. */
283
284 int show_breakpoint_hit_counts = 1;
285
286 /* Chains of all breakpoints defined. */
287
288 struct breakpoint *breakpoint_chain;
289
290 struct bp_location *bp_location_chain;
291
292 /* Number of last breakpoint made. */
293
294 int breakpoint_count;
295
296 /* Pointer to current exception event record */
297 static struct exception_event_record *current_exception_event;
298
299 /* Indicator of whether exception catchpoints should be nuked between
300 runs of a program. */
301 int deprecated_exception_catchpoints_are_fragile = 0;
302
303 /* Indicator of when exception catchpoints set-up should be
304 reinitialized -- e.g. when program is re-run. */
305 int deprecated_exception_support_initialized = 0;
306
307 /* This function returns a pointer to the string representation of the
308 pathname of the dynamically-linked library that has just been
309 loaded.
310
311 This function must be used only when SOLIB_HAVE_LOAD_EVENT is TRUE,
312 or undefined results are guaranteed.
313
314 This string's contents are only valid immediately after the
315 inferior has stopped in the dynamic linker hook, and becomes
316 invalid as soon as the inferior is continued. Clients should make
317 a copy of this string if they wish to continue the inferior and
318 then access the string. */
319
320 #ifndef SOLIB_LOADED_LIBRARY_PATHNAME
321 #define SOLIB_LOADED_LIBRARY_PATHNAME(pid) ""
322 #endif
323
324 /* This function returns a pointer to the string representation of the
325 pathname of the dynamically-linked library that has just been
326 unloaded.
327
328 This function must be used only when SOLIB_HAVE_UNLOAD_EVENT is
329 TRUE, or undefined results are guaranteed.
330
331 This string's contents are only valid immediately after the
332 inferior has stopped in the dynamic linker hook, and becomes
333 invalid as soon as the inferior is continued. Clients should make
334 a copy of this string if they wish to continue the inferior and
335 then access the string. */
336
337 #ifndef SOLIB_UNLOADED_LIBRARY_PATHNAME
338 #define SOLIB_UNLOADED_LIBRARY_PATHNAME(pid) ""
339 #endif
340
341 /* This function is called by the "catch load" command. It allows the
342 debugger to be notified by the dynamic linker when a specified
343 library file (or any library file, if filename is NULL) is loaded. */
344
345 #ifndef SOLIB_CREATE_CATCH_LOAD_HOOK
346 #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag,filename,cond_string) \
347 error (_("catch of library loads not yet implemented on this platform"))
348 #endif
349
350 /* This function is called by the "catch unload" command. It allows
351 the debugger to be notified by the dynamic linker when a specified
352 library file (or any library file, if filename is NULL) is
353 unloaded. */
354
355 #ifndef SOLIB_CREATE_CATCH_UNLOAD_HOOK
356 #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid, tempflag, filename, cond_string) \
357 error (_("catch of library unloads not yet implemented on this platform"))
358 #endif
359
360 /* Return whether a breakpoint is an active enabled breakpoint. */
361 static int
362 breakpoint_enabled (struct breakpoint *b)
363 {
364 return (b->enable_state == bp_enabled && !b->pending);
365 }
366
367 /* Set breakpoint count to NUM. */
368
369 void
370 set_breakpoint_count (int num)
371 {
372 breakpoint_count = num;
373 set_internalvar (lookup_internalvar ("bpnum"),
374 value_from_longest (builtin_type_int, (LONGEST) num));
375 }
376
377 /* Used in run_command to zero the hit count when a new run starts. */
378
379 void
380 clear_breakpoint_hit_counts (void)
381 {
382 struct breakpoint *b;
383
384 ALL_BREAKPOINTS (b)
385 b->hit_count = 0;
386 }
387
388 /* Default address, symtab and line to put a breakpoint at
389 for "break" command with no arg.
390 if default_breakpoint_valid is zero, the other three are
391 not valid, and "break" with no arg is an error.
392
393 This set by print_stack_frame, which calls set_default_breakpoint. */
394
395 int default_breakpoint_valid;
396 CORE_ADDR default_breakpoint_address;
397 struct symtab *default_breakpoint_symtab;
398 int default_breakpoint_line;
399 \f
400 /* *PP is a string denoting a breakpoint. Get the number of the breakpoint.
401 Advance *PP after the string and any trailing whitespace.
402
403 Currently the string can either be a number or "$" followed by the name
404 of a convenience variable. Making it an expression wouldn't work well
405 for map_breakpoint_numbers (e.g. "4 + 5 + 6").
406
407 If the string is a NULL pointer, that denotes the last breakpoint.
408
409 TRAILER is a character which can be found after the number; most
410 commonly this is `-'. If you don't want a trailer, use \0. */
411 static int
412 get_number_trailer (char **pp, int trailer)
413 {
414 int retval = 0; /* default */
415 char *p = *pp;
416
417 if (p == NULL)
418 /* Empty line means refer to the last breakpoint. */
419 return breakpoint_count;
420 else if (*p == '$')
421 {
422 /* Make a copy of the name, so we can null-terminate it
423 to pass to lookup_internalvar(). */
424 char *varname;
425 char *start = ++p;
426 struct value *val;
427
428 while (isalnum (*p) || *p == '_')
429 p++;
430 varname = (char *) alloca (p - start + 1);
431 strncpy (varname, start, p - start);
432 varname[p - start] = '\0';
433 val = value_of_internalvar (lookup_internalvar (varname));
434 if (TYPE_CODE (value_type (val)) == TYPE_CODE_INT)
435 retval = (int) value_as_long (val);
436 else
437 {
438 printf_filtered (_("Convenience variable must have integer value.\n"));
439 retval = 0;
440 }
441 }
442 else
443 {
444 if (*p == '-')
445 ++p;
446 while (*p >= '0' && *p <= '9')
447 ++p;
448 if (p == *pp)
449 /* There is no number here. (e.g. "cond a == b"). */
450 {
451 /* Skip non-numeric token */
452 while (*p && !isspace((int) *p))
453 ++p;
454 /* Return zero, which caller must interpret as error. */
455 retval = 0;
456 }
457 else
458 retval = atoi (*pp);
459 }
460 if (!(isspace (*p) || *p == '\0' || *p == trailer))
461 {
462 /* Trailing junk: return 0 and let caller print error msg. */
463 while (!(isspace (*p) || *p == '\0' || *p == trailer))
464 ++p;
465 retval = 0;
466 }
467 while (isspace (*p))
468 p++;
469 *pp = p;
470 return retval;
471 }
472
473
474 /* Like get_number_trailer, but don't allow a trailer. */
475 int
476 get_number (char **pp)
477 {
478 return get_number_trailer (pp, '\0');
479 }
480
481 /* Parse a number or a range.
482 * A number will be of the form handled by get_number.
483 * A range will be of the form <number1> - <number2>, and
484 * will represent all the integers between number1 and number2,
485 * inclusive.
486 *
487 * While processing a range, this fuction is called iteratively;
488 * At each call it will return the next value in the range.
489 *
490 * At the beginning of parsing a range, the char pointer PP will
491 * be advanced past <number1> and left pointing at the '-' token.
492 * Subsequent calls will not advance the pointer until the range
493 * is completed. The call that completes the range will advance
494 * pointer PP past <number2>.
495 */
496
497 int
498 get_number_or_range (char **pp)
499 {
500 static int last_retval, end_value;
501 static char *end_ptr;
502 static int in_range = 0;
503
504 if (**pp != '-')
505 {
506 /* Default case: pp is pointing either to a solo number,
507 or to the first number of a range. */
508 last_retval = get_number_trailer (pp, '-');
509 if (**pp == '-')
510 {
511 char **temp;
512
513 /* This is the start of a range (<number1> - <number2>).
514 Skip the '-', parse and remember the second number,
515 and also remember the end of the final token. */
516
517 temp = &end_ptr;
518 end_ptr = *pp + 1;
519 while (isspace ((int) *end_ptr))
520 end_ptr++; /* skip white space */
521 end_value = get_number (temp);
522 if (end_value < last_retval)
523 {
524 error (_("inverted range"));
525 }
526 else if (end_value == last_retval)
527 {
528 /* degenerate range (number1 == number2). Advance the
529 token pointer so that the range will be treated as a
530 single number. */
531 *pp = end_ptr;
532 }
533 else
534 in_range = 1;
535 }
536 }
537 else if (! in_range)
538 error (_("negative value"));
539 else
540 {
541 /* pp points to the '-' that betokens a range. All
542 number-parsing has already been done. Return the next
543 integer value (one greater than the saved previous value).
544 Do not advance the token pointer 'pp' until the end of range
545 is reached. */
546
547 if (++last_retval == end_value)
548 {
549 /* End of range reached; advance token pointer. */
550 *pp = end_ptr;
551 in_range = 0;
552 }
553 }
554 return last_retval;
555 }
556
557
558 \f
559 /* condition N EXP -- set break condition of breakpoint N to EXP. */
560
561 static void
562 condition_command (char *arg, int from_tty)
563 {
564 struct breakpoint *b;
565 char *p;
566 int bnum;
567
568 if (arg == 0)
569 error_no_arg (_("breakpoint number"));
570
571 p = arg;
572 bnum = get_number (&p);
573 if (bnum == 0)
574 error (_("Bad breakpoint argument: '%s'"), arg);
575
576 ALL_BREAKPOINTS (b)
577 if (b->number == bnum)
578 {
579 if (b->cond)
580 {
581 xfree (b->cond);
582 b->cond = 0;
583 }
584 if (b->cond_string != NULL)
585 xfree (b->cond_string);
586
587 if (*p == 0)
588 {
589 b->cond = 0;
590 b->cond_string = NULL;
591 if (from_tty)
592 printf_filtered (_("Breakpoint %d now unconditional.\n"), bnum);
593 }
594 else
595 {
596 arg = p;
597 /* I don't know if it matters whether this is the string the user
598 typed in or the decompiled expression. */
599 b->cond_string = savestring (arg, strlen (arg));
600 if (!b->pending)
601 {
602 b->cond = parse_exp_1 (&arg, block_for_pc (b->loc->address), 0);
603 if (*arg)
604 error (_("Junk at end of expression"));
605 }
606 }
607 breakpoints_changed ();
608 breakpoint_modify_event (b->number);
609 return;
610 }
611
612 error (_("No breakpoint number %d."), bnum);
613 }
614
615 static void
616 commands_command (char *arg, int from_tty)
617 {
618 struct breakpoint *b;
619 char *p;
620 int bnum;
621 struct command_line *l;
622
623 /* If we allowed this, we would have problems with when to
624 free the storage, if we change the commands currently
625 being read from. */
626
627 if (executing_breakpoint_commands)
628 error (_("Can't use the \"commands\" command among a breakpoint's commands."));
629
630 p = arg;
631 bnum = get_number (&p);
632
633 if (p && *p)
634 error (_("Unexpected extra arguments following breakpoint number."));
635
636 ALL_BREAKPOINTS (b)
637 if (b->number == bnum)
638 {
639 char *tmpbuf = xstrprintf ("Type commands for when breakpoint %d is hit, one per line.",
640 bnum);
641 struct cleanup *cleanups = make_cleanup (xfree, tmpbuf);
642 l = read_command_lines (tmpbuf, from_tty);
643 do_cleanups (cleanups);
644 free_command_lines (&b->commands);
645 b->commands = l;
646 breakpoints_changed ();
647 breakpoint_modify_event (b->number);
648 return;
649 }
650 error (_("No breakpoint number %d."), bnum);
651 }
652
653 /* Like commands_command, but instead of reading the commands from
654 input stream, takes them from an already parsed command structure.
655
656 This is used by cli-script.c to DTRT with breakpoint commands
657 that are part of if and while bodies. */
658 enum command_control_type
659 commands_from_control_command (char *arg, struct command_line *cmd)
660 {
661 struct breakpoint *b;
662 char *p;
663 int bnum;
664
665 /* If we allowed this, we would have problems with when to
666 free the storage, if we change the commands currently
667 being read from. */
668
669 if (executing_breakpoint_commands)
670 error (_("Can't use the \"commands\" command among a breakpoint's commands."));
671
672 /* An empty string for the breakpoint number means the last
673 breakpoint, but get_number expects a NULL pointer. */
674 if (arg && !*arg)
675 p = NULL;
676 else
677 p = arg;
678 bnum = get_number (&p);
679
680 if (p && *p)
681 error (_("Unexpected extra arguments following breakpoint number."));
682
683 ALL_BREAKPOINTS (b)
684 if (b->number == bnum)
685 {
686 free_command_lines (&b->commands);
687 if (cmd->body_count != 1)
688 error (_("Invalid \"commands\" block structure."));
689 /* We need to copy the commands because if/while will free the
690 list after it finishes execution. */
691 b->commands = copy_command_lines (cmd->body_list[0]);
692 breakpoints_changed ();
693 breakpoint_modify_event (b->number);
694 return simple_control;
695 }
696 error (_("No breakpoint number %d."), bnum);
697 }
698 \f
699 /* Like target_read_memory() but if breakpoints are inserted, return
700 the shadow contents instead of the breakpoints themselves.
701
702 Read "memory data" from whatever target or inferior we have.
703 Returns zero if successful, errno value if not. EIO is used
704 for address out of bounds. If breakpoints are inserted, returns
705 shadow contents, not the breakpoints themselves. From breakpoint.c. */
706
707 int
708 read_memory_nobpt (CORE_ADDR memaddr, gdb_byte *myaddr, unsigned len)
709 {
710 int status;
711 struct bp_location *b;
712 CORE_ADDR bp_addr = 0;
713 int bp_size = 0;
714
715 if (BREAKPOINT_FROM_PC (&bp_addr, &bp_size) == NULL)
716 /* No breakpoints on this machine. */
717 return target_read_memory (memaddr, myaddr, len);
718
719 ALL_BP_LOCATIONS (b)
720 {
721 if (b->owner->type == bp_none)
722 warning (_("reading through apparently deleted breakpoint #%d?"),
723 b->owner->number);
724
725 if (b->loc_type != bp_loc_software_breakpoint)
726 continue;
727 if (!b->inserted)
728 continue;
729 /* Addresses and length of the part of the breakpoint that
730 we need to copy. */
731 bp_addr = b->target_info.placed_address;
732 bp_size = b->target_info.shadow_len;
733 if (bp_size == 0)
734 /* bp isn't valid, or doesn't shadow memory. */
735 continue;
736 if (bp_addr + bp_size <= memaddr)
737 /* The breakpoint is entirely before the chunk of memory we
738 are reading. */
739 continue;
740 if (bp_addr >= memaddr + len)
741 /* The breakpoint is entirely after the chunk of memory we are
742 reading. */
743 continue;
744 /* Copy the breakpoint from the shadow contents, and recurse for
745 the things before and after. */
746 {
747 /* Offset within shadow_contents. */
748 int bptoffset = 0;
749
750 if (bp_addr < memaddr)
751 {
752 /* Only copy the second part of the breakpoint. */
753 bp_size -= memaddr - bp_addr;
754 bptoffset = memaddr - bp_addr;
755 bp_addr = memaddr;
756 }
757
758 if (bp_addr + bp_size > memaddr + len)
759 {
760 /* Only copy the first part of the breakpoint. */
761 bp_size -= (bp_addr + bp_size) - (memaddr + len);
762 }
763
764 memcpy (myaddr + bp_addr - memaddr,
765 b->target_info.shadow_contents + bptoffset, bp_size);
766
767 if (bp_addr > memaddr)
768 {
769 /* Copy the section of memory before the breakpoint. */
770 status = read_memory_nobpt (memaddr, myaddr, bp_addr - memaddr);
771 if (status != 0)
772 return status;
773 }
774
775 if (bp_addr + bp_size < memaddr + len)
776 {
777 /* Copy the section of memory after the breakpoint. */
778 status = read_memory_nobpt (bp_addr + bp_size,
779 myaddr + bp_addr + bp_size - memaddr,
780 memaddr + len - (bp_addr + bp_size));
781 if (status != 0)
782 return status;
783 }
784 return 0;
785 }
786 }
787 /* Nothing overlaps. Just call read_memory_noerr. */
788 return target_read_memory (memaddr, myaddr, len);
789 }
790 \f
791
792 /* A wrapper function for inserting catchpoints. */
793 static void
794 insert_catchpoint (struct ui_out *uo, void *args)
795 {
796 struct breakpoint *b = (struct breakpoint *) args;
797 int val = -1;
798
799 switch (b->type)
800 {
801 case bp_catch_fork:
802 target_insert_fork_catchpoint (PIDGET (inferior_ptid));
803 break;
804 case bp_catch_vfork:
805 target_insert_vfork_catchpoint (PIDGET (inferior_ptid));
806 break;
807 case bp_catch_exec:
808 target_insert_exec_catchpoint (PIDGET (inferior_ptid));
809 break;
810 default:
811 internal_error (__FILE__, __LINE__, _("unknown breakpoint type"));
812 break;
813 }
814 }
815
816 /* Helper routine: free the value chain for a breakpoint (watchpoint). */
817
818 static void
819 free_valchain (struct bp_location *b)
820 {
821 struct value *v;
822 struct value *n;
823
824 /* Free the saved value chain. We will construct a new one
825 the next time the watchpoint is inserted. */
826 for (v = b->owner->val_chain; v; v = n)
827 {
828 n = value_next (v);
829 value_free (v);
830 }
831 b->owner->val_chain = NULL;
832 }
833
834 /* Insert a low-level "breakpoint" of some type. BPT is the breakpoint.
835 Any error messages are printed to TMP_ERROR_STREAM; and DISABLED_BREAKS,
836 PROCESS_WARNING, and HW_BREAKPOINT_ERROR are used to report problems.
837
838 NOTE drow/2003-09-09: This routine could be broken down to an object-style
839 method for each breakpoint or catchpoint type. */
840 static int
841 insert_bp_location (struct bp_location *bpt,
842 struct ui_file *tmp_error_stream,
843 int *disabled_breaks, int *process_warning,
844 int *hw_breakpoint_error)
845 {
846 int val = 0;
847
848 /* Permanent breakpoints cannot be inserted or removed. Disabled
849 breakpoints should not be inserted. */
850 if (!breakpoint_enabled (bpt->owner))
851 return 0;
852
853 if (bpt->inserted || bpt->duplicate)
854 return 0;
855
856 /* Initialize the target-specific information. */
857 memset (&bpt->target_info, 0, sizeof (bpt->target_info));
858 bpt->target_info.placed_address = bpt->address;
859
860 if (bpt->loc_type == bp_loc_software_breakpoint
861 || bpt->loc_type == bp_loc_hardware_breakpoint)
862 {
863 if (bpt->owner->type != bp_hardware_breakpoint)
864 {
865 /* If the explicitly specified breakpoint type
866 is not hardware breakpoint, check the memory map to see
867 if the breakpoint address is in read only memory or not.
868 Two important cases are:
869 - location type is not hardware breakpoint, memory
870 is readonly. We change the type of the location to
871 hardware breakpoint.
872 - location type is hardware breakpoint, memory is read-write.
873 This means we've previously made the location hardware one, but
874 then the memory map changed, so we undo.
875
876 When breakpoints are removed, remove_breakpoints will
877 use location types we've just set here, the only possible
878 problem is that memory map has changed during running program,
879 but it's not going to work anyway with current gdb. */
880 struct mem_region *mr
881 = lookup_mem_region (bpt->target_info.placed_address);
882
883 if (mr)
884 {
885 if (automatic_hardware_breakpoints)
886 {
887 int changed = 0;
888 enum bp_loc_type new_type;
889
890 if (mr->attrib.mode != MEM_RW)
891 new_type = bp_loc_hardware_breakpoint;
892 else
893 new_type = bp_loc_software_breakpoint;
894
895 if (new_type != bpt->loc_type)
896 {
897 static int said = 0;
898 bpt->loc_type = new_type;
899 if (!said)
900 {
901 fprintf_filtered (gdb_stdout, _("\
902 Note: automatically using hardware breakpoints for read-only addresses.\n"));
903 said = 1;
904 }
905 }
906 }
907 else if (bpt->loc_type == bp_loc_software_breakpoint
908 && mr->attrib.mode != MEM_RW)
909 warning (_("cannot set software breakpoint at readonly address %s"),
910 paddr (bpt->address));
911 }
912 }
913
914 /* First check to see if we have to handle an overlay. */
915 if (overlay_debugging == ovly_off
916 || bpt->section == NULL
917 || !(section_is_overlay (bpt->section)))
918 {
919 /* No overlay handling: just set the breakpoint. */
920
921 if (bpt->loc_type == bp_loc_hardware_breakpoint)
922 val = target_insert_hw_breakpoint (&bpt->target_info);
923 else
924 val = target_insert_breakpoint (&bpt->target_info);
925 }
926 else
927 {
928 /* This breakpoint is in an overlay section.
929 Shall we set a breakpoint at the LMA? */
930 if (!overlay_events_enabled)
931 {
932 /* Yes -- overlay event support is not active,
933 so we must try to set a breakpoint at the LMA.
934 This will not work for a hardware breakpoint. */
935 if (bpt->loc_type == bp_loc_hardware_breakpoint)
936 warning (_("hardware breakpoint %d not supported in overlay!"),
937 bpt->owner->number);
938 else
939 {
940 CORE_ADDR addr = overlay_unmapped_address (bpt->address,
941 bpt->section);
942 /* Set a software (trap) breakpoint at the LMA. */
943 bpt->overlay_target_info = bpt->target_info;
944 bpt->overlay_target_info.placed_address = addr;
945 val = target_insert_breakpoint (&bpt->overlay_target_info);
946 if (val != 0)
947 fprintf_unfiltered (tmp_error_stream,
948 "Overlay breakpoint %d failed: in ROM?",
949 bpt->owner->number);
950 }
951 }
952 /* Shall we set a breakpoint at the VMA? */
953 if (section_is_mapped (bpt->section))
954 {
955 /* Yes. This overlay section is mapped into memory. */
956 if (bpt->loc_type == bp_loc_hardware_breakpoint)
957 val = target_insert_hw_breakpoint (&bpt->target_info);
958 else
959 val = target_insert_breakpoint (&bpt->target_info);
960 }
961 else
962 {
963 /* No. This breakpoint will not be inserted.
964 No error, but do not mark the bp as 'inserted'. */
965 return 0;
966 }
967 }
968
969 if (val)
970 {
971 /* Can't set the breakpoint. */
972 if (
973 #if defined (DISABLE_UNSETTABLE_BREAK)
974 DISABLE_UNSETTABLE_BREAK (bpt->address)
975 #else
976 solib_address (bpt->address)
977 #endif
978 )
979 {
980 /* See also: disable_breakpoints_in_shlibs. */
981 val = 0;
982 bpt->owner->enable_state = bp_shlib_disabled;
983 if (!*disabled_breaks)
984 {
985 fprintf_unfiltered (tmp_error_stream,
986 "Cannot insert breakpoint %d.\n",
987 bpt->owner->number);
988 fprintf_unfiltered (tmp_error_stream,
989 "Temporarily disabling shared library breakpoints:\n");
990 }
991 *disabled_breaks = 1;
992 fprintf_unfiltered (tmp_error_stream,
993 "breakpoint #%d\n", bpt->owner->number);
994 }
995 else
996 {
997 #ifdef ONE_PROCESS_WRITETEXT
998 *process_warning = 1;
999 #endif
1000 if (bpt->loc_type == bp_loc_hardware_breakpoint)
1001 {
1002 *hw_breakpoint_error = 1;
1003 fprintf_unfiltered (tmp_error_stream,
1004 "Cannot insert hardware breakpoint %d.\n",
1005 bpt->owner->number);
1006 }
1007 else
1008 {
1009 fprintf_unfiltered (tmp_error_stream,
1010 "Cannot insert breakpoint %d.\n",
1011 bpt->owner->number);
1012 fprintf_filtered (tmp_error_stream,
1013 "Error accessing memory address ");
1014 deprecated_print_address_numeric (bpt->address, 1, tmp_error_stream);
1015 fprintf_filtered (tmp_error_stream, ": %s.\n",
1016 safe_strerror (val));
1017 }
1018
1019 }
1020 }
1021 else
1022 bpt->inserted = 1;
1023
1024 return val;
1025 }
1026
1027 else if (bpt->loc_type == bp_loc_hardware_watchpoint
1028 /* NOTE drow/2003-09-08: This state only exists for removing
1029 watchpoints. It's not clear that it's necessary... */
1030 && bpt->owner->disposition != disp_del_at_next_stop)
1031 {
1032 /* FIXME drow/2003-09-08: This code sets multiple hardware watchpoints
1033 based on the expression. Ideally this should happen at a higher level,
1034 and there should be one bp_location for each computed address we
1035 must watch. As soon as a many-to-one mapping is available I'll
1036 convert this. */
1037
1038 int within_current_scope;
1039 struct value *mark = value_mark ();
1040 struct value *v;
1041 struct frame_id saved_frame_id;
1042
1043 /* Save the current frame's ID so we can restore it after
1044 evaluating the watchpoint expression on its own frame. */
1045 /* FIXME drow/2003-09-09: It would be nice if evaluate_expression
1046 took a frame parameter, so that we didn't have to change the
1047 selected frame. */
1048 saved_frame_id = get_frame_id (deprecated_selected_frame);
1049
1050 /* Determine if the watchpoint is within scope. */
1051 if (bpt->owner->exp_valid_block == NULL)
1052 within_current_scope = 1;
1053 else
1054 {
1055 struct frame_info *fi;
1056 fi = frame_find_by_id (bpt->owner->watchpoint_frame);
1057 within_current_scope = (fi != NULL);
1058 if (within_current_scope)
1059 select_frame (fi);
1060 }
1061
1062 if (within_current_scope)
1063 {
1064 free_valchain (bpt);
1065
1066 /* Evaluate the expression and cut the chain of values
1067 produced off from the value chain.
1068
1069 Make sure the value returned isn't lazy; we use
1070 laziness to determine what memory GDB actually needed
1071 in order to compute the value of the expression. */
1072 v = evaluate_expression (bpt->owner->exp);
1073 value_contents (v);
1074 value_release_to_mark (mark);
1075
1076 bpt->owner->val_chain = v;
1077 bpt->inserted = 1;
1078
1079 /* Look at each value on the value chain. */
1080 for (; v; v = value_next (v))
1081 {
1082 /* If it's a memory location, and GDB actually needed
1083 its contents to evaluate the expression, then we
1084 must watch it. */
1085 if (VALUE_LVAL (v) == lval_memory
1086 && ! value_lazy (v))
1087 {
1088 struct type *vtype = check_typedef (value_type (v));
1089
1090 /* We only watch structs and arrays if user asked
1091 for it explicitly, never if they just happen to
1092 appear in the middle of some value chain. */
1093 if (v == bpt->owner->val_chain
1094 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
1095 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
1096 {
1097 CORE_ADDR addr;
1098 int len, type;
1099
1100 addr = VALUE_ADDRESS (v) + value_offset (v);
1101 len = TYPE_LENGTH (value_type (v));
1102 type = hw_write;
1103 if (bpt->owner->type == bp_read_watchpoint)
1104 type = hw_read;
1105 else if (bpt->owner->type == bp_access_watchpoint)
1106 type = hw_access;
1107
1108 val = target_insert_watchpoint (addr, len, type);
1109 if (val == -1)
1110 {
1111 /* Don't exit the loop, try to insert
1112 every value on the value chain. That's
1113 because we will be removing all the
1114 watches below, and removing a
1115 watchpoint we didn't insert could have
1116 adverse effects. */
1117 bpt->inserted = 0;
1118 }
1119 val = 0;
1120 }
1121 }
1122 }
1123 /* Failure to insert a watchpoint on any memory value in the
1124 value chain brings us here. */
1125 if (!bpt->inserted)
1126 {
1127 remove_breakpoint (bpt, mark_uninserted);
1128 *hw_breakpoint_error = 1;
1129 fprintf_unfiltered (tmp_error_stream,
1130 "Could not insert hardware watchpoint %d.\n",
1131 bpt->owner->number);
1132 val = -1;
1133 }
1134 }
1135 else
1136 {
1137 printf_filtered (_("\
1138 Hardware watchpoint %d deleted because the program has left the block \n\
1139 in which its expression is valid.\n"),
1140 bpt->owner->number);
1141 if (bpt->owner->related_breakpoint)
1142 bpt->owner->related_breakpoint->disposition = disp_del_at_next_stop;
1143 bpt->owner->disposition = disp_del_at_next_stop;
1144 }
1145
1146 /* Restore the selected frame. */
1147 select_frame (frame_find_by_id (saved_frame_id));
1148
1149 return val;
1150 }
1151
1152 else if (ep_is_exception_catchpoint (bpt->owner))
1153 {
1154 /* FIXME drow/2003-09-09: This code sets both a catchpoint and a
1155 breakpoint. Once again, it would be better if this was represented
1156 as two bp_locations. */
1157
1158 /* If we get here, we must have a callback mechanism for exception
1159 events -- with g++ style embedded label support, we insert
1160 ordinary breakpoints and not catchpoints. */
1161 val = target_insert_breakpoint (&bpt->target_info);
1162 if (val)
1163 {
1164 /* Couldn't set breakpoint for some reason */
1165 fprintf_unfiltered (tmp_error_stream,
1166 "Cannot insert catchpoint %d; disabling it.\n",
1167 bpt->owner->number);
1168 fprintf_filtered (tmp_error_stream,
1169 "Error accessing memory address ");
1170 deprecated_print_address_numeric (bpt->address, 1, tmp_error_stream);
1171 fprintf_filtered (tmp_error_stream, ": %s.\n",
1172 safe_strerror (val));
1173 bpt->owner->enable_state = bp_disabled;
1174 }
1175 else
1176 {
1177 /* Bp set, now make sure callbacks are enabled */
1178 /* Format possible error msg */
1179 char *message = xstrprintf ("Error inserting catchpoint %d:\n",
1180 bpt->owner->number);
1181 struct cleanup *cleanups = make_cleanup (xfree, message);
1182 int val;
1183 args_for_catchpoint_enable args;
1184 args.kind = bpt->owner->type == bp_catch_catch ?
1185 EX_EVENT_CATCH : EX_EVENT_THROW;
1186 args.enable_p = 1;
1187 val = catch_errors (cover_target_enable_exception_callback,
1188 &args, message, RETURN_MASK_ALL);
1189 do_cleanups (cleanups);
1190 if (val != 0 && val != -1)
1191 bpt->inserted = 1;
1192
1193 /* Check if something went wrong; val == 0 can be ignored */
1194 if (val == -1)
1195 {
1196 /* something went wrong */
1197 fprintf_unfiltered (tmp_error_stream,
1198 "Cannot insert catchpoint %d; disabling it.\n",
1199 bpt->owner->number);
1200 bpt->owner->enable_state = bp_disabled;
1201 }
1202 }
1203
1204 return val;
1205 }
1206
1207 else if (bpt->owner->type == bp_catch_fork
1208 || bpt->owner->type == bp_catch_vfork
1209 || bpt->owner->type == bp_catch_exec)
1210 {
1211 struct gdb_exception e = catch_exception (uiout, insert_catchpoint,
1212 bpt->owner, RETURN_MASK_ERROR);
1213 exception_fprintf (gdb_stderr, e, "warning: inserting catchpoint %d: ",
1214 bpt->owner->number);
1215 if (e.reason < 0)
1216 bpt->owner->enable_state = bp_disabled;
1217 else
1218 bpt->inserted = 1;
1219
1220 /* We've already printed an error message if there was a problem
1221 inserting this catchpoint, and we've disabled the catchpoint,
1222 so just return success. */
1223 return 0;
1224 }
1225
1226 return 0;
1227 }
1228
1229 /* insert_breakpoints is used when starting or continuing the program.
1230 remove_breakpoints is used when the program stops.
1231 Both return zero if successful,
1232 or an `errno' value if could not write the inferior. */
1233
1234 int
1235 insert_breakpoints (void)
1236 {
1237 struct bp_location *b, *temp;
1238 int return_val = 0; /* return success code. */
1239 int val = 0;
1240 int disabled_breaks = 0;
1241 int hw_breakpoint_error = 0;
1242 int process_warning = 0;
1243
1244 struct ui_file *tmp_error_stream = mem_fileopen ();
1245 make_cleanup_ui_file_delete (tmp_error_stream);
1246
1247 /* Explicitly mark the warning -- this will only be printed if
1248 there was an error. */
1249 fprintf_unfiltered (tmp_error_stream, "Warning:\n");
1250
1251 ALL_BP_LOCATIONS_SAFE (b, temp)
1252 {
1253 /* Permanent breakpoints cannot be inserted or removed. Disabled
1254 breakpoints should not be inserted. */
1255 if (!breakpoint_enabled (b->owner))
1256 continue;
1257
1258 /* There is no point inserting thread-specific breakpoints if the
1259 thread no longer exists. */
1260 if (b->owner->thread != -1
1261 && !valid_thread_id (b->owner->thread))
1262 continue;
1263
1264 /* FIXME drow/2003-10-07: This code should be pushed elsewhere when
1265 hardware watchpoints are split into multiple loc breakpoints. */
1266 if ((b->loc_type == bp_loc_hardware_watchpoint
1267 || b->owner->type == bp_watchpoint) && !b->owner->val)
1268 {
1269 struct value *val;
1270 val = evaluate_expression (b->owner->exp);
1271 release_value (val);
1272 if (value_lazy (val))
1273 value_fetch_lazy (val);
1274 b->owner->val = val;
1275 }
1276
1277 val = insert_bp_location (b, tmp_error_stream,
1278 &disabled_breaks, &process_warning,
1279 &hw_breakpoint_error);
1280 if (val)
1281 return_val = val;
1282 }
1283
1284 if (return_val)
1285 {
1286 /* If a hardware breakpoint or watchpoint was inserted, add a
1287 message about possibly exhausted resources. */
1288 if (hw_breakpoint_error)
1289 {
1290 fprintf_unfiltered (tmp_error_stream,
1291 "Could not insert hardware breakpoints:\n\
1292 You may have requested too many hardware breakpoints/watchpoints.\n");
1293 }
1294 #ifdef ONE_PROCESS_WRITETEXT
1295 if (process_warning)
1296 fprintf_unfiltered (tmp_error_stream,
1297 "The same program may be running in another process.");
1298 #endif
1299 target_terminal_ours_for_output ();
1300 error_stream (tmp_error_stream);
1301 }
1302 return return_val;
1303 }
1304
1305 int
1306 remove_breakpoints (void)
1307 {
1308 struct bp_location *b;
1309 int val;
1310
1311 ALL_BP_LOCATIONS (b)
1312 {
1313 if (b->inserted)
1314 {
1315 val = remove_breakpoint (b, mark_uninserted);
1316 if (val != 0)
1317 return val;
1318 }
1319 }
1320 return 0;
1321 }
1322
1323 int
1324 remove_hw_watchpoints (void)
1325 {
1326 struct bp_location *b;
1327 int val;
1328
1329 ALL_BP_LOCATIONS (b)
1330 {
1331 if (b->inserted && b->loc_type == bp_loc_hardware_watchpoint)
1332 {
1333 val = remove_breakpoint (b, mark_uninserted);
1334 if (val != 0)
1335 return val;
1336 }
1337 }
1338 return 0;
1339 }
1340
1341 int
1342 reattach_breakpoints (int pid)
1343 {
1344 struct bp_location *b;
1345 int val;
1346 struct cleanup *old_chain = save_inferior_ptid ();
1347
1348 /* Set inferior_ptid; remove_breakpoint uses this global. */
1349 inferior_ptid = pid_to_ptid (pid);
1350 ALL_BP_LOCATIONS (b)
1351 {
1352 if (b->inserted)
1353 {
1354 remove_breakpoint (b, mark_inserted);
1355 /* Note: since we insert a breakpoint right after removing,
1356 any decisions about automatically using hardware breakpoints
1357 made in insert_bp_location are preserved. */
1358 if (b->loc_type == bp_loc_hardware_breakpoint)
1359 val = target_insert_hw_breakpoint (&b->target_info);
1360 else
1361 val = target_insert_breakpoint (&b->target_info);
1362 /* FIXME drow/2003-10-07: This doesn't handle any other kinds of
1363 breakpoints. It's wrong for watchpoints, for example. */
1364 if (val != 0)
1365 {
1366 do_cleanups (old_chain);
1367 return val;
1368 }
1369 }
1370 }
1371 do_cleanups (old_chain);
1372 return 0;
1373 }
1374
1375 void
1376 update_breakpoints_after_exec (void)
1377 {
1378 struct breakpoint *b;
1379 struct breakpoint *temp;
1380
1381 /* Doing this first prevents the badness of having delete_breakpoint()
1382 write a breakpoint's current "shadow contents" to lift the bp. That
1383 shadow is NOT valid after an exec()! */
1384 mark_breakpoints_out ();
1385
1386 ALL_BREAKPOINTS_SAFE (b, temp)
1387 {
1388 /* Solib breakpoints must be explicitly reset after an exec(). */
1389 if (b->type == bp_shlib_event)
1390 {
1391 delete_breakpoint (b);
1392 continue;
1393 }
1394
1395 /* Thread event breakpoints must be set anew after an exec(),
1396 as must overlay event breakpoints. */
1397 if (b->type == bp_thread_event || b->type == bp_overlay_event)
1398 {
1399 delete_breakpoint (b);
1400 continue;
1401 }
1402
1403 /* Step-resume breakpoints are meaningless after an exec(). */
1404 if (b->type == bp_step_resume)
1405 {
1406 delete_breakpoint (b);
1407 continue;
1408 }
1409
1410 /* Ditto the sigtramp handler breakpoints. */
1411 if (b->type == bp_through_sigtramp)
1412 {
1413 delete_breakpoint (b);
1414 continue;
1415 }
1416
1417 /* Ditto the exception-handling catchpoints. */
1418 if ((b->type == bp_catch_catch) || (b->type == bp_catch_throw))
1419 {
1420 delete_breakpoint (b);
1421 continue;
1422 }
1423
1424 /* Don't delete an exec catchpoint, because else the inferior
1425 won't stop when it ought!
1426
1427 Similarly, we probably ought to keep vfork catchpoints, 'cause
1428 on this target, we may not be able to stop when the vfork is
1429 seen, but only when the subsequent exec is seen. (And because
1430 deleting fork catchpoints here but not vfork catchpoints will
1431 seem mysterious to users, keep those too.)
1432
1433 ??rehrauer: Let's hope that merely clearing out this catchpoint's
1434 target address field, if any, is sufficient to have it be reset
1435 automagically. Certainly on HP-UX that's true.
1436
1437 Jim Blandy <jimb@redhat.com>: Actually, zero is a perfectly
1438 valid code address on some platforms (like the mn10300
1439 simulators). We shouldn't assign any special interpretation to
1440 a breakpoint with a zero address. And in fact, GDB doesn't ---
1441 I can't see what that comment above is talking about. As far
1442 as I can tell, setting the address of a
1443 bp_catch_exec/bp_catch_vfork/bp_catch_fork breakpoint to zero
1444 is meaningless, since those are implemented with HP-UX kernel
1445 hackery, not by storing breakpoint instructions somewhere. */
1446 if ((b->type == bp_catch_exec) ||
1447 (b->type == bp_catch_vfork) ||
1448 (b->type == bp_catch_fork))
1449 {
1450 b->loc->address = (CORE_ADDR) 0;
1451 continue;
1452 }
1453
1454 /* bp_finish is a special case. The only way we ought to be able
1455 to see one of these when an exec() has happened, is if the user
1456 caught a vfork, and then said "finish". Ordinarily a finish just
1457 carries them to the call-site of the current callee, by setting
1458 a temporary bp there and resuming. But in this case, the finish
1459 will carry them entirely through the vfork & exec.
1460
1461 We don't want to allow a bp_finish to remain inserted now. But
1462 we can't safely delete it, 'cause finish_command has a handle to
1463 the bp on a bpstat, and will later want to delete it. There's a
1464 chance (and I've seen it happen) that if we delete the bp_finish
1465 here, that its storage will get reused by the time finish_command
1466 gets 'round to deleting the "use to be a bp_finish" breakpoint.
1467 We really must allow finish_command to delete a bp_finish.
1468
1469 In the absense of a general solution for the "how do we know
1470 it's safe to delete something others may have handles to?"
1471 problem, what we'll do here is just uninsert the bp_finish, and
1472 let finish_command delete it.
1473
1474 (We know the bp_finish is "doomed" in the sense that it's
1475 momentary, and will be deleted as soon as finish_command sees
1476 the inferior stopped. So it doesn't matter that the bp's
1477 address is probably bogus in the new a.out, unlike e.g., the
1478 solib breakpoints.) */
1479
1480 if (b->type == bp_finish)
1481 {
1482 continue;
1483 }
1484
1485 /* Without a symbolic address, we have little hope of the
1486 pre-exec() address meaning the same thing in the post-exec()
1487 a.out. */
1488 if (b->addr_string == NULL)
1489 {
1490 delete_breakpoint (b);
1491 continue;
1492 }
1493
1494 /* If this breakpoint has survived the above battery of checks, then
1495 it must have a symbolic address. Be sure that it gets reevaluated
1496 to a target address, rather than reusing the old evaluation.
1497
1498 Jim Blandy <jimb@redhat.com>: As explained above in the comment
1499 for bp_catch_exec and friends, I'm pretty sure this is entirely
1500 unnecessary. A call to breakpoint_re_set_one always recomputes
1501 the breakpoint's address from scratch, or deletes it if it can't.
1502 So I think this assignment could be deleted without effect. */
1503 b->loc->address = (CORE_ADDR) 0;
1504 }
1505 /* FIXME what about longjmp breakpoints? Re-create them here? */
1506 create_overlay_event_breakpoint ("_ovly_debug_event");
1507 }
1508
1509 int
1510 detach_breakpoints (int pid)
1511 {
1512 struct bp_location *b;
1513 int val;
1514 struct cleanup *old_chain = save_inferior_ptid ();
1515
1516 if (pid == PIDGET (inferior_ptid))
1517 error (_("Cannot detach breakpoints of inferior_ptid"));
1518
1519 /* Set inferior_ptid; remove_breakpoint uses this global. */
1520 inferior_ptid = pid_to_ptid (pid);
1521 ALL_BP_LOCATIONS (b)
1522 {
1523 if (b->inserted)
1524 {
1525 val = remove_breakpoint (b, mark_inserted);
1526 if (val != 0)
1527 {
1528 do_cleanups (old_chain);
1529 return val;
1530 }
1531 }
1532 }
1533 do_cleanups (old_chain);
1534 return 0;
1535 }
1536
1537 static int
1538 remove_breakpoint (struct bp_location *b, insertion_state_t is)
1539 {
1540 int val;
1541
1542 if (b->owner->enable_state == bp_permanent)
1543 /* Permanent breakpoints cannot be inserted or removed. */
1544 return 0;
1545
1546 if (b->owner->type == bp_none)
1547 warning (_("attempted to remove apparently deleted breakpoint #%d?"),
1548 b->owner->number);
1549
1550 if (b->loc_type == bp_loc_software_breakpoint
1551 || b->loc_type == bp_loc_hardware_breakpoint)
1552 {
1553 /* "Normal" instruction breakpoint: either the standard
1554 trap-instruction bp (bp_breakpoint), or a
1555 bp_hardware_breakpoint. */
1556
1557 /* First check to see if we have to handle an overlay. */
1558 if (overlay_debugging == ovly_off
1559 || b->section == NULL
1560 || !(section_is_overlay (b->section)))
1561 {
1562 /* No overlay handling: just remove the breakpoint. */
1563
1564 if (b->loc_type == bp_loc_hardware_breakpoint)
1565 val = target_remove_hw_breakpoint (&b->target_info);
1566 else
1567 val = target_remove_breakpoint (&b->target_info);
1568 }
1569 else
1570 {
1571 /* This breakpoint is in an overlay section.
1572 Did we set a breakpoint at the LMA? */
1573 if (!overlay_events_enabled)
1574 {
1575 /* Yes -- overlay event support is not active, so we
1576 should have set a breakpoint at the LMA. Remove it.
1577 */
1578 /* Ignore any failures: if the LMA is in ROM, we will
1579 have already warned when we failed to insert it. */
1580 if (b->loc_type == bp_loc_hardware_breakpoint)
1581 target_remove_hw_breakpoint (&b->overlay_target_info);
1582 else
1583 target_remove_breakpoint (&b->overlay_target_info);
1584 }
1585 /* Did we set a breakpoint at the VMA?
1586 If so, we will have marked the breakpoint 'inserted'. */
1587 if (b->inserted)
1588 {
1589 /* Yes -- remove it. Previously we did not bother to
1590 remove the breakpoint if the section had been
1591 unmapped, but let's not rely on that being safe. We
1592 don't know what the overlay manager might do. */
1593 if (b->loc_type == bp_loc_hardware_breakpoint)
1594 val = target_remove_hw_breakpoint (&b->target_info);
1595 else
1596 val = target_remove_breakpoint (&b->target_info);
1597 }
1598 else
1599 {
1600 /* No -- not inserted, so no need to remove. No error. */
1601 val = 0;
1602 }
1603 }
1604 if (val)
1605 return val;
1606 b->inserted = (is == mark_inserted);
1607 }
1608 else if (b->loc_type == bp_loc_hardware_watchpoint
1609 && breakpoint_enabled (b->owner)
1610 && !b->duplicate)
1611 {
1612 struct value *v;
1613 struct value *n;
1614
1615 b->inserted = (is == mark_inserted);
1616 /* Walk down the saved value chain. */
1617 for (v = b->owner->val_chain; v; v = value_next (v))
1618 {
1619 /* For each memory reference remove the watchpoint
1620 at that address. */
1621 if (VALUE_LVAL (v) == lval_memory
1622 && ! value_lazy (v))
1623 {
1624 struct type *vtype = check_typedef (value_type (v));
1625
1626 if (v == b->owner->val_chain
1627 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
1628 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
1629 {
1630 CORE_ADDR addr;
1631 int len, type;
1632
1633 addr = VALUE_ADDRESS (v) + value_offset (v);
1634 len = TYPE_LENGTH (value_type (v));
1635 type = hw_write;
1636 if (b->owner->type == bp_read_watchpoint)
1637 type = hw_read;
1638 else if (b->owner->type == bp_access_watchpoint)
1639 type = hw_access;
1640
1641 val = target_remove_watchpoint (addr, len, type);
1642 if (val == -1)
1643 b->inserted = 1;
1644 val = 0;
1645 }
1646 }
1647 }
1648 /* Failure to remove any of the hardware watchpoints comes here. */
1649 if ((is == mark_uninserted) && (b->inserted))
1650 warning (_("Could not remove hardware watchpoint %d."),
1651 b->owner->number);
1652 }
1653 else if ((b->owner->type == bp_catch_fork ||
1654 b->owner->type == bp_catch_vfork ||
1655 b->owner->type == bp_catch_exec)
1656 && breakpoint_enabled (b->owner)
1657 && !b->duplicate)
1658 {
1659 val = -1;
1660 switch (b->owner->type)
1661 {
1662 case bp_catch_fork:
1663 val = target_remove_fork_catchpoint (PIDGET (inferior_ptid));
1664 break;
1665 case bp_catch_vfork:
1666 val = target_remove_vfork_catchpoint (PIDGET (inferior_ptid));
1667 break;
1668 case bp_catch_exec:
1669 val = target_remove_exec_catchpoint (PIDGET (inferior_ptid));
1670 break;
1671 default:
1672 warning (_("Internal error, %s line %d."), __FILE__, __LINE__);
1673 break;
1674 }
1675 if (val)
1676 return val;
1677 b->inserted = (is == mark_inserted);
1678 }
1679 else if ((b->owner->type == bp_catch_catch ||
1680 b->owner->type == bp_catch_throw)
1681 && breakpoint_enabled (b->owner)
1682 && !b->duplicate)
1683 {
1684 val = target_remove_breakpoint (&b->target_info);
1685 if (val)
1686 return val;
1687 b->inserted = (is == mark_inserted);
1688 }
1689
1690 return 0;
1691 }
1692
1693 /* Clear the "inserted" flag in all breakpoints. */
1694
1695 void
1696 mark_breakpoints_out (void)
1697 {
1698 struct bp_location *bpt;
1699
1700 ALL_BP_LOCATIONS (bpt)
1701 bpt->inserted = 0;
1702 }
1703
1704 /* Clear the "inserted" flag in all breakpoints and delete any
1705 breakpoints which should go away between runs of the program.
1706
1707 Plus other such housekeeping that has to be done for breakpoints
1708 between runs.
1709
1710 Note: this function gets called at the end of a run (by
1711 generic_mourn_inferior) and when a run begins (by
1712 init_wait_for_inferior). */
1713
1714
1715
1716 void
1717 breakpoint_init_inferior (enum inf_context context)
1718 {
1719 struct breakpoint *b, *temp;
1720 struct bp_location *bpt;
1721 static int warning_needed = 0;
1722
1723 ALL_BP_LOCATIONS (bpt)
1724 bpt->inserted = 0;
1725
1726 ALL_BREAKPOINTS_SAFE (b, temp)
1727 {
1728 switch (b->type)
1729 {
1730 case bp_call_dummy:
1731 case bp_watchpoint_scope:
1732
1733 /* If the call dummy breakpoint is at the entry point it will
1734 cause problems when the inferior is rerun, so we better
1735 get rid of it.
1736
1737 Also get rid of scope breakpoints. */
1738 delete_breakpoint (b);
1739 break;
1740
1741 case bp_watchpoint:
1742 case bp_hardware_watchpoint:
1743 case bp_read_watchpoint:
1744 case bp_access_watchpoint:
1745
1746 /* Likewise for watchpoints on local expressions. */
1747 if (b->exp_valid_block != NULL)
1748 delete_breakpoint (b);
1749 if (context == inf_starting)
1750 {
1751 /* Reset val field to force reread of starting value
1752 in insert_breakpoints. */
1753 if (b->val)
1754 value_free (b->val);
1755 b->val = NULL;
1756 }
1757 break;
1758 default:
1759 /* Likewise for exception catchpoints in dynamic-linked
1760 executables where required */
1761 if (ep_is_exception_catchpoint (b)
1762 && deprecated_exception_catchpoints_are_fragile)
1763 {
1764 warning_needed = 1;
1765 delete_breakpoint (b);
1766 }
1767 break;
1768 }
1769 }
1770
1771 if (deprecated_exception_catchpoints_are_fragile)
1772 deprecated_exception_support_initialized = 0;
1773
1774 /* Don't issue the warning unless it's really needed... */
1775 if (warning_needed && (context != inf_exited))
1776 {
1777 warning (_("Exception catchpoints from last run were deleted.\n"
1778 "You must reinsert them explicitly."));
1779 warning_needed = 0;
1780 }
1781 }
1782
1783 /* breakpoint_here_p (PC) returns non-zero if an enabled breakpoint
1784 exists at PC. It returns ordinary_breakpoint_here if it's an
1785 ordinary breakpoint, or permanent_breakpoint_here if it's a
1786 permanent breakpoint.
1787 - When continuing from a location with an ordinary breakpoint, we
1788 actually single step once before calling insert_breakpoints.
1789 - When continuing from a localion with a permanent breakpoint, we
1790 need to use the `SKIP_PERMANENT_BREAKPOINT' macro, provided by
1791 the target, to advance the PC past the breakpoint. */
1792
1793 enum breakpoint_here
1794 breakpoint_here_p (CORE_ADDR pc)
1795 {
1796 struct bp_location *bpt;
1797 int any_breakpoint_here = 0;
1798
1799 ALL_BP_LOCATIONS (bpt)
1800 {
1801 if (bpt->loc_type != bp_loc_software_breakpoint
1802 && bpt->loc_type != bp_loc_hardware_breakpoint)
1803 continue;
1804
1805 if ((breakpoint_enabled (bpt->owner)
1806 || bpt->owner->enable_state == bp_permanent)
1807 && bpt->address == pc) /* bp is enabled and matches pc */
1808 {
1809 if (overlay_debugging
1810 && section_is_overlay (bpt->section)
1811 && !section_is_mapped (bpt->section))
1812 continue; /* unmapped overlay -- can't be a match */
1813 else if (bpt->owner->enable_state == bp_permanent)
1814 return permanent_breakpoint_here;
1815 else
1816 any_breakpoint_here = 1;
1817 }
1818 }
1819
1820 return any_breakpoint_here ? ordinary_breakpoint_here : 0;
1821 }
1822
1823
1824 /* breakpoint_inserted_here_p (PC) is just like breakpoint_here_p(),
1825 but it only returns true if there is actually a breakpoint inserted
1826 at PC. */
1827
1828 int
1829 breakpoint_inserted_here_p (CORE_ADDR pc)
1830 {
1831 struct bp_location *bpt;
1832
1833 ALL_BP_LOCATIONS (bpt)
1834 {
1835 if (bpt->loc_type != bp_loc_software_breakpoint
1836 && bpt->loc_type != bp_loc_hardware_breakpoint)
1837 continue;
1838
1839 if (bpt->inserted
1840 && bpt->address == pc) /* bp is inserted and matches pc */
1841 {
1842 if (overlay_debugging
1843 && section_is_overlay (bpt->section)
1844 && !section_is_mapped (bpt->section))
1845 continue; /* unmapped overlay -- can't be a match */
1846 else
1847 return 1;
1848 }
1849 }
1850
1851 return 0;
1852 }
1853
1854 /* This function returns non-zero iff there is a software breakpoint
1855 inserted at PC. */
1856
1857 int
1858 software_breakpoint_inserted_here_p (CORE_ADDR pc)
1859 {
1860 struct bp_location *bpt;
1861 int any_breakpoint_here = 0;
1862
1863 ALL_BP_LOCATIONS (bpt)
1864 {
1865 if (bpt->loc_type != bp_loc_software_breakpoint)
1866 continue;
1867
1868 if ((breakpoint_enabled (bpt->owner)
1869 || bpt->owner->enable_state == bp_permanent)
1870 && bpt->inserted
1871 && bpt->address == pc) /* bp is enabled and matches pc */
1872 {
1873 if (overlay_debugging
1874 && section_is_overlay (bpt->section)
1875 && !section_is_mapped (bpt->section))
1876 continue; /* unmapped overlay -- can't be a match */
1877 else
1878 return 1;
1879 }
1880 }
1881
1882 return 0;
1883 }
1884
1885 /* breakpoint_thread_match (PC, PTID) returns true if the breakpoint at
1886 PC is valid for process/thread PTID. */
1887
1888 int
1889 breakpoint_thread_match (CORE_ADDR pc, ptid_t ptid)
1890 {
1891 struct bp_location *bpt;
1892 int thread;
1893
1894 thread = pid_to_thread_id (ptid);
1895
1896 ALL_BP_LOCATIONS (bpt)
1897 {
1898 if (bpt->loc_type != bp_loc_software_breakpoint
1899 && bpt->loc_type != bp_loc_hardware_breakpoint)
1900 continue;
1901
1902 if ((breakpoint_enabled (bpt->owner)
1903 || bpt->owner->enable_state == bp_permanent)
1904 && bpt->address == pc
1905 && (bpt->owner->thread == -1 || bpt->owner->thread == thread))
1906 {
1907 if (overlay_debugging
1908 && section_is_overlay (bpt->section)
1909 && !section_is_mapped (bpt->section))
1910 continue; /* unmapped overlay -- can't be a match */
1911 else
1912 return 1;
1913 }
1914 }
1915
1916 return 0;
1917 }
1918 \f
1919
1920 /* bpstat stuff. External routines' interfaces are documented
1921 in breakpoint.h. */
1922
1923 int
1924 ep_is_catchpoint (struct breakpoint *ep)
1925 {
1926 return
1927 (ep->type == bp_catch_load)
1928 || (ep->type == bp_catch_unload)
1929 || (ep->type == bp_catch_fork)
1930 || (ep->type == bp_catch_vfork)
1931 || (ep->type == bp_catch_exec)
1932 || (ep->type == bp_catch_catch)
1933 || (ep->type == bp_catch_throw);
1934
1935 /* ??rehrauer: Add more kinds here, as are implemented... */
1936 }
1937
1938 int
1939 ep_is_shlib_catchpoint (struct breakpoint *ep)
1940 {
1941 return
1942 (ep->type == bp_catch_load)
1943 || (ep->type == bp_catch_unload);
1944 }
1945
1946 int
1947 ep_is_exception_catchpoint (struct breakpoint *ep)
1948 {
1949 return
1950 (ep->type == bp_catch_catch)
1951 || (ep->type == bp_catch_throw);
1952 }
1953
1954 /* Clear a bpstat so that it says we are not at any breakpoint.
1955 Also free any storage that is part of a bpstat. */
1956
1957 void
1958 bpstat_clear (bpstat *bsp)
1959 {
1960 bpstat p;
1961 bpstat q;
1962
1963 if (bsp == 0)
1964 return;
1965 p = *bsp;
1966 while (p != NULL)
1967 {
1968 q = p->next;
1969 if (p->old_val != NULL)
1970 value_free (p->old_val);
1971 free_command_lines (&p->commands);
1972 xfree (p);
1973 p = q;
1974 }
1975 *bsp = NULL;
1976 }
1977
1978 /* Return a copy of a bpstat. Like "bs1 = bs2" but all storage that
1979 is part of the bpstat is copied as well. */
1980
1981 bpstat
1982 bpstat_copy (bpstat bs)
1983 {
1984 bpstat p = NULL;
1985 bpstat tmp;
1986 bpstat retval = NULL;
1987
1988 if (bs == NULL)
1989 return bs;
1990
1991 for (; bs != NULL; bs = bs->next)
1992 {
1993 tmp = (bpstat) xmalloc (sizeof (*tmp));
1994 memcpy (tmp, bs, sizeof (*tmp));
1995 if (bs->commands != NULL)
1996 tmp->commands = copy_command_lines (bs->commands);
1997 if (bs->old_val != NULL)
1998 tmp->old_val = value_copy (bs->old_val);
1999
2000 if (p == NULL)
2001 /* This is the first thing in the chain. */
2002 retval = tmp;
2003 else
2004 p->next = tmp;
2005 p = tmp;
2006 }
2007 p->next = NULL;
2008 return retval;
2009 }
2010
2011 /* Find the bpstat associated with this breakpoint */
2012
2013 bpstat
2014 bpstat_find_breakpoint (bpstat bsp, struct breakpoint *breakpoint)
2015 {
2016 if (bsp == NULL)
2017 return NULL;
2018
2019 for (; bsp != NULL; bsp = bsp->next)
2020 {
2021 if (bsp->breakpoint_at == breakpoint)
2022 return bsp;
2023 }
2024 return NULL;
2025 }
2026
2027 /* Find a step_resume breakpoint associated with this bpstat.
2028 (If there are multiple step_resume bp's on the list, this function
2029 will arbitrarily pick one.)
2030
2031 It is an error to use this function if BPSTAT doesn't contain a
2032 step_resume breakpoint.
2033
2034 See wait_for_inferior's use of this function. */
2035 struct breakpoint *
2036 bpstat_find_step_resume_breakpoint (bpstat bsp)
2037 {
2038 int current_thread;
2039
2040 gdb_assert (bsp != NULL);
2041
2042 current_thread = pid_to_thread_id (inferior_ptid);
2043
2044 for (; bsp != NULL; bsp = bsp->next)
2045 {
2046 if ((bsp->breakpoint_at != NULL) &&
2047 (bsp->breakpoint_at->type == bp_step_resume) &&
2048 (bsp->breakpoint_at->thread == current_thread ||
2049 bsp->breakpoint_at->thread == -1))
2050 return bsp->breakpoint_at;
2051 }
2052
2053 internal_error (__FILE__, __LINE__, _("No step_resume breakpoint found."));
2054 }
2055
2056
2057 /* Return the breakpoint number of the first breakpoint we are stopped
2058 at. *BSP upon return is a bpstat which points to the remaining
2059 breakpoints stopped at (but which is not guaranteed to be good for
2060 anything but further calls to bpstat_num).
2061 Return 0 if passed a bpstat which does not indicate any breakpoints. */
2062
2063 int
2064 bpstat_num (bpstat *bsp)
2065 {
2066 struct breakpoint *b;
2067
2068 if ((*bsp) == NULL)
2069 return 0; /* No more breakpoint values */
2070 else
2071 {
2072 b = (*bsp)->breakpoint_at;
2073 *bsp = (*bsp)->next;
2074 if (b == NULL)
2075 return -1; /* breakpoint that's been deleted since */
2076 else
2077 return b->number; /* We have its number */
2078 }
2079 }
2080
2081 /* Modify BS so that the actions will not be performed. */
2082
2083 void
2084 bpstat_clear_actions (bpstat bs)
2085 {
2086 for (; bs != NULL; bs = bs->next)
2087 {
2088 free_command_lines (&bs->commands);
2089 if (bs->old_val != NULL)
2090 {
2091 value_free (bs->old_val);
2092 bs->old_val = NULL;
2093 }
2094 }
2095 }
2096
2097 /* Stub for cleaning up our state if we error-out of a breakpoint command */
2098 static void
2099 cleanup_executing_breakpoints (void *ignore)
2100 {
2101 executing_breakpoint_commands = 0;
2102 }
2103
2104 /* Execute all the commands associated with all the breakpoints at this
2105 location. Any of these commands could cause the process to proceed
2106 beyond this point, etc. We look out for such changes by checking
2107 the global "breakpoint_proceeded" after each command. */
2108
2109 void
2110 bpstat_do_actions (bpstat *bsp)
2111 {
2112 bpstat bs;
2113 struct cleanup *old_chain;
2114
2115 /* Avoid endless recursion if a `source' command is contained
2116 in bs->commands. */
2117 if (executing_breakpoint_commands)
2118 return;
2119
2120 executing_breakpoint_commands = 1;
2121 old_chain = make_cleanup (cleanup_executing_breakpoints, 0);
2122
2123 top:
2124 /* Note that (as of this writing), our callers all appear to
2125 be passing us the address of global stop_bpstat. And, if
2126 our calls to execute_control_command cause the inferior to
2127 proceed, that global (and hence, *bsp) will change.
2128
2129 We must be careful to not touch *bsp unless the inferior
2130 has not proceeded. */
2131
2132 /* This pointer will iterate over the list of bpstat's. */
2133 bs = *bsp;
2134
2135 breakpoint_proceeded = 0;
2136 for (; bs != NULL; bs = bs->next)
2137 {
2138 struct command_line *cmd;
2139 struct cleanup *this_cmd_tree_chain;
2140
2141 /* Take ownership of the BSP's command tree, if it has one.
2142
2143 The command tree could legitimately contain commands like
2144 'step' and 'next', which call clear_proceed_status, which
2145 frees stop_bpstat's command tree. To make sure this doesn't
2146 free the tree we're executing out from under us, we need to
2147 take ownership of the tree ourselves. Since a given bpstat's
2148 commands are only executed once, we don't need to copy it; we
2149 can clear the pointer in the bpstat, and make sure we free
2150 the tree when we're done. */
2151 cmd = bs->commands;
2152 bs->commands = 0;
2153 this_cmd_tree_chain = make_cleanup_free_command_lines (&cmd);
2154
2155 while (cmd != NULL)
2156 {
2157 execute_control_command (cmd);
2158
2159 if (breakpoint_proceeded)
2160 break;
2161 else
2162 cmd = cmd->next;
2163 }
2164
2165 /* We can free this command tree now. */
2166 do_cleanups (this_cmd_tree_chain);
2167
2168 if (breakpoint_proceeded)
2169 /* The inferior is proceeded by the command; bomb out now.
2170 The bpstat chain has been blown away by wait_for_inferior.
2171 But since execution has stopped again, there is a new bpstat
2172 to look at, so start over. */
2173 goto top;
2174 }
2175 do_cleanups (old_chain);
2176 }
2177
2178 /* This is the normal print function for a bpstat. In the future,
2179 much of this logic could (should?) be moved to bpstat_stop_status,
2180 by having it set different print_it values.
2181
2182 Current scheme: When we stop, bpstat_print() is called. It loops
2183 through the bpstat list of things causing this stop, calling the
2184 print_bp_stop_message function on each one. The behavior of the
2185 print_bp_stop_message function depends on the print_it field of
2186 bpstat. If such field so indicates, call this function here.
2187
2188 Return values from this routine (ultimately used by bpstat_print()
2189 and normal_stop() to decide what to do):
2190 PRINT_NOTHING: Means we already printed all we needed to print,
2191 don't print anything else.
2192 PRINT_SRC_ONLY: Means we printed something, and we do *not* desire
2193 that something to be followed by a location.
2194 PRINT_SCR_AND_LOC: Means we printed something, and we *do* desire
2195 that something to be followed by a location.
2196 PRINT_UNKNOWN: Means we printed nothing or we need to do some more
2197 analysis. */
2198
2199 static enum print_stop_action
2200 print_it_typical (bpstat bs)
2201 {
2202 struct cleanup *old_chain, *ui_out_chain;
2203 struct ui_stream *stb;
2204 stb = ui_out_stream_new (uiout);
2205 old_chain = make_cleanup_ui_out_stream_delete (stb);
2206 /* bs->breakpoint_at can be NULL if it was a momentary breakpoint
2207 which has since been deleted. */
2208 if (bs->breakpoint_at == NULL)
2209 return PRINT_UNKNOWN;
2210
2211 switch (bs->breakpoint_at->type)
2212 {
2213 case bp_breakpoint:
2214 case bp_hardware_breakpoint:
2215 if (bs->breakpoint_at->loc->address != bs->breakpoint_at->loc->requested_address)
2216 breakpoint_adjustment_warning (bs->breakpoint_at->loc->requested_address,
2217 bs->breakpoint_at->loc->address,
2218 bs->breakpoint_at->number, 1);
2219 annotate_breakpoint (bs->breakpoint_at->number);
2220 ui_out_text (uiout, "\nBreakpoint ");
2221 if (ui_out_is_mi_like_p (uiout))
2222 ui_out_field_string (uiout, "reason",
2223 async_reason_lookup (EXEC_ASYNC_BREAKPOINT_HIT));
2224 ui_out_field_int (uiout, "bkptno", bs->breakpoint_at->number);
2225 ui_out_text (uiout, ", ");
2226 return PRINT_SRC_AND_LOC;
2227 break;
2228
2229 case bp_shlib_event:
2230 /* Did we stop because the user set the stop_on_solib_events
2231 variable? (If so, we report this as a generic, "Stopped due
2232 to shlib event" message.) */
2233 printf_filtered (_("Stopped due to shared library event\n"));
2234 return PRINT_NOTHING;
2235 break;
2236
2237 case bp_thread_event:
2238 /* Not sure how we will get here.
2239 GDB should not stop for these breakpoints. */
2240 printf_filtered (_("Thread Event Breakpoint: gdb should not stop!\n"));
2241 return PRINT_NOTHING;
2242 break;
2243
2244 case bp_overlay_event:
2245 /* By analogy with the thread event, GDB should not stop for these. */
2246 printf_filtered (_("Overlay Event Breakpoint: gdb should not stop!\n"));
2247 return PRINT_NOTHING;
2248 break;
2249
2250 case bp_catch_load:
2251 annotate_catchpoint (bs->breakpoint_at->number);
2252 printf_filtered (_("\nCatchpoint %d (loaded %s), "),
2253 bs->breakpoint_at->number,
2254 bs->breakpoint_at->triggered_dll_pathname);
2255 return PRINT_SRC_AND_LOC;
2256 break;
2257
2258 case bp_catch_unload:
2259 annotate_catchpoint (bs->breakpoint_at->number);
2260 printf_filtered (_("\nCatchpoint %d (unloaded %s), "),
2261 bs->breakpoint_at->number,
2262 bs->breakpoint_at->triggered_dll_pathname);
2263 return PRINT_SRC_AND_LOC;
2264 break;
2265
2266 case bp_catch_fork:
2267 annotate_catchpoint (bs->breakpoint_at->number);
2268 printf_filtered (_("\nCatchpoint %d (forked process %d), "),
2269 bs->breakpoint_at->number,
2270 bs->breakpoint_at->forked_inferior_pid);
2271 return PRINT_SRC_AND_LOC;
2272 break;
2273
2274 case bp_catch_vfork:
2275 annotate_catchpoint (bs->breakpoint_at->number);
2276 printf_filtered (_("\nCatchpoint %d (vforked process %d), "),
2277 bs->breakpoint_at->number,
2278 bs->breakpoint_at->forked_inferior_pid);
2279 return PRINT_SRC_AND_LOC;
2280 break;
2281
2282 case bp_catch_exec:
2283 annotate_catchpoint (bs->breakpoint_at->number);
2284 printf_filtered (_("\nCatchpoint %d (exec'd %s), "),
2285 bs->breakpoint_at->number,
2286 bs->breakpoint_at->exec_pathname);
2287 return PRINT_SRC_AND_LOC;
2288 break;
2289
2290 case bp_catch_catch:
2291 if (current_exception_event &&
2292 (CURRENT_EXCEPTION_KIND == EX_EVENT_CATCH))
2293 {
2294 annotate_catchpoint (bs->breakpoint_at->number);
2295 printf_filtered (_("\nCatchpoint %d (exception caught), "),
2296 bs->breakpoint_at->number);
2297 if (CURRENT_EXCEPTION_THROW_PC && CURRENT_EXCEPTION_THROW_LINE)
2298 printf_filtered (_("throw location %s:%d, "),
2299 CURRENT_EXCEPTION_THROW_FILE,
2300 CURRENT_EXCEPTION_THROW_LINE);
2301 else
2302 printf_filtered (_("throw location unknown, "));
2303
2304 if (CURRENT_EXCEPTION_CATCH_PC && CURRENT_EXCEPTION_CATCH_LINE)
2305 printf_filtered (_("catch location %s:%d\n"),
2306 CURRENT_EXCEPTION_CATCH_FILE,
2307 CURRENT_EXCEPTION_CATCH_LINE);
2308 else
2309 printf_filtered (_("catch location unknown\n"));
2310
2311 /* don't bother to print location frame info */
2312 return PRINT_SRC_ONLY;
2313 }
2314 else
2315 {
2316 /* really throw, some other bpstat will handle it */
2317 return PRINT_UNKNOWN;
2318 }
2319 break;
2320
2321 case bp_catch_throw:
2322 if (current_exception_event &&
2323 (CURRENT_EXCEPTION_KIND == EX_EVENT_THROW))
2324 {
2325 annotate_catchpoint (bs->breakpoint_at->number);
2326 printf_filtered (_("\nCatchpoint %d (exception thrown), "),
2327 bs->breakpoint_at->number);
2328 if (CURRENT_EXCEPTION_THROW_PC && CURRENT_EXCEPTION_THROW_LINE)
2329 printf_filtered (_("throw location %s:%d, "),
2330 CURRENT_EXCEPTION_THROW_FILE,
2331 CURRENT_EXCEPTION_THROW_LINE);
2332 else
2333 printf_filtered (_("throw location unknown, "));
2334
2335 if (CURRENT_EXCEPTION_CATCH_PC && CURRENT_EXCEPTION_CATCH_LINE)
2336 printf_filtered (_("catch location %s:%d\n"),
2337 CURRENT_EXCEPTION_CATCH_FILE,
2338 CURRENT_EXCEPTION_CATCH_LINE);
2339 else
2340 printf_filtered (_("catch location unknown\n"));
2341
2342 /* don't bother to print location frame info */
2343 return PRINT_SRC_ONLY;
2344 }
2345 else
2346 {
2347 /* really catch, some other bpstat will handle it */
2348 return PRINT_UNKNOWN;
2349 }
2350 break;
2351
2352 case bp_watchpoint:
2353 case bp_hardware_watchpoint:
2354 if (bs->old_val != NULL)
2355 {
2356 annotate_watchpoint (bs->breakpoint_at->number);
2357 if (ui_out_is_mi_like_p (uiout))
2358 ui_out_field_string
2359 (uiout, "reason",
2360 async_reason_lookup (EXEC_ASYNC_WATCHPOINT_TRIGGER));
2361 mention (bs->breakpoint_at);
2362 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "value");
2363 ui_out_text (uiout, "\nOld value = ");
2364 value_print (bs->old_val, stb->stream, 0, Val_pretty_default);
2365 ui_out_field_stream (uiout, "old", stb);
2366 ui_out_text (uiout, "\nNew value = ");
2367 value_print (bs->breakpoint_at->val, stb->stream, 0, Val_pretty_default);
2368 ui_out_field_stream (uiout, "new", stb);
2369 do_cleanups (ui_out_chain);
2370 ui_out_text (uiout, "\n");
2371 value_free (bs->old_val);
2372 bs->old_val = NULL;
2373 }
2374 /* More than one watchpoint may have been triggered. */
2375 return PRINT_UNKNOWN;
2376 break;
2377
2378 case bp_read_watchpoint:
2379 if (ui_out_is_mi_like_p (uiout))
2380 ui_out_field_string
2381 (uiout, "reason",
2382 async_reason_lookup (EXEC_ASYNC_READ_WATCHPOINT_TRIGGER));
2383 mention (bs->breakpoint_at);
2384 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "value");
2385 ui_out_text (uiout, "\nValue = ");
2386 value_print (bs->breakpoint_at->val, stb->stream, 0, Val_pretty_default);
2387 ui_out_field_stream (uiout, "value", stb);
2388 do_cleanups (ui_out_chain);
2389 ui_out_text (uiout, "\n");
2390 return PRINT_UNKNOWN;
2391 break;
2392
2393 case bp_access_watchpoint:
2394 if (bs->old_val != NULL)
2395 {
2396 annotate_watchpoint (bs->breakpoint_at->number);
2397 if (ui_out_is_mi_like_p (uiout))
2398 ui_out_field_string
2399 (uiout, "reason",
2400 async_reason_lookup (EXEC_ASYNC_ACCESS_WATCHPOINT_TRIGGER));
2401 mention (bs->breakpoint_at);
2402 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "value");
2403 ui_out_text (uiout, "\nOld value = ");
2404 value_print (bs->old_val, stb->stream, 0, Val_pretty_default);
2405 ui_out_field_stream (uiout, "old", stb);
2406 value_free (bs->old_val);
2407 bs->old_val = NULL;
2408 ui_out_text (uiout, "\nNew value = ");
2409 }
2410 else
2411 {
2412 mention (bs->breakpoint_at);
2413 if (ui_out_is_mi_like_p (uiout))
2414 ui_out_field_string
2415 (uiout, "reason",
2416 async_reason_lookup (EXEC_ASYNC_ACCESS_WATCHPOINT_TRIGGER));
2417 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "value");
2418 ui_out_text (uiout, "\nValue = ");
2419 }
2420 value_print (bs->breakpoint_at->val, stb->stream, 0,Val_pretty_default);
2421 ui_out_field_stream (uiout, "new", stb);
2422 do_cleanups (ui_out_chain);
2423 ui_out_text (uiout, "\n");
2424 return PRINT_UNKNOWN;
2425 break;
2426
2427 /* Fall through, we don't deal with these types of breakpoints
2428 here. */
2429
2430 case bp_finish:
2431 if (ui_out_is_mi_like_p (uiout))
2432 ui_out_field_string
2433 (uiout, "reason",
2434 async_reason_lookup (EXEC_ASYNC_FUNCTION_FINISHED));
2435 return PRINT_UNKNOWN;
2436 break;
2437
2438 case bp_until:
2439 if (ui_out_is_mi_like_p (uiout))
2440 ui_out_field_string
2441 (uiout, "reason",
2442 async_reason_lookup (EXEC_ASYNC_LOCATION_REACHED));
2443 return PRINT_UNKNOWN;
2444 break;
2445
2446 case bp_none:
2447 case bp_longjmp:
2448 case bp_longjmp_resume:
2449 case bp_step_resume:
2450 case bp_through_sigtramp:
2451 case bp_watchpoint_scope:
2452 case bp_call_dummy:
2453 default:
2454 return PRINT_UNKNOWN;
2455 }
2456 }
2457
2458 /* Generic routine for printing messages indicating why we
2459 stopped. The behavior of this function depends on the value
2460 'print_it' in the bpstat structure. Under some circumstances we
2461 may decide not to print anything here and delegate the task to
2462 normal_stop(). */
2463
2464 static enum print_stop_action
2465 print_bp_stop_message (bpstat bs)
2466 {
2467 switch (bs->print_it)
2468 {
2469 case print_it_noop:
2470 /* Nothing should be printed for this bpstat entry. */
2471 return PRINT_UNKNOWN;
2472 break;
2473
2474 case print_it_done:
2475 /* We still want to print the frame, but we already printed the
2476 relevant messages. */
2477 return PRINT_SRC_AND_LOC;
2478 break;
2479
2480 case print_it_normal:
2481 /* Normal case. Call the breakpoint's print_it method, or
2482 print_it_typical. */
2483 if (bs->breakpoint_at != NULL && bs->breakpoint_at->ops != NULL
2484 && bs->breakpoint_at->ops->print_it != NULL)
2485 return bs->breakpoint_at->ops->print_it (bs->breakpoint_at);
2486 else
2487 return print_it_typical (bs);
2488 break;
2489
2490 default:
2491 internal_error (__FILE__, __LINE__,
2492 _("print_bp_stop_message: unrecognized enum value"));
2493 break;
2494 }
2495 }
2496
2497 /* Print a message indicating what happened. This is called from
2498 normal_stop(). The input to this routine is the head of the bpstat
2499 list - a list of the eventpoints that caused this stop. This
2500 routine calls the generic print routine for printing a message
2501 about reasons for stopping. This will print (for example) the
2502 "Breakpoint n," part of the output. The return value of this
2503 routine is one of:
2504
2505 PRINT_UNKNOWN: Means we printed nothing
2506 PRINT_SRC_AND_LOC: Means we printed something, and expect subsequent
2507 code to print the location. An example is
2508 "Breakpoint 1, " which should be followed by
2509 the location.
2510 PRINT_SRC_ONLY: Means we printed something, but there is no need
2511 to also print the location part of the message.
2512 An example is the catch/throw messages, which
2513 don't require a location appended to the end.
2514 PRINT_NOTHING: We have done some printing and we don't need any
2515 further info to be printed.*/
2516
2517 enum print_stop_action
2518 bpstat_print (bpstat bs)
2519 {
2520 int val;
2521
2522 /* Maybe another breakpoint in the chain caused us to stop.
2523 (Currently all watchpoints go on the bpstat whether hit or not.
2524 That probably could (should) be changed, provided care is taken
2525 with respect to bpstat_explains_signal). */
2526 for (; bs; bs = bs->next)
2527 {
2528 val = print_bp_stop_message (bs);
2529 if (val == PRINT_SRC_ONLY
2530 || val == PRINT_SRC_AND_LOC
2531 || val == PRINT_NOTHING)
2532 return val;
2533 }
2534
2535 /* We reached the end of the chain, or we got a null BS to start
2536 with and nothing was printed. */
2537 return PRINT_UNKNOWN;
2538 }
2539
2540 /* Evaluate the expression EXP and return 1 if value is zero.
2541 This is used inside a catch_errors to evaluate the breakpoint condition.
2542 The argument is a "struct expression *" that has been cast to char * to
2543 make it pass through catch_errors. */
2544
2545 static int
2546 breakpoint_cond_eval (void *exp)
2547 {
2548 struct value *mark = value_mark ();
2549 int i = !value_true (evaluate_expression ((struct expression *) exp));
2550 value_free_to_mark (mark);
2551 return i;
2552 }
2553
2554 /* Allocate a new bpstat and chain it to the current one. */
2555
2556 static bpstat
2557 bpstat_alloc (struct breakpoint *b, bpstat cbs /* Current "bs" value */ )
2558 {
2559 bpstat bs;
2560
2561 bs = (bpstat) xmalloc (sizeof (*bs));
2562 cbs->next = bs;
2563 bs->breakpoint_at = b;
2564 /* If the condition is false, etc., don't do the commands. */
2565 bs->commands = NULL;
2566 bs->old_val = NULL;
2567 bs->print_it = print_it_normal;
2568 return bs;
2569 }
2570 \f
2571 /* Possible return values for watchpoint_check (this can't be an enum
2572 because of check_errors). */
2573 /* The watchpoint has been deleted. */
2574 #define WP_DELETED 1
2575 /* The value has changed. */
2576 #define WP_VALUE_CHANGED 2
2577 /* The value has not changed. */
2578 #define WP_VALUE_NOT_CHANGED 3
2579
2580 #define BP_TEMPFLAG 1
2581 #define BP_HARDWAREFLAG 2
2582
2583 /* Check watchpoint condition. */
2584
2585 static int
2586 watchpoint_check (void *p)
2587 {
2588 bpstat bs = (bpstat) p;
2589 struct breakpoint *b;
2590 struct frame_info *fr;
2591 int within_current_scope;
2592
2593 b = bs->breakpoint_at;
2594
2595 if (b->exp_valid_block == NULL)
2596 within_current_scope = 1;
2597 else
2598 {
2599 /* There is no current frame at this moment. If we're going to have
2600 any chance of handling watchpoints on local variables, we'll need
2601 the frame chain (so we can determine if we're in scope). */
2602 reinit_frame_cache ();
2603 fr = frame_find_by_id (b->watchpoint_frame);
2604 within_current_scope = (fr != NULL);
2605
2606 /* If we've gotten confused in the unwinder, we might have
2607 returned a frame that can't describe this variable. */
2608 if (within_current_scope
2609 && block_function (b->exp_valid_block) != get_frame_function (fr))
2610 within_current_scope = 0;
2611
2612 /* in_function_epilogue_p() returns a non-zero value if we're still
2613 in the function but the stack frame has already been invalidated.
2614 Since we can't rely on the values of local variables after the
2615 stack has been destroyed, we are treating the watchpoint in that
2616 state as `not changed' without further checking.
2617
2618 vinschen/2003-09-04: The former implementation left out the case
2619 that the watchpoint frame couldn't be found by frame_find_by_id()
2620 because the current PC is currently in an epilogue. Calling
2621 gdbarch_in_function_epilogue_p() also when fr == NULL fixes that. */
2622 if ((!within_current_scope || fr == get_current_frame ())
2623 && gdbarch_in_function_epilogue_p (current_gdbarch, read_pc ()))
2624 return WP_VALUE_NOT_CHANGED;
2625 if (fr && within_current_scope)
2626 /* If we end up stopping, the current frame will get selected
2627 in normal_stop. So this call to select_frame won't affect
2628 the user. */
2629 select_frame (fr);
2630 }
2631
2632 if (within_current_scope)
2633 {
2634 /* We use value_{,free_to_}mark because it could be a
2635 *long* time before we return to the command level and
2636 call free_all_values. We can't call free_all_values because
2637 we might be in the middle of evaluating a function call. */
2638
2639 struct value *mark = value_mark ();
2640 struct value *new_val = evaluate_expression (bs->breakpoint_at->exp);
2641 if (!value_equal (b->val, new_val))
2642 {
2643 release_value (new_val);
2644 value_free_to_mark (mark);
2645 bs->old_val = b->val;
2646 b->val = new_val;
2647 /* We will stop here */
2648 return WP_VALUE_CHANGED;
2649 }
2650 else
2651 {
2652 /* Nothing changed, don't do anything. */
2653 value_free_to_mark (mark);
2654 /* We won't stop here */
2655 return WP_VALUE_NOT_CHANGED;
2656 }
2657 }
2658 else
2659 {
2660 /* This seems like the only logical thing to do because
2661 if we temporarily ignored the watchpoint, then when
2662 we reenter the block in which it is valid it contains
2663 garbage (in the case of a function, it may have two
2664 garbage values, one before and one after the prologue).
2665 So we can't even detect the first assignment to it and
2666 watch after that (since the garbage may or may not equal
2667 the first value assigned). */
2668 /* We print all the stop information in print_it_typical(), but
2669 in this case, by the time we call print_it_typical() this bp
2670 will be deleted already. So we have no choice but print the
2671 information here. */
2672 if (ui_out_is_mi_like_p (uiout))
2673 ui_out_field_string
2674 (uiout, "reason", async_reason_lookup (EXEC_ASYNC_WATCHPOINT_SCOPE));
2675 ui_out_text (uiout, "\nWatchpoint ");
2676 ui_out_field_int (uiout, "wpnum", bs->breakpoint_at->number);
2677 ui_out_text (uiout, " deleted because the program has left the block in\n\
2678 which its expression is valid.\n");
2679
2680 if (b->related_breakpoint)
2681 b->related_breakpoint->disposition = disp_del_at_next_stop;
2682 b->disposition = disp_del_at_next_stop;
2683
2684 return WP_DELETED;
2685 }
2686 }
2687
2688 /* Get a bpstat associated with having just stopped at address
2689 BP_ADDR in thread PTID. STOPPED_BY_WATCHPOINT is 1 if the
2690 target thinks we stopped due to a hardware watchpoint, 0 if we
2691 know we did not trigger a hardware watchpoint, and -1 if we do not know. */
2692
2693 /* Determine whether we stopped at a breakpoint, etc, or whether we
2694 don't understand this stop. Result is a chain of bpstat's such that:
2695
2696 if we don't understand the stop, the result is a null pointer.
2697
2698 if we understand why we stopped, the result is not null.
2699
2700 Each element of the chain refers to a particular breakpoint or
2701 watchpoint at which we have stopped. (We may have stopped for
2702 several reasons concurrently.)
2703
2704 Each element of the chain has valid next, breakpoint_at,
2705 commands, FIXME??? fields. */
2706
2707 bpstat
2708 bpstat_stop_status (CORE_ADDR bp_addr, ptid_t ptid, int stopped_by_watchpoint)
2709 {
2710 struct breakpoint *b, *temp;
2711 /* True if we've hit a breakpoint (as opposed to a watchpoint). */
2712 int real_breakpoint = 0;
2713 /* Root of the chain of bpstat's */
2714 struct bpstats root_bs[1];
2715 /* Pointer to the last thing in the chain currently. */
2716 bpstat bs = root_bs;
2717 int thread_id = pid_to_thread_id (ptid);
2718
2719 ALL_BREAKPOINTS_SAFE (b, temp)
2720 {
2721 if (!breakpoint_enabled (b) && b->enable_state != bp_permanent)
2722 continue;
2723
2724 if (b->type != bp_watchpoint
2725 && b->type != bp_hardware_watchpoint
2726 && b->type != bp_read_watchpoint
2727 && b->type != bp_access_watchpoint
2728 && b->type != bp_hardware_breakpoint
2729 && b->type != bp_catch_fork
2730 && b->type != bp_catch_vfork
2731 && b->type != bp_catch_exec
2732 && b->type != bp_catch_catch
2733 && b->type != bp_catch_throw) /* a non-watchpoint bp */
2734 {
2735 if (b->loc->address != bp_addr) /* address doesn't match */
2736 continue;
2737 if (overlay_debugging /* unmapped overlay section */
2738 && section_is_overlay (b->loc->section)
2739 && !section_is_mapped (b->loc->section))
2740 continue;
2741 }
2742
2743 /* Continuable hardware watchpoints are treated as non-existent if the
2744 reason we stopped wasn't a hardware watchpoint (we didn't stop on
2745 some data address). Otherwise gdb won't stop on a break instruction
2746 in the code (not from a breakpoint) when a hardware watchpoint has
2747 been defined. */
2748
2749 if ((b->type == bp_hardware_watchpoint
2750 || b->type == bp_read_watchpoint
2751 || b->type == bp_access_watchpoint)
2752 && !stopped_by_watchpoint)
2753 continue;
2754
2755 if (b->type == bp_hardware_breakpoint)
2756 {
2757 if (b->loc->address != bp_addr)
2758 continue;
2759 if (overlay_debugging /* unmapped overlay section */
2760 && section_is_overlay (b->loc->section)
2761 && !section_is_mapped (b->loc->section))
2762 continue;
2763 }
2764
2765 /* Is this a catchpoint of a load or unload? If so, did we
2766 get a load or unload of the specified library? If not,
2767 ignore it. */
2768 if ((b->type == bp_catch_load)
2769 #if defined(SOLIB_HAVE_LOAD_EVENT)
2770 && (!SOLIB_HAVE_LOAD_EVENT (PIDGET (inferior_ptid))
2771 || ((b->dll_pathname != NULL)
2772 && (strcmp (b->dll_pathname,
2773 SOLIB_LOADED_LIBRARY_PATHNAME (
2774 PIDGET (inferior_ptid)))
2775 != 0)))
2776 #endif
2777 )
2778 continue;
2779
2780 if ((b->type == bp_catch_unload)
2781 #if defined(SOLIB_HAVE_UNLOAD_EVENT)
2782 && (!SOLIB_HAVE_UNLOAD_EVENT (PIDGET (inferior_ptid))
2783 || ((b->dll_pathname != NULL)
2784 && (strcmp (b->dll_pathname,
2785 SOLIB_UNLOADED_LIBRARY_PATHNAME (
2786 PIDGET (inferior_ptid)))
2787 != 0)))
2788 #endif
2789 )
2790 continue;
2791
2792 if ((b->type == bp_catch_fork)
2793 && !inferior_has_forked (PIDGET (inferior_ptid),
2794 &b->forked_inferior_pid))
2795 continue;
2796
2797 if ((b->type == bp_catch_vfork)
2798 && !inferior_has_vforked (PIDGET (inferior_ptid),
2799 &b->forked_inferior_pid))
2800 continue;
2801
2802 if ((b->type == bp_catch_exec)
2803 && !inferior_has_execd (PIDGET (inferior_ptid), &b->exec_pathname))
2804 continue;
2805
2806 if (ep_is_exception_catchpoint (b) &&
2807 !(current_exception_event = target_get_current_exception_event ()))
2808 continue;
2809
2810 /* Come here if it's a watchpoint, or if the break address matches */
2811
2812 bs = bpstat_alloc (b, bs); /* Alloc a bpstat to explain stop */
2813
2814 /* Watchpoints may change this, if not found to have triggered. */
2815 bs->stop = 1;
2816 bs->print = 1;
2817
2818 if (b->type == bp_watchpoint ||
2819 b->type == bp_hardware_watchpoint)
2820 {
2821 char *message = xstrprintf ("Error evaluating expression for watchpoint %d\n",
2822 b->number);
2823 struct cleanup *cleanups = make_cleanup (xfree, message);
2824 int e = catch_errors (watchpoint_check, bs, message,
2825 RETURN_MASK_ALL);
2826 do_cleanups (cleanups);
2827 switch (e)
2828 {
2829 case WP_DELETED:
2830 /* We've already printed what needs to be printed. */
2831 /* Actually this is superfluous, because by the time we
2832 call print_it_typical() the wp will be already deleted,
2833 and the function will return immediately. */
2834 bs->print_it = print_it_done;
2835 /* Stop. */
2836 break;
2837 case WP_VALUE_CHANGED:
2838 /* Stop. */
2839 ++(b->hit_count);
2840 break;
2841 case WP_VALUE_NOT_CHANGED:
2842 /* Don't stop. */
2843 bs->print_it = print_it_noop;
2844 bs->stop = 0;
2845 continue;
2846 default:
2847 /* Can't happen. */
2848 /* FALLTHROUGH */
2849 case 0:
2850 /* Error from catch_errors. */
2851 printf_filtered (_("Watchpoint %d deleted.\n"), b->number);
2852 if (b->related_breakpoint)
2853 b->related_breakpoint->disposition = disp_del_at_next_stop;
2854 b->disposition = disp_del_at_next_stop;
2855 /* We've already printed what needs to be printed. */
2856 bs->print_it = print_it_done;
2857
2858 /* Stop. */
2859 break;
2860 }
2861 }
2862 else if (b->type == bp_read_watchpoint ||
2863 b->type == bp_access_watchpoint)
2864 {
2865 CORE_ADDR addr;
2866 struct value *v;
2867 int found = 0;
2868
2869 if (!target_stopped_data_address (&current_target, &addr))
2870 continue;
2871 for (v = b->val_chain; v; v = value_next (v))
2872 {
2873 if (VALUE_LVAL (v) == lval_memory
2874 && ! value_lazy (v))
2875 {
2876 struct type *vtype = check_typedef (value_type (v));
2877
2878 if (v == b->val_chain
2879 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
2880 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
2881 {
2882 CORE_ADDR vaddr;
2883
2884 vaddr = VALUE_ADDRESS (v) + value_offset (v);
2885 /* Exact match not required. Within range is
2886 sufficient. */
2887 if (addr >= vaddr &&
2888 addr < vaddr + TYPE_LENGTH (value_type (v)))
2889 found = 1;
2890 }
2891 }
2892 }
2893 if (found)
2894 {
2895 char *message = xstrprintf ("Error evaluating expression for watchpoint %d\n",
2896 b->number);
2897 struct cleanup *cleanups = make_cleanup (xfree, message);
2898 int e = catch_errors (watchpoint_check, bs, message,
2899 RETURN_MASK_ALL);
2900 do_cleanups (cleanups);
2901 switch (e)
2902 {
2903 case WP_DELETED:
2904 /* We've already printed what needs to be printed. */
2905 bs->print_it = print_it_done;
2906 /* Stop. */
2907 break;
2908 case WP_VALUE_CHANGED:
2909 if (b->type == bp_read_watchpoint)
2910 {
2911 /* Don't stop: read watchpoints shouldn't fire if
2912 the value has changed. This is for targets
2913 which cannot set read-only watchpoints. */
2914 bs->print_it = print_it_noop;
2915 bs->stop = 0;
2916 continue;
2917 }
2918 ++(b->hit_count);
2919 break;
2920 case WP_VALUE_NOT_CHANGED:
2921 /* Stop. */
2922 ++(b->hit_count);
2923 break;
2924 default:
2925 /* Can't happen. */
2926 case 0:
2927 /* Error from catch_errors. */
2928 printf_filtered (_("Watchpoint %d deleted.\n"), b->number);
2929 if (b->related_breakpoint)
2930 b->related_breakpoint->disposition = disp_del_at_next_stop;
2931 b->disposition = disp_del_at_next_stop;
2932 /* We've already printed what needs to be printed. */
2933 bs->print_it = print_it_done;
2934 break;
2935 }
2936 }
2937 else /* found == 0 */
2938 {
2939 /* This is a case where some watchpoint(s) triggered,
2940 but not at the address of this watchpoint (FOUND
2941 was left zero). So don't print anything for this
2942 watchpoint. */
2943 bs->print_it = print_it_noop;
2944 bs->stop = 0;
2945 continue;
2946 }
2947 }
2948 else
2949 {
2950 /* By definition, an encountered breakpoint is a triggered
2951 breakpoint. */
2952 ++(b->hit_count);
2953
2954 real_breakpoint = 1;
2955 }
2956
2957 if (frame_id_p (b->frame_id)
2958 && !frame_id_eq (b->frame_id, get_frame_id (get_current_frame ())))
2959 bs->stop = 0;
2960 else
2961 {
2962 int value_is_zero = 0;
2963
2964 if (b->cond)
2965 {
2966 /* Need to select the frame, with all that implies
2967 so that the conditions will have the right context. */
2968 select_frame (get_current_frame ());
2969 value_is_zero
2970 = catch_errors (breakpoint_cond_eval, (b->cond),
2971 "Error in testing breakpoint condition:\n",
2972 RETURN_MASK_ALL);
2973 /* FIXME-someday, should give breakpoint # */
2974 free_all_values ();
2975 }
2976 if (b->cond && value_is_zero)
2977 {
2978 bs->stop = 0;
2979 /* Don't consider this a hit. */
2980 --(b->hit_count);
2981 }
2982 else if (b->thread != -1 && b->thread != thread_id)
2983 {
2984 bs->stop = 0;
2985 /* Don't consider this a hit. */
2986 --(b->hit_count);
2987 }
2988 else if (b->ignore_count > 0)
2989 {
2990 b->ignore_count--;
2991 annotate_ignore_count_change ();
2992 bs->stop = 0;
2993 }
2994 else
2995 {
2996 /* We will stop here */
2997 if (b->disposition == disp_disable)
2998 b->enable_state = bp_disabled;
2999 if (b->silent)
3000 bs->print = 0;
3001 bs->commands = b->commands;
3002 if (bs->commands &&
3003 (strcmp ("silent", bs->commands->line) == 0
3004 || (xdb_commands && strcmp ("Q", bs->commands->line) == 0)))
3005 {
3006 bs->commands = bs->commands->next;
3007 bs->print = 0;
3008 }
3009 bs->commands = copy_command_lines (bs->commands);
3010 }
3011 }
3012 /* Print nothing for this entry if we dont stop or if we dont print. */
3013 if (bs->stop == 0 || bs->print == 0)
3014 bs->print_it = print_it_noop;
3015 }
3016
3017 bs->next = NULL; /* Terminate the chain */
3018 bs = root_bs->next; /* Re-grab the head of the chain */
3019
3020 /* The value of a hardware watchpoint hasn't changed, but the
3021 intermediate memory locations we are watching may have. */
3022 if (bs && !bs->stop &&
3023 (bs->breakpoint_at->type == bp_hardware_watchpoint ||
3024 bs->breakpoint_at->type == bp_read_watchpoint ||
3025 bs->breakpoint_at->type == bp_access_watchpoint))
3026 {
3027 remove_breakpoints ();
3028 insert_breakpoints ();
3029 }
3030 return bs;
3031 }
3032 \f
3033 /* Tell what to do about this bpstat. */
3034 struct bpstat_what
3035 bpstat_what (bpstat bs)
3036 {
3037 /* Classify each bpstat as one of the following. */
3038 enum class
3039 {
3040 /* This bpstat element has no effect on the main_action. */
3041 no_effect = 0,
3042
3043 /* There was a watchpoint, stop but don't print. */
3044 wp_silent,
3045
3046 /* There was a watchpoint, stop and print. */
3047 wp_noisy,
3048
3049 /* There was a breakpoint but we're not stopping. */
3050 bp_nostop,
3051
3052 /* There was a breakpoint, stop but don't print. */
3053 bp_silent,
3054
3055 /* There was a breakpoint, stop and print. */
3056 bp_noisy,
3057
3058 /* We hit the longjmp breakpoint. */
3059 long_jump,
3060
3061 /* We hit the longjmp_resume breakpoint. */
3062 long_resume,
3063
3064 /* We hit the step_resume breakpoint. */
3065 step_resume,
3066
3067 /* We hit the through_sigtramp breakpoint. */
3068 through_sig,
3069
3070 /* We hit the shared library event breakpoint. */
3071 shlib_event,
3072
3073 /* We caught a shared library event. */
3074 catch_shlib_event,
3075
3076 /* This is just used to count how many enums there are. */
3077 class_last
3078 };
3079
3080 /* Here is the table which drives this routine. So that we can
3081 format it pretty, we define some abbreviations for the
3082 enum bpstat_what codes. */
3083 #define kc BPSTAT_WHAT_KEEP_CHECKING
3084 #define ss BPSTAT_WHAT_STOP_SILENT
3085 #define sn BPSTAT_WHAT_STOP_NOISY
3086 #define sgl BPSTAT_WHAT_SINGLE
3087 #define slr BPSTAT_WHAT_SET_LONGJMP_RESUME
3088 #define clr BPSTAT_WHAT_CLEAR_LONGJMP_RESUME
3089 #define clrs BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE
3090 #define sr BPSTAT_WHAT_STEP_RESUME
3091 #define ts BPSTAT_WHAT_THROUGH_SIGTRAMP
3092 #define shl BPSTAT_WHAT_CHECK_SHLIBS
3093 #define shlr BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK
3094
3095 /* "Can't happen." Might want to print an error message.
3096 abort() is not out of the question, but chances are GDB is just
3097 a bit confused, not unusable. */
3098 #define err BPSTAT_WHAT_STOP_NOISY
3099
3100 /* Given an old action and a class, come up with a new action. */
3101 /* One interesting property of this table is that wp_silent is the same
3102 as bp_silent and wp_noisy is the same as bp_noisy. That is because
3103 after stopping, the check for whether to step over a breakpoint
3104 (BPSTAT_WHAT_SINGLE type stuff) is handled in proceed() without
3105 reference to how we stopped. We retain separate wp_silent and
3106 bp_silent codes in case we want to change that someday.
3107
3108 Another possibly interesting property of this table is that
3109 there's a partial ordering, priority-like, of the actions. Once
3110 you've decided that some action is appropriate, you'll never go
3111 back and decide something of a lower priority is better. The
3112 ordering is:
3113
3114 kc < clr sgl shl shlr slr sn sr ss ts
3115 sgl < clrs shl shlr slr sn sr ss ts
3116 slr < err shl shlr sn sr ss ts
3117 clr < clrs err shl shlr sn sr ss ts
3118 clrs < err shl shlr sn sr ss ts
3119 ss < shl shlr sn sr ts
3120 sn < shl shlr sr ts
3121 sr < shl shlr ts
3122 shl < shlr
3123 ts <
3124 shlr <
3125
3126 What I think this means is that we don't need a damned table
3127 here. If you just put the rows and columns in the right order,
3128 it'd look awfully regular. We could simply walk the bpstat list
3129 and choose the highest priority action we find, with a little
3130 logic to handle the 'err' cases, and the CLEAR_LONGJMP_RESUME/
3131 CLEAR_LONGJMP_RESUME_SINGLE distinction (which breakpoint.h says
3132 is messy anyway). */
3133
3134 /* step_resume entries: a step resume breakpoint overrides another
3135 breakpoint of signal handling (see comment in wait_for_inferior
3136 at where we set the step_resume breakpoint). */
3137 /* We handle the through_sigtramp_breakpoint the same way; having both
3138 one of those and a step_resume_breakpoint is probably very rare (?). */
3139
3140 static const enum bpstat_what_main_action
3141 table[(int) class_last][(int) BPSTAT_WHAT_LAST] =
3142 {
3143 /* old action */
3144 /* kc ss sn sgl slr clr clrs sr ts shl shlr
3145 */
3146 /*no_effect */
3147 {kc, ss, sn, sgl, slr, clr, clrs, sr, ts, shl, shlr},
3148 /*wp_silent */
3149 {ss, ss, sn, ss, ss, ss, ss, sr, ts, shl, shlr},
3150 /*wp_noisy */
3151 {sn, sn, sn, sn, sn, sn, sn, sr, ts, shl, shlr},
3152 /*bp_nostop */
3153 {sgl, ss, sn, sgl, slr, clrs, clrs, sr, ts, shl, shlr},
3154 /*bp_silent */
3155 {ss, ss, sn, ss, ss, ss, ss, sr, ts, shl, shlr},
3156 /*bp_noisy */
3157 {sn, sn, sn, sn, sn, sn, sn, sr, ts, shl, shlr},
3158 /*long_jump */
3159 {slr, ss, sn, slr, slr, err, err, sr, ts, shl, shlr},
3160 /*long_resume */
3161 {clr, ss, sn, clrs, err, err, err, sr, ts, shl, shlr},
3162 /*step_resume */
3163 {sr, sr, sr, sr, sr, sr, sr, sr, ts, shl, shlr},
3164 /*through_sig */
3165 {ts, ts, ts, ts, ts, ts, ts, ts, ts, shl, shlr},
3166 /*shlib */
3167 {shl, shl, shl, shl, shl, shl, shl, shl, ts, shl, shlr},
3168 /*catch_shlib */
3169 {shlr, shlr, shlr, shlr, shlr, shlr, shlr, shlr, ts, shlr, shlr}
3170 };
3171
3172 #undef kc
3173 #undef ss
3174 #undef sn
3175 #undef sgl
3176 #undef slr
3177 #undef clr
3178 #undef clrs
3179 #undef err
3180 #undef sr
3181 #undef ts
3182 #undef shl
3183 #undef shlr
3184 enum bpstat_what_main_action current_action = BPSTAT_WHAT_KEEP_CHECKING;
3185 struct bpstat_what retval;
3186
3187 retval.call_dummy = 0;
3188 for (; bs != NULL; bs = bs->next)
3189 {
3190 enum class bs_class = no_effect;
3191 if (bs->breakpoint_at == NULL)
3192 /* I suspect this can happen if it was a momentary breakpoint
3193 which has since been deleted. */
3194 continue;
3195 switch (bs->breakpoint_at->type)
3196 {
3197 case bp_none:
3198 continue;
3199
3200 case bp_breakpoint:
3201 case bp_hardware_breakpoint:
3202 case bp_until:
3203 case bp_finish:
3204 if (bs->stop)
3205 {
3206 if (bs->print)
3207 bs_class = bp_noisy;
3208 else
3209 bs_class = bp_silent;
3210 }
3211 else
3212 bs_class = bp_nostop;
3213 break;
3214 case bp_watchpoint:
3215 case bp_hardware_watchpoint:
3216 case bp_read_watchpoint:
3217 case bp_access_watchpoint:
3218 if (bs->stop)
3219 {
3220 if (bs->print)
3221 bs_class = wp_noisy;
3222 else
3223 bs_class = wp_silent;
3224 }
3225 else
3226 /* There was a watchpoint, but we're not stopping.
3227 This requires no further action. */
3228 bs_class = no_effect;
3229 break;
3230 case bp_longjmp:
3231 bs_class = long_jump;
3232 break;
3233 case bp_longjmp_resume:
3234 bs_class = long_resume;
3235 break;
3236 case bp_step_resume:
3237 if (bs->stop)
3238 {
3239 bs_class = step_resume;
3240 }
3241 else
3242 /* It is for the wrong frame. */
3243 bs_class = bp_nostop;
3244 break;
3245 case bp_through_sigtramp:
3246 bs_class = through_sig;
3247 break;
3248 case bp_watchpoint_scope:
3249 bs_class = bp_nostop;
3250 break;
3251 case bp_shlib_event:
3252 bs_class = shlib_event;
3253 break;
3254 case bp_thread_event:
3255 case bp_overlay_event:
3256 bs_class = bp_nostop;
3257 break;
3258 case bp_catch_load:
3259 case bp_catch_unload:
3260 /* Only if this catchpoint triggered should we cause the
3261 step-out-of-dld behaviour. Otherwise, we ignore this
3262 catchpoint. */
3263 if (bs->stop)
3264 bs_class = catch_shlib_event;
3265 else
3266 bs_class = no_effect;
3267 break;
3268 case bp_catch_fork:
3269 case bp_catch_vfork:
3270 case bp_catch_exec:
3271 if (bs->stop)
3272 {
3273 if (bs->print)
3274 bs_class = bp_noisy;
3275 else
3276 bs_class = bp_silent;
3277 }
3278 else
3279 /* There was a catchpoint, but we're not stopping.
3280 This requires no further action. */
3281 bs_class = no_effect;
3282 break;
3283 case bp_catch_catch:
3284 if (!bs->stop || CURRENT_EXCEPTION_KIND != EX_EVENT_CATCH)
3285 bs_class = bp_nostop;
3286 else if (bs->stop)
3287 bs_class = bs->print ? bp_noisy : bp_silent;
3288 break;
3289 case bp_catch_throw:
3290 if (!bs->stop || CURRENT_EXCEPTION_KIND != EX_EVENT_THROW)
3291 bs_class = bp_nostop;
3292 else if (bs->stop)
3293 bs_class = bs->print ? bp_noisy : bp_silent;
3294 break;
3295 case bp_call_dummy:
3296 /* Make sure the action is stop (silent or noisy),
3297 so infrun.c pops the dummy frame. */
3298 bs_class = bp_silent;
3299 retval.call_dummy = 1;
3300 break;
3301 }
3302 current_action = table[(int) bs_class][(int) current_action];
3303 }
3304 retval.main_action = current_action;
3305 return retval;
3306 }
3307
3308 /* Nonzero if we should step constantly (e.g. watchpoints on machines
3309 without hardware support). This isn't related to a specific bpstat,
3310 just to things like whether watchpoints are set. */
3311
3312 int
3313 bpstat_should_step (void)
3314 {
3315 struct breakpoint *b;
3316 ALL_BREAKPOINTS (b)
3317 if (breakpoint_enabled (b) && b->type == bp_watchpoint)
3318 return 1;
3319 return 0;
3320 }
3321
3322 /* Nonzero if there are enabled hardware watchpoints. */
3323 int
3324 bpstat_have_active_hw_watchpoints (void)
3325 {
3326 struct bp_location *bpt;
3327 ALL_BP_LOCATIONS (bpt)
3328 if (breakpoint_enabled (bpt->owner)
3329 && bpt->inserted
3330 && bpt->loc_type == bp_loc_hardware_watchpoint)
3331 return 1;
3332 return 0;
3333 }
3334 \f
3335
3336 /* Given a bpstat that records zero or more triggered eventpoints, this
3337 function returns another bpstat which contains only the catchpoints
3338 on that first list, if any. */
3339 void
3340 bpstat_get_triggered_catchpoints (bpstat ep_list, bpstat *cp_list)
3341 {
3342 struct bpstats root_bs[1];
3343 bpstat bs = root_bs;
3344 struct breakpoint *ep;
3345 char *dll_pathname;
3346
3347 bpstat_clear (cp_list);
3348 root_bs->next = NULL;
3349
3350 for (; ep_list != NULL; ep_list = ep_list->next)
3351 {
3352 /* Is this eventpoint a catchpoint? If not, ignore it. */
3353 ep = ep_list->breakpoint_at;
3354 if (ep == NULL)
3355 break;
3356 if ((ep->type != bp_catch_load) &&
3357 (ep->type != bp_catch_unload) &&
3358 (ep->type != bp_catch_catch) &&
3359 (ep->type != bp_catch_throw))
3360 /* pai: (temp) ADD fork/vfork here!! */
3361 continue;
3362
3363 /* Yes; add it to the list. */
3364 bs = bpstat_alloc (ep, bs);
3365 *bs = *ep_list;
3366 bs->next = NULL;
3367 bs = root_bs->next;
3368
3369 #if defined(SOLIB_ADD)
3370 /* Also, for each triggered catchpoint, tag it with the name of
3371 the library that caused this trigger. (We copy the name now,
3372 because it's only guaranteed to be available NOW, when the
3373 catchpoint triggers. Clients who may wish to know the name
3374 later must get it from the catchpoint itself.) */
3375 if (ep->triggered_dll_pathname != NULL)
3376 xfree (ep->triggered_dll_pathname);
3377 if (ep->type == bp_catch_load)
3378 dll_pathname = SOLIB_LOADED_LIBRARY_PATHNAME (
3379 PIDGET (inferior_ptid));
3380 else
3381 dll_pathname = SOLIB_UNLOADED_LIBRARY_PATHNAME (
3382 PIDGET (inferior_ptid));
3383 #else
3384 dll_pathname = NULL;
3385 #endif
3386 if (dll_pathname)
3387 {
3388 ep->triggered_dll_pathname = (char *)
3389 xmalloc (strlen (dll_pathname) + 1);
3390 strcpy (ep->triggered_dll_pathname, dll_pathname);
3391 }
3392 else
3393 ep->triggered_dll_pathname = NULL;
3394 }
3395
3396 *cp_list = bs;
3397 }
3398
3399 /* Print B to gdb_stdout. */
3400 static void
3401 print_one_breakpoint (struct breakpoint *b,
3402 CORE_ADDR *last_addr)
3403 {
3404 struct command_line *l;
3405 struct symbol *sym;
3406 struct ep_type_description
3407 {
3408 enum bptype type;
3409 char *description;
3410 };
3411 static struct ep_type_description bptypes[] =
3412 {
3413 {bp_none, "?deleted?"},
3414 {bp_breakpoint, "breakpoint"},
3415 {bp_hardware_breakpoint, "hw breakpoint"},
3416 {bp_until, "until"},
3417 {bp_finish, "finish"},
3418 {bp_watchpoint, "watchpoint"},
3419 {bp_hardware_watchpoint, "hw watchpoint"},
3420 {bp_read_watchpoint, "read watchpoint"},
3421 {bp_access_watchpoint, "acc watchpoint"},
3422 {bp_longjmp, "longjmp"},
3423 {bp_longjmp_resume, "longjmp resume"},
3424 {bp_step_resume, "step resume"},
3425 {bp_through_sigtramp, "sigtramp"},
3426 {bp_watchpoint_scope, "watchpoint scope"},
3427 {bp_call_dummy, "call dummy"},
3428 {bp_shlib_event, "shlib events"},
3429 {bp_thread_event, "thread events"},
3430 {bp_overlay_event, "overlay events"},
3431 {bp_catch_load, "catch load"},
3432 {bp_catch_unload, "catch unload"},
3433 {bp_catch_fork, "catch fork"},
3434 {bp_catch_vfork, "catch vfork"},
3435 {bp_catch_exec, "catch exec"},
3436 {bp_catch_catch, "catch catch"},
3437 {bp_catch_throw, "catch throw"}
3438 };
3439
3440 static char *bpdisps[] =
3441 {"del", "dstp", "dis", "keep"};
3442 static char bpenables[] = "nynny";
3443 char wrap_indent[80];
3444 struct ui_stream *stb = ui_out_stream_new (uiout);
3445 struct cleanup *old_chain = make_cleanup_ui_out_stream_delete (stb);
3446 struct cleanup *bkpt_chain;
3447
3448 annotate_record ();
3449 bkpt_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "bkpt");
3450
3451 /* 1 */
3452 annotate_field (0);
3453 ui_out_field_int (uiout, "number", b->number);
3454
3455 /* 2 */
3456 annotate_field (1);
3457 if (((int) b->type > (sizeof (bptypes) / sizeof (bptypes[0])))
3458 || ((int) b->type != bptypes[(int) b->type].type))
3459 internal_error (__FILE__, __LINE__,
3460 _("bptypes table does not describe type #%d."),
3461 (int) b->type);
3462 ui_out_field_string (uiout, "type", bptypes[(int) b->type].description);
3463
3464 /* 3 */
3465 annotate_field (2);
3466 ui_out_field_string (uiout, "disp", bpdisps[(int) b->disposition]);
3467
3468 /* 4 */
3469 annotate_field (3);
3470 ui_out_field_fmt (uiout, "enabled", "%c", bpenables[(int) b->enable_state]);
3471 ui_out_spaces (uiout, 2);
3472
3473 /* 5 and 6 */
3474 strcpy (wrap_indent, " ");
3475 if (addressprint)
3476 {
3477 if (TARGET_ADDR_BIT <= 32)
3478 strcat (wrap_indent, " ");
3479 else
3480 strcat (wrap_indent, " ");
3481 }
3482
3483 if (b->ops != NULL && b->ops->print_one != NULL)
3484 b->ops->print_one (b, last_addr);
3485 else
3486 switch (b->type)
3487 {
3488 case bp_none:
3489 internal_error (__FILE__, __LINE__,
3490 _("print_one_breakpoint: bp_none encountered\n"));
3491 break;
3492
3493 case bp_watchpoint:
3494 case bp_hardware_watchpoint:
3495 case bp_read_watchpoint:
3496 case bp_access_watchpoint:
3497 /* Field 4, the address, is omitted (which makes the columns
3498 not line up too nicely with the headers, but the effect
3499 is relatively readable). */
3500 if (addressprint)
3501 ui_out_field_skip (uiout, "addr");
3502 annotate_field (5);
3503 print_expression (b->exp, stb->stream);
3504 ui_out_field_stream (uiout, "what", stb);
3505 break;
3506
3507 case bp_catch_load:
3508 case bp_catch_unload:
3509 /* Field 4, the address, is omitted (which makes the columns
3510 not line up too nicely with the headers, but the effect
3511 is relatively readable). */
3512 if (addressprint)
3513 ui_out_field_skip (uiout, "addr");
3514 annotate_field (5);
3515 if (b->dll_pathname == NULL)
3516 {
3517 ui_out_field_string (uiout, "what", "<any library>");
3518 ui_out_spaces (uiout, 1);
3519 }
3520 else
3521 {
3522 ui_out_text (uiout, "library \"");
3523 ui_out_field_string (uiout, "what", b->dll_pathname);
3524 ui_out_text (uiout, "\" ");
3525 }
3526 break;
3527
3528 case bp_catch_fork:
3529 case bp_catch_vfork:
3530 /* Field 4, the address, is omitted (which makes the columns
3531 not line up too nicely with the headers, but the effect
3532 is relatively readable). */
3533 if (addressprint)
3534 ui_out_field_skip (uiout, "addr");
3535 annotate_field (5);
3536 if (b->forked_inferior_pid != 0)
3537 {
3538 ui_out_text (uiout, "process ");
3539 ui_out_field_int (uiout, "what", b->forked_inferior_pid);
3540 ui_out_spaces (uiout, 1);
3541 }
3542 break;
3543
3544 case bp_catch_exec:
3545 /* Field 4, the address, is omitted (which makes the columns
3546 not line up too nicely with the headers, but the effect
3547 is relatively readable). */
3548 if (addressprint)
3549 ui_out_field_skip (uiout, "addr");
3550 annotate_field (5);
3551 if (b->exec_pathname != NULL)
3552 {
3553 ui_out_text (uiout, "program \"");
3554 ui_out_field_string (uiout, "what", b->exec_pathname);
3555 ui_out_text (uiout, "\" ");
3556 }
3557 break;
3558
3559 case bp_catch_catch:
3560 /* Field 4, the address, is omitted (which makes the columns
3561 not line up too nicely with the headers, but the effect
3562 is relatively readable). */
3563 if (addressprint)
3564 ui_out_field_skip (uiout, "addr");
3565 annotate_field (5);
3566 ui_out_field_string (uiout, "what", "exception catch");
3567 ui_out_spaces (uiout, 1);
3568 break;
3569
3570 case bp_catch_throw:
3571 /* Field 4, the address, is omitted (which makes the columns
3572 not line up too nicely with the headers, but the effect
3573 is relatively readable). */
3574 if (addressprint)
3575 ui_out_field_skip (uiout, "addr");
3576 annotate_field (5);
3577 ui_out_field_string (uiout, "what", "exception throw");
3578 ui_out_spaces (uiout, 1);
3579 break;
3580
3581 case bp_breakpoint:
3582 case bp_hardware_breakpoint:
3583 case bp_until:
3584 case bp_finish:
3585 case bp_longjmp:
3586 case bp_longjmp_resume:
3587 case bp_step_resume:
3588 case bp_through_sigtramp:
3589 case bp_watchpoint_scope:
3590 case bp_call_dummy:
3591 case bp_shlib_event:
3592 case bp_thread_event:
3593 case bp_overlay_event:
3594 if (addressprint)
3595 {
3596 annotate_field (4);
3597 if (b->pending)
3598 ui_out_field_string (uiout, "addr", "<PENDING>");
3599 else
3600 ui_out_field_core_addr (uiout, "addr", b->loc->address);
3601 }
3602 annotate_field (5);
3603 *last_addr = b->loc->address;
3604 if (b->source_file)
3605 {
3606 sym = find_pc_sect_function (b->loc->address, b->loc->section);
3607 if (sym)
3608 {
3609 ui_out_text (uiout, "in ");
3610 ui_out_field_string (uiout, "func",
3611 SYMBOL_PRINT_NAME (sym));
3612 ui_out_wrap_hint (uiout, wrap_indent);
3613 ui_out_text (uiout, " at ");
3614 }
3615 ui_out_field_string (uiout, "file", b->source_file);
3616 ui_out_text (uiout, ":");
3617
3618 if (ui_out_is_mi_like_p (uiout))
3619 {
3620 struct symtab_and_line sal = find_pc_line (b->loc->address, 0);
3621 char *fullname = symtab_to_fullname (sal.symtab);
3622
3623 if (fullname)
3624 ui_out_field_string (uiout, "fullname", fullname);
3625 }
3626
3627 ui_out_field_int (uiout, "line", b->line_number);
3628 }
3629 else if (b->pending)
3630 {
3631 ui_out_field_string (uiout, "pending", b->addr_string);
3632 }
3633 else
3634 {
3635 print_address_symbolic (b->loc->address, stb->stream, demangle, "");
3636 ui_out_field_stream (uiout, "at", stb);
3637 }
3638 break;
3639 }
3640
3641 if (b->thread != -1)
3642 {
3643 /* FIXME: This seems to be redundant and lost here; see the
3644 "stop only in" line a little further down. */
3645 ui_out_text (uiout, " thread ");
3646 ui_out_field_int (uiout, "thread", b->thread);
3647 }
3648
3649 ui_out_text (uiout, "\n");
3650
3651 if (frame_id_p (b->frame_id))
3652 {
3653 annotate_field (6);
3654 ui_out_text (uiout, "\tstop only in stack frame at ");
3655 /* FIXME: cagney/2002-12-01: Shouldn't be poeking around inside
3656 the frame ID. */
3657 ui_out_field_core_addr (uiout, "frame", b->frame_id.stack_addr);
3658 ui_out_text (uiout, "\n");
3659 }
3660
3661 if (b->cond && !ada_exception_catchpoint_p (b))
3662 {
3663 /* We do not print the condition for Ada exception catchpoints
3664 because the condition is an internal implementation detail
3665 that we do not want to expose to the user. */
3666 annotate_field (7);
3667 ui_out_text (uiout, "\tstop only if ");
3668 print_expression (b->cond, stb->stream);
3669 ui_out_field_stream (uiout, "cond", stb);
3670 ui_out_text (uiout, "\n");
3671 }
3672
3673 if (b->pending && b->cond_string)
3674 {
3675 annotate_field (7);
3676 ui_out_text (uiout, "\tstop only if ");
3677 ui_out_field_string (uiout, "cond", b->cond_string);
3678 ui_out_text (uiout, "\n");
3679 }
3680
3681 if (b->thread != -1)
3682 {
3683 /* FIXME should make an annotation for this */
3684 ui_out_text (uiout, "\tstop only in thread ");
3685 ui_out_field_int (uiout, "thread", b->thread);
3686 ui_out_text (uiout, "\n");
3687 }
3688
3689 if (show_breakpoint_hit_counts && b->hit_count)
3690 {
3691 /* FIXME should make an annotation for this */
3692 if (ep_is_catchpoint (b))
3693 ui_out_text (uiout, "\tcatchpoint");
3694 else
3695 ui_out_text (uiout, "\tbreakpoint");
3696 ui_out_text (uiout, " already hit ");
3697 ui_out_field_int (uiout, "times", b->hit_count);
3698 if (b->hit_count == 1)
3699 ui_out_text (uiout, " time\n");
3700 else
3701 ui_out_text (uiout, " times\n");
3702 }
3703
3704 /* Output the count also if it is zero, but only if this is
3705 mi. FIXME: Should have a better test for this. */
3706 if (ui_out_is_mi_like_p (uiout))
3707 if (show_breakpoint_hit_counts && b->hit_count == 0)
3708 ui_out_field_int (uiout, "times", b->hit_count);
3709
3710 if (b->ignore_count)
3711 {
3712 annotate_field (8);
3713 ui_out_text (uiout, "\tignore next ");
3714 ui_out_field_int (uiout, "ignore", b->ignore_count);
3715 ui_out_text (uiout, " hits\n");
3716 }
3717
3718 if ((l = b->commands))
3719 {
3720 struct cleanup *script_chain;
3721
3722 annotate_field (9);
3723 script_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "script");
3724 print_command_lines (uiout, l, 4);
3725 do_cleanups (script_chain);
3726 }
3727 do_cleanups (bkpt_chain);
3728 do_cleanups (old_chain);
3729 }
3730
3731 struct captured_breakpoint_query_args
3732 {
3733 int bnum;
3734 };
3735
3736 static int
3737 do_captured_breakpoint_query (struct ui_out *uiout, void *data)
3738 {
3739 struct captured_breakpoint_query_args *args = data;
3740 struct breakpoint *b;
3741 CORE_ADDR dummy_addr = 0;
3742 ALL_BREAKPOINTS (b)
3743 {
3744 if (args->bnum == b->number)
3745 {
3746 print_one_breakpoint (b, &dummy_addr);
3747 return GDB_RC_OK;
3748 }
3749 }
3750 return GDB_RC_NONE;
3751 }
3752
3753 enum gdb_rc
3754 gdb_breakpoint_query (struct ui_out *uiout, int bnum, char **error_message)
3755 {
3756 struct captured_breakpoint_query_args args;
3757 args.bnum = bnum;
3758 /* For the moment we don't trust print_one_breakpoint() to not throw
3759 an error. */
3760 return catch_exceptions_with_msg (uiout, do_captured_breakpoint_query, &args,
3761 error_message, RETURN_MASK_ALL);
3762 }
3763
3764 /* Return non-zero if B is user settable (breakpoints, watchpoints,
3765 catchpoints, et.al.). */
3766
3767 static int
3768 user_settable_breakpoint (const struct breakpoint *b)
3769 {
3770 return (b->type == bp_breakpoint
3771 || b->type == bp_catch_load
3772 || b->type == bp_catch_unload
3773 || b->type == bp_catch_fork
3774 || b->type == bp_catch_vfork
3775 || b->type == bp_catch_exec
3776 || b->type == bp_catch_catch
3777 || b->type == bp_catch_throw
3778 || b->type == bp_hardware_breakpoint
3779 || b->type == bp_watchpoint
3780 || b->type == bp_read_watchpoint
3781 || b->type == bp_access_watchpoint
3782 || b->type == bp_hardware_watchpoint);
3783 }
3784
3785 /* Print information on user settable breakpoint (watchpoint, etc)
3786 number BNUM. If BNUM is -1 print all user settable breakpoints.
3787 If ALLFLAG is non-zero, include non- user settable breakpoints. */
3788
3789 static void
3790 breakpoint_1 (int bnum, int allflag)
3791 {
3792 struct breakpoint *b;
3793 CORE_ADDR last_addr = (CORE_ADDR) -1;
3794 int nr_printable_breakpoints;
3795 struct cleanup *bkpttbl_chain;
3796
3797 /* Compute the number of rows in the table. */
3798 nr_printable_breakpoints = 0;
3799 ALL_BREAKPOINTS (b)
3800 if (bnum == -1
3801 || bnum == b->number)
3802 {
3803 if (allflag || user_settable_breakpoint (b))
3804 nr_printable_breakpoints++;
3805 }
3806
3807 if (addressprint)
3808 bkpttbl_chain
3809 = make_cleanup_ui_out_table_begin_end (uiout, 6, nr_printable_breakpoints,
3810 "BreakpointTable");
3811 else
3812 bkpttbl_chain
3813 = make_cleanup_ui_out_table_begin_end (uiout, 5, nr_printable_breakpoints,
3814 "BreakpointTable");
3815
3816 if (nr_printable_breakpoints > 0)
3817 annotate_breakpoints_headers ();
3818 if (nr_printable_breakpoints > 0)
3819 annotate_field (0);
3820 ui_out_table_header (uiout, 3, ui_left, "number", "Num"); /* 1 */
3821 if (nr_printable_breakpoints > 0)
3822 annotate_field (1);
3823 ui_out_table_header (uiout, 14, ui_left, "type", "Type"); /* 2 */
3824 if (nr_printable_breakpoints > 0)
3825 annotate_field (2);
3826 ui_out_table_header (uiout, 4, ui_left, "disp", "Disp"); /* 3 */
3827 if (nr_printable_breakpoints > 0)
3828 annotate_field (3);
3829 ui_out_table_header (uiout, 3, ui_left, "enabled", "Enb"); /* 4 */
3830 if (addressprint)
3831 {
3832 if (nr_printable_breakpoints > 0)
3833 annotate_field (4);
3834 if (TARGET_ADDR_BIT <= 32)
3835 ui_out_table_header (uiout, 10, ui_left, "addr", "Address");/* 5 */
3836 else
3837 ui_out_table_header (uiout, 18, ui_left, "addr", "Address");/* 5 */
3838 }
3839 if (nr_printable_breakpoints > 0)
3840 annotate_field (5);
3841 ui_out_table_header (uiout, 40, ui_noalign, "what", "What"); /* 6 */
3842 ui_out_table_body (uiout);
3843 if (nr_printable_breakpoints > 0)
3844 annotate_breakpoints_table ();
3845
3846 ALL_BREAKPOINTS (b)
3847 if (bnum == -1
3848 || bnum == b->number)
3849 {
3850 /* We only print out user settable breakpoints unless the
3851 allflag is set. */
3852 if (allflag || user_settable_breakpoint (b))
3853 print_one_breakpoint (b, &last_addr);
3854 }
3855
3856 do_cleanups (bkpttbl_chain);
3857
3858 if (nr_printable_breakpoints == 0)
3859 {
3860 if (bnum == -1)
3861 ui_out_message (uiout, 0, "No breakpoints or watchpoints.\n");
3862 else
3863 ui_out_message (uiout, 0, "No breakpoint or watchpoint number %d.\n",
3864 bnum);
3865 }
3866 else
3867 {
3868 /* Compare against (CORE_ADDR)-1 in case some compiler decides
3869 that a comparison of an unsigned with -1 is always false. */
3870 if (last_addr != (CORE_ADDR) -1)
3871 set_next_address (last_addr);
3872 }
3873
3874 /* FIXME? Should this be moved up so that it is only called when
3875 there have been breakpoints? */
3876 annotate_breakpoints_table_end ();
3877 }
3878
3879 static void
3880 breakpoints_info (char *bnum_exp, int from_tty)
3881 {
3882 int bnum = -1;
3883
3884 if (bnum_exp)
3885 bnum = parse_and_eval_long (bnum_exp);
3886
3887 breakpoint_1 (bnum, 0);
3888 }
3889
3890 static void
3891 maintenance_info_breakpoints (char *bnum_exp, int from_tty)
3892 {
3893 int bnum = -1;
3894
3895 if (bnum_exp)
3896 bnum = parse_and_eval_long (bnum_exp);
3897
3898 breakpoint_1 (bnum, 1);
3899 }
3900
3901 /* Print a message describing any breakpoints set at PC. */
3902
3903 static void
3904 describe_other_breakpoints (CORE_ADDR pc, asection *section, int thread)
3905 {
3906 int others = 0;
3907 struct breakpoint *b;
3908
3909 ALL_BREAKPOINTS (b)
3910 if (b->loc->address == pc) /* address match / overlay match */
3911 if (!b->pending && (!overlay_debugging || b->loc->section == section))
3912 others++;
3913 if (others > 0)
3914 {
3915 if (others == 1)
3916 printf_filtered (_("Note: breakpoint "));
3917 else /* if (others == ???) */
3918 printf_filtered (_("Note: breakpoints "));
3919 ALL_BREAKPOINTS (b)
3920 if (b->loc->address == pc) /* address match / overlay match */
3921 if (!b->pending && (!overlay_debugging || b->loc->section == section))
3922 {
3923 others--;
3924 printf_filtered ("%d", b->number);
3925 if (b->thread == -1 && thread != -1)
3926 printf_filtered (" (all threads)");
3927 else if (b->thread != -1)
3928 printf_filtered (" (thread %d)", b->thread);
3929 printf_filtered ("%s%s ",
3930 ((b->enable_state == bp_disabled ||
3931 b->enable_state == bp_shlib_disabled ||
3932 b->enable_state == bp_call_disabled)
3933 ? " (disabled)"
3934 : b->enable_state == bp_permanent
3935 ? " (permanent)"
3936 : ""),
3937 (others > 1) ? ","
3938 : ((others == 1) ? " and" : ""));
3939 }
3940 printf_filtered (_("also set at pc "));
3941 deprecated_print_address_numeric (pc, 1, gdb_stdout);
3942 printf_filtered (".\n");
3943 }
3944 }
3945 \f
3946 /* Set the default place to put a breakpoint
3947 for the `break' command with no arguments. */
3948
3949 void
3950 set_default_breakpoint (int valid, CORE_ADDR addr, struct symtab *symtab,
3951 int line)
3952 {
3953 default_breakpoint_valid = valid;
3954 default_breakpoint_address = addr;
3955 default_breakpoint_symtab = symtab;
3956 default_breakpoint_line = line;
3957 }
3958
3959 /* Return true iff it is meaningful to use the address member of
3960 BPT. For some breakpoint types, the address member is irrelevant
3961 and it makes no sense to attempt to compare it to other addresses
3962 (or use it for any other purpose either).
3963
3964 More specifically, each of the following breakpoint types will always
3965 have a zero valued address and we don't want check_duplicates() to mark
3966 breakpoints of any of these types to be a duplicate of an actual
3967 breakpoint at address zero:
3968
3969 bp_watchpoint
3970 bp_hardware_watchpoint
3971 bp_read_watchpoint
3972 bp_access_watchpoint
3973 bp_catch_exec
3974 bp_longjmp_resume
3975 bp_catch_fork
3976 bp_catch_vork */
3977
3978 static int
3979 breakpoint_address_is_meaningful (struct breakpoint *bpt)
3980 {
3981 enum bptype type = bpt->type;
3982
3983 return (type != bp_watchpoint
3984 && type != bp_hardware_watchpoint
3985 && type != bp_read_watchpoint
3986 && type != bp_access_watchpoint
3987 && type != bp_catch_exec
3988 && type != bp_longjmp_resume
3989 && type != bp_catch_fork
3990 && type != bp_catch_vfork);
3991 }
3992
3993 /* Rescan breakpoints at the same address and section as BPT,
3994 marking the first one as "first" and any others as "duplicates".
3995 This is so that the bpt instruction is only inserted once.
3996 If we have a permanent breakpoint at the same place as BPT, make
3997 that one the official one, and the rest as duplicates. */
3998
3999 static void
4000 check_duplicates (struct breakpoint *bpt)
4001 {
4002 struct bp_location *b;
4003 int count = 0;
4004 struct bp_location *perm_bp = 0;
4005 CORE_ADDR address = bpt->loc->address;
4006 asection *section = bpt->loc->section;
4007
4008 if (! breakpoint_address_is_meaningful (bpt))
4009 return;
4010
4011 ALL_BP_LOCATIONS (b)
4012 if (b->owner->enable_state != bp_disabled
4013 && b->owner->enable_state != bp_shlib_disabled
4014 && !b->owner->pending
4015 && b->owner->enable_state != bp_call_disabled
4016 && b->address == address /* address / overlay match */
4017 && (!overlay_debugging || b->section == section)
4018 && breakpoint_address_is_meaningful (b->owner))
4019 {
4020 /* Have we found a permanent breakpoint? */
4021 if (b->owner->enable_state == bp_permanent)
4022 {
4023 perm_bp = b;
4024 break;
4025 }
4026
4027 count++;
4028 b->duplicate = count > 1;
4029 }
4030
4031 /* If we found a permanent breakpoint at this address, go over the
4032 list again and declare all the other breakpoints there to be the
4033 duplicates. */
4034 if (perm_bp)
4035 {
4036 perm_bp->duplicate = 0;
4037
4038 /* Permanent breakpoint should always be inserted. */
4039 if (! perm_bp->inserted)
4040 internal_error (__FILE__, __LINE__,
4041 _("allegedly permanent breakpoint is not "
4042 "actually inserted"));
4043
4044 ALL_BP_LOCATIONS (b)
4045 if (b != perm_bp)
4046 {
4047 if (b->owner->enable_state != bp_disabled
4048 && b->owner->enable_state != bp_shlib_disabled
4049 && !b->owner->pending
4050 && b->owner->enable_state != bp_call_disabled
4051 && b->address == address /* address / overlay match */
4052 && (!overlay_debugging || b->section == section)
4053 && breakpoint_address_is_meaningful (b->owner))
4054 {
4055 if (b->inserted)
4056 internal_error (__FILE__, __LINE__,
4057 _("another breakpoint was inserted on top of "
4058 "a permanent breakpoint"));
4059
4060 b->duplicate = 1;
4061 }
4062 }
4063 }
4064 }
4065
4066 static void
4067 breakpoint_adjustment_warning (CORE_ADDR from_addr, CORE_ADDR to_addr,
4068 int bnum, int have_bnum)
4069 {
4070 char astr1[40];
4071 char astr2[40];
4072
4073 strcpy (astr1, hex_string_custom ((unsigned long) from_addr, 8));
4074 strcpy (astr2, hex_string_custom ((unsigned long) to_addr, 8));
4075 if (have_bnum)
4076 warning (_("Breakpoint %d address previously adjusted from %s to %s."),
4077 bnum, astr1, astr2);
4078 else
4079 warning (_("Breakpoint address adjusted from %s to %s."), astr1, astr2);
4080 }
4081
4082 /* Adjust a breakpoint's address to account for architectural constraints
4083 on breakpoint placement. Return the adjusted address. Note: Very
4084 few targets require this kind of adjustment. For most targets,
4085 this function is simply the identity function. */
4086
4087 static CORE_ADDR
4088 adjust_breakpoint_address (CORE_ADDR bpaddr, enum bptype bptype)
4089 {
4090 if (!gdbarch_adjust_breakpoint_address_p (current_gdbarch))
4091 {
4092 /* Very few targets need any kind of breakpoint adjustment. */
4093 return bpaddr;
4094 }
4095 else if (bptype == bp_watchpoint
4096 || bptype == bp_hardware_watchpoint
4097 || bptype == bp_read_watchpoint
4098 || bptype == bp_access_watchpoint
4099 || bptype == bp_catch_fork
4100 || bptype == bp_catch_vfork
4101 || bptype == bp_catch_exec)
4102 {
4103 /* Watchpoints and the various bp_catch_* eventpoints should not
4104 have their addresses modified. */
4105 return bpaddr;
4106 }
4107 else
4108 {
4109 CORE_ADDR adjusted_bpaddr;
4110
4111 /* Some targets have architectural constraints on the placement
4112 of breakpoint instructions. Obtain the adjusted address. */
4113 adjusted_bpaddr = gdbarch_adjust_breakpoint_address (current_gdbarch,
4114 bpaddr);
4115
4116 /* An adjusted breakpoint address can significantly alter
4117 a user's expectations. Print a warning if an adjustment
4118 is required. */
4119 if (adjusted_bpaddr != bpaddr)
4120 breakpoint_adjustment_warning (bpaddr, adjusted_bpaddr, 0, 0);
4121
4122 return adjusted_bpaddr;
4123 }
4124 }
4125
4126 /* Allocate a struct bp_location. */
4127
4128 static struct bp_location *
4129 allocate_bp_location (struct breakpoint *bpt, enum bptype bp_type)
4130 {
4131 struct bp_location *loc, *loc_p;
4132
4133 loc = xmalloc (sizeof (struct bp_location));
4134 memset (loc, 0, sizeof (*loc));
4135
4136 loc->owner = bpt;
4137
4138 switch (bp_type)
4139 {
4140 case bp_breakpoint:
4141 case bp_until:
4142 case bp_finish:
4143 case bp_longjmp:
4144 case bp_longjmp_resume:
4145 case bp_step_resume:
4146 case bp_through_sigtramp:
4147 case bp_watchpoint_scope:
4148 case bp_call_dummy:
4149 case bp_shlib_event:
4150 case bp_thread_event:
4151 case bp_overlay_event:
4152 case bp_catch_load:
4153 case bp_catch_unload:
4154 loc->loc_type = bp_loc_software_breakpoint;
4155 break;
4156 case bp_hardware_breakpoint:
4157 loc->loc_type = bp_loc_hardware_breakpoint;
4158 break;
4159 case bp_hardware_watchpoint:
4160 case bp_read_watchpoint:
4161 case bp_access_watchpoint:
4162 loc->loc_type = bp_loc_hardware_watchpoint;
4163 break;
4164 case bp_watchpoint:
4165 case bp_catch_fork:
4166 case bp_catch_vfork:
4167 case bp_catch_exec:
4168 case bp_catch_catch:
4169 case bp_catch_throw:
4170 loc->loc_type = bp_loc_other;
4171 break;
4172 default:
4173 internal_error (__FILE__, __LINE__, _("unknown breakpoint type"));
4174 }
4175
4176 /* Add this breakpoint to the end of the chain. */
4177
4178 loc_p = bp_location_chain;
4179 if (loc_p == 0)
4180 bp_location_chain = loc;
4181 else
4182 {
4183 while (loc_p->next)
4184 loc_p = loc_p->next;
4185 loc_p->next = loc;
4186 }
4187
4188 return loc;
4189 }
4190
4191 /* set_raw_breakpoint() is a low level routine for allocating and
4192 partially initializing a breakpoint of type BPTYPE. The newly
4193 created breakpoint's address, section, source file name, and line
4194 number are provided by SAL. The newly created and partially
4195 initialized breakpoint is added to the breakpoint chain and
4196 is also returned as the value of this function.
4197
4198 It is expected that the caller will complete the initialization of
4199 the newly created breakpoint struct as well as output any status
4200 information regarding the creation of a new breakpoint. In
4201 particular, set_raw_breakpoint() does NOT set the breakpoint
4202 number! Care should be taken to not allow an error() to occur
4203 prior to completing the initialization of the breakpoint. If this
4204 should happen, a bogus breakpoint will be left on the chain. */
4205
4206 struct breakpoint *
4207 set_raw_breakpoint (struct symtab_and_line sal, enum bptype bptype)
4208 {
4209 struct breakpoint *b, *b1;
4210
4211 b = (struct breakpoint *) xmalloc (sizeof (struct breakpoint));
4212 memset (b, 0, sizeof (*b));
4213 b->loc = allocate_bp_location (b, bptype);
4214 b->loc->requested_address = sal.pc;
4215 b->loc->address = adjust_breakpoint_address (b->loc->requested_address,
4216 bptype);
4217 if (sal.symtab == NULL)
4218 b->source_file = NULL;
4219 else
4220 b->source_file = savestring (sal.symtab->filename,
4221 strlen (sal.symtab->filename));
4222 b->loc->section = sal.section;
4223 b->type = bptype;
4224 b->language = current_language->la_language;
4225 b->input_radix = input_radix;
4226 b->thread = -1;
4227 b->line_number = sal.line;
4228 b->enable_state = bp_enabled;
4229 b->next = 0;
4230 b->silent = 0;
4231 b->ignore_count = 0;
4232 b->commands = NULL;
4233 b->frame_id = null_frame_id;
4234 b->dll_pathname = NULL;
4235 b->triggered_dll_pathname = NULL;
4236 b->forked_inferior_pid = 0;
4237 b->exec_pathname = NULL;
4238 b->ops = NULL;
4239 b->pending = 0;
4240
4241 /* Add this breakpoint to the end of the chain
4242 so that a list of breakpoints will come out in order
4243 of increasing numbers. */
4244
4245 b1 = breakpoint_chain;
4246 if (b1 == 0)
4247 breakpoint_chain = b;
4248 else
4249 {
4250 while (b1->next)
4251 b1 = b1->next;
4252 b1->next = b;
4253 }
4254
4255 check_duplicates (b);
4256 breakpoints_changed ();
4257
4258 return b;
4259 }
4260
4261
4262 /* Note that the breakpoint object B describes a permanent breakpoint
4263 instruction, hard-wired into the inferior's code. */
4264 void
4265 make_breakpoint_permanent (struct breakpoint *b)
4266 {
4267 b->enable_state = bp_permanent;
4268
4269 /* By definition, permanent breakpoints are already present in the code. */
4270 b->loc->inserted = 1;
4271 }
4272
4273 static struct breakpoint *
4274 create_internal_breakpoint (CORE_ADDR address, enum bptype type)
4275 {
4276 static int internal_breakpoint_number = -1;
4277 struct symtab_and_line sal;
4278 struct breakpoint *b;
4279
4280 init_sal (&sal); /* initialize to zeroes */
4281
4282 sal.pc = address;
4283 sal.section = find_pc_overlay (sal.pc);
4284
4285 b = set_raw_breakpoint (sal, type);
4286 b->number = internal_breakpoint_number--;
4287 b->disposition = disp_donttouch;
4288
4289 return b;
4290 }
4291
4292
4293 static void
4294 create_longjmp_breakpoint (char *func_name)
4295 {
4296 struct breakpoint *b;
4297 struct minimal_symbol *m;
4298
4299 if (func_name == NULL)
4300 b = create_internal_breakpoint (0, bp_longjmp_resume);
4301 else
4302 {
4303 if ((m = lookup_minimal_symbol_text (func_name, NULL)) == NULL)
4304 return;
4305
4306 b = create_internal_breakpoint (SYMBOL_VALUE_ADDRESS (m), bp_longjmp);
4307 }
4308
4309 b->enable_state = bp_disabled;
4310 b->silent = 1;
4311 if (func_name)
4312 b->addr_string = xstrdup (func_name);
4313 }
4314
4315 /* Call this routine when stepping and nexting to enable a breakpoint
4316 if we do a longjmp(). When we hit that breakpoint, call
4317 set_longjmp_resume_breakpoint() to figure out where we are going. */
4318
4319 void
4320 enable_longjmp_breakpoint (void)
4321 {
4322 struct breakpoint *b;
4323
4324 ALL_BREAKPOINTS (b)
4325 if (b->type == bp_longjmp)
4326 {
4327 b->enable_state = bp_enabled;
4328 check_duplicates (b);
4329 }
4330 }
4331
4332 void
4333 disable_longjmp_breakpoint (void)
4334 {
4335 struct breakpoint *b;
4336
4337 ALL_BREAKPOINTS (b)
4338 if (b->type == bp_longjmp
4339 || b->type == bp_longjmp_resume)
4340 {
4341 b->enable_state = bp_disabled;
4342 check_duplicates (b);
4343 }
4344 }
4345
4346 static void
4347 create_overlay_event_breakpoint (char *func_name)
4348 {
4349 struct breakpoint *b;
4350 struct minimal_symbol *m;
4351
4352 if ((m = lookup_minimal_symbol_text (func_name, NULL)) == NULL)
4353 return;
4354
4355 b = create_internal_breakpoint (SYMBOL_VALUE_ADDRESS (m),
4356 bp_overlay_event);
4357 b->addr_string = xstrdup (func_name);
4358
4359 if (overlay_debugging == ovly_auto)
4360 {
4361 b->enable_state = bp_enabled;
4362 overlay_events_enabled = 1;
4363 }
4364 else
4365 {
4366 b->enable_state = bp_disabled;
4367 overlay_events_enabled = 0;
4368 }
4369 }
4370
4371 void
4372 enable_overlay_breakpoints (void)
4373 {
4374 struct breakpoint *b;
4375
4376 ALL_BREAKPOINTS (b)
4377 if (b->type == bp_overlay_event)
4378 {
4379 b->enable_state = bp_enabled;
4380 check_duplicates (b);
4381 overlay_events_enabled = 1;
4382 }
4383 }
4384
4385 void
4386 disable_overlay_breakpoints (void)
4387 {
4388 struct breakpoint *b;
4389
4390 ALL_BREAKPOINTS (b)
4391 if (b->type == bp_overlay_event)
4392 {
4393 b->enable_state = bp_disabled;
4394 check_duplicates (b);
4395 overlay_events_enabled = 0;
4396 }
4397 }
4398
4399 struct breakpoint *
4400 create_thread_event_breakpoint (CORE_ADDR address)
4401 {
4402 struct breakpoint *b;
4403
4404 b = create_internal_breakpoint (address, bp_thread_event);
4405
4406 b->enable_state = bp_enabled;
4407 /* addr_string has to be used or breakpoint_re_set will delete me. */
4408 b->addr_string = xstrprintf ("*0x%s", paddr (b->loc->address));
4409
4410 return b;
4411 }
4412
4413 void
4414 remove_thread_event_breakpoints (void)
4415 {
4416 struct breakpoint *b, *temp;
4417
4418 ALL_BREAKPOINTS_SAFE (b, temp)
4419 if (b->type == bp_thread_event)
4420 delete_breakpoint (b);
4421 }
4422
4423 struct captured_parse_breakpoint_args
4424 {
4425 char **arg_p;
4426 struct symtabs_and_lines *sals_p;
4427 char ***addr_string_p;
4428 int *not_found_ptr;
4429 };
4430
4431 struct lang_and_radix
4432 {
4433 enum language lang;
4434 int radix;
4435 };
4436
4437 /* Cleanup helper routine to restore the current language and
4438 input radix. */
4439 static void
4440 do_restore_lang_radix_cleanup (void *old)
4441 {
4442 struct lang_and_radix *p = old;
4443 set_language (p->lang);
4444 input_radix = p->radix;
4445 }
4446
4447 /* Try and resolve a pending breakpoint. */
4448 static int
4449 resolve_pending_breakpoint (struct breakpoint *b)
4450 {
4451 /* Try and reparse the breakpoint in case the shared library
4452 is now loaded. */
4453 struct symtabs_and_lines sals;
4454 struct symtab_and_line pending_sal;
4455 char **cond_string = (char **) NULL;
4456 char *copy_arg = b->addr_string;
4457 char **addr_string;
4458 char *errmsg;
4459 int rc;
4460 int not_found = 0;
4461 struct ui_file *old_gdb_stderr;
4462 struct lang_and_radix old_lr;
4463 struct cleanup *old_chain;
4464
4465 /* Set language, input-radix, then reissue breakpoint command.
4466 Ensure the language and input-radix are restored afterwards. */
4467 old_lr.lang = current_language->la_language;
4468 old_lr.radix = input_radix;
4469 old_chain = make_cleanup (do_restore_lang_radix_cleanup, &old_lr);
4470
4471 set_language (b->language);
4472 input_radix = b->input_radix;
4473 rc = break_command_1 (b->addr_string, b->flag, b->from_tty, b);
4474
4475 if (rc == GDB_RC_OK)
4476 /* Pending breakpoint has been resolved. */
4477 printf_filtered (_("Pending breakpoint \"%s\" resolved\n"), b->addr_string);
4478
4479 do_cleanups (old_chain);
4480 return rc;
4481 }
4482
4483 void
4484 remove_solib_event_breakpoints (void)
4485 {
4486 struct breakpoint *b, *temp;
4487
4488 ALL_BREAKPOINTS_SAFE (b, temp)
4489 if (b->type == bp_shlib_event)
4490 delete_breakpoint (b);
4491 }
4492
4493 struct breakpoint *
4494 create_solib_event_breakpoint (CORE_ADDR address)
4495 {
4496 struct breakpoint *b;
4497
4498 b = create_internal_breakpoint (address, bp_shlib_event);
4499 return b;
4500 }
4501
4502 /* Disable any breakpoints that are on code in shared libraries. Only
4503 apply to enabled breakpoints, disabled ones can just stay disabled. */
4504
4505 void
4506 disable_breakpoints_in_shlibs (int silent)
4507 {
4508 struct breakpoint *b;
4509 int disabled_shlib_breaks = 0;
4510
4511 /* See also: insert_breakpoints, under DISABLE_UNSETTABLE_BREAK. */
4512 ALL_BREAKPOINTS (b)
4513 {
4514 if (((b->type == bp_breakpoint) || (b->type == bp_hardware_breakpoint))
4515 && breakpoint_enabled (b) && !b->loc->duplicate
4516 #ifdef PC_SOLIB
4517 && PC_SOLIB (b->loc->address)
4518 #else
4519 && solib_address (b->loc->address)
4520 #endif
4521 )
4522 {
4523 b->enable_state = bp_shlib_disabled;
4524 if (!silent)
4525 {
4526 if (!disabled_shlib_breaks)
4527 {
4528 target_terminal_ours_for_output ();
4529 warning (_("Temporarily disabling shared library breakpoints:"));
4530 }
4531 disabled_shlib_breaks = 1;
4532 warning (_("breakpoint #%d "), b->number);
4533 }
4534 }
4535 }
4536 }
4537
4538 /* Disable any breakpoints that are in in an unloaded shared library. Only
4539 apply to enabled breakpoints, disabled ones can just stay disabled. */
4540
4541 void
4542 disable_breakpoints_in_unloaded_shlib (struct so_list *solib)
4543 {
4544 struct breakpoint *b;
4545 int disabled_shlib_breaks = 0;
4546
4547 /* See also: insert_breakpoints, under DISABLE_UNSETTABLE_BREAK. */
4548 ALL_BREAKPOINTS (b)
4549 {
4550 if ((b->loc->loc_type == bp_loc_hardware_breakpoint
4551 || b->loc->loc_type == bp_loc_software_breakpoint)
4552 && breakpoint_enabled (b) && !b->loc->duplicate)
4553 {
4554 #ifdef PC_SOLIB
4555 char *so_name = PC_SOLIB (b->loc->address);
4556 #else
4557 char *so_name = solib_address (b->loc->address);
4558 #endif
4559 if (so_name && !strcmp (so_name, solib->so_name))
4560 {
4561 b->enable_state = bp_shlib_disabled;
4562 /* At this point, we cannot rely on remove_breakpoint
4563 succeeding so we must mark the breakpoint as not inserted
4564 to prevent future errors occurring in remove_breakpoints. */
4565 b->loc->inserted = 0;
4566 if (!disabled_shlib_breaks)
4567 {
4568 target_terminal_ours_for_output ();
4569 warning (_("Temporarily disabling breakpoints for unloaded shared library \"%s\""),
4570 so_name);
4571 }
4572 disabled_shlib_breaks = 1;
4573 }
4574 }
4575 }
4576 }
4577
4578 /* Try to reenable any breakpoints in shared libraries. */
4579 void
4580 re_enable_breakpoints_in_shlibs (void)
4581 {
4582 struct breakpoint *b, *tmp;
4583
4584 ALL_BREAKPOINTS_SAFE (b, tmp)
4585 {
4586 if (b->enable_state == bp_shlib_disabled)
4587 {
4588 gdb_byte buf[1];
4589 char *lib;
4590
4591 /* Do not reenable the breakpoint if the shared library is
4592 still not mapped in. */
4593 #ifdef PC_SOLIB
4594 lib = PC_SOLIB (b->loc->address);
4595 #else
4596 lib = solib_address (b->loc->address);
4597 #endif
4598 if (lib != NULL && target_read_memory (b->loc->address, buf, 1) == 0)
4599 b->enable_state = bp_enabled;
4600 }
4601 else if (b->pending && (b->enable_state == bp_enabled))
4602 {
4603 if (resolve_pending_breakpoint (b) == GDB_RC_OK)
4604 delete_breakpoint (b);
4605 }
4606 }
4607 }
4608
4609 static void
4610 solib_load_unload_1 (char *hookname, int tempflag, char *dll_pathname,
4611 char *cond_string, enum bptype bp_kind)
4612 {
4613 struct breakpoint *b;
4614 struct symtabs_and_lines sals;
4615 struct cleanup *old_chain;
4616 struct cleanup *canonical_strings_chain = NULL;
4617 char *addr_start = hookname;
4618 char *addr_end = NULL;
4619 char **canonical = (char **) NULL;
4620 int thread = -1; /* All threads. */
4621
4622 /* Set a breakpoint on the specified hook. */
4623 sals = decode_line_1 (&hookname, 1, (struct symtab *) NULL,
4624 0, &canonical, NULL);
4625 addr_end = hookname;
4626
4627 if (sals.nelts == 0)
4628 {
4629 warning (_("Unable to set a breakpoint on dynamic linker callback.\n"
4630 "Suggest linking with /opt/langtools/lib/end.o.\n"
4631 "GDB will be unable to track shl_load/shl_unload calls."));
4632 return;
4633 }
4634 if (sals.nelts != 1)
4635 {
4636 warning (_("Unable to set unique breakpoint on dynamic linker callback.\n"
4637 "GDB will be unable to track shl_load/shl_unload calls."));
4638 return;
4639 }
4640
4641 /* Make sure that all storage allocated in decode_line_1 gets freed
4642 in case the following errors out. */
4643 old_chain = make_cleanup (xfree, sals.sals);
4644 if (canonical != (char **) NULL)
4645 {
4646 make_cleanup (xfree, canonical);
4647 canonical_strings_chain = make_cleanup (null_cleanup, 0);
4648 if (canonical[0] != NULL)
4649 make_cleanup (xfree, canonical[0]);
4650 }
4651
4652 resolve_sal_pc (&sals.sals[0]);
4653
4654 /* Remove the canonical strings from the cleanup, they are needed below. */
4655 if (canonical != (char **) NULL)
4656 discard_cleanups (canonical_strings_chain);
4657
4658 b = set_raw_breakpoint (sals.sals[0], bp_kind);
4659 set_breakpoint_count (breakpoint_count + 1);
4660 b->number = breakpoint_count;
4661 b->cond = NULL;
4662 b->cond_string = (cond_string == NULL) ?
4663 NULL : savestring (cond_string, strlen (cond_string));
4664 b->thread = thread;
4665
4666 if (canonical != (char **) NULL && canonical[0] != NULL)
4667 b->addr_string = canonical[0];
4668 else if (addr_start)
4669 b->addr_string = savestring (addr_start, addr_end - addr_start);
4670
4671 b->enable_state = bp_enabled;
4672 b->disposition = tempflag ? disp_del : disp_donttouch;
4673
4674 if (dll_pathname == NULL)
4675 b->dll_pathname = NULL;
4676 else
4677 {
4678 b->dll_pathname = (char *) xmalloc (strlen (dll_pathname) + 1);
4679 strcpy (b->dll_pathname, dll_pathname);
4680 }
4681
4682 mention (b);
4683 do_cleanups (old_chain);
4684 }
4685
4686 void
4687 create_solib_load_event_breakpoint (char *hookname, int tempflag,
4688 char *dll_pathname, char *cond_string)
4689 {
4690 solib_load_unload_1 (hookname, tempflag, dll_pathname,
4691 cond_string, bp_catch_load);
4692 }
4693
4694 void
4695 create_solib_unload_event_breakpoint (char *hookname, int tempflag,
4696 char *dll_pathname, char *cond_string)
4697 {
4698 solib_load_unload_1 (hookname, tempflag, dll_pathname,
4699 cond_string, bp_catch_unload);
4700 }
4701
4702 static void
4703 create_fork_vfork_event_catchpoint (int tempflag, char *cond_string,
4704 enum bptype bp_kind)
4705 {
4706 struct symtab_and_line sal;
4707 struct breakpoint *b;
4708 int thread = -1; /* All threads. */
4709
4710 init_sal (&sal);
4711 sal.pc = 0;
4712 sal.symtab = NULL;
4713 sal.line = 0;
4714
4715 b = set_raw_breakpoint (sal, bp_kind);
4716 set_breakpoint_count (breakpoint_count + 1);
4717 b->number = breakpoint_count;
4718 b->cond = NULL;
4719 b->cond_string = (cond_string == NULL) ?
4720 NULL : savestring (cond_string, strlen (cond_string));
4721 b->thread = thread;
4722 b->addr_string = NULL;
4723 b->enable_state = bp_enabled;
4724 b->disposition = tempflag ? disp_del : disp_donttouch;
4725 b->forked_inferior_pid = 0;
4726
4727 mention (b);
4728 }
4729
4730 void
4731 create_fork_event_catchpoint (int tempflag, char *cond_string)
4732 {
4733 create_fork_vfork_event_catchpoint (tempflag, cond_string, bp_catch_fork);
4734 }
4735
4736 void
4737 create_vfork_event_catchpoint (int tempflag, char *cond_string)
4738 {
4739 create_fork_vfork_event_catchpoint (tempflag, cond_string, bp_catch_vfork);
4740 }
4741
4742 void
4743 create_exec_event_catchpoint (int tempflag, char *cond_string)
4744 {
4745 struct symtab_and_line sal;
4746 struct breakpoint *b;
4747 int thread = -1; /* All threads. */
4748
4749 init_sal (&sal);
4750 sal.pc = 0;
4751 sal.symtab = NULL;
4752 sal.line = 0;
4753
4754 b = set_raw_breakpoint (sal, bp_catch_exec);
4755 set_breakpoint_count (breakpoint_count + 1);
4756 b->number = breakpoint_count;
4757 b->cond = NULL;
4758 b->cond_string = (cond_string == NULL) ?
4759 NULL : savestring (cond_string, strlen (cond_string));
4760 b->thread = thread;
4761 b->addr_string = NULL;
4762 b->enable_state = bp_enabled;
4763 b->disposition = tempflag ? disp_del : disp_donttouch;
4764
4765 mention (b);
4766 }
4767
4768 static int
4769 hw_breakpoint_used_count (void)
4770 {
4771 struct breakpoint *b;
4772 int i = 0;
4773
4774 ALL_BREAKPOINTS (b)
4775 {
4776 if (b->type == bp_hardware_breakpoint && b->enable_state == bp_enabled)
4777 i++;
4778 }
4779
4780 return i;
4781 }
4782
4783 static int
4784 hw_watchpoint_used_count (enum bptype type, int *other_type_used)
4785 {
4786 struct breakpoint *b;
4787 int i = 0;
4788
4789 *other_type_used = 0;
4790 ALL_BREAKPOINTS (b)
4791 {
4792 if (breakpoint_enabled (b))
4793 {
4794 if (b->type == type)
4795 i++;
4796 else if ((b->type == bp_hardware_watchpoint ||
4797 b->type == bp_read_watchpoint ||
4798 b->type == bp_access_watchpoint))
4799 *other_type_used = 1;
4800 }
4801 }
4802 return i;
4803 }
4804
4805 /* Call this after hitting the longjmp() breakpoint. Use this to set
4806 a new breakpoint at the target of the jmp_buf.
4807
4808 FIXME - This ought to be done by setting a temporary breakpoint
4809 that gets deleted automatically... */
4810
4811 void
4812 set_longjmp_resume_breakpoint (CORE_ADDR pc, struct frame_id frame_id)
4813 {
4814 struct breakpoint *b;
4815
4816 ALL_BREAKPOINTS (b)
4817 if (b->type == bp_longjmp_resume)
4818 {
4819 b->loc->requested_address = pc;
4820 b->loc->address = adjust_breakpoint_address (b->loc->requested_address,
4821 b->type);
4822 b->enable_state = bp_enabled;
4823 b->frame_id = frame_id;
4824 check_duplicates (b);
4825 return;
4826 }
4827 }
4828
4829 void
4830 disable_watchpoints_before_interactive_call_start (void)
4831 {
4832 struct breakpoint *b;
4833
4834 ALL_BREAKPOINTS (b)
4835 {
4836 if (((b->type == bp_watchpoint)
4837 || (b->type == bp_hardware_watchpoint)
4838 || (b->type == bp_read_watchpoint)
4839 || (b->type == bp_access_watchpoint)
4840 || ep_is_exception_catchpoint (b))
4841 && breakpoint_enabled (b))
4842 {
4843 b->enable_state = bp_call_disabled;
4844 check_duplicates (b);
4845 }
4846 }
4847 }
4848
4849 void
4850 enable_watchpoints_after_interactive_call_stop (void)
4851 {
4852 struct breakpoint *b;
4853
4854 ALL_BREAKPOINTS (b)
4855 {
4856 if (((b->type == bp_watchpoint)
4857 || (b->type == bp_hardware_watchpoint)
4858 || (b->type == bp_read_watchpoint)
4859 || (b->type == bp_access_watchpoint)
4860 || ep_is_exception_catchpoint (b))
4861 && (b->enable_state == bp_call_disabled))
4862 {
4863 b->enable_state = bp_enabled;
4864 check_duplicates (b);
4865 }
4866 }
4867 }
4868
4869
4870 /* Set a breakpoint that will evaporate an end of command
4871 at address specified by SAL.
4872 Restrict it to frame FRAME if FRAME is nonzero. */
4873
4874 struct breakpoint *
4875 set_momentary_breakpoint (struct symtab_and_line sal, struct frame_id frame_id,
4876 enum bptype type)
4877 {
4878 struct breakpoint *b;
4879 b = set_raw_breakpoint (sal, type);
4880 b->enable_state = bp_enabled;
4881 b->disposition = disp_donttouch;
4882 b->frame_id = frame_id;
4883
4884 /* If we're debugging a multi-threaded program, then we
4885 want momentary breakpoints to be active in only a
4886 single thread of control. */
4887 if (in_thread_list (inferior_ptid))
4888 b->thread = pid_to_thread_id (inferior_ptid);
4889
4890 return b;
4891 }
4892 \f
4893
4894 /* Tell the user we have just set a breakpoint B. */
4895
4896 static void
4897 mention (struct breakpoint *b)
4898 {
4899 int say_where = 0;
4900 struct cleanup *old_chain, *ui_out_chain;
4901 struct ui_stream *stb;
4902
4903 stb = ui_out_stream_new (uiout);
4904 old_chain = make_cleanup_ui_out_stream_delete (stb);
4905
4906 /* FIXME: This is misplaced; mention() is called by things (like
4907 hitting a watchpoint) other than breakpoint creation. It should
4908 be possible to clean this up and at the same time replace the
4909 random calls to breakpoint_changed with this hook, as has already
4910 been done for deprecated_delete_breakpoint_hook and so on. */
4911 if (deprecated_create_breakpoint_hook)
4912 deprecated_create_breakpoint_hook (b);
4913 breakpoint_create_event (b->number);
4914
4915 if (b->ops != NULL && b->ops->print_mention != NULL)
4916 b->ops->print_mention (b);
4917 else
4918 switch (b->type)
4919 {
4920 case bp_none:
4921 printf_filtered (_("(apparently deleted?) Eventpoint %d: "), b->number);
4922 break;
4923 case bp_watchpoint:
4924 ui_out_text (uiout, "Watchpoint ");
4925 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "wpt");
4926 ui_out_field_int (uiout, "number", b->number);
4927 ui_out_text (uiout, ": ");
4928 print_expression (b->exp, stb->stream);
4929 ui_out_field_stream (uiout, "exp", stb);
4930 do_cleanups (ui_out_chain);
4931 break;
4932 case bp_hardware_watchpoint:
4933 ui_out_text (uiout, "Hardware watchpoint ");
4934 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "wpt");
4935 ui_out_field_int (uiout, "number", b->number);
4936 ui_out_text (uiout, ": ");
4937 print_expression (b->exp, stb->stream);
4938 ui_out_field_stream (uiout, "exp", stb);
4939 do_cleanups (ui_out_chain);
4940 break;
4941 case bp_read_watchpoint:
4942 ui_out_text (uiout, "Hardware read watchpoint ");
4943 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "hw-rwpt");
4944 ui_out_field_int (uiout, "number", b->number);
4945 ui_out_text (uiout, ": ");
4946 print_expression (b->exp, stb->stream);
4947 ui_out_field_stream (uiout, "exp", stb);
4948 do_cleanups (ui_out_chain);
4949 break;
4950 case bp_access_watchpoint:
4951 ui_out_text (uiout, "Hardware access (read/write) watchpoint ");
4952 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "hw-awpt");
4953 ui_out_field_int (uiout, "number", b->number);
4954 ui_out_text (uiout, ": ");
4955 print_expression (b->exp, stb->stream);
4956 ui_out_field_stream (uiout, "exp", stb);
4957 do_cleanups (ui_out_chain);
4958 break;
4959 case bp_breakpoint:
4960 if (ui_out_is_mi_like_p (uiout))
4961 {
4962 say_where = 0;
4963 break;
4964 }
4965 printf_filtered (_("Breakpoint %d"), b->number);
4966 say_where = 1;
4967 break;
4968 case bp_hardware_breakpoint:
4969 if (ui_out_is_mi_like_p (uiout))
4970 {
4971 say_where = 0;
4972 break;
4973 }
4974 printf_filtered (_("Hardware assisted breakpoint %d"), b->number);
4975 say_where = 1;
4976 break;
4977 case bp_catch_load:
4978 case bp_catch_unload:
4979 printf_filtered (_("Catchpoint %d (%s %s)"),
4980 b->number,
4981 (b->type == bp_catch_load) ? "load" : "unload",
4982 (b->dll_pathname != NULL) ?
4983 b->dll_pathname : "<any library>");
4984 break;
4985 case bp_catch_fork:
4986 case bp_catch_vfork:
4987 printf_filtered (_("Catchpoint %d (%s)"),
4988 b->number,
4989 (b->type == bp_catch_fork) ? "fork" : "vfork");
4990 break;
4991 case bp_catch_exec:
4992 printf_filtered (_("Catchpoint %d (exec)"),
4993 b->number);
4994 break;
4995 case bp_catch_catch:
4996 case bp_catch_throw:
4997 printf_filtered (_("Catchpoint %d (%s)"),
4998 b->number,
4999 (b->type == bp_catch_catch) ? "catch" : "throw");
5000 break;
5001
5002 case bp_until:
5003 case bp_finish:
5004 case bp_longjmp:
5005 case bp_longjmp_resume:
5006 case bp_step_resume:
5007 case bp_through_sigtramp:
5008 case bp_call_dummy:
5009 case bp_watchpoint_scope:
5010 case bp_shlib_event:
5011 case bp_thread_event:
5012 case bp_overlay_event:
5013 break;
5014 }
5015
5016 if (say_where)
5017 {
5018 /* i18n: cagney/2005-02-11: Below needs to be merged into a
5019 single string. */
5020 if (b->pending)
5021 {
5022 printf_filtered (_(" (%s) pending."), b->addr_string);
5023 }
5024 else
5025 {
5026 if (addressprint || b->source_file == NULL)
5027 {
5028 printf_filtered (" at ");
5029 deprecated_print_address_numeric (b->loc->address, 1, gdb_stdout);
5030 }
5031 if (b->source_file)
5032 printf_filtered (": file %s, line %d.",
5033 b->source_file, b->line_number);
5034 }
5035 }
5036 do_cleanups (old_chain);
5037 if (ui_out_is_mi_like_p (uiout))
5038 return;
5039 printf_filtered ("\n");
5040 }
5041 \f
5042
5043 /* Add SALS.nelts breakpoints to the breakpoint table. For each
5044 SALS.sal[i] breakpoint, include the corresponding ADDR_STRING[i],
5045 COND[i] and COND_STRING[i] values.
5046
5047 The parameter PENDING_BP points to a pending breakpoint that is
5048 the basis of the breakpoints currently being created. The pending
5049 breakpoint may contain a separate condition string or commands
5050 that were added after the initial pending breakpoint was created.
5051
5052 NOTE: If the function succeeds, the caller is expected to cleanup
5053 the arrays ADDR_STRING, COND_STRING, COND and SALS (but not the
5054 array contents). If the function fails (error() is called), the
5055 caller is expected to cleanups both the ADDR_STRING, COND_STRING,
5056 COND and SALS arrays and each of those arrays contents. */
5057
5058 static void
5059 create_breakpoints (struct symtabs_and_lines sals, char **addr_string,
5060 struct expression **cond, char **cond_string,
5061 enum bptype type, enum bpdisp disposition,
5062 int thread, int ignore_count, int from_tty,
5063 struct breakpoint *pending_bp)
5064 {
5065 if (type == bp_hardware_breakpoint)
5066 {
5067 int i = hw_breakpoint_used_count ();
5068 int target_resources_ok =
5069 TARGET_CAN_USE_HARDWARE_WATCHPOINT (bp_hardware_breakpoint,
5070 i + sals.nelts, 0);
5071 if (target_resources_ok == 0)
5072 error (_("No hardware breakpoint support in the target."));
5073 else if (target_resources_ok < 0)
5074 error (_("Hardware breakpoints used exceeds limit."));
5075 }
5076
5077 /* Now set all the breakpoints. */
5078 {
5079 int i;
5080 for (i = 0; i < sals.nelts; i++)
5081 {
5082 struct breakpoint *b;
5083 struct symtab_and_line sal = sals.sals[i];
5084
5085 if (from_tty)
5086 describe_other_breakpoints (sal.pc, sal.section, thread);
5087
5088 b = set_raw_breakpoint (sal, type);
5089 set_breakpoint_count (breakpoint_count + 1);
5090 b->number = breakpoint_count;
5091 b->cond = cond[i];
5092 b->thread = thread;
5093 if (addr_string[i])
5094 b->addr_string = addr_string[i];
5095 else
5096 /* addr_string has to be used or breakpoint_re_set will delete
5097 me. */
5098 b->addr_string = xstrprintf ("*0x%s", paddr (b->loc->address));
5099 b->cond_string = cond_string[i];
5100 b->ignore_count = ignore_count;
5101 b->enable_state = bp_enabled;
5102 b->disposition = disposition;
5103 /* If resolving a pending breakpoint, a check must be made to see if
5104 the user has specified a new condition or commands for the
5105 breakpoint. A new condition will override any condition that was
5106 initially specified with the initial breakpoint command. */
5107 if (pending_bp)
5108 {
5109 char *arg;
5110 if (pending_bp->cond_string)
5111 {
5112 arg = pending_bp->cond_string;
5113 b->cond_string = savestring (arg, strlen (arg));
5114 b->cond = parse_exp_1 (&arg, block_for_pc (b->loc->address), 0);
5115 if (*arg)
5116 error (_("Junk at end of pending breakpoint condition expression"));
5117 }
5118 /* If there are commands associated with the breakpoint, they should
5119 be copied too. */
5120 if (pending_bp->commands)
5121 b->commands = copy_command_lines (pending_bp->commands);
5122
5123 /* We have to copy over the ignore_count and thread as well. */
5124 b->ignore_count = pending_bp->ignore_count;
5125 b->thread = pending_bp->thread;
5126 }
5127 mention (b);
5128 }
5129 }
5130 }
5131
5132 /* Parse ARG which is assumed to be a SAL specification possibly
5133 followed by conditionals. On return, SALS contains an array of SAL
5134 addresses found. ADDR_STRING contains a vector of (canonical)
5135 address strings. ARG points to the end of the SAL. */
5136
5137 static void
5138 parse_breakpoint_sals (char **address,
5139 struct symtabs_and_lines *sals,
5140 char ***addr_string,
5141 int *not_found_ptr)
5142 {
5143 char *addr_start = *address;
5144 *addr_string = NULL;
5145 /* If no arg given, or if first arg is 'if ', use the default
5146 breakpoint. */
5147 if ((*address) == NULL
5148 || (strncmp ((*address), "if", 2) == 0 && isspace ((*address)[2])))
5149 {
5150 if (default_breakpoint_valid)
5151 {
5152 struct symtab_and_line sal;
5153 init_sal (&sal); /* initialize to zeroes */
5154 sals->sals = (struct symtab_and_line *)
5155 xmalloc (sizeof (struct symtab_and_line));
5156 sal.pc = default_breakpoint_address;
5157 sal.line = default_breakpoint_line;
5158 sal.symtab = default_breakpoint_symtab;
5159 sal.section = find_pc_overlay (sal.pc);
5160 sals->sals[0] = sal;
5161 sals->nelts = 1;
5162 }
5163 else
5164 error (_("No default breakpoint address now."));
5165 }
5166 else
5167 {
5168 /* Force almost all breakpoints to be in terms of the
5169 current_source_symtab (which is decode_line_1's default). This
5170 should produce the results we want almost all of the time while
5171 leaving default_breakpoint_* alone.
5172 ObjC: However, don't match an Objective-C method name which
5173 may have a '+' or '-' succeeded by a '[' */
5174
5175 struct symtab_and_line cursal = get_current_source_symtab_and_line ();
5176
5177 if (default_breakpoint_valid
5178 && (!cursal.symtab
5179 || ((strchr ("+-", (*address)[0]) != NULL)
5180 && ((*address)[1] != '['))))
5181 *sals = decode_line_1 (address, 1, default_breakpoint_symtab,
5182 default_breakpoint_line, addr_string,
5183 not_found_ptr);
5184 else
5185 *sals = decode_line_1 (address, 1, (struct symtab *) NULL, 0,
5186 addr_string, not_found_ptr);
5187 }
5188 /* For any SAL that didn't have a canonical string, fill one in. */
5189 if (sals->nelts > 0 && *addr_string == NULL)
5190 *addr_string = xcalloc (sals->nelts, sizeof (char **));
5191 if (addr_start != (*address))
5192 {
5193 int i;
5194 for (i = 0; i < sals->nelts; i++)
5195 {
5196 /* Add the string if not present. */
5197 if ((*addr_string)[i] == NULL)
5198 (*addr_string)[i] = savestring (addr_start, (*address) - addr_start);
5199 }
5200 }
5201 }
5202
5203
5204 /* Convert each SAL into a real PC. Verify that the PC can be
5205 inserted as a breakpoint. If it can't throw an error. */
5206
5207 static void
5208 breakpoint_sals_to_pc (struct symtabs_and_lines *sals,
5209 char *address)
5210 {
5211 int i;
5212 for (i = 0; i < sals->nelts; i++)
5213 {
5214 resolve_sal_pc (&sals->sals[i]);
5215
5216 /* It's possible for the PC to be nonzero, but still an illegal
5217 value on some targets.
5218
5219 For example, on HP-UX if you start gdb, and before running the
5220 inferior you try to set a breakpoint on a shared library function
5221 "foo" where the inferior doesn't call "foo" directly but does
5222 pass its address to another function call, then we do find a
5223 minimal symbol for the "foo", but it's address is invalid.
5224 (Appears to be an index into a table that the loader sets up
5225 when the inferior is run.)
5226
5227 Give the target a chance to bless sals.sals[i].pc before we
5228 try to make a breakpoint for it. */
5229 #ifdef DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE
5230 if (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE (sals->sals[i].pc))
5231 {
5232 if (address == NULL)
5233 error (_("Cannot break without a running program."));
5234 else
5235 error (_("Cannot break on %s without a running program."),
5236 address);
5237 }
5238 #endif
5239 }
5240 }
5241
5242 static void
5243 do_captured_parse_breakpoint (struct ui_out *ui, void *data)
5244 {
5245 struct captured_parse_breakpoint_args *args = data;
5246
5247 parse_breakpoint_sals (args->arg_p, args->sals_p, args->addr_string_p,
5248 args->not_found_ptr);
5249 }
5250
5251 /* Set a breakpoint according to ARG (function, linenum or *address)
5252 flag: first bit : 0 non-temporary, 1 temporary.
5253 second bit : 0 normal breakpoint, 1 hardware breakpoint.
5254
5255 PENDING_BP is non-NULL when this function is being called to resolve
5256 a pending breakpoint. */
5257
5258 static int
5259 break_command_1 (char *arg, int flag, int from_tty, struct breakpoint *pending_bp)
5260 {
5261 struct gdb_exception e;
5262 int tempflag, hardwareflag;
5263 struct symtabs_and_lines sals;
5264 struct expression **cond = 0;
5265 struct symtab_and_line pending_sal;
5266 char **cond_string = (char **) NULL;
5267 char *copy_arg;
5268 char *err_msg;
5269 char *addr_start = arg;
5270 char **addr_string;
5271 struct cleanup *old_chain;
5272 struct cleanup *breakpoint_chain = NULL;
5273 struct captured_parse_breakpoint_args parse_args;
5274 int i;
5275 int pending = 0;
5276 int thread = -1;
5277 int ignore_count = 0;
5278 int not_found = 0;
5279
5280 hardwareflag = flag & BP_HARDWAREFLAG;
5281 tempflag = flag & BP_TEMPFLAG;
5282
5283 sals.sals = NULL;
5284 sals.nelts = 0;
5285 addr_string = NULL;
5286
5287 parse_args.arg_p = &arg;
5288 parse_args.sals_p = &sals;
5289 parse_args.addr_string_p = &addr_string;
5290 parse_args.not_found_ptr = &not_found;
5291
5292 e = catch_exception (uiout, do_captured_parse_breakpoint,
5293 &parse_args, RETURN_MASK_ALL);
5294
5295 /* If caller is interested in rc value from parse, set value. */
5296 switch (e.reason)
5297 {
5298 case RETURN_QUIT:
5299 exception_print (gdb_stderr, e);
5300 return e.reason;
5301 case RETURN_ERROR:
5302 switch (e.error)
5303 {
5304 case NOT_FOUND_ERROR:
5305 /* If called to resolve pending breakpoint, just return
5306 error code. */
5307 if (pending_bp)
5308 return e.reason;
5309
5310 exception_print (gdb_stderr, e);
5311
5312 /* If pending breakpoint support is turned off, throw
5313 error. */
5314
5315 if (pending_break_support == AUTO_BOOLEAN_FALSE)
5316 deprecated_throw_reason (RETURN_ERROR);
5317
5318 /* If pending breakpoint support is auto query and the user
5319 selects no, then simply return the error code. */
5320 if (pending_break_support == AUTO_BOOLEAN_AUTO &&
5321 !nquery ("Make breakpoint pending on future shared library load? "))
5322 return e.reason;
5323
5324 /* At this point, either the user was queried about setting
5325 a pending breakpoint and selected yes, or pending
5326 breakpoint behavior is on and thus a pending breakpoint
5327 is defaulted on behalf of the user. */
5328 copy_arg = xstrdup (addr_start);
5329 addr_string = &copy_arg;
5330 sals.nelts = 1;
5331 sals.sals = &pending_sal;
5332 pending_sal.pc = 0;
5333 pending = 1;
5334 break;
5335 default:
5336 exception_print (gdb_stderr, e);
5337 return e.reason;
5338 }
5339 default:
5340 if (!sals.nelts)
5341 return GDB_RC_FAIL;
5342 }
5343
5344 /* Create a chain of things that always need to be cleaned up. */
5345 old_chain = make_cleanup (null_cleanup, 0);
5346
5347 if (!pending)
5348 {
5349 /* Make sure that all storage allocated to SALS gets freed. */
5350 make_cleanup (xfree, sals.sals);
5351
5352 /* Cleanup the addr_string array but not its contents. */
5353 make_cleanup (xfree, addr_string);
5354 }
5355
5356 /* Allocate space for all the cond expressions. */
5357 cond = xcalloc (sals.nelts, sizeof (struct expression *));
5358 make_cleanup (xfree, cond);
5359
5360 /* Allocate space for all the cond strings. */
5361 cond_string = xcalloc (sals.nelts, sizeof (char **));
5362 make_cleanup (xfree, cond_string);
5363
5364 /* ----------------------------- SNIP -----------------------------
5365 Anything added to the cleanup chain beyond this point is assumed
5366 to be part of a breakpoint. If the breakpoint create succeeds
5367 then the memory is not reclaimed. */
5368 breakpoint_chain = make_cleanup (null_cleanup, 0);
5369
5370 /* Mark the contents of the addr_string for cleanup. These go on
5371 the breakpoint_chain and only occure if the breakpoint create
5372 fails. */
5373 for (i = 0; i < sals.nelts; i++)
5374 {
5375 if (addr_string[i] != NULL)
5376 make_cleanup (xfree, addr_string[i]);
5377 }
5378
5379 /* Resolve all line numbers to PC's and verify that the addresses
5380 are ok for the target. */
5381 if (!pending)
5382 breakpoint_sals_to_pc (&sals, addr_start);
5383
5384 /* Verify that condition can be parsed, before setting any
5385 breakpoints. Allocate a separate condition expression for each
5386 breakpoint. */
5387 thread = -1; /* No specific thread yet */
5388 if (!pending)
5389 {
5390 for (i = 0; i < sals.nelts; i++)
5391 {
5392 char *tok = arg;
5393 while (tok && *tok)
5394 {
5395 char *end_tok;
5396 int toklen;
5397 char *cond_start = NULL;
5398 char *cond_end = NULL;
5399 while (*tok == ' ' || *tok == '\t')
5400 tok++;
5401
5402 end_tok = tok;
5403
5404 while (*end_tok != ' ' && *end_tok != '\t' && *end_tok != '\000')
5405 end_tok++;
5406
5407 toklen = end_tok - tok;
5408
5409 if (toklen >= 1 && strncmp (tok, "if", toklen) == 0)
5410 {
5411 tok = cond_start = end_tok + 1;
5412 cond[i] = parse_exp_1 (&tok, block_for_pc (sals.sals[i].pc),
5413 0);
5414 make_cleanup (xfree, cond[i]);
5415 cond_end = tok;
5416 cond_string[i] = savestring (cond_start,
5417 cond_end - cond_start);
5418 make_cleanup (xfree, cond_string[i]);
5419 }
5420 else if (toklen >= 1 && strncmp (tok, "thread", toklen) == 0)
5421 {
5422 char *tmptok;
5423
5424 tok = end_tok + 1;
5425 tmptok = tok;
5426 thread = strtol (tok, &tok, 0);
5427 if (tok == tmptok)
5428 error (_("Junk after thread keyword."));
5429 if (!valid_thread_id (thread))
5430 error (_("Unknown thread %d."), thread);
5431 }
5432 else
5433 error (_("Junk at end of arguments."));
5434 }
5435 }
5436 create_breakpoints (sals, addr_string, cond, cond_string,
5437 hardwareflag ? bp_hardware_breakpoint
5438 : bp_breakpoint,
5439 tempflag ? disp_del : disp_donttouch,
5440 thread, ignore_count, from_tty,
5441 pending_bp);
5442 }
5443 else
5444 {
5445 struct symtab_and_line sal;
5446 struct breakpoint *b;
5447
5448 sal.symtab = NULL;
5449 sal.pc = 0;
5450
5451 make_cleanup (xfree, copy_arg);
5452
5453 b = set_raw_breakpoint (sal, hardwareflag ? bp_hardware_breakpoint
5454 : bp_breakpoint);
5455 set_breakpoint_count (breakpoint_count + 1);
5456 b->number = breakpoint_count;
5457 b->cond = *cond;
5458 b->thread = thread;
5459 b->addr_string = *addr_string;
5460 b->cond_string = *cond_string;
5461 b->ignore_count = ignore_count;
5462 b->pending = 1;
5463 b->disposition = tempflag ? disp_del : disp_donttouch;
5464 b->from_tty = from_tty;
5465 b->flag = flag;
5466 mention (b);
5467 }
5468
5469 if (sals.nelts > 1)
5470 warning (_("Multiple breakpoints were set.\n"
5471 "Use the \"delete\" command to delete unwanted breakpoints."));
5472 /* That's it. Discard the cleanups for data inserted into the
5473 breakpoint. */
5474 discard_cleanups (breakpoint_chain);
5475 /* But cleanup everything else. */
5476 do_cleanups (old_chain);
5477
5478 return GDB_RC_OK;
5479 }
5480
5481 /* Set a breakpoint of TYPE/DISPOSITION according to ARG (function,
5482 linenum or *address) with COND and IGNORE_COUNT. */
5483
5484 struct captured_breakpoint_args
5485 {
5486 char *address;
5487 char *condition;
5488 int hardwareflag;
5489 int tempflag;
5490 int thread;
5491 int ignore_count;
5492 };
5493
5494 static int
5495 do_captured_breakpoint (struct ui_out *uiout, void *data)
5496 {
5497 struct captured_breakpoint_args *args = data;
5498 struct symtabs_and_lines sals;
5499 struct expression **cond;
5500 struct cleanup *old_chain;
5501 struct cleanup *breakpoint_chain = NULL;
5502 int i;
5503 char **addr_string;
5504 char **cond_string;
5505
5506 char *address_end;
5507
5508 /* Parse the source and lines spec. Delay check that the expression
5509 didn't contain trailing garbage until after cleanups are in
5510 place. */
5511 sals.sals = NULL;
5512 sals.nelts = 0;
5513 address_end = args->address;
5514 addr_string = NULL;
5515 parse_breakpoint_sals (&address_end, &sals, &addr_string, 0);
5516
5517 if (!sals.nelts)
5518 return GDB_RC_NONE;
5519
5520 /* Create a chain of things at always need to be cleaned up. */
5521 old_chain = make_cleanup (null_cleanup, 0);
5522
5523 /* Always have a addr_string array, even if it is empty. */
5524 make_cleanup (xfree, addr_string);
5525
5526 /* Make sure that all storage allocated to SALS gets freed. */
5527 make_cleanup (xfree, sals.sals);
5528
5529 /* Allocate space for all the cond expressions. */
5530 cond = xcalloc (sals.nelts, sizeof (struct expression *));
5531 make_cleanup (xfree, cond);
5532
5533 /* Allocate space for all the cond strings. */
5534 cond_string = xcalloc (sals.nelts, sizeof (char **));
5535 make_cleanup (xfree, cond_string);
5536
5537 /* ----------------------------- SNIP -----------------------------
5538 Anything added to the cleanup chain beyond this point is assumed
5539 to be part of a breakpoint. If the breakpoint create goes
5540 through then that memory is not cleaned up. */
5541 breakpoint_chain = make_cleanup (null_cleanup, 0);
5542
5543 /* Mark the contents of the addr_string for cleanup. These go on
5544 the breakpoint_chain and only occure if the breakpoint create
5545 fails. */
5546 for (i = 0; i < sals.nelts; i++)
5547 {
5548 if (addr_string[i] != NULL)
5549 make_cleanup (xfree, addr_string[i]);
5550 }
5551
5552 /* Wait until now before checking for garbage at the end of the
5553 address. That way cleanups can take care of freeing any
5554 memory. */
5555 if (*address_end != '\0')
5556 error (_("Garbage %s following breakpoint address"), address_end);
5557
5558 /* Resolve all line numbers to PC's. */
5559 breakpoint_sals_to_pc (&sals, args->address);
5560
5561 /* Verify that conditions can be parsed, before setting any
5562 breakpoints. */
5563 for (i = 0; i < sals.nelts; i++)
5564 {
5565 if (args->condition != NULL)
5566 {
5567 char *tok = args->condition;
5568 cond[i] = parse_exp_1 (&tok, block_for_pc (sals.sals[i].pc), 0);
5569 if (*tok != '\0')
5570 error (_("Garbage %s follows condition"), tok);
5571 make_cleanup (xfree, cond[i]);
5572 cond_string[i] = xstrdup (args->condition);
5573 }
5574 }
5575
5576 create_breakpoints (sals, addr_string, cond, cond_string,
5577 args->hardwareflag ? bp_hardware_breakpoint : bp_breakpoint,
5578 args->tempflag ? disp_del : disp_donttouch,
5579 args->thread, args->ignore_count, 0/*from-tty*/,
5580 NULL/*pending_bp*/);
5581
5582 /* That's it. Discard the cleanups for data inserted into the
5583 breakpoint. */
5584 discard_cleanups (breakpoint_chain);
5585 /* But cleanup everything else. */
5586 do_cleanups (old_chain);
5587 return GDB_RC_OK;
5588 }
5589
5590 enum gdb_rc
5591 gdb_breakpoint (char *address, char *condition,
5592 int hardwareflag, int tempflag,
5593 int thread, int ignore_count,
5594 char **error_message)
5595 {
5596 struct captured_breakpoint_args args;
5597 args.address = address;
5598 args.condition = condition;
5599 args.hardwareflag = hardwareflag;
5600 args.tempflag = tempflag;
5601 args.thread = thread;
5602 args.ignore_count = ignore_count;
5603 return catch_exceptions_with_msg (uiout, do_captured_breakpoint, &args,
5604 error_message, RETURN_MASK_ALL);
5605 }
5606
5607
5608 /* Helper function for break_command_1 and disassemble_command. */
5609
5610 void
5611 resolve_sal_pc (struct symtab_and_line *sal)
5612 {
5613 CORE_ADDR pc;
5614
5615 if (sal->pc == 0 && sal->symtab != NULL)
5616 {
5617 if (!find_line_pc (sal->symtab, sal->line, &pc))
5618 error (_("No line %d in file \"%s\"."),
5619 sal->line, sal->symtab->filename);
5620 sal->pc = pc;
5621 }
5622
5623 if (sal->section == 0 && sal->symtab != NULL)
5624 {
5625 struct blockvector *bv;
5626 struct block *b;
5627 struct symbol *sym;
5628 int index;
5629
5630 bv = blockvector_for_pc_sect (sal->pc, 0, &index, sal->symtab);
5631 if (bv != NULL)
5632 {
5633 b = BLOCKVECTOR_BLOCK (bv, index);
5634 sym = block_function (b);
5635 if (sym != NULL)
5636 {
5637 fixup_symbol_section (sym, sal->symtab->objfile);
5638 sal->section = SYMBOL_BFD_SECTION (sym);
5639 }
5640 else
5641 {
5642 /* It really is worthwhile to have the section, so we'll just
5643 have to look harder. This case can be executed if we have
5644 line numbers but no functions (as can happen in assembly
5645 source). */
5646
5647 struct minimal_symbol *msym;
5648
5649 msym = lookup_minimal_symbol_by_pc (sal->pc);
5650 if (msym)
5651 sal->section = SYMBOL_BFD_SECTION (msym);
5652 }
5653 }
5654 }
5655 }
5656
5657 void
5658 break_command (char *arg, int from_tty)
5659 {
5660 break_command_1 (arg, 0, from_tty, NULL);
5661 }
5662
5663 void
5664 tbreak_command (char *arg, int from_tty)
5665 {
5666 break_command_1 (arg, BP_TEMPFLAG, from_tty, NULL);
5667 }
5668
5669 static void
5670 hbreak_command (char *arg, int from_tty)
5671 {
5672 break_command_1 (arg, BP_HARDWAREFLAG, from_tty, NULL);
5673 }
5674
5675 static void
5676 thbreak_command (char *arg, int from_tty)
5677 {
5678 break_command_1 (arg, (BP_TEMPFLAG | BP_HARDWAREFLAG), from_tty, NULL);
5679 }
5680
5681 static void
5682 stop_command (char *arg, int from_tty)
5683 {
5684 printf_filtered (_("Specify the type of breakpoint to set.\n\
5685 Usage: stop in <function | address>\n\
5686 stop at <line>\n"));
5687 }
5688
5689 static void
5690 stopin_command (char *arg, int from_tty)
5691 {
5692 int badInput = 0;
5693
5694 if (arg == (char *) NULL)
5695 badInput = 1;
5696 else if (*arg != '*')
5697 {
5698 char *argptr = arg;
5699 int hasColon = 0;
5700
5701 /* look for a ':'. If this is a line number specification, then
5702 say it is bad, otherwise, it should be an address or
5703 function/method name */
5704 while (*argptr && !hasColon)
5705 {
5706 hasColon = (*argptr == ':');
5707 argptr++;
5708 }
5709
5710 if (hasColon)
5711 badInput = (*argptr != ':'); /* Not a class::method */
5712 else
5713 badInput = isdigit (*arg); /* a simple line number */
5714 }
5715
5716 if (badInput)
5717 printf_filtered (_("Usage: stop in <function | address>\n"));
5718 else
5719 break_command_1 (arg, 0, from_tty, NULL);
5720 }
5721
5722 static void
5723 stopat_command (char *arg, int from_tty)
5724 {
5725 int badInput = 0;
5726
5727 if (arg == (char *) NULL || *arg == '*') /* no line number */
5728 badInput = 1;
5729 else
5730 {
5731 char *argptr = arg;
5732 int hasColon = 0;
5733
5734 /* look for a ':'. If there is a '::' then get out, otherwise
5735 it is probably a line number. */
5736 while (*argptr && !hasColon)
5737 {
5738 hasColon = (*argptr == ':');
5739 argptr++;
5740 }
5741
5742 if (hasColon)
5743 badInput = (*argptr == ':'); /* we have class::method */
5744 else
5745 badInput = !isdigit (*arg); /* not a line number */
5746 }
5747
5748 if (badInput)
5749 printf_filtered (_("Usage: stop at <line>\n"));
5750 else
5751 break_command_1 (arg, 0, from_tty, NULL);
5752 }
5753
5754 /* accessflag: hw_write: watch write,
5755 hw_read: watch read,
5756 hw_access: watch access (read or write) */
5757 static void
5758 watch_command_1 (char *arg, int accessflag, int from_tty)
5759 {
5760 struct breakpoint *b;
5761 struct symtab_and_line sal;
5762 struct expression *exp;
5763 struct block *exp_valid_block;
5764 struct value *val, *mark;
5765 struct frame_info *frame;
5766 struct frame_info *prev_frame = NULL;
5767 char *exp_start = NULL;
5768 char *exp_end = NULL;
5769 char *tok, *end_tok;
5770 int toklen;
5771 char *cond_start = NULL;
5772 char *cond_end = NULL;
5773 struct expression *cond = NULL;
5774 int i, other_type_used, target_resources_ok = 0;
5775 enum bptype bp_type;
5776 int mem_cnt = 0;
5777
5778 init_sal (&sal); /* initialize to zeroes */
5779
5780 /* Parse arguments. */
5781 innermost_block = NULL;
5782 exp_start = arg;
5783 exp = parse_exp_1 (&arg, 0, 0);
5784 exp_end = arg;
5785 exp_valid_block = innermost_block;
5786 mark = value_mark ();
5787 val = evaluate_expression (exp);
5788 release_value (val);
5789 if (value_lazy (val))
5790 value_fetch_lazy (val);
5791
5792 tok = arg;
5793 while (*tok == ' ' || *tok == '\t')
5794 tok++;
5795 end_tok = tok;
5796
5797 while (*end_tok != ' ' && *end_tok != '\t' && *end_tok != '\000')
5798 end_tok++;
5799
5800 toklen = end_tok - tok;
5801 if (toklen >= 1 && strncmp (tok, "if", toklen) == 0)
5802 {
5803 tok = cond_start = end_tok + 1;
5804 cond = parse_exp_1 (&tok, 0, 0);
5805 cond_end = tok;
5806 }
5807 if (*tok)
5808 error (_("Junk at end of command."));
5809
5810 if (accessflag == hw_read)
5811 bp_type = bp_read_watchpoint;
5812 else if (accessflag == hw_access)
5813 bp_type = bp_access_watchpoint;
5814 else
5815 bp_type = bp_hardware_watchpoint;
5816
5817 mem_cnt = can_use_hardware_watchpoint (val);
5818 if (mem_cnt == 0 && bp_type != bp_hardware_watchpoint)
5819 error (_("Expression cannot be implemented with read/access watchpoint."));
5820 if (mem_cnt != 0)
5821 {
5822 i = hw_watchpoint_used_count (bp_type, &other_type_used);
5823 target_resources_ok =
5824 TARGET_CAN_USE_HARDWARE_WATCHPOINT (bp_type, i + mem_cnt,
5825 other_type_used);
5826 if (target_resources_ok == 0 && bp_type != bp_hardware_watchpoint)
5827 error (_("Target does not support this type of hardware watchpoint."));
5828
5829 if (target_resources_ok < 0 && bp_type != bp_hardware_watchpoint)
5830 error (_("Target can only support one kind of HW watchpoint at a time."));
5831 }
5832
5833 #if defined(HPUXHPPA)
5834 /* On HP-UX if you set a h/w
5835 watchpoint before the "run" command, the inferior dies with a e.g.,
5836 SIGILL once you start it. I initially believed this was due to a
5837 bad interaction between page protection traps and the initial
5838 startup sequence by the dynamic linker.
5839
5840 However, I tried avoiding that by having HP-UX's implementation of
5841 TARGET_CAN_USE_HW_WATCHPOINT return FALSE if there was no inferior_ptid
5842 yet, which forced slow watches before a "run" or "attach", and it
5843 still fails somewhere in the startup code.
5844
5845 Until I figure out what's happening, I'm disallowing watches altogether
5846 before the "run" or "attach" command. We'll tell the user they must
5847 set watches after getting the program started. */
5848 if (!target_has_execution)
5849 {
5850 warning (_("can't do that without a running program; try \"break main\"), \"run\" first");
5851 return;
5852 }
5853 #endif /* HPUXHPPA */
5854
5855 /* Change the type of breakpoint to an ordinary watchpoint if a hardware
5856 watchpoint could not be set. */
5857 if (!mem_cnt || target_resources_ok <= 0)
5858 bp_type = bp_watchpoint;
5859
5860 /* Now set up the breakpoint. */
5861 b = set_raw_breakpoint (sal, bp_type);
5862 set_breakpoint_count (breakpoint_count + 1);
5863 b->number = breakpoint_count;
5864 b->disposition = disp_donttouch;
5865 b->exp = exp;
5866 b->exp_valid_block = exp_valid_block;
5867 b->exp_string = savestring (exp_start, exp_end - exp_start);
5868 b->val = val;
5869 b->cond = cond;
5870 if (cond_start)
5871 b->cond_string = savestring (cond_start, cond_end - cond_start);
5872 else
5873 b->cond_string = 0;
5874
5875 frame = block_innermost_frame (exp_valid_block);
5876 if (frame)
5877 {
5878 prev_frame = get_prev_frame (frame);
5879 b->watchpoint_frame = get_frame_id (frame);
5880 }
5881 else
5882 {
5883 memset (&b->watchpoint_frame, 0, sizeof (b->watchpoint_frame));
5884 }
5885
5886 /* If the expression is "local", then set up a "watchpoint scope"
5887 breakpoint at the point where we've left the scope of the watchpoint
5888 expression. */
5889 if (innermost_block)
5890 {
5891 if (prev_frame)
5892 {
5893 struct breakpoint *scope_breakpoint;
5894 scope_breakpoint = create_internal_breakpoint (get_frame_pc (prev_frame),
5895 bp_watchpoint_scope);
5896
5897 scope_breakpoint->enable_state = bp_enabled;
5898
5899 /* Automatically delete the breakpoint when it hits. */
5900 scope_breakpoint->disposition = disp_del;
5901
5902 /* Only break in the proper frame (help with recursion). */
5903 scope_breakpoint->frame_id = get_frame_id (prev_frame);
5904
5905 /* Set the address at which we will stop. */
5906 scope_breakpoint->loc->requested_address
5907 = get_frame_pc (prev_frame);
5908 scope_breakpoint->loc->address
5909 = adjust_breakpoint_address (scope_breakpoint->loc->requested_address,
5910 scope_breakpoint->type);
5911
5912 /* The scope breakpoint is related to the watchpoint. We
5913 will need to act on them together. */
5914 b->related_breakpoint = scope_breakpoint;
5915 }
5916 }
5917 value_free_to_mark (mark);
5918 mention (b);
5919 }
5920
5921 /* Return count of locations need to be watched and can be handled
5922 in hardware. If the watchpoint can not be handled
5923 in hardware return zero. */
5924
5925 static int
5926 can_use_hardware_watchpoint (struct value *v)
5927 {
5928 int found_memory_cnt = 0;
5929 struct value *head = v;
5930
5931 /* Did the user specifically forbid us to use hardware watchpoints? */
5932 if (!can_use_hw_watchpoints)
5933 return 0;
5934
5935 /* Make sure that the value of the expression depends only upon
5936 memory contents, and values computed from them within GDB. If we
5937 find any register references or function calls, we can't use a
5938 hardware watchpoint.
5939
5940 The idea here is that evaluating an expression generates a series
5941 of values, one holding the value of every subexpression. (The
5942 expression a*b+c has five subexpressions: a, b, a*b, c, and
5943 a*b+c.) GDB's values hold almost enough information to establish
5944 the criteria given above --- they identify memory lvalues,
5945 register lvalues, computed values, etcetera. So we can evaluate
5946 the expression, and then scan the chain of values that leaves
5947 behind to decide whether we can detect any possible change to the
5948 expression's final value using only hardware watchpoints.
5949
5950 However, I don't think that the values returned by inferior
5951 function calls are special in any way. So this function may not
5952 notice that an expression involving an inferior function call
5953 can't be watched with hardware watchpoints. FIXME. */
5954 for (; v; v = value_next (v))
5955 {
5956 if (VALUE_LVAL (v) == lval_memory)
5957 {
5958 if (value_lazy (v))
5959 /* A lazy memory lvalue is one that GDB never needed to fetch;
5960 we either just used its address (e.g., `a' in `a.b') or
5961 we never needed it at all (e.g., `a' in `a,b'). */
5962 ;
5963 else
5964 {
5965 /* Ahh, memory we actually used! Check if we can cover
5966 it with hardware watchpoints. */
5967 struct type *vtype = check_typedef (value_type (v));
5968
5969 /* We only watch structs and arrays if user asked for it
5970 explicitly, never if they just happen to appear in a
5971 middle of some value chain. */
5972 if (v == head
5973 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
5974 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
5975 {
5976 CORE_ADDR vaddr = VALUE_ADDRESS (v) + value_offset (v);
5977 int len = TYPE_LENGTH (value_type (v));
5978
5979 if (!TARGET_REGION_OK_FOR_HW_WATCHPOINT (vaddr, len))
5980 return 0;
5981 else
5982 found_memory_cnt++;
5983 }
5984 }
5985 }
5986 else if (VALUE_LVAL (v) != not_lval
5987 && deprecated_value_modifiable (v) == 0)
5988 return 0; /* ??? What does this represent? */
5989 else if (VALUE_LVAL (v) == lval_register)
5990 return 0; /* cannot watch a register with a HW watchpoint */
5991 }
5992
5993 /* The expression itself looks suitable for using a hardware
5994 watchpoint, but give the target machine a chance to reject it. */
5995 return found_memory_cnt;
5996 }
5997
5998 void
5999 watch_command_wrapper (char *arg, int from_tty)
6000 {
6001 watch_command (arg, from_tty);
6002 }
6003
6004 static void
6005 watch_command (char *arg, int from_tty)
6006 {
6007 watch_command_1 (arg, hw_write, from_tty);
6008 }
6009
6010 void
6011 rwatch_command_wrapper (char *arg, int from_tty)
6012 {
6013 rwatch_command (arg, from_tty);
6014 }
6015
6016 static void
6017 rwatch_command (char *arg, int from_tty)
6018 {
6019 watch_command_1 (arg, hw_read, from_tty);
6020 }
6021
6022 void
6023 awatch_command_wrapper (char *arg, int from_tty)
6024 {
6025 awatch_command (arg, from_tty);
6026 }
6027
6028 static void
6029 awatch_command (char *arg, int from_tty)
6030 {
6031 watch_command_1 (arg, hw_access, from_tty);
6032 }
6033 \f
6034
6035 /* Helper routines for the until_command routine in infcmd.c. Here
6036 because it uses the mechanisms of breakpoints. */
6037
6038 /* This function is called by fetch_inferior_event via the
6039 cmd_continuation pointer, to complete the until command. It takes
6040 care of cleaning up the temporary breakpoints set up by the until
6041 command. */
6042 static void
6043 until_break_command_continuation (struct continuation_arg *arg)
6044 {
6045 struct cleanup *cleanups;
6046
6047 cleanups = (struct cleanup *) arg->data.pointer;
6048 do_exec_cleanups (cleanups);
6049 }
6050
6051 void
6052 until_break_command (char *arg, int from_tty, int anywhere)
6053 {
6054 struct symtabs_and_lines sals;
6055 struct symtab_and_line sal;
6056 struct frame_info *prev_frame = get_prev_frame (deprecated_selected_frame);
6057 struct breakpoint *breakpoint;
6058 struct cleanup *old_chain;
6059 struct continuation_arg *arg1;
6060
6061
6062 clear_proceed_status ();
6063
6064 /* Set a breakpoint where the user wants it and at return from
6065 this function */
6066
6067 if (default_breakpoint_valid)
6068 sals = decode_line_1 (&arg, 1, default_breakpoint_symtab,
6069 default_breakpoint_line, (char ***) NULL, NULL);
6070 else
6071 sals = decode_line_1 (&arg, 1, (struct symtab *) NULL,
6072 0, (char ***) NULL, NULL);
6073
6074 if (sals.nelts != 1)
6075 error (_("Couldn't get information on specified line."));
6076
6077 sal = sals.sals[0];
6078 xfree (sals.sals); /* malloc'd, so freed */
6079
6080 if (*arg)
6081 error (_("Junk at end of arguments."));
6082
6083 resolve_sal_pc (&sal);
6084
6085 if (anywhere)
6086 /* If the user told us to continue until a specified location,
6087 we don't specify a frame at which we need to stop. */
6088 breakpoint = set_momentary_breakpoint (sal, null_frame_id, bp_until);
6089 else
6090 /* Otherwise, specify the current frame, because we want to stop only
6091 at the very same frame. */
6092 breakpoint = set_momentary_breakpoint (sal,
6093 get_frame_id (deprecated_selected_frame),
6094 bp_until);
6095
6096 if (!target_can_async_p ())
6097 old_chain = make_cleanup_delete_breakpoint (breakpoint);
6098 else
6099 old_chain = make_exec_cleanup_delete_breakpoint (breakpoint);
6100
6101 /* If we are running asynchronously, and the target supports async
6102 execution, we are not waiting for the target to stop, in the call
6103 tp proceed, below. This means that we cannot delete the
6104 brekpoints until the target has actually stopped. The only place
6105 where we get a chance to do that is in fetch_inferior_event, so
6106 we must set things up for that. */
6107
6108 if (target_can_async_p ())
6109 {
6110 /* In this case the arg for the continuation is just the point
6111 in the exec_cleanups chain from where to start doing
6112 cleanups, because all the continuation does is the cleanups in
6113 the exec_cleanup_chain. */
6114 arg1 =
6115 (struct continuation_arg *) xmalloc (sizeof (struct continuation_arg));
6116 arg1->next = NULL;
6117 arg1->data.pointer = old_chain;
6118
6119 add_continuation (until_break_command_continuation, arg1);
6120 }
6121
6122 /* Keep within the current frame, or in frames called by the current
6123 one. */
6124 if (prev_frame)
6125 {
6126 sal = find_pc_line (get_frame_pc (prev_frame), 0);
6127 sal.pc = get_frame_pc (prev_frame);
6128 breakpoint = set_momentary_breakpoint (sal, get_frame_id (prev_frame),
6129 bp_until);
6130 if (!target_can_async_p ())
6131 make_cleanup_delete_breakpoint (breakpoint);
6132 else
6133 make_exec_cleanup_delete_breakpoint (breakpoint);
6134 }
6135
6136 proceed (-1, TARGET_SIGNAL_DEFAULT, 0);
6137 /* Do the cleanups now, anly if we are not running asynchronously,
6138 of if we are, but the target is still synchronous. */
6139 if (!target_can_async_p ())
6140 do_cleanups (old_chain);
6141 }
6142
6143 static void
6144 ep_skip_leading_whitespace (char **s)
6145 {
6146 if ((s == NULL) || (*s == NULL))
6147 return;
6148 while (isspace (**s))
6149 *s += 1;
6150 }
6151
6152 /* This function examines a string, and attempts to find a token
6153 that might be an event name in the leading characters. If a
6154 possible match is found, a pointer to the last character of
6155 the token is returned. Else, NULL is returned. */
6156
6157 static char *
6158 ep_find_event_name_end (char *arg)
6159 {
6160 char *s = arg;
6161 char *event_name_end = NULL;
6162
6163 /* If we could depend upon the presense of strrpbrk, we'd use that... */
6164 if (arg == NULL)
6165 return NULL;
6166
6167 /* We break out of the loop when we find a token delimiter.
6168 Basically, we're looking for alphanumerics and underscores;
6169 anything else delimites the token. */
6170 while (*s != '\0')
6171 {
6172 if (!isalnum (*s) && (*s != '_'))
6173 break;
6174 event_name_end = s;
6175 s++;
6176 }
6177
6178 return event_name_end;
6179 }
6180
6181
6182 /* This function attempts to parse an optional "if <cond>" clause
6183 from the arg string. If one is not found, it returns NULL.
6184
6185 Else, it returns a pointer to the condition string. (It does not
6186 attempt to evaluate the string against a particular block.) And,
6187 it updates arg to point to the first character following the parsed
6188 if clause in the arg string. */
6189
6190 static char *
6191 ep_parse_optional_if_clause (char **arg)
6192 {
6193 char *cond_string;
6194
6195 if (((*arg)[0] != 'i') || ((*arg)[1] != 'f') || !isspace ((*arg)[2]))
6196 return NULL;
6197
6198 /* Skip the "if" keyword. */
6199 (*arg) += 2;
6200
6201 /* Skip any extra leading whitespace, and record the start of the
6202 condition string. */
6203 ep_skip_leading_whitespace (arg);
6204 cond_string = *arg;
6205
6206 /* Assume that the condition occupies the remainder of the arg string. */
6207 (*arg) += strlen (cond_string);
6208
6209 return cond_string;
6210 }
6211
6212 /* This function attempts to parse an optional filename from the arg
6213 string. If one is not found, it returns NULL.
6214
6215 Else, it returns a pointer to the parsed filename. (This function
6216 makes no attempt to verify that a file of that name exists, or is
6217 accessible.) And, it updates arg to point to the first character
6218 following the parsed filename in the arg string.
6219
6220 Note that clients needing to preserve the returned filename for
6221 future access should copy it to their own buffers. */
6222 static char *
6223 ep_parse_optional_filename (char **arg)
6224 {
6225 static char filename[1024];
6226 char *arg_p = *arg;
6227 int i;
6228 char c;
6229
6230 if ((*arg_p == '\0') || isspace (*arg_p))
6231 return NULL;
6232
6233 for (i = 0;; i++)
6234 {
6235 c = *arg_p;
6236 if (isspace (c))
6237 c = '\0';
6238 filename[i] = c;
6239 if (c == '\0')
6240 break;
6241 arg_p++;
6242 }
6243 *arg = arg_p;
6244
6245 return filename;
6246 }
6247
6248 /* Commands to deal with catching events, such as signals, exceptions,
6249 process start/exit, etc. */
6250
6251 typedef enum
6252 {
6253 catch_fork, catch_vfork
6254 }
6255 catch_fork_kind;
6256
6257 static void
6258 catch_fork_command_1 (catch_fork_kind fork_kind, char *arg, int tempflag,
6259 int from_tty)
6260 {
6261 char *cond_string = NULL;
6262
6263 ep_skip_leading_whitespace (&arg);
6264
6265 /* The allowed syntax is:
6266 catch [v]fork
6267 catch [v]fork if <cond>
6268
6269 First, check if there's an if clause. */
6270 cond_string = ep_parse_optional_if_clause (&arg);
6271
6272 if ((*arg != '\0') && !isspace (*arg))
6273 error (_("Junk at end of arguments."));
6274
6275 /* If this target supports it, create a fork or vfork catchpoint
6276 and enable reporting of such events. */
6277 switch (fork_kind)
6278 {
6279 case catch_fork:
6280 create_fork_event_catchpoint (tempflag, cond_string);
6281 break;
6282 case catch_vfork:
6283 create_vfork_event_catchpoint (tempflag, cond_string);
6284 break;
6285 default:
6286 error (_("unsupported or unknown fork kind; cannot catch it"));
6287 break;
6288 }
6289 }
6290
6291 static void
6292 catch_exec_command_1 (char *arg, int tempflag, int from_tty)
6293 {
6294 char *cond_string = NULL;
6295
6296 ep_skip_leading_whitespace (&arg);
6297
6298 /* The allowed syntax is:
6299 catch exec
6300 catch exec if <cond>
6301
6302 First, check if there's an if clause. */
6303 cond_string = ep_parse_optional_if_clause (&arg);
6304
6305 if ((*arg != '\0') && !isspace (*arg))
6306 error (_("Junk at end of arguments."));
6307
6308 /* If this target supports it, create an exec catchpoint
6309 and enable reporting of such events. */
6310 create_exec_event_catchpoint (tempflag, cond_string);
6311 }
6312
6313 static void
6314 catch_load_command_1 (char *arg, int tempflag, int from_tty)
6315 {
6316 char *dll_pathname = NULL;
6317 char *cond_string = NULL;
6318
6319 ep_skip_leading_whitespace (&arg);
6320
6321 /* The allowed syntax is:
6322 catch load
6323 catch load if <cond>
6324 catch load <filename>
6325 catch load <filename> if <cond>
6326
6327 The user is not allowed to specify the <filename> after an
6328 if clause.
6329
6330 We'll ignore the pathological case of a file named "if".
6331
6332 First, check if there's an if clause. If so, then there
6333 cannot be a filename. */
6334 cond_string = ep_parse_optional_if_clause (&arg);
6335
6336 /* If there was an if clause, then there cannot be a filename.
6337 Else, there might be a filename and an if clause. */
6338 if (cond_string == NULL)
6339 {
6340 dll_pathname = ep_parse_optional_filename (&arg);
6341 ep_skip_leading_whitespace (&arg);
6342 cond_string = ep_parse_optional_if_clause (&arg);
6343 }
6344
6345 if ((*arg != '\0') && !isspace (*arg))
6346 error (_("Junk at end of arguments."));
6347
6348 /* Create a load breakpoint that only triggers when a load of
6349 the specified dll (or any dll, if no pathname was specified)
6350 occurs. */
6351 SOLIB_CREATE_CATCH_LOAD_HOOK (PIDGET (inferior_ptid), tempflag,
6352 dll_pathname, cond_string);
6353 }
6354
6355 static void
6356 catch_unload_command_1 (char *arg, int tempflag, int from_tty)
6357 {
6358 char *dll_pathname = NULL;
6359 char *cond_string = NULL;
6360
6361 ep_skip_leading_whitespace (&arg);
6362
6363 /* The allowed syntax is:
6364 catch unload
6365 catch unload if <cond>
6366 catch unload <filename>
6367 catch unload <filename> if <cond>
6368
6369 The user is not allowed to specify the <filename> after an
6370 if clause.
6371
6372 We'll ignore the pathological case of a file named "if".
6373
6374 First, check if there's an if clause. If so, then there
6375 cannot be a filename. */
6376 cond_string = ep_parse_optional_if_clause (&arg);
6377
6378 /* If there was an if clause, then there cannot be a filename.
6379 Else, there might be a filename and an if clause. */
6380 if (cond_string == NULL)
6381 {
6382 dll_pathname = ep_parse_optional_filename (&arg);
6383 ep_skip_leading_whitespace (&arg);
6384 cond_string = ep_parse_optional_if_clause (&arg);
6385 }
6386
6387 if ((*arg != '\0') && !isspace (*arg))
6388 error (_("Junk at end of arguments."));
6389
6390 /* Create an unload breakpoint that only triggers when an unload of
6391 the specified dll (or any dll, if no pathname was specified)
6392 occurs. */
6393 SOLIB_CREATE_CATCH_UNLOAD_HOOK (PIDGET (inferior_ptid), tempflag,
6394 dll_pathname, cond_string);
6395 }
6396
6397 /* Commands to deal with catching exceptions. */
6398
6399 /* Set a breakpoint at the specified callback routine for an
6400 exception event callback */
6401
6402 static void
6403 create_exception_catchpoint (int tempflag, char *cond_string,
6404 enum exception_event_kind ex_event,
6405 struct symtab_and_line *sal)
6406 {
6407 struct breakpoint *b;
6408 int thread = -1; /* All threads. */
6409 enum bptype bptype;
6410
6411 if (!sal) /* no exception support? */
6412 return;
6413
6414 switch (ex_event)
6415 {
6416 case EX_EVENT_THROW:
6417 bptype = bp_catch_throw;
6418 break;
6419 case EX_EVENT_CATCH:
6420 bptype = bp_catch_catch;
6421 break;
6422 default: /* error condition */
6423 error (_("Internal error -- invalid catchpoint kind"));
6424 }
6425
6426 b = set_raw_breakpoint (*sal, bptype);
6427 set_breakpoint_count (breakpoint_count + 1);
6428 b->number = breakpoint_count;
6429 b->cond = NULL;
6430 b->cond_string = (cond_string == NULL) ?
6431 NULL : savestring (cond_string, strlen (cond_string));
6432 b->thread = thread;
6433 b->addr_string = NULL;
6434 b->enable_state = bp_enabled;
6435 b->disposition = tempflag ? disp_del : disp_donttouch;
6436 mention (b);
6437 }
6438
6439 static enum print_stop_action
6440 print_exception_catchpoint (struct breakpoint *b)
6441 {
6442 annotate_catchpoint (b->number);
6443
6444 if (strstr (b->addr_string, "throw") != NULL)
6445 printf_filtered (_("\nCatchpoint %d (exception thrown)\n"),
6446 b->number);
6447 else
6448 printf_filtered (_("\nCatchpoint %d (exception caught)\n"),
6449 b->number);
6450
6451 return PRINT_SRC_AND_LOC;
6452 }
6453
6454 static void
6455 print_one_exception_catchpoint (struct breakpoint *b, CORE_ADDR *last_addr)
6456 {
6457 if (addressprint)
6458 {
6459 annotate_field (4);
6460 ui_out_field_core_addr (uiout, "addr", b->loc->address);
6461 }
6462 annotate_field (5);
6463 *last_addr = b->loc->address;
6464 if (strstr (b->addr_string, "throw") != NULL)
6465 ui_out_field_string (uiout, "what", "exception throw");
6466 else
6467 ui_out_field_string (uiout, "what", "exception catch");
6468 }
6469
6470 static void
6471 print_mention_exception_catchpoint (struct breakpoint *b)
6472 {
6473 if (strstr (b->addr_string, "throw") != NULL)
6474 printf_filtered (_("Catchpoint %d (throw)"), b->number);
6475 else
6476 printf_filtered (_("Catchpoint %d (catch)"), b->number);
6477 }
6478
6479 static struct breakpoint_ops gnu_v3_exception_catchpoint_ops = {
6480 print_exception_catchpoint,
6481 print_one_exception_catchpoint,
6482 print_mention_exception_catchpoint
6483 };
6484
6485 static int
6486 handle_gnu_v3_exceptions (int tempflag, char *cond_string,
6487 enum exception_event_kind ex_event, int from_tty)
6488 {
6489 char *trigger_func_name, *nameptr;
6490 struct symtabs_and_lines sals;
6491 struct breakpoint *b;
6492
6493 if (ex_event == EX_EVENT_CATCH)
6494 trigger_func_name = xstrdup ("__cxa_begin_catch");
6495 else
6496 trigger_func_name = xstrdup ("__cxa_throw");
6497
6498 nameptr = trigger_func_name;
6499 sals = decode_line_1 (&nameptr, 1, NULL, 0, NULL, NULL);
6500 if (sals.nelts == 0)
6501 {
6502 xfree (trigger_func_name);
6503 return 0;
6504 }
6505
6506 b = set_raw_breakpoint (sals.sals[0], bp_breakpoint);
6507 set_breakpoint_count (breakpoint_count + 1);
6508 b->number = breakpoint_count;
6509 b->cond = NULL;
6510 b->cond_string = (cond_string == NULL) ?
6511 NULL : savestring (cond_string, strlen (cond_string));
6512 b->thread = -1;
6513 b->addr_string = trigger_func_name;
6514 b->enable_state = bp_enabled;
6515 b->disposition = tempflag ? disp_del : disp_donttouch;
6516 b->ops = &gnu_v3_exception_catchpoint_ops;
6517
6518 xfree (sals.sals);
6519 mention (b);
6520 return 1;
6521 }
6522
6523 /* Deal with "catch catch" and "catch throw" commands */
6524
6525 static void
6526 catch_exception_command_1 (enum exception_event_kind ex_event, char *arg,
6527 int tempflag, int from_tty)
6528 {
6529 char *cond_string = NULL;
6530 struct symtab_and_line *sal = NULL;
6531
6532 ep_skip_leading_whitespace (&arg);
6533
6534 cond_string = ep_parse_optional_if_clause (&arg);
6535
6536 if ((*arg != '\0') && !isspace (*arg))
6537 error (_("Junk at end of arguments."));
6538
6539 if ((ex_event != EX_EVENT_THROW) &&
6540 (ex_event != EX_EVENT_CATCH))
6541 error (_("Unsupported or unknown exception event; cannot catch it"));
6542
6543 if (handle_gnu_v3_exceptions (tempflag, cond_string, ex_event, from_tty))
6544 return;
6545
6546 /* See if we can find a callback routine */
6547 sal = target_enable_exception_callback (ex_event, 1);
6548
6549 if (sal)
6550 {
6551 /* We have callbacks from the runtime system for exceptions.
6552 Set a breakpoint on the sal found, if no errors */
6553 if (sal != (struct symtab_and_line *) -1)
6554 create_exception_catchpoint (tempflag, cond_string, ex_event, sal);
6555 else
6556 return; /* something went wrong with setting up callbacks */
6557 }
6558
6559 warning (_("Unsupported with this platform/compiler combination."));
6560 }
6561
6562 /* Create a breakpoint struct for Ada exception catchpoints. */
6563
6564 static void
6565 create_ada_exception_breakpoint (struct symtab_and_line sal,
6566 char *addr_string,
6567 char *exp_string,
6568 char *cond_string,
6569 struct expression *cond,
6570 struct breakpoint_ops *ops,
6571 int tempflag,
6572 int from_tty)
6573 {
6574 struct breakpoint *b;
6575
6576 if (from_tty)
6577 {
6578 describe_other_breakpoints (sal.pc, sal.section, -1);
6579 /* FIXME: brobecker/2006-12-28: Actually, re-implement a special
6580 version for exception catchpoints, because two catchpoints
6581 used for different exception names will use the same address.
6582 In this case, a "breakpoint ... also set at..." warning is
6583 unproductive. Besides. the warning phrasing is also a bit
6584 inapropriate, we should use the word catchpoint, and tell
6585 the user what type of catchpoint it is. The above is good
6586 enough for now, though. */
6587 }
6588
6589 b = set_raw_breakpoint (sal, bp_breakpoint);
6590 set_breakpoint_count (breakpoint_count + 1);
6591
6592 b->enable_state = bp_enabled;
6593 b->disposition = tempflag ? disp_del : disp_donttouch;
6594 b->number = breakpoint_count;
6595 b->ignore_count = 0;
6596 b->cond = cond;
6597 b->addr_string = addr_string;
6598 b->language = language_ada;
6599 b->cond_string = cond_string;
6600 b->exp_string = exp_string;
6601 b->thread = -1;
6602 b->ops = ops;
6603 b->from_tty = from_tty;
6604
6605 mention (b);
6606 }
6607
6608 /* Implement the "catch exception" command. */
6609
6610 static void
6611 catch_ada_exception_command (char *arg, int tempflag, int from_tty)
6612 {
6613 struct symtab_and_line sal;
6614 enum bptype type;
6615 char *addr_string = NULL;
6616 char *exp_string = NULL;
6617 char *cond_string = NULL;
6618 struct expression *cond = NULL;
6619 struct breakpoint_ops *ops = NULL;
6620
6621 sal = ada_decode_exception_location (arg, &addr_string, &exp_string,
6622 &cond_string, &cond, &ops);
6623 create_ada_exception_breakpoint (sal, addr_string, exp_string,
6624 cond_string, cond, ops, tempflag,
6625 from_tty);
6626 }
6627
6628 /* Implement the "catch assert" command. */
6629
6630 static void
6631 catch_assert_command (char *arg, int tempflag, int from_tty)
6632 {
6633 struct symtab_and_line sal;
6634 char *addr_string = NULL;
6635 struct breakpoint_ops *ops = NULL;
6636
6637 sal = ada_decode_assert_location (arg, &addr_string, &ops);
6638 create_ada_exception_breakpoint (sal, addr_string, NULL, NULL, NULL, ops,
6639 tempflag, from_tty);
6640 }
6641
6642 /* Cover routine to allow wrapping target_enable_exception_catchpoints
6643 inside a catch_errors */
6644
6645 static int
6646 cover_target_enable_exception_callback (void *arg)
6647 {
6648 args_for_catchpoint_enable *args = arg;
6649 struct symtab_and_line *sal;
6650 sal = target_enable_exception_callback (args->kind, args->enable_p);
6651 if (sal == NULL)
6652 return 0;
6653 else if (sal == (struct symtab_and_line *) -1)
6654 return -1;
6655 else
6656 return 1; /*is valid */
6657 }
6658
6659 static void
6660 catch_command_1 (char *arg, int tempflag, int from_tty)
6661 {
6662
6663 /* The first argument may be an event name, such as "start" or "load".
6664 If so, then handle it as such. If it doesn't match an event name,
6665 then attempt to interpret it as an exception name. (This latter is
6666 the v4.16-and-earlier GDB meaning of the "catch" command.)
6667
6668 First, try to find the bounds of what might be an event name. */
6669 char *arg1_start = arg;
6670 char *arg1_end;
6671 int arg1_length;
6672
6673 if (arg1_start == NULL)
6674 {
6675 /* Old behaviour was to use pre-v-4.16 syntax */
6676 /* catch_throw_command_1 (arg1_start, tempflag, from_tty); */
6677 /* return; */
6678 /* Now, this is not allowed */
6679 error (_("Catch requires an event name."));
6680
6681 }
6682 arg1_end = ep_find_event_name_end (arg1_start);
6683 if (arg1_end == NULL)
6684 error (_("catch requires an event"));
6685 arg1_length = arg1_end + 1 - arg1_start;
6686
6687 /* Try to match what we found against known event names. */
6688 if (strncmp (arg1_start, "signal", arg1_length) == 0)
6689 {
6690 error (_("Catch of signal not yet implemented"));
6691 }
6692 else if (strncmp (arg1_start, "catch", arg1_length) == 0)
6693 {
6694 catch_exception_command_1 (EX_EVENT_CATCH, arg1_end + 1,
6695 tempflag, from_tty);
6696 }
6697 else if (strncmp (arg1_start, "throw", arg1_length) == 0)
6698 {
6699 catch_exception_command_1 (EX_EVENT_THROW, arg1_end + 1,
6700 tempflag, from_tty);
6701 }
6702 else if (strncmp (arg1_start, "thread_start", arg1_length) == 0)
6703 {
6704 error (_("Catch of thread_start not yet implemented"));
6705 }
6706 else if (strncmp (arg1_start, "thread_exit", arg1_length) == 0)
6707 {
6708 error (_("Catch of thread_exit not yet implemented"));
6709 }
6710 else if (strncmp (arg1_start, "thread_join", arg1_length) == 0)
6711 {
6712 error (_("Catch of thread_join not yet implemented"));
6713 }
6714 else if (strncmp (arg1_start, "start", arg1_length) == 0)
6715 {
6716 error (_("Catch of start not yet implemented"));
6717 }
6718 else if (strncmp (arg1_start, "exit", arg1_length) == 0)
6719 {
6720 error (_("Catch of exit not yet implemented"));
6721 }
6722 else if (strncmp (arg1_start, "fork", arg1_length) == 0)
6723 {
6724 catch_fork_command_1 (catch_fork, arg1_end + 1, tempflag, from_tty);
6725 }
6726 else if (strncmp (arg1_start, "vfork", arg1_length) == 0)
6727 {
6728 catch_fork_command_1 (catch_vfork, arg1_end + 1, tempflag, from_tty);
6729 }
6730 else if (strncmp (arg1_start, "exec", arg1_length) == 0)
6731 {
6732 catch_exec_command_1 (arg1_end + 1, tempflag, from_tty);
6733 }
6734 else if (strncmp (arg1_start, "load", arg1_length) == 0)
6735 {
6736 catch_load_command_1 (arg1_end + 1, tempflag, from_tty);
6737 }
6738 else if (strncmp (arg1_start, "unload", arg1_length) == 0)
6739 {
6740 catch_unload_command_1 (arg1_end + 1, tempflag, from_tty);
6741 }
6742 else if (strncmp (arg1_start, "stop", arg1_length) == 0)
6743 {
6744 error (_("Catch of stop not yet implemented"));
6745 }
6746 else if (strncmp (arg1_start, "exception", arg1_length) == 0)
6747 {
6748 catch_ada_exception_command (arg1_end + 1, tempflag, from_tty);
6749 }
6750
6751 else if (strncmp (arg1_start, "assert", arg1_length) == 0)
6752 {
6753 catch_assert_command (arg1_end + 1, tempflag, from_tty);
6754 }
6755
6756 /* This doesn't appear to be an event name */
6757
6758 else
6759 {
6760 /* Pre-v.4.16 behaviour was to treat the argument
6761 as the name of an exception */
6762 /* catch_throw_command_1 (arg1_start, tempflag, from_tty); */
6763 /* Now this is not allowed */
6764 error (_("Unknown event kind specified for catch"));
6765
6766 }
6767 }
6768
6769 /* Used by the gui, could be made a worker for other things. */
6770
6771 struct breakpoint *
6772 set_breakpoint_sal (struct symtab_and_line sal)
6773 {
6774 struct breakpoint *b;
6775 b = set_raw_breakpoint (sal, bp_breakpoint);
6776 set_breakpoint_count (breakpoint_count + 1);
6777 b->number = breakpoint_count;
6778 b->cond = 0;
6779 b->thread = -1;
6780 return b;
6781 }
6782
6783 static void
6784 catch_command (char *arg, int from_tty)
6785 {
6786 catch_command_1 (arg, 0, from_tty);
6787 }
6788 \f
6789
6790 static void
6791 tcatch_command (char *arg, int from_tty)
6792 {
6793 catch_command_1 (arg, 1, from_tty);
6794 }
6795
6796 /* Delete breakpoints by address or line. */
6797
6798 static void
6799 clear_command (char *arg, int from_tty)
6800 {
6801 struct breakpoint *b, *tmp, *prev, *found;
6802 int default_match;
6803 struct symtabs_and_lines sals;
6804 struct symtab_and_line sal;
6805 int i;
6806
6807 if (arg)
6808 {
6809 sals = decode_line_spec (arg, 1);
6810 default_match = 0;
6811 }
6812 else
6813 {
6814 sals.sals = (struct symtab_and_line *)
6815 xmalloc (sizeof (struct symtab_and_line));
6816 make_cleanup (xfree, sals.sals);
6817 init_sal (&sal); /* initialize to zeroes */
6818 sal.line = default_breakpoint_line;
6819 sal.symtab = default_breakpoint_symtab;
6820 sal.pc = default_breakpoint_address;
6821 if (sal.symtab == 0)
6822 error (_("No source file specified."));
6823
6824 sals.sals[0] = sal;
6825 sals.nelts = 1;
6826
6827 default_match = 1;
6828 }
6829
6830 /* For each line spec given, delete bps which correspond
6831 to it. Do it in two passes, solely to preserve the current
6832 behavior that from_tty is forced true if we delete more than
6833 one breakpoint. */
6834
6835 found = NULL;
6836 for (i = 0; i < sals.nelts; i++)
6837 {
6838 /* If exact pc given, clear bpts at that pc.
6839 If line given (pc == 0), clear all bpts on specified line.
6840 If defaulting, clear all bpts on default line
6841 or at default pc.
6842
6843 defaulting sal.pc != 0 tests to do
6844
6845 0 1 pc
6846 1 1 pc _and_ line
6847 0 0 line
6848 1 0 <can't happen> */
6849
6850 sal = sals.sals[i];
6851 prev = NULL;
6852
6853 /* Find all matching breakpoints, remove them from the
6854 breakpoint chain, and add them to the 'found' chain. */
6855 ALL_BREAKPOINTS_SAFE (b, tmp)
6856 {
6857 /* Are we going to delete b? */
6858 if (b->type != bp_none
6859 && b->type != bp_watchpoint
6860 && b->type != bp_hardware_watchpoint
6861 && b->type != bp_read_watchpoint
6862 && b->type != bp_access_watchpoint
6863 /* Not if b is a watchpoint of any sort... */
6864 && (((sal.pc && (b->loc->address == sal.pc))
6865 && (!section_is_overlay (b->loc->section)
6866 || b->loc->section == sal.section))
6867 /* Yes, if sal.pc matches b (modulo overlays). */
6868 || ((default_match || (0 == sal.pc))
6869 && b->source_file != NULL
6870 && sal.symtab != NULL
6871 && strcmp (b->source_file, sal.symtab->filename) == 0
6872 && b->line_number == sal.line)))
6873 /* Yes, if sal source file and line matches b. */
6874 {
6875 /* Remove it from breakpoint_chain... */
6876 if (b == breakpoint_chain)
6877 {
6878 /* b is at the head of the list */
6879 breakpoint_chain = b->next;
6880 }
6881 else
6882 {
6883 prev->next = b->next;
6884 }
6885 /* And add it to 'found' chain. */
6886 b->next = found;
6887 found = b;
6888 }
6889 else
6890 {
6891 /* Keep b, and keep a pointer to it. */
6892 prev = b;
6893 }
6894 }
6895 }
6896 /* Now go thru the 'found' chain and delete them. */
6897 if (found == 0)
6898 {
6899 if (arg)
6900 error (_("No breakpoint at %s."), arg);
6901 else
6902 error (_("No breakpoint at this line."));
6903 }
6904
6905 if (found->next)
6906 from_tty = 1; /* Always report if deleted more than one */
6907 if (from_tty)
6908 {
6909 if (!found->next)
6910 printf_unfiltered (_("Deleted breakpoint "));
6911 else
6912 printf_unfiltered (_("Deleted breakpoints "));
6913 }
6914 breakpoints_changed ();
6915 while (found)
6916 {
6917 if (from_tty)
6918 printf_unfiltered ("%d ", found->number);
6919 tmp = found->next;
6920 delete_breakpoint (found);
6921 found = tmp;
6922 }
6923 if (from_tty)
6924 putchar_unfiltered ('\n');
6925 }
6926 \f
6927 /* Delete breakpoint in BS if they are `delete' breakpoints and
6928 all breakpoints that are marked for deletion, whether hit or not.
6929 This is called after any breakpoint is hit, or after errors. */
6930
6931 void
6932 breakpoint_auto_delete (bpstat bs)
6933 {
6934 struct breakpoint *b, *temp;
6935
6936 for (; bs; bs = bs->next)
6937 if (bs->breakpoint_at && bs->breakpoint_at->disposition == disp_del
6938 && bs->stop)
6939 delete_breakpoint (bs->breakpoint_at);
6940
6941 ALL_BREAKPOINTS_SAFE (b, temp)
6942 {
6943 if (b->disposition == disp_del_at_next_stop)
6944 delete_breakpoint (b);
6945 }
6946 }
6947
6948 /* Delete a breakpoint and clean up all traces of it in the data
6949 structures. */
6950
6951 void
6952 delete_breakpoint (struct breakpoint *bpt)
6953 {
6954 struct breakpoint *b;
6955 bpstat bs;
6956 struct bp_location *loc;
6957
6958 gdb_assert (bpt != NULL);
6959
6960 /* Has this bp already been deleted? This can happen because multiple
6961 lists can hold pointers to bp's. bpstat lists are especial culprits.
6962
6963 One example of this happening is a watchpoint's scope bp. When the
6964 scope bp triggers, we notice that the watchpoint is out of scope, and
6965 delete it. We also delete its scope bp. But the scope bp is marked
6966 "auto-deleting", and is already on a bpstat. That bpstat is then
6967 checked for auto-deleting bp's, which are deleted.
6968
6969 A real solution to this problem might involve reference counts in bp's,
6970 and/or giving them pointers back to their referencing bpstat's, and
6971 teaching delete_breakpoint to only free a bp's storage when no more
6972 references were extent. A cheaper bandaid was chosen. */
6973 if (bpt->type == bp_none)
6974 return;
6975
6976 if (deprecated_delete_breakpoint_hook)
6977 deprecated_delete_breakpoint_hook (bpt);
6978 breakpoint_delete_event (bpt->number);
6979
6980 if (bpt->loc->inserted)
6981 remove_breakpoint (bpt->loc, mark_inserted);
6982
6983 free_valchain (bpt->loc);
6984
6985 if (breakpoint_chain == bpt)
6986 breakpoint_chain = bpt->next;
6987
6988 if (bp_location_chain == bpt->loc)
6989 bp_location_chain = bpt->loc->next;
6990
6991 /* If we have callback-style exception catchpoints, don't go through
6992 the adjustments to the C++ runtime library etc. if the inferior
6993 isn't actually running. target_enable_exception_callback for a
6994 null target ops vector gives an undesirable error message, so we
6995 check here and avoid it. Since currently (1997-09-17) only HP-UX aCC's
6996 exceptions are supported in this way, it's OK for now. FIXME */
6997 if (ep_is_exception_catchpoint (bpt) && target_has_execution)
6998 {
6999 /* Format possible error msg */
7000 char *message = xstrprintf ("Error in deleting catchpoint %d:\n",
7001 bpt->number);
7002 struct cleanup *cleanups = make_cleanup (xfree, message);
7003 args_for_catchpoint_enable args;
7004 args.kind = bpt->type == bp_catch_catch ?
7005 EX_EVENT_CATCH : EX_EVENT_THROW;
7006 args.enable_p = 0;
7007 catch_errors (cover_target_enable_exception_callback, &args,
7008 message, RETURN_MASK_ALL);
7009 do_cleanups (cleanups);
7010 }
7011
7012
7013 ALL_BREAKPOINTS (b)
7014 if (b->next == bpt)
7015 {
7016 b->next = bpt->next;
7017 break;
7018 }
7019
7020 ALL_BP_LOCATIONS (loc)
7021 if (loc->next == bpt->loc)
7022 {
7023 loc->next = bpt->loc->next;
7024 break;
7025 }
7026
7027 check_duplicates (bpt);
7028 /* If this breakpoint was inserted, and there is another breakpoint
7029 at the same address, we need to insert the other breakpoint. */
7030 if (bpt->loc->inserted
7031 && bpt->type != bp_hardware_watchpoint
7032 && bpt->type != bp_read_watchpoint
7033 && bpt->type != bp_access_watchpoint
7034 && bpt->type != bp_catch_fork
7035 && bpt->type != bp_catch_vfork
7036 && bpt->type != bp_catch_exec)
7037 {
7038 ALL_BREAKPOINTS (b)
7039 if (b->loc->address == bpt->loc->address
7040 && b->loc->section == bpt->loc->section
7041 && !b->loc->duplicate
7042 && b->enable_state != bp_disabled
7043 && b->enable_state != bp_shlib_disabled
7044 && !b->pending
7045 && b->enable_state != bp_call_disabled)
7046 {
7047 int val;
7048
7049 /* We should never reach this point if there is a permanent
7050 breakpoint at the same address as the one being deleted.
7051 If there is a permanent breakpoint somewhere, it should
7052 always be the only one inserted. */
7053 if (b->enable_state == bp_permanent)
7054 internal_error (__FILE__, __LINE__,
7055 _("another breakpoint was inserted on top of "
7056 "a permanent breakpoint"));
7057
7058 memset (&b->loc->target_info, 0, sizeof (b->loc->target_info));
7059 b->loc->target_info.placed_address = b->loc->address;
7060 if (b->type == bp_hardware_breakpoint)
7061 val = target_insert_hw_breakpoint (&b->loc->target_info);
7062 else
7063 val = target_insert_breakpoint (&b->loc->target_info);
7064
7065 /* If there was an error in the insert, print a message, then stop execution. */
7066 if (val != 0)
7067 {
7068 struct ui_file *tmp_error_stream = mem_fileopen ();
7069 make_cleanup_ui_file_delete (tmp_error_stream);
7070
7071
7072 if (b->type == bp_hardware_breakpoint)
7073 {
7074 fprintf_unfiltered (tmp_error_stream,
7075 "Cannot insert hardware breakpoint %d.\n"
7076 "You may have requested too many hardware breakpoints.\n",
7077 b->number);
7078 }
7079 else
7080 {
7081 fprintf_unfiltered (tmp_error_stream, "Cannot insert breakpoint %d.\n", b->number);
7082 fprintf_filtered (tmp_error_stream, "Error accessing memory address ");
7083 deprecated_print_address_numeric (b->loc->address, 1, tmp_error_stream);
7084 fprintf_filtered (tmp_error_stream, ": %s.\n",
7085 safe_strerror (val));
7086 }
7087
7088 fprintf_unfiltered (tmp_error_stream,"The same program may be running in another process.");
7089 target_terminal_ours_for_output ();
7090 error_stream(tmp_error_stream);
7091 }
7092 else
7093 b->loc->inserted = 1;
7094 }
7095 }
7096
7097 free_command_lines (&bpt->commands);
7098 if (bpt->cond)
7099 xfree (bpt->cond);
7100 if (bpt->cond_string != NULL)
7101 xfree (bpt->cond_string);
7102 if (bpt->addr_string != NULL)
7103 xfree (bpt->addr_string);
7104 if (bpt->exp != NULL)
7105 xfree (bpt->exp);
7106 if (bpt->exp_string != NULL)
7107 xfree (bpt->exp_string);
7108 if (bpt->val != NULL)
7109 value_free (bpt->val);
7110 if (bpt->source_file != NULL)
7111 xfree (bpt->source_file);
7112 if (bpt->dll_pathname != NULL)
7113 xfree (bpt->dll_pathname);
7114 if (bpt->triggered_dll_pathname != NULL)
7115 xfree (bpt->triggered_dll_pathname);
7116 if (bpt->exec_pathname != NULL)
7117 xfree (bpt->exec_pathname);
7118
7119 /* Be sure no bpstat's are pointing at it after it's been freed. */
7120 /* FIXME, how can we find all bpstat's?
7121 We just check stop_bpstat for now. */
7122 for (bs = stop_bpstat; bs; bs = bs->next)
7123 if (bs->breakpoint_at == bpt)
7124 {
7125 bs->breakpoint_at = NULL;
7126 bs->old_val = NULL;
7127 /* bs->commands will be freed later. */
7128 }
7129 /* On the chance that someone will soon try again to delete this same
7130 bp, we mark it as deleted before freeing its storage. */
7131 bpt->type = bp_none;
7132
7133 xfree (bpt->loc);
7134 xfree (bpt);
7135 }
7136
7137 static void
7138 do_delete_breakpoint_cleanup (void *b)
7139 {
7140 delete_breakpoint (b);
7141 }
7142
7143 struct cleanup *
7144 make_cleanup_delete_breakpoint (struct breakpoint *b)
7145 {
7146 return make_cleanup (do_delete_breakpoint_cleanup, b);
7147 }
7148
7149 struct cleanup *
7150 make_exec_cleanup_delete_breakpoint (struct breakpoint *b)
7151 {
7152 return make_exec_cleanup (do_delete_breakpoint_cleanup, b);
7153 }
7154
7155 void
7156 delete_command (char *arg, int from_tty)
7157 {
7158 struct breakpoint *b, *temp;
7159
7160 dont_repeat ();
7161
7162 if (arg == 0)
7163 {
7164 int breaks_to_delete = 0;
7165
7166 /* Delete all breakpoints if no argument.
7167 Do not delete internal or call-dummy breakpoints, these
7168 have to be deleted with an explicit breakpoint number argument. */
7169 ALL_BREAKPOINTS (b)
7170 {
7171 if (b->type != bp_call_dummy &&
7172 b->type != bp_shlib_event &&
7173 b->type != bp_thread_event &&
7174 b->type != bp_overlay_event &&
7175 b->number >= 0)
7176 {
7177 breaks_to_delete = 1;
7178 break;
7179 }
7180 }
7181
7182 /* Ask user only if there are some breakpoints to delete. */
7183 if (!from_tty
7184 || (breaks_to_delete && query (_("Delete all breakpoints? "))))
7185 {
7186 ALL_BREAKPOINTS_SAFE (b, temp)
7187 {
7188 if (b->type != bp_call_dummy &&
7189 b->type != bp_shlib_event &&
7190 b->type != bp_thread_event &&
7191 b->type != bp_overlay_event &&
7192 b->number >= 0)
7193 delete_breakpoint (b);
7194 }
7195 }
7196 }
7197 else
7198 map_breakpoint_numbers (arg, delete_breakpoint);
7199 }
7200
7201 /* Reset a breakpoint given it's struct breakpoint * BINT.
7202 The value we return ends up being the return value from catch_errors.
7203 Unused in this case. */
7204
7205 static int
7206 breakpoint_re_set_one (void *bint)
7207 {
7208 /* get past catch_errs */
7209 struct breakpoint *b = (struct breakpoint *) bint;
7210 struct value *mark;
7211 int i;
7212 int not_found;
7213 int *not_found_ptr = NULL;
7214 struct symtabs_and_lines sals;
7215 char *s;
7216 enum enable_state save_enable;
7217
7218 switch (b->type)
7219 {
7220 case bp_none:
7221 warning (_("attempted to reset apparently deleted breakpoint #%d?"),
7222 b->number);
7223 return 0;
7224 case bp_breakpoint:
7225 case bp_hardware_breakpoint:
7226 case bp_catch_load:
7227 case bp_catch_unload:
7228 if (b->addr_string == NULL)
7229 {
7230 /* Anything without a string can't be re-set. */
7231 delete_breakpoint (b);
7232 return 0;
7233 }
7234 /* HACK: cagney/2001-11-11: kettenis/2001-11-11: MarkK wrote:
7235
7236 ``And a hack it is, although Apple's Darwin version of GDB
7237 contains an almost identical hack to implement a "future
7238 break" command. It seems to work in many real world cases,
7239 but it is easy to come up with a test case where the patch
7240 doesn't help at all.''
7241
7242 ``It seems that the way GDB implements breakpoints - in -
7243 shared - libraries was designed for a.out shared library
7244 systems (SunOS 4) where shared libraries were loaded at a
7245 fixed address in memory. Since ELF shared libraries can (and
7246 will) be loaded at any address in memory, things break.
7247 Fixing this is not trivial. Therefore, I'm not sure whether
7248 we should add this hack to the branch only. I cannot
7249 guarantee that things will be fixed on the trunk in the near
7250 future.''
7251
7252 In case we have a problem, disable this breakpoint. We'll
7253 restore its status if we succeed. Don't disable a
7254 shlib_disabled breakpoint though. There's a fair chance we
7255 can't re-set it if the shared library it's in hasn't been
7256 loaded yet. */
7257
7258 if (b->pending)
7259 break;
7260
7261 save_enable = b->enable_state;
7262 if (b->enable_state != bp_shlib_disabled)
7263 b->enable_state = bp_disabled;
7264 else
7265 /* If resetting a shlib-disabled breakpoint, we don't want to
7266 see an error message if it is not found since we will expect
7267 this to occur until the shared library is finally reloaded.
7268 We accomplish this by giving decode_line_1 a pointer to use
7269 for silent notification that the symbol is not found. */
7270 not_found_ptr = &not_found;
7271
7272 set_language (b->language);
7273 input_radix = b->input_radix;
7274 s = b->addr_string;
7275 sals = decode_line_1 (&s, 1, (struct symtab *) NULL, 0, (char ***) NULL,
7276 not_found_ptr);
7277 for (i = 0; i < sals.nelts; i++)
7278 {
7279 resolve_sal_pc (&sals.sals[i]);
7280
7281 /* Reparse conditions, they might contain references to the
7282 old symtab. */
7283 if (b->cond_string != NULL)
7284 {
7285 s = b->cond_string;
7286 if (b->cond)
7287 {
7288 xfree (b->cond);
7289 /* Avoid re-freeing b->exp if an error during the call
7290 to parse_exp_1. */
7291 b->cond = NULL;
7292 }
7293 b->cond = parse_exp_1 (&s, block_for_pc (sals.sals[i].pc), 0);
7294 }
7295
7296 /* We need to re-set the breakpoint if the address changes... */
7297 if (b->loc->address != sals.sals[i].pc
7298 /* ...or new and old breakpoints both have source files, and
7299 the source file name or the line number changes... */
7300 || (b->source_file != NULL
7301 && sals.sals[i].symtab != NULL
7302 && (strcmp (b->source_file, sals.sals[i].symtab->filename) != 0
7303 || b->line_number != sals.sals[i].line)
7304 )
7305 /* ...or we switch between having a source file and not having
7306 one. */
7307 || ((b->source_file == NULL) != (sals.sals[i].symtab == NULL))
7308 )
7309 {
7310 if (b->source_file != NULL)
7311 xfree (b->source_file);
7312 if (sals.sals[i].symtab == NULL)
7313 b->source_file = NULL;
7314 else
7315 b->source_file =
7316 savestring (sals.sals[i].symtab->filename,
7317 strlen (sals.sals[i].symtab->filename));
7318 b->line_number = sals.sals[i].line;
7319 b->loc->requested_address = sals.sals[i].pc;
7320 b->loc->address
7321 = adjust_breakpoint_address (b->loc->requested_address,
7322 b->type);
7323
7324 /* Used to check for duplicates here, but that can
7325 cause trouble, as it doesn't check for disabled
7326 breakpoints. */
7327
7328 mention (b);
7329
7330 /* Might be better to do this just once per breakpoint_re_set,
7331 rather than once for every breakpoint. */
7332 breakpoints_changed ();
7333 }
7334 b->loc->section = sals.sals[i].section;
7335 b->enable_state = save_enable; /* Restore it, this worked. */
7336
7337
7338 /* Now that this is re-enabled, check_duplicates
7339 can be used. */
7340 check_duplicates (b);
7341
7342 }
7343 xfree (sals.sals);
7344 break;
7345
7346 case bp_watchpoint:
7347 case bp_hardware_watchpoint:
7348 case bp_read_watchpoint:
7349 case bp_access_watchpoint:
7350 innermost_block = NULL;
7351 /* The issue arises of what context to evaluate this in. The
7352 same one as when it was set, but what does that mean when
7353 symbols have been re-read? We could save the filename and
7354 functionname, but if the context is more local than that, the
7355 best we could do would be something like how many levels deep
7356 and which index at that particular level, but that's going to
7357 be less stable than filenames or function names. */
7358
7359 /* So for now, just use a global context. */
7360 if (b->exp)
7361 {
7362 xfree (b->exp);
7363 /* Avoid re-freeing b->exp if an error during the call to
7364 parse_expression. */
7365 b->exp = NULL;
7366 }
7367 b->exp = parse_expression (b->exp_string);
7368 b->exp_valid_block = innermost_block;
7369 mark = value_mark ();
7370 if (b->val)
7371 {
7372 value_free (b->val);
7373 /* Avoid re-freeing b->val if an error during the call to
7374 evaluate_expression. */
7375 b->val = NULL;
7376 }
7377 b->val = evaluate_expression (b->exp);
7378 release_value (b->val);
7379 if (value_lazy (b->val) && breakpoint_enabled (b))
7380 value_fetch_lazy (b->val);
7381
7382 if (b->cond_string != NULL)
7383 {
7384 s = b->cond_string;
7385 if (b->cond)
7386 {
7387 xfree (b->cond);
7388 /* Avoid re-freeing b->exp if an error during the call
7389 to parse_exp_1. */
7390 b->cond = NULL;
7391 }
7392 b->cond = parse_exp_1 (&s, (struct block *) 0, 0);
7393 }
7394 if (breakpoint_enabled (b))
7395 mention (b);
7396 value_free_to_mark (mark);
7397 break;
7398 case bp_catch_catch:
7399 case bp_catch_throw:
7400 break;
7401 /* We needn't really do anything to reset these, since the mask
7402 that requests them is unaffected by e.g., new libraries being
7403 loaded. */
7404 case bp_catch_fork:
7405 case bp_catch_vfork:
7406 case bp_catch_exec:
7407 break;
7408
7409 default:
7410 printf_filtered (_("Deleting unknown breakpoint type %d\n"), b->type);
7411 /* fall through */
7412 /* Delete longjmp and overlay event breakpoints; they will be
7413 reset later by breakpoint_re_set. */
7414 case bp_longjmp:
7415 case bp_longjmp_resume:
7416 case bp_overlay_event:
7417 delete_breakpoint (b);
7418 break;
7419
7420 /* This breakpoint is special, it's set up when the inferior
7421 starts and we really don't want to touch it. */
7422 case bp_shlib_event:
7423
7424 /* Like bp_shlib_event, this breakpoint type is special.
7425 Once it is set up, we do not want to touch it. */
7426 case bp_thread_event:
7427
7428 /* Keep temporary breakpoints, which can be encountered when we step
7429 over a dlopen call and SOLIB_ADD is resetting the breakpoints.
7430 Otherwise these should have been blown away via the cleanup chain
7431 or by breakpoint_init_inferior when we rerun the executable. */
7432 case bp_until:
7433 case bp_finish:
7434 case bp_watchpoint_scope:
7435 case bp_call_dummy:
7436 case bp_step_resume:
7437 break;
7438 }
7439
7440 return 0;
7441 }
7442
7443 /* Re-set all breakpoints after symbols have been re-loaded. */
7444 void
7445 breakpoint_re_set (void)
7446 {
7447 struct breakpoint *b, *temp;
7448 enum language save_language;
7449 int save_input_radix;
7450
7451 save_language = current_language->la_language;
7452 save_input_radix = input_radix;
7453 ALL_BREAKPOINTS_SAFE (b, temp)
7454 {
7455 /* Format possible error msg */
7456 char *message = xstrprintf ("Error in re-setting breakpoint %d:\n",
7457 b->number);
7458 struct cleanup *cleanups = make_cleanup (xfree, message);
7459 catch_errors (breakpoint_re_set_one, b, message, RETURN_MASK_ALL);
7460 do_cleanups (cleanups);
7461 }
7462 set_language (save_language);
7463 input_radix = save_input_radix;
7464
7465 if (GET_LONGJMP_TARGET_P ())
7466 {
7467 create_longjmp_breakpoint ("longjmp");
7468 create_longjmp_breakpoint ("_longjmp");
7469 create_longjmp_breakpoint ("siglongjmp");
7470 create_longjmp_breakpoint ("_siglongjmp");
7471 create_longjmp_breakpoint (NULL);
7472 }
7473
7474 create_overlay_event_breakpoint ("_ovly_debug_event");
7475 }
7476 \f
7477 /* Reset the thread number of this breakpoint:
7478
7479 - If the breakpoint is for all threads, leave it as-is.
7480 - Else, reset it to the current thread for inferior_ptid. */
7481 void
7482 breakpoint_re_set_thread (struct breakpoint *b)
7483 {
7484 if (b->thread != -1)
7485 {
7486 if (in_thread_list (inferior_ptid))
7487 b->thread = pid_to_thread_id (inferior_ptid);
7488 }
7489 }
7490
7491 /* Set ignore-count of breakpoint number BPTNUM to COUNT.
7492 If from_tty is nonzero, it prints a message to that effect,
7493 which ends with a period (no newline). */
7494
7495 void
7496 set_ignore_count (int bptnum, int count, int from_tty)
7497 {
7498 struct breakpoint *b;
7499
7500 if (count < 0)
7501 count = 0;
7502
7503 ALL_BREAKPOINTS (b)
7504 if (b->number == bptnum)
7505 {
7506 b->ignore_count = count;
7507 if (from_tty)
7508 {
7509 if (count == 0)
7510 printf_filtered (_("Will stop next time breakpoint %d is reached."),
7511 bptnum);
7512 else if (count == 1)
7513 printf_filtered (_("Will ignore next crossing of breakpoint %d."),
7514 bptnum);
7515 else
7516 printf_filtered (_("Will ignore next %d crossings of breakpoint %d."),
7517 count, bptnum);
7518 }
7519 breakpoints_changed ();
7520 breakpoint_modify_event (b->number);
7521 return;
7522 }
7523
7524 error (_("No breakpoint number %d."), bptnum);
7525 }
7526
7527 /* Clear the ignore counts of all breakpoints. */
7528 void
7529 breakpoint_clear_ignore_counts (void)
7530 {
7531 struct breakpoint *b;
7532
7533 ALL_BREAKPOINTS (b)
7534 b->ignore_count = 0;
7535 }
7536
7537 /* Command to set ignore-count of breakpoint N to COUNT. */
7538
7539 static void
7540 ignore_command (char *args, int from_tty)
7541 {
7542 char *p = args;
7543 int num;
7544
7545 if (p == 0)
7546 error_no_arg (_("a breakpoint number"));
7547
7548 num = get_number (&p);
7549 if (num == 0)
7550 error (_("bad breakpoint number: '%s'"), args);
7551 if (*p == 0)
7552 error (_("Second argument (specified ignore-count) is missing."));
7553
7554 set_ignore_count (num,
7555 longest_to_int (value_as_long (parse_and_eval (p))),
7556 from_tty);
7557 if (from_tty)
7558 printf_filtered ("\n");
7559 }
7560 \f
7561 /* Call FUNCTION on each of the breakpoints
7562 whose numbers are given in ARGS. */
7563
7564 static void
7565 map_breakpoint_numbers (char *args, void (*function) (struct breakpoint *))
7566 {
7567 char *p = args;
7568 char *p1;
7569 int num;
7570 struct breakpoint *b, *tmp;
7571 int match;
7572
7573 if (p == 0)
7574 error_no_arg (_("one or more breakpoint numbers"));
7575
7576 while (*p)
7577 {
7578 match = 0;
7579 p1 = p;
7580
7581 num = get_number_or_range (&p1);
7582 if (num == 0)
7583 {
7584 warning (_("bad breakpoint number at or near '%s'"), p);
7585 }
7586 else
7587 {
7588 ALL_BREAKPOINTS_SAFE (b, tmp)
7589 if (b->number == num)
7590 {
7591 struct breakpoint *related_breakpoint = b->related_breakpoint;
7592 match = 1;
7593 function (b);
7594 if (related_breakpoint)
7595 function (related_breakpoint);
7596 break;
7597 }
7598 if (match == 0)
7599 printf_unfiltered (_("No breakpoint number %d.\n"), num);
7600 }
7601 p = p1;
7602 }
7603 }
7604
7605 /* Set ignore-count of breakpoint number BPTNUM to COUNT.
7606 If from_tty is nonzero, it prints a message to that effect,
7607 which ends with a period (no newline). */
7608
7609 void
7610 disable_breakpoint (struct breakpoint *bpt)
7611 {
7612 /* Never disable a watchpoint scope breakpoint; we want to
7613 hit them when we leave scope so we can delete both the
7614 watchpoint and its scope breakpoint at that time. */
7615 if (bpt->type == bp_watchpoint_scope)
7616 return;
7617
7618 /* You can't disable permanent breakpoints. */
7619 if (bpt->enable_state == bp_permanent)
7620 return;
7621
7622 bpt->enable_state = bp_disabled;
7623
7624 check_duplicates (bpt);
7625
7626 if (deprecated_modify_breakpoint_hook)
7627 deprecated_modify_breakpoint_hook (bpt);
7628 breakpoint_modify_event (bpt->number);
7629 }
7630
7631 static void
7632 disable_command (char *args, int from_tty)
7633 {
7634 struct breakpoint *bpt;
7635 if (args == 0)
7636 ALL_BREAKPOINTS (bpt)
7637 switch (bpt->type)
7638 {
7639 case bp_none:
7640 warning (_("attempted to disable apparently deleted breakpoint #%d?"),
7641 bpt->number);
7642 continue;
7643 case bp_breakpoint:
7644 case bp_catch_load:
7645 case bp_catch_unload:
7646 case bp_catch_fork:
7647 case bp_catch_vfork:
7648 case bp_catch_exec:
7649 case bp_catch_catch:
7650 case bp_catch_throw:
7651 case bp_hardware_breakpoint:
7652 case bp_watchpoint:
7653 case bp_hardware_watchpoint:
7654 case bp_read_watchpoint:
7655 case bp_access_watchpoint:
7656 disable_breakpoint (bpt);
7657 default:
7658 continue;
7659 }
7660 else
7661 map_breakpoint_numbers (args, disable_breakpoint);
7662 }
7663
7664 static void
7665 do_enable_breakpoint (struct breakpoint *bpt, enum bpdisp disposition)
7666 {
7667 int target_resources_ok, other_type_used;
7668 struct value *mark;
7669
7670 if (bpt->type == bp_hardware_breakpoint)
7671 {
7672 int i;
7673 i = hw_breakpoint_used_count ();
7674 target_resources_ok =
7675 TARGET_CAN_USE_HARDWARE_WATCHPOINT (bp_hardware_breakpoint,
7676 i + 1, 0);
7677 if (target_resources_ok == 0)
7678 error (_("No hardware breakpoint support in the target."));
7679 else if (target_resources_ok < 0)
7680 error (_("Hardware breakpoints used exceeds limit."));
7681 }
7682
7683 if (bpt->pending)
7684 {
7685 if (bpt->enable_state != bp_enabled)
7686 {
7687 /* When enabling a pending breakpoint, we need to check if the breakpoint
7688 is resolvable since shared libraries could have been loaded
7689 after the breakpoint was disabled. */
7690 breakpoints_changed ();
7691 if (resolve_pending_breakpoint (bpt) == GDB_RC_OK)
7692 {
7693 delete_breakpoint (bpt);
7694 return;
7695 }
7696 bpt->enable_state = bp_enabled;
7697 bpt->disposition = disposition;
7698 }
7699 }
7700 else /* Not a pending breakpoint. */
7701 {
7702 if (bpt->enable_state != bp_permanent)
7703 bpt->enable_state = bp_enabled;
7704 bpt->disposition = disposition;
7705 check_duplicates (bpt);
7706 breakpoints_changed ();
7707
7708 if (bpt->type == bp_watchpoint ||
7709 bpt->type == bp_hardware_watchpoint ||
7710 bpt->type == bp_read_watchpoint ||
7711 bpt->type == bp_access_watchpoint)
7712 {
7713 struct frame_id saved_frame_id;
7714
7715 saved_frame_id = get_frame_id (get_selected_frame (NULL));
7716 if (bpt->exp_valid_block != NULL)
7717 {
7718 struct frame_info *fr =
7719 fr = frame_find_by_id (bpt->watchpoint_frame);
7720 if (fr == NULL)
7721 {
7722 printf_filtered (_("\
7723 Cannot enable watchpoint %d because the block in which its expression\n\
7724 is valid is not currently in scope.\n"), bpt->number);
7725 bpt->enable_state = bp_disabled;
7726 return;
7727 }
7728 select_frame (fr);
7729 }
7730
7731 value_free (bpt->val);
7732 mark = value_mark ();
7733 bpt->val = evaluate_expression (bpt->exp);
7734 release_value (bpt->val);
7735 if (value_lazy (bpt->val))
7736 value_fetch_lazy (bpt->val);
7737
7738 if (bpt->type == bp_hardware_watchpoint ||
7739 bpt->type == bp_read_watchpoint ||
7740 bpt->type == bp_access_watchpoint)
7741 {
7742 int i = hw_watchpoint_used_count (bpt->type, &other_type_used);
7743 int mem_cnt = can_use_hardware_watchpoint (bpt->val);
7744
7745 /* Hack around 'unused var' error for some targets here */
7746 (void) mem_cnt, (void) i;
7747 target_resources_ok = TARGET_CAN_USE_HARDWARE_WATCHPOINT (
7748 bpt->type, i + mem_cnt, other_type_used);
7749 /* we can consider of type is bp_hardware_watchpoint, convert to
7750 bp_watchpoint in the following condition */
7751 if (target_resources_ok < 0)
7752 {
7753 printf_filtered (_("\
7754 Cannot enable watchpoint %d because target watch resources\n\
7755 have been allocated for other watchpoints.\n"), bpt->number);
7756 bpt->enable_state = bp_disabled;
7757 value_free_to_mark (mark);
7758 return;
7759 }
7760 }
7761
7762 select_frame (frame_find_by_id (saved_frame_id));
7763 value_free_to_mark (mark);
7764 }
7765 }
7766
7767 if (deprecated_modify_breakpoint_hook)
7768 deprecated_modify_breakpoint_hook (bpt);
7769 breakpoint_modify_event (bpt->number);
7770 }
7771
7772 void
7773 enable_breakpoint (struct breakpoint *bpt)
7774 {
7775 do_enable_breakpoint (bpt, bpt->disposition);
7776 }
7777
7778 /* The enable command enables the specified breakpoints (or all defined
7779 breakpoints) so they once again become (or continue to be) effective
7780 in stopping the inferior. */
7781
7782 static void
7783 enable_command (char *args, int from_tty)
7784 {
7785 struct breakpoint *bpt;
7786 if (args == 0)
7787 ALL_BREAKPOINTS (bpt)
7788 switch (bpt->type)
7789 {
7790 case bp_none:
7791 warning (_("attempted to enable apparently deleted breakpoint #%d?"),
7792 bpt->number);
7793 continue;
7794 case bp_breakpoint:
7795 case bp_catch_load:
7796 case bp_catch_unload:
7797 case bp_catch_fork:
7798 case bp_catch_vfork:
7799 case bp_catch_exec:
7800 case bp_catch_catch:
7801 case bp_catch_throw:
7802 case bp_hardware_breakpoint:
7803 case bp_watchpoint:
7804 case bp_hardware_watchpoint:
7805 case bp_read_watchpoint:
7806 case bp_access_watchpoint:
7807 enable_breakpoint (bpt);
7808 default:
7809 continue;
7810 }
7811 else
7812 map_breakpoint_numbers (args, enable_breakpoint);
7813 }
7814
7815 static void
7816 enable_once_breakpoint (struct breakpoint *bpt)
7817 {
7818 do_enable_breakpoint (bpt, disp_disable);
7819 }
7820
7821 static void
7822 enable_once_command (char *args, int from_tty)
7823 {
7824 map_breakpoint_numbers (args, enable_once_breakpoint);
7825 }
7826
7827 static void
7828 enable_delete_breakpoint (struct breakpoint *bpt)
7829 {
7830 do_enable_breakpoint (bpt, disp_del);
7831 }
7832
7833 static void
7834 enable_delete_command (char *args, int from_tty)
7835 {
7836 map_breakpoint_numbers (args, enable_delete_breakpoint);
7837 }
7838 \f
7839 static void
7840 set_breakpoint_cmd (char *args, int from_tty)
7841 {
7842 }
7843
7844 static void
7845 show_breakpoint_cmd (char *args, int from_tty)
7846 {
7847 }
7848
7849 /* Use default_breakpoint_'s, or nothing if they aren't valid. */
7850
7851 struct symtabs_and_lines
7852 decode_line_spec_1 (char *string, int funfirstline)
7853 {
7854 struct symtabs_and_lines sals;
7855 if (string == 0)
7856 error (_("Empty line specification."));
7857 if (default_breakpoint_valid)
7858 sals = decode_line_1 (&string, funfirstline,
7859 default_breakpoint_symtab,
7860 default_breakpoint_line,
7861 (char ***) NULL, NULL);
7862 else
7863 sals = decode_line_1 (&string, funfirstline,
7864 (struct symtab *) NULL, 0, (char ***) NULL, NULL);
7865 if (*string)
7866 error (_("Junk at end of line specification: %s"), string);
7867 return sals;
7868 }
7869
7870 /* Create and insert a raw software breakpoint at PC. Return an
7871 identifier, which should be used to remove the breakpoint later.
7872 In general, places which call this should be using something on the
7873 breakpoint chain instead; this function should be eliminated
7874 someday. */
7875
7876 void *
7877 deprecated_insert_raw_breakpoint (CORE_ADDR pc)
7878 {
7879 struct bp_target_info *bp_tgt;
7880
7881 bp_tgt = xmalloc (sizeof (struct bp_target_info));
7882 memset (bp_tgt, 0, sizeof (struct bp_target_info));
7883
7884 bp_tgt->placed_address = pc;
7885 if (target_insert_breakpoint (bp_tgt) != 0)
7886 {
7887 /* Could not insert the breakpoint. */
7888 xfree (bp_tgt);
7889 return NULL;
7890 }
7891
7892 return bp_tgt;
7893 }
7894
7895 /* Remove a breakpoint BP inserted by deprecated_insert_raw_breakpoint. */
7896
7897 int
7898 deprecated_remove_raw_breakpoint (void *bp)
7899 {
7900 struct bp_target_info *bp_tgt = bp;
7901 int ret;
7902
7903 ret = target_remove_breakpoint (bp_tgt);
7904 xfree (bp_tgt);
7905
7906 return ret;
7907 }
7908
7909 /* One (or perhaps two) breakpoints used for software single stepping. */
7910
7911 static void *single_step_breakpoints[2];
7912
7913 /* Create and insert a breakpoint for software single step. */
7914
7915 void
7916 insert_single_step_breakpoint (CORE_ADDR next_pc)
7917 {
7918 void **bpt_p;
7919
7920 if (single_step_breakpoints[0] == NULL)
7921 bpt_p = &single_step_breakpoints[0];
7922 else
7923 {
7924 gdb_assert (single_step_breakpoints[1] == NULL);
7925 bpt_p = &single_step_breakpoints[1];
7926 }
7927
7928 /* NOTE drow/2006-04-11: A future improvement to this function would be
7929 to only create the breakpoints once, and actually put them on the
7930 breakpoint chain. That would let us use set_raw_breakpoint. We could
7931 adjust the addresses each time they were needed. Doing this requires
7932 corresponding changes elsewhere where single step breakpoints are
7933 handled, however. So, for now, we use this. */
7934
7935 *bpt_p = deprecated_insert_raw_breakpoint (next_pc);
7936 if (*bpt_p == NULL)
7937 error (_("Could not insert single-step breakpoint at 0x%s"),
7938 paddr_nz (next_pc));
7939 }
7940
7941 /* Remove and delete any breakpoints used for software single step. */
7942
7943 void
7944 remove_single_step_breakpoints (void)
7945 {
7946 gdb_assert (single_step_breakpoints[0] != NULL);
7947
7948 /* See insert_single_step_breakpoint for more about this deprecated
7949 call. */
7950 deprecated_remove_raw_breakpoint (single_step_breakpoints[0]);
7951 single_step_breakpoints[0] = NULL;
7952
7953 if (single_step_breakpoints[1] != NULL)
7954 {
7955 deprecated_remove_raw_breakpoint (single_step_breakpoints[1]);
7956 single_step_breakpoints[1] = NULL;
7957 }
7958 }
7959
7960 \f
7961 /* This help string is used for the break, hbreak, tbreak and thbreak commands.
7962 It is defined as a macro to prevent duplication.
7963 COMMAND should be a string constant containing the name of the command. */
7964 #define BREAK_ARGS_HELP(command) \
7965 command" [LOCATION] [thread THREADNUM] [if CONDITION]\n\
7966 LOCATION may be a line number, function name, or \"*\" and an address.\n\
7967 If a line number is specified, break at start of code for that line.\n\
7968 If a function is specified, break at start of code for that function.\n\
7969 If an address is specified, break at that exact address.\n\
7970 With no LOCATION, uses current execution address of selected stack frame.\n\
7971 This is useful for breaking on return to a stack frame.\n\
7972 \n\
7973 THREADNUM is the number from \"info threads\".\n\
7974 CONDITION is a boolean expression.\n\
7975 \n\
7976 Multiple breakpoints at one place are permitted, and useful if conditional.\n\
7977 \n\
7978 Do \"help breakpoints\" for info on other commands dealing with breakpoints."
7979
7980 void
7981 _initialize_breakpoint (void)
7982 {
7983 static struct cmd_list_element *breakpoint_set_cmdlist;
7984 static struct cmd_list_element *breakpoint_show_cmdlist;
7985 struct cmd_list_element *c;
7986
7987 observer_attach_solib_unloaded (disable_breakpoints_in_unloaded_shlib);
7988
7989 breakpoint_chain = 0;
7990 /* Don't bother to call set_breakpoint_count. $bpnum isn't useful
7991 before a breakpoint is set. */
7992 breakpoint_count = 0;
7993
7994 add_com ("ignore", class_breakpoint, ignore_command, _("\
7995 Set ignore-count of breakpoint number N to COUNT.\n\
7996 Usage is `ignore N COUNT'."));
7997 if (xdb_commands)
7998 add_com_alias ("bc", "ignore", class_breakpoint, 1);
7999
8000 add_com ("commands", class_breakpoint, commands_command, _("\
8001 Set commands to be executed when a breakpoint is hit.\n\
8002 Give breakpoint number as argument after \"commands\".\n\
8003 With no argument, the targeted breakpoint is the last one set.\n\
8004 The commands themselves follow starting on the next line.\n\
8005 Type a line containing \"end\" to indicate the end of them.\n\
8006 Give \"silent\" as the first line to make the breakpoint silent;\n\
8007 then no output is printed when it is hit, except what the commands print."));
8008
8009 add_com ("condition", class_breakpoint, condition_command, _("\
8010 Specify breakpoint number N to break only if COND is true.\n\
8011 Usage is `condition N COND', where N is an integer and COND is an\n\
8012 expression to be evaluated whenever breakpoint N is reached."));
8013
8014 c = add_com ("tbreak", class_breakpoint, tbreak_command, _("\
8015 Set a temporary breakpoint.\n\
8016 Like \"break\" except the breakpoint is only temporary,\n\
8017 so it will be deleted when hit. Equivalent to \"break\" followed\n\
8018 by using \"enable delete\" on the breakpoint number.\n\
8019 \n"
8020 BREAK_ARGS_HELP ("tbreak")));
8021 set_cmd_completer (c, location_completer);
8022
8023 c = add_com ("hbreak", class_breakpoint, hbreak_command, _("\
8024 Set a hardware assisted breakpoint.\n\
8025 Like \"break\" except the breakpoint requires hardware support,\n\
8026 some target hardware may not have this support.\n\
8027 \n"
8028 BREAK_ARGS_HELP ("hbreak")));
8029 set_cmd_completer (c, location_completer);
8030
8031 c = add_com ("thbreak", class_breakpoint, thbreak_command, _("\
8032 Set a temporary hardware assisted breakpoint.\n\
8033 Like \"hbreak\" except the breakpoint is only temporary,\n\
8034 so it will be deleted when hit.\n\
8035 \n"
8036 BREAK_ARGS_HELP ("thbreak")));
8037 set_cmd_completer (c, location_completer);
8038
8039 add_prefix_cmd ("enable", class_breakpoint, enable_command, _("\
8040 Enable some breakpoints.\n\
8041 Give breakpoint numbers (separated by spaces) as arguments.\n\
8042 With no subcommand, breakpoints are enabled until you command otherwise.\n\
8043 This is used to cancel the effect of the \"disable\" command.\n\
8044 With a subcommand you can enable temporarily."),
8045 &enablelist, "enable ", 1, &cmdlist);
8046 if (xdb_commands)
8047 add_com ("ab", class_breakpoint, enable_command, _("\
8048 Enable some breakpoints.\n\
8049 Give breakpoint numbers (separated by spaces) as arguments.\n\
8050 With no subcommand, breakpoints are enabled until you command otherwise.\n\
8051 This is used to cancel the effect of the \"disable\" command.\n\
8052 With a subcommand you can enable temporarily."));
8053
8054 add_com_alias ("en", "enable", class_breakpoint, 1);
8055
8056 add_abbrev_prefix_cmd ("breakpoints", class_breakpoint, enable_command, _("\
8057 Enable some breakpoints.\n\
8058 Give breakpoint numbers (separated by spaces) as arguments.\n\
8059 This is used to cancel the effect of the \"disable\" command.\n\
8060 May be abbreviated to simply \"enable\".\n"),
8061 &enablebreaklist, "enable breakpoints ", 1, &enablelist);
8062
8063 add_cmd ("once", no_class, enable_once_command, _("\
8064 Enable breakpoints for one hit. Give breakpoint numbers.\n\
8065 If a breakpoint is hit while enabled in this fashion, it becomes disabled."),
8066 &enablebreaklist);
8067
8068 add_cmd ("delete", no_class, enable_delete_command, _("\
8069 Enable breakpoints and delete when hit. Give breakpoint numbers.\n\
8070 If a breakpoint is hit while enabled in this fashion, it is deleted."),
8071 &enablebreaklist);
8072
8073 add_cmd ("delete", no_class, enable_delete_command, _("\
8074 Enable breakpoints and delete when hit. Give breakpoint numbers.\n\
8075 If a breakpoint is hit while enabled in this fashion, it is deleted."),
8076 &enablelist);
8077
8078 add_cmd ("once", no_class, enable_once_command, _("\
8079 Enable breakpoints for one hit. Give breakpoint numbers.\n\
8080 If a breakpoint is hit while enabled in this fashion, it becomes disabled."),
8081 &enablelist);
8082
8083 add_prefix_cmd ("disable", class_breakpoint, disable_command, _("\
8084 Disable some breakpoints.\n\
8085 Arguments are breakpoint numbers with spaces in between.\n\
8086 To disable all breakpoints, give no argument.\n\
8087 A disabled breakpoint is not forgotten, but has no effect until reenabled."),
8088 &disablelist, "disable ", 1, &cmdlist);
8089 add_com_alias ("dis", "disable", class_breakpoint, 1);
8090 add_com_alias ("disa", "disable", class_breakpoint, 1);
8091 if (xdb_commands)
8092 add_com ("sb", class_breakpoint, disable_command, _("\
8093 Disable some breakpoints.\n\
8094 Arguments are breakpoint numbers with spaces in between.\n\
8095 To disable all breakpoints, give no argument.\n\
8096 A disabled breakpoint is not forgotten, but has no effect until reenabled."));
8097
8098 add_cmd ("breakpoints", class_alias, disable_command, _("\
8099 Disable some breakpoints.\n\
8100 Arguments are breakpoint numbers with spaces in between.\n\
8101 To disable all breakpoints, give no argument.\n\
8102 A disabled breakpoint is not forgotten, but has no effect until reenabled.\n\
8103 This command may be abbreviated \"disable\"."),
8104 &disablelist);
8105
8106 add_prefix_cmd ("delete", class_breakpoint, delete_command, _("\
8107 Delete some breakpoints or auto-display expressions.\n\
8108 Arguments are breakpoint numbers with spaces in between.\n\
8109 To delete all breakpoints, give no argument.\n\
8110 \n\
8111 Also a prefix command for deletion of other GDB objects.\n\
8112 The \"unset\" command is also an alias for \"delete\"."),
8113 &deletelist, "delete ", 1, &cmdlist);
8114 add_com_alias ("d", "delete", class_breakpoint, 1);
8115 add_com_alias ("del", "delete", class_breakpoint, 1);
8116 if (xdb_commands)
8117 add_com ("db", class_breakpoint, delete_command, _("\
8118 Delete some breakpoints.\n\
8119 Arguments are breakpoint numbers with spaces in between.\n\
8120 To delete all breakpoints, give no argument.\n"));
8121
8122 add_cmd ("breakpoints", class_alias, delete_command, _("\
8123 Delete some breakpoints or auto-display expressions.\n\
8124 Arguments are breakpoint numbers with spaces in between.\n\
8125 To delete all breakpoints, give no argument.\n\
8126 This command may be abbreviated \"delete\"."),
8127 &deletelist);
8128
8129 add_com ("clear", class_breakpoint, clear_command, _("\
8130 Clear breakpoint at specified line or function.\n\
8131 Argument may be line number, function name, or \"*\" and an address.\n\
8132 If line number is specified, all breakpoints in that line are cleared.\n\
8133 If function is specified, breakpoints at beginning of function are cleared.\n\
8134 If an address is specified, breakpoints at that address are cleared.\n\
8135 \n\
8136 With no argument, clears all breakpoints in the line that the selected frame\n\
8137 is executing in.\n\
8138 \n\
8139 See also the \"delete\" command which clears breakpoints by number."));
8140
8141 c = add_com ("break", class_breakpoint, break_command, _("\
8142 Set breakpoint at specified line or function.\n"
8143 BREAK_ARGS_HELP ("break")));
8144 set_cmd_completer (c, location_completer);
8145
8146 add_com_alias ("b", "break", class_run, 1);
8147 add_com_alias ("br", "break", class_run, 1);
8148 add_com_alias ("bre", "break", class_run, 1);
8149 add_com_alias ("brea", "break", class_run, 1);
8150
8151 if (xdb_commands)
8152 {
8153 add_com_alias ("ba", "break", class_breakpoint, 1);
8154 add_com_alias ("bu", "ubreak", class_breakpoint, 1);
8155 }
8156
8157 if (dbx_commands)
8158 {
8159 add_abbrev_prefix_cmd ("stop", class_breakpoint, stop_command, _("\
8160 Break in function/address or break at a line in the current file."),
8161 &stoplist, "stop ", 1, &cmdlist);
8162 add_cmd ("in", class_breakpoint, stopin_command,
8163 _("Break in function or address."), &stoplist);
8164 add_cmd ("at", class_breakpoint, stopat_command,
8165 _("Break at a line in the current file."), &stoplist);
8166 add_com ("status", class_info, breakpoints_info, _("\
8167 Status of user-settable breakpoints, or breakpoint number NUMBER.\n\
8168 The \"Type\" column indicates one of:\n\
8169 \tbreakpoint - normal breakpoint\n\
8170 \twatchpoint - watchpoint\n\
8171 The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
8172 the disposition of the breakpoint after it gets hit. \"dis\" means that the\n\
8173 breakpoint will be disabled. The \"Address\" and \"What\" columns indicate the\n\
8174 address and file/line number respectively.\n\
8175 \n\
8176 Convenience variable \"$_\" and default examine address for \"x\"\n\
8177 are set to the address of the last breakpoint listed.\n\n\
8178 Convenience variable \"$bpnum\" contains the number of the last\n\
8179 breakpoint set."));
8180 }
8181
8182 add_info ("breakpoints", breakpoints_info, _("\
8183 Status of user-settable breakpoints, or breakpoint number NUMBER.\n\
8184 The \"Type\" column indicates one of:\n\
8185 \tbreakpoint - normal breakpoint\n\
8186 \twatchpoint - watchpoint\n\
8187 The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
8188 the disposition of the breakpoint after it gets hit. \"dis\" means that the\n\
8189 breakpoint will be disabled. The \"Address\" and \"What\" columns indicate the\n\
8190 address and file/line number respectively.\n\
8191 \n\
8192 Convenience variable \"$_\" and default examine address for \"x\"\n\
8193 are set to the address of the last breakpoint listed.\n\n\
8194 Convenience variable \"$bpnum\" contains the number of the last\n\
8195 breakpoint set."));
8196
8197 if (xdb_commands)
8198 add_com ("lb", class_breakpoint, breakpoints_info, _("\
8199 Status of user-settable breakpoints, or breakpoint number NUMBER.\n\
8200 The \"Type\" column indicates one of:\n\
8201 \tbreakpoint - normal breakpoint\n\
8202 \twatchpoint - watchpoint\n\
8203 The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
8204 the disposition of the breakpoint after it gets hit. \"dis\" means that the\n\
8205 breakpoint will be disabled. The \"Address\" and \"What\" columns indicate the\n\
8206 address and file/line number respectively.\n\
8207 \n\
8208 Convenience variable \"$_\" and default examine address for \"x\"\n\
8209 are set to the address of the last breakpoint listed.\n\n\
8210 Convenience variable \"$bpnum\" contains the number of the last\n\
8211 breakpoint set."));
8212
8213 add_cmd ("breakpoints", class_maintenance, maintenance_info_breakpoints, _("\
8214 Status of all breakpoints, or breakpoint number NUMBER.\n\
8215 The \"Type\" column indicates one of:\n\
8216 \tbreakpoint - normal breakpoint\n\
8217 \twatchpoint - watchpoint\n\
8218 \tlongjmp - internal breakpoint used to step through longjmp()\n\
8219 \tlongjmp resume - internal breakpoint at the target of longjmp()\n\
8220 \tuntil - internal breakpoint used by the \"until\" command\n\
8221 \tfinish - internal breakpoint used by the \"finish\" command\n\
8222 The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
8223 the disposition of the breakpoint after it gets hit. \"dis\" means that the\n\
8224 breakpoint will be disabled. The \"Address\" and \"What\" columns indicate the\n\
8225 address and file/line number respectively.\n\
8226 \n\
8227 Convenience variable \"$_\" and default examine address for \"x\"\n\
8228 are set to the address of the last breakpoint listed.\n\
8229 \n\
8230 Convenience variable \"$bpnum\" contains the number of the last\n\
8231 breakpoint set."),
8232 &maintenanceinfolist);
8233
8234 add_com ("catch", class_breakpoint, catch_command, _("\
8235 Set catchpoints to catch events.\n\
8236 Raised signals may be caught:\n\
8237 \tcatch signal - all signals\n\
8238 \tcatch signal <signame> - a particular signal\n\
8239 Raised exceptions may be caught:\n\
8240 \tcatch throw - all exceptions, when thrown\n\
8241 \tcatch throw <exceptname> - a particular exception, when thrown\n\
8242 \tcatch catch - all exceptions, when caught\n\
8243 \tcatch catch <exceptname> - a particular exception, when caught\n\
8244 Thread or process events may be caught:\n\
8245 \tcatch thread_start - any threads, just after creation\n\
8246 \tcatch thread_exit - any threads, just before expiration\n\
8247 \tcatch thread_join - any threads, just after joins\n\
8248 Process events may be caught:\n\
8249 \tcatch start - any processes, just after creation\n\
8250 \tcatch exit - any processes, just before expiration\n\
8251 \tcatch fork - calls to fork()\n\
8252 \tcatch vfork - calls to vfork()\n\
8253 \tcatch exec - calls to exec()\n\
8254 Dynamically-linked library events may be caught:\n\
8255 \tcatch load - loads of any library\n\
8256 \tcatch load <libname> - loads of a particular library\n\
8257 \tcatch unload - unloads of any library\n\
8258 \tcatch unload <libname> - unloads of a particular library\n\
8259 The act of your program's execution stopping may also be caught:\n\
8260 \tcatch stop\n\n\
8261 C++ exceptions may be caught:\n\
8262 \tcatch throw - all exceptions, when thrown\n\
8263 \tcatch catch - all exceptions, when caught\n\
8264 Ada exceptions may be caught:\n\
8265 \tcatch exception - all exceptions, when raised\n\
8266 \tcatch exception <name> - a particular exception, when raised\n\
8267 \tcatch exception unhandled - all unhandled exceptions, when raised\n\
8268 \tcatch assert - all failed assertions, when raised\n\
8269 \n\
8270 Do \"help set follow-fork-mode\" for info on debugging your program\n\
8271 after a fork or vfork is caught.\n\n\
8272 Do \"help breakpoints\" for info on other commands dealing with breakpoints."));
8273
8274 add_com ("tcatch", class_breakpoint, tcatch_command, _("\
8275 Set temporary catchpoints to catch events.\n\
8276 Args like \"catch\" command.\n\
8277 Like \"catch\" except the catchpoint is only temporary,\n\
8278 so it will be deleted when hit. Equivalent to \"catch\" followed\n\
8279 by using \"enable delete\" on the catchpoint number."));
8280
8281 c = add_com ("watch", class_breakpoint, watch_command, _("\
8282 Set a watchpoint for an expression.\n\
8283 A watchpoint stops execution of your program whenever the value of\n\
8284 an expression changes."));
8285 set_cmd_completer (c, location_completer);
8286
8287 c = add_com ("rwatch", class_breakpoint, rwatch_command, _("\
8288 Set a read watchpoint for an expression.\n\
8289 A watchpoint stops execution of your program whenever the value of\n\
8290 an expression is read."));
8291 set_cmd_completer (c, location_completer);
8292
8293 c = add_com ("awatch", class_breakpoint, awatch_command, _("\
8294 Set a watchpoint for an expression.\n\
8295 A watchpoint stops execution of your program whenever the value of\n\
8296 an expression is either read or written."));
8297 set_cmd_completer (c, location_completer);
8298
8299 add_info ("watchpoints", breakpoints_info,
8300 _("Synonym for ``info breakpoints''."));
8301
8302
8303 /* XXX: cagney/2005-02-23: This should be a boolean, and should
8304 respond to changes - contrary to the description. */
8305 add_setshow_zinteger_cmd ("can-use-hw-watchpoints", class_support,
8306 &can_use_hw_watchpoints, _("\
8307 Set debugger's willingness to use watchpoint hardware."), _("\
8308 Show debugger's willingness to use watchpoint hardware."), _("\
8309 If zero, gdb will not use hardware for new watchpoints, even if\n\
8310 such is available. (However, any hardware watchpoints that were\n\
8311 created before setting this to nonzero, will continue to use watchpoint\n\
8312 hardware.)"),
8313 NULL,
8314 show_can_use_hw_watchpoints,
8315 &setlist, &showlist);
8316
8317 can_use_hw_watchpoints = 1;
8318
8319 add_prefix_cmd ("breakpoint", class_maintenance, set_breakpoint_cmd, _("\
8320 Breakpoint specific settings\n\
8321 Configure various breakpoint-specific variables such as\n\
8322 pending breakpoint behavior"),
8323 &breakpoint_set_cmdlist, "set breakpoint ",
8324 0/*allow-unknown*/, &setlist);
8325 add_prefix_cmd ("breakpoint", class_maintenance, show_breakpoint_cmd, _("\
8326 Breakpoint specific settings\n\
8327 Configure various breakpoint-specific variables such as\n\
8328 pending breakpoint behavior"),
8329 &breakpoint_show_cmdlist, "show breakpoint ",
8330 0/*allow-unknown*/, &showlist);
8331
8332 add_setshow_auto_boolean_cmd ("pending", no_class,
8333 &pending_break_support, _("\
8334 Set debugger's behavior regarding pending breakpoints."), _("\
8335 Show debugger's behavior regarding pending breakpoints."), _("\
8336 If on, an unrecognized breakpoint location will cause gdb to create a\n\
8337 pending breakpoint. If off, an unrecognized breakpoint location results in\n\
8338 an error. If auto, an unrecognized breakpoint location results in a\n\
8339 user-query to see if a pending breakpoint should be created."),
8340 NULL,
8341 show_pending_break_support,
8342 &breakpoint_set_cmdlist,
8343 &breakpoint_show_cmdlist);
8344
8345 pending_break_support = AUTO_BOOLEAN_AUTO;
8346
8347 add_setshow_boolean_cmd ("auto-hw", no_class,
8348 &automatic_hardware_breakpoints, _("\
8349 Set automatic usage of hardware breakpoints."), _("\
8350 Show automatic usage of hardware breakpoints."), _("\
8351 If set, the debugger will automatically use hardware breakpoints for\n\
8352 breakpoints set with \"break\" but falling in read-only memory. If not set,\n\
8353 a warning will be emitted for such breakpoints."),
8354 NULL,
8355 show_automatic_hardware_breakpoints,
8356 &breakpoint_set_cmdlist,
8357 &breakpoint_show_cmdlist);
8358
8359 automatic_hardware_breakpoints = 1;
8360 }
This page took 0.209485 seconds and 4 git commands to generate.