fix two buglets in breakpoint.c
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
CommitLineData
c906108c 1/* Everything about breakpoints, for GDB.
8926118c 2
28e7fd62 3 Copyright (C) 1986-2013 Free Software Foundation, Inc.
c906108c 4
c5aa993b 5 This file is part of GDB.
c906108c 6
c5aa993b
JM
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
a9762ec7 9 the Free Software Foundation; either version 3 of the License, or
c5aa993b 10 (at your option) any later version.
c906108c 11
c5aa993b
JM
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
c906108c 16
c5aa993b 17 You should have received a copy of the GNU General Public License
a9762ec7 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
c906108c
SS
19
20#include "defs.h"
a6d9a66e 21#include "arch-utils.h"
c906108c 22#include <ctype.h>
776592bf 23#include "hashtab.h"
c906108c
SS
24#include "symtab.h"
25#include "frame.h"
26#include "breakpoint.h"
1042e4c0 27#include "tracepoint.h"
c906108c
SS
28#include "gdbtypes.h"
29#include "expression.h"
30#include "gdbcore.h"
31#include "gdbcmd.h"
32#include "value.h"
33#include "command.h"
34#include "inferior.h"
35#include "gdbthread.h"
36#include "target.h"
37#include "language.h"
38#include "gdb_string.h"
50f182aa 39#include "gdb-demangle.h"
0ba1096a 40#include "filenames.h"
c906108c
SS
41#include "annotate.h"
42#include "symfile.h"
43#include "objfiles.h"
0378c332 44#include "source.h"
c5f0f3d0 45#include "linespec.h"
c94fdfd0 46#include "completer.h"
5b7f31a4 47#include "gdb.h"
8b93c638 48#include "ui-out.h"
e1507482 49#include "cli/cli-script.h"
0225421b 50#include "gdb_assert.h"
fe898f56 51#include "block.h"
a77053c2 52#include "solib.h"
84acb35a
JJ
53#include "solist.h"
54#include "observer.h"
60250e8b 55#include "exceptions.h"
765dc015 56#include "memattr.h"
f7f9143b 57#include "ada-lang.h"
d1aa2f50 58#include "top.h"
79a45b7d 59#include "valprint.h"
4efc6507 60#include "jit.h"
a96d9b2e 61#include "xml-syscall.h"
65d79d4b 62#include "parser-defs.h"
55aa24fb
SDJ
63#include "gdb_regex.h"
64#include "probe.h"
e9cafbcc 65#include "cli/cli-utils.h"
be34f849 66#include "continuations.h"
1bfeeb0f
JL
67#include "stack.h"
68#include "skip.h"
edcc5120 69#include "gdb_regex.h"
b775012e 70#include "ax-gdb.h"
e2e4d78b 71#include "dummy-frame.h"
c906108c 72
d3ce09f5
SS
73#include "format.h"
74
1042e4c0
SS
75/* readline include files */
76#include "readline/readline.h"
77#include "readline/history.h"
78
79/* readline defines this. */
80#undef savestring
81
034dad6f 82#include "mi/mi-common.h"
7371cf6d 83#include "python/python.h"
104c1213 84
e7e8980f
YQ
85/* Enums for exception-handling support. */
86enum exception_event_kind
87{
88 EX_EVENT_THROW,
591f19e8 89 EX_EVENT_RETHROW,
e7e8980f
YQ
90 EX_EVENT_CATCH
91};
92
4a64f543 93/* Prototypes for local functions. */
c906108c 94
a14ed312 95static void enable_delete_command (char *, int);
c906108c 96
a14ed312 97static void enable_once_command (char *, int);
c906108c 98
816338b5
SS
99static void enable_count_command (char *, int);
100
a14ed312 101static void disable_command (char *, int);
c906108c 102
a14ed312 103static void enable_command (char *, int);
c906108c 104
95a42b64
TT
105static void map_breakpoint_numbers (char *, void (*) (struct breakpoint *,
106 void *),
107 void *);
c906108c 108
a14ed312 109static void ignore_command (char *, int);
c906108c 110
4efb68b1 111static int breakpoint_re_set_one (void *);
c906108c 112
348d480f
PA
113static void breakpoint_re_set_default (struct breakpoint *);
114
983af33b
SDJ
115static void create_sals_from_address_default (char **,
116 struct linespec_result *,
117 enum bptype, char *,
118 char **);
119
120static void create_breakpoints_sal_default (struct gdbarch *,
121 struct linespec_result *,
122 struct linespec_sals *,
e7e0cddf 123 char *, char *, enum bptype,
983af33b
SDJ
124 enum bpdisp, int, int,
125 int,
126 const struct breakpoint_ops *,
44f238bb 127 int, int, int, unsigned);
983af33b
SDJ
128
129static void decode_linespec_default (struct breakpoint *, char **,
130 struct symtabs_and_lines *);
131
a14ed312 132static void clear_command (char *, int);
c906108c 133
a14ed312 134static void catch_command (char *, int);
c906108c 135
a9634178 136static int can_use_hardware_watchpoint (struct value *);
c906108c 137
98deb0da 138static void break_command_1 (char *, int, int);
c906108c 139
a14ed312 140static void mention (struct breakpoint *);
c906108c 141
348d480f
PA
142static struct breakpoint *set_raw_breakpoint_without_location (struct gdbarch *,
143 enum bptype,
c0a91b2b 144 const struct breakpoint_ops *);
3742cc8b
YQ
145static struct bp_location *add_location_to_breakpoint (struct breakpoint *,
146 const struct symtab_and_line *);
147
4a64f543
MS
148/* This function is used in gdbtk sources and thus can not be made
149 static. */
63c252f8 150struct breakpoint *set_raw_breakpoint (struct gdbarch *gdbarch,
348d480f 151 struct symtab_and_line,
c0a91b2b
TT
152 enum bptype,
153 const struct breakpoint_ops *);
c906108c 154
06edf0c0
PA
155static struct breakpoint *
156 momentary_breakpoint_from_master (struct breakpoint *orig,
157 enum bptype type,
c0a91b2b 158 const struct breakpoint_ops *ops);
06edf0c0 159
76897487
KB
160static void breakpoint_adjustment_warning (CORE_ADDR, CORE_ADDR, int, int);
161
a6d9a66e
UW
162static CORE_ADDR adjust_breakpoint_address (struct gdbarch *gdbarch,
163 CORE_ADDR bpaddr,
88f7da05 164 enum bptype bptype);
76897487 165
6c95b8df
PA
166static void describe_other_breakpoints (struct gdbarch *,
167 struct program_space *, CORE_ADDR,
5af949e3 168 struct obj_section *, int);
c906108c 169
6c95b8df
PA
170static int breakpoint_address_match (struct address_space *aspace1,
171 CORE_ADDR addr1,
172 struct address_space *aspace2,
173 CORE_ADDR addr2);
174
85d721b8
PA
175static int watchpoint_locations_match (struct bp_location *loc1,
176 struct bp_location *loc2);
177
f1310107
TJB
178static int breakpoint_location_address_match (struct bp_location *bl,
179 struct address_space *aspace,
180 CORE_ADDR addr);
181
a14ed312 182static void breakpoints_info (char *, int);
c906108c 183
d77f58be
SS
184static void watchpoints_info (char *, int);
185
e5a67952
MS
186static int breakpoint_1 (char *, int,
187 int (*) (const struct breakpoint *));
c906108c 188
4efb68b1 189static int breakpoint_cond_eval (void *);
c906108c 190
4efb68b1 191static void cleanup_executing_breakpoints (void *);
c906108c 192
a14ed312 193static void commands_command (char *, int);
c906108c 194
a14ed312 195static void condition_command (char *, int);
c906108c 196
c5aa993b
JM
197typedef enum
198 {
199 mark_inserted,
200 mark_uninserted
201 }
202insertion_state_t;
c906108c 203
0bde7532 204static int remove_breakpoint (struct bp_location *, insertion_state_t);
6c95b8df 205static int remove_breakpoint_1 (struct bp_location *, insertion_state_t);
c906108c 206
e514a9d6 207static enum print_stop_action print_bp_stop_message (bpstat bs);
c906108c 208
4efb68b1 209static int watchpoint_check (void *);
c906108c 210
a14ed312 211static void maintenance_info_breakpoints (char *, int);
c906108c 212
a14ed312 213static int hw_breakpoint_used_count (void);
c906108c 214
a1398e0c
PA
215static int hw_watchpoint_use_count (struct breakpoint *);
216
217static int hw_watchpoint_used_count_others (struct breakpoint *except,
218 enum bptype type,
219 int *other_type_used);
c906108c 220
a14ed312 221static void hbreak_command (char *, int);
c906108c 222
a14ed312 223static void thbreak_command (char *, int);
c906108c 224
816338b5
SS
225static void enable_breakpoint_disp (struct breakpoint *, enum bpdisp,
226 int count);
c906108c 227
a14ed312 228static void stop_command (char *arg, int from_tty);
7a292a7a 229
a14ed312 230static void stopin_command (char *arg, int from_tty);
7a292a7a 231
a14ed312 232static void stopat_command (char *arg, int from_tty);
7a292a7a 233
a14ed312 234static void tcatch_command (char *arg, int from_tty);
7a292a7a 235
d03285ec
UW
236static void detach_single_step_breakpoints (void);
237
6c95b8df
PA
238static int single_step_breakpoint_inserted_here_p (struct address_space *,
239 CORE_ADDR pc);
1aafd4da 240
fe3f5fa8 241static void free_bp_location (struct bp_location *loc);
f431efe5
PA
242static void incref_bp_location (struct bp_location *loc);
243static void decref_bp_location (struct bp_location **loc);
fe3f5fa8 244
39d61571 245static struct bp_location *allocate_bp_location (struct breakpoint *bpt);
a5606eee 246
b60e7edf 247static void update_global_location_list (int);
a5606eee 248
b60e7edf 249static void update_global_location_list_nothrow (int);
74960c60 250
d77f58be 251static int is_hardware_watchpoint (const struct breakpoint *bpt);
74960c60
VP
252
253static void insert_breakpoint_locations (void);
a5606eee 254
a96d9b2e
SDJ
255static int syscall_catchpoint_p (struct breakpoint *b);
256
1042e4c0
SS
257static void tracepoints_info (char *, int);
258
259static void delete_trace_command (char *, int);
260
261static void enable_trace_command (char *, int);
262
263static void disable_trace_command (char *, int);
264
265static void trace_pass_command (char *, int);
266
558a9d82
YQ
267static void set_tracepoint_count (int num);
268
9c06b0b4
TJB
269static int is_masked_watchpoint (const struct breakpoint *b);
270
b775012e
LM
271static struct bp_location **get_first_locp_gte_addr (CORE_ADDR address);
272
983af33b
SDJ
273/* Return 1 if B refers to a static tracepoint set by marker ("-m"), zero
274 otherwise. */
275
276static int strace_marker_p (struct breakpoint *b);
0fb4aa4b 277
2060206e
PA
278/* The abstract base class all breakpoint_ops structures inherit
279 from. */
ab04a2af 280struct breakpoint_ops base_breakpoint_ops;
2060206e
PA
281
282/* The breakpoint_ops structure to be inherited by all breakpoint_ops
283 that are implemented on top of software or hardware breakpoints
284 (user breakpoints, internal and momentary breakpoints, etc.). */
285static struct breakpoint_ops bkpt_base_breakpoint_ops;
286
287/* Internal breakpoints class type. */
06edf0c0 288static struct breakpoint_ops internal_breakpoint_ops;
2060206e
PA
289
290/* Momentary breakpoints class type. */
06edf0c0
PA
291static struct breakpoint_ops momentary_breakpoint_ops;
292
e2e4d78b
JK
293/* Momentary breakpoints for bp_longjmp and bp_exception class type. */
294static struct breakpoint_ops longjmp_breakpoint_ops;
295
2060206e
PA
296/* The breakpoint_ops structure to be used in regular user created
297 breakpoints. */
298struct breakpoint_ops bkpt_breakpoint_ops;
299
55aa24fb
SDJ
300/* Breakpoints set on probes. */
301static struct breakpoint_ops bkpt_probe_breakpoint_ops;
302
e7e0cddf 303/* Dynamic printf class type. */
c5867ab6 304struct breakpoint_ops dprintf_breakpoint_ops;
e7e0cddf 305
d3ce09f5
SS
306/* The style in which to perform a dynamic printf. This is a user
307 option because different output options have different tradeoffs;
308 if GDB does the printing, there is better error handling if there
309 is a problem with any of the arguments, but using an inferior
310 function lets you have special-purpose printers and sending of
311 output to the same place as compiled-in print functions. */
312
313static const char dprintf_style_gdb[] = "gdb";
314static const char dprintf_style_call[] = "call";
315static const char dprintf_style_agent[] = "agent";
316static const char *const dprintf_style_enums[] = {
317 dprintf_style_gdb,
318 dprintf_style_call,
319 dprintf_style_agent,
320 NULL
321};
322static const char *dprintf_style = dprintf_style_gdb;
323
324/* The function to use for dynamic printf if the preferred style is to
325 call into the inferior. The value is simply a string that is
326 copied into the command, so it can be anything that GDB can
327 evaluate to a callable address, not necessarily a function name. */
328
329static char *dprintf_function = "";
330
331/* The channel to use for dynamic printf if the preferred style is to
332 call into the inferior; if a nonempty string, it will be passed to
333 the call as the first argument, with the format string as the
334 second. As with the dprintf function, this can be anything that
335 GDB knows how to evaluate, so in addition to common choices like
336 "stderr", this could be an app-specific expression like
337 "mystreams[curlogger]". */
338
339static char *dprintf_channel = "";
340
341/* True if dprintf commands should continue to operate even if GDB
342 has disconnected. */
343static int disconnected_dprintf = 1;
344
5cea2a26
PA
345/* A reference-counted struct command_line. This lets multiple
346 breakpoints share a single command list. */
347struct counted_command_line
348{
349 /* The reference count. */
350 int refc;
351
352 /* The command list. */
353 struct command_line *commands;
354};
355
356struct command_line *
357breakpoint_commands (struct breakpoint *b)
358{
359 return b->commands ? b->commands->commands : NULL;
360}
3daf8fe5 361
f3b1572e
PA
362/* Flag indicating that a command has proceeded the inferior past the
363 current breakpoint. */
364
365static int breakpoint_proceeded;
366
956a9fb9 367const char *
2cec12e5
AR
368bpdisp_text (enum bpdisp disp)
369{
4a64f543
MS
370 /* NOTE: the following values are a part of MI protocol and
371 represent values of 'disp' field returned when inferior stops at
372 a breakpoint. */
bc043ef3 373 static const char * const bpdisps[] = {"del", "dstp", "dis", "keep"};
cc59ec59 374
2cec12e5
AR
375 return bpdisps[(int) disp];
376}
c906108c 377
4a64f543 378/* Prototypes for exported functions. */
c906108c 379/* If FALSE, gdb will not use hardware support for watchpoints, even
4a64f543 380 if such is available. */
c906108c
SS
381static int can_use_hw_watchpoints;
382
920d2a44
AC
383static void
384show_can_use_hw_watchpoints (struct ui_file *file, int from_tty,
385 struct cmd_list_element *c,
386 const char *value)
387{
3e43a32a
MS
388 fprintf_filtered (file,
389 _("Debugger's willingness to use "
390 "watchpoint hardware is %s.\n"),
920d2a44
AC
391 value);
392}
393
fa8d40ab
JJ
394/* If AUTO_BOOLEAN_FALSE, gdb will not attempt to create pending breakpoints.
395 If AUTO_BOOLEAN_TRUE, gdb will automatically create pending breakpoints
4a64f543 396 for unrecognized breakpoint locations.
fa8d40ab
JJ
397 If AUTO_BOOLEAN_AUTO, gdb will query when breakpoints are unrecognized. */
398static enum auto_boolean pending_break_support;
920d2a44
AC
399static void
400show_pending_break_support (struct ui_file *file, int from_tty,
401 struct cmd_list_element *c,
402 const char *value)
403{
3e43a32a
MS
404 fprintf_filtered (file,
405 _("Debugger's behavior regarding "
406 "pending breakpoints is %s.\n"),
920d2a44
AC
407 value);
408}
fa8d40ab 409
765dc015 410/* If 1, gdb will automatically use hardware breakpoints for breakpoints
4a64f543 411 set with "break" but falling in read-only memory.
765dc015
VP
412 If 0, gdb will warn about such breakpoints, but won't automatically
413 use hardware breakpoints. */
414static int automatic_hardware_breakpoints;
415static void
416show_automatic_hardware_breakpoints (struct ui_file *file, int from_tty,
417 struct cmd_list_element *c,
418 const char *value)
419{
3e43a32a
MS
420 fprintf_filtered (file,
421 _("Automatic usage of hardware breakpoints is %s.\n"),
765dc015
VP
422 value);
423}
424
33e5cbd6
PA
425/* If on, gdb will keep breakpoints inserted even as inferior is
426 stopped, and immediately insert any new breakpoints. If off, gdb
427 will insert breakpoints into inferior only when resuming it, and
428 will remove breakpoints upon stop. If auto, GDB will behave as ON
429 if in non-stop mode, and as OFF if all-stop mode.*/
430
72d0e2c5
YQ
431static enum auto_boolean always_inserted_mode = AUTO_BOOLEAN_AUTO;
432
33e5cbd6 433static void
74960c60 434show_always_inserted_mode (struct ui_file *file, int from_tty,
33e5cbd6 435 struct cmd_list_element *c, const char *value)
74960c60 436{
72d0e2c5 437 if (always_inserted_mode == AUTO_BOOLEAN_AUTO)
3e43a32a
MS
438 fprintf_filtered (file,
439 _("Always inserted breakpoint "
440 "mode is %s (currently %s).\n"),
33e5cbd6
PA
441 value,
442 breakpoints_always_inserted_mode () ? "on" : "off");
443 else
3e43a32a
MS
444 fprintf_filtered (file, _("Always inserted breakpoint mode is %s.\n"),
445 value);
74960c60
VP
446}
447
33e5cbd6
PA
448int
449breakpoints_always_inserted_mode (void)
450{
72d0e2c5
YQ
451 return (always_inserted_mode == AUTO_BOOLEAN_TRUE
452 || (always_inserted_mode == AUTO_BOOLEAN_AUTO && non_stop));
33e5cbd6 453}
765dc015 454
b775012e
LM
455static const char condition_evaluation_both[] = "host or target";
456
457/* Modes for breakpoint condition evaluation. */
458static const char condition_evaluation_auto[] = "auto";
459static const char condition_evaluation_host[] = "host";
460static const char condition_evaluation_target[] = "target";
461static const char *const condition_evaluation_enums[] = {
462 condition_evaluation_auto,
463 condition_evaluation_host,
464 condition_evaluation_target,
465 NULL
466};
467
468/* Global that holds the current mode for breakpoint condition evaluation. */
469static const char *condition_evaluation_mode_1 = condition_evaluation_auto;
470
471/* Global that we use to display information to the user (gets its value from
472 condition_evaluation_mode_1. */
473static const char *condition_evaluation_mode = condition_evaluation_auto;
474
475/* Translate a condition evaluation mode MODE into either "host"
476 or "target". This is used mostly to translate from "auto" to the
477 real setting that is being used. It returns the translated
478 evaluation mode. */
479
480static const char *
481translate_condition_evaluation_mode (const char *mode)
482{
483 if (mode == condition_evaluation_auto)
484 {
485 if (target_supports_evaluation_of_breakpoint_conditions ())
486 return condition_evaluation_target;
487 else
488 return condition_evaluation_host;
489 }
490 else
491 return mode;
492}
493
494/* Discovers what condition_evaluation_auto translates to. */
495
496static const char *
497breakpoint_condition_evaluation_mode (void)
498{
499 return translate_condition_evaluation_mode (condition_evaluation_mode);
500}
501
502/* Return true if GDB should evaluate breakpoint conditions or false
503 otherwise. */
504
505static int
506gdb_evaluates_breakpoint_condition_p (void)
507{
508 const char *mode = breakpoint_condition_evaluation_mode ();
509
510 return (mode == condition_evaluation_host);
511}
512
a14ed312 513void _initialize_breakpoint (void);
c906108c 514
c906108c
SS
515/* Are we executing breakpoint commands? */
516static int executing_breakpoint_commands;
517
c02f5703
MS
518/* Are overlay event breakpoints enabled? */
519static int overlay_events_enabled;
520
e09342b5
TJB
521/* See description in breakpoint.h. */
522int target_exact_watchpoints = 0;
523
c906108c 524/* Walk the following statement or block through all breakpoints.
e5dd4106 525 ALL_BREAKPOINTS_SAFE does so even if the statement deletes the
4a64f543 526 current breakpoint. */
c906108c 527
5c44784c 528#define ALL_BREAKPOINTS(B) for (B = breakpoint_chain; B; B = B->next)
c906108c 529
5c44784c
JM
530#define ALL_BREAKPOINTS_SAFE(B,TMP) \
531 for (B = breakpoint_chain; \
532 B ? (TMP=B->next, 1): 0; \
533 B = TMP)
c906108c 534
4a64f543
MS
535/* Similar iterator for the low-level breakpoints. SAFE variant is
536 not provided so update_global_location_list must not be called
537 while executing the block of ALL_BP_LOCATIONS. */
7cc221ef 538
876fa593
JK
539#define ALL_BP_LOCATIONS(B,BP_TMP) \
540 for (BP_TMP = bp_location; \
541 BP_TMP < bp_location + bp_location_count && (B = *BP_TMP); \
542 BP_TMP++)
7cc221ef 543
b775012e
LM
544/* Iterates through locations with address ADDRESS for the currently selected
545 program space. BP_LOCP_TMP points to each object. BP_LOCP_START points
546 to where the loop should start from.
547 If BP_LOCP_START is a NULL pointer, the macro automatically seeks the
548 appropriate location to start with. */
549
550#define ALL_BP_LOCATIONS_AT_ADDR(BP_LOCP_TMP, BP_LOCP_START, ADDRESS) \
551 for (BP_LOCP_START = BP_LOCP_START == NULL ? get_first_locp_gte_addr (ADDRESS) : BP_LOCP_START, \
552 BP_LOCP_TMP = BP_LOCP_START; \
553 BP_LOCP_START \
554 && (BP_LOCP_TMP < bp_location + bp_location_count \
555 && (*BP_LOCP_TMP)->address == ADDRESS); \
556 BP_LOCP_TMP++)
557
1042e4c0
SS
558/* Iterator for tracepoints only. */
559
560#define ALL_TRACEPOINTS(B) \
561 for (B = breakpoint_chain; B; B = B->next) \
d77f58be 562 if (is_tracepoint (B))
1042e4c0 563
7cc221ef 564/* Chains of all breakpoints defined. */
c906108c
SS
565
566struct breakpoint *breakpoint_chain;
567
876fa593
JK
568/* Array is sorted by bp_location_compare - primarily by the ADDRESS. */
569
570static struct bp_location **bp_location;
571
572/* Number of elements of BP_LOCATION. */
573
574static unsigned bp_location_count;
575
4a64f543
MS
576/* Maximum alignment offset between bp_target_info.PLACED_ADDRESS and
577 ADDRESS for the current elements of BP_LOCATION which get a valid
578 result from bp_location_has_shadow. You can use it for roughly
579 limiting the subrange of BP_LOCATION to scan for shadow bytes for
580 an address you need to read. */
876fa593
JK
581
582static CORE_ADDR bp_location_placed_address_before_address_max;
583
4a64f543
MS
584/* Maximum offset plus alignment between bp_target_info.PLACED_ADDRESS
585 + bp_target_info.SHADOW_LEN and ADDRESS for the current elements of
586 BP_LOCATION which get a valid result from bp_location_has_shadow.
587 You can use it for roughly limiting the subrange of BP_LOCATION to
588 scan for shadow bytes for an address you need to read. */
876fa593
JK
589
590static CORE_ADDR bp_location_shadow_len_after_address_max;
7cc221ef 591
4a64f543
MS
592/* The locations that no longer correspond to any breakpoint, unlinked
593 from bp_location array, but for which a hit may still be reported
594 by a target. */
20874c92
VP
595VEC(bp_location_p) *moribund_locations = NULL;
596
c906108c
SS
597/* Number of last breakpoint made. */
598
95a42b64
TT
599static int breakpoint_count;
600
86b17b60
PA
601/* The value of `breakpoint_count' before the last command that
602 created breakpoints. If the last (break-like) command created more
603 than one breakpoint, then the difference between BREAKPOINT_COUNT
604 and PREV_BREAKPOINT_COUNT is more than one. */
605static int prev_breakpoint_count;
c906108c 606
1042e4c0
SS
607/* Number of last tracepoint made. */
608
95a42b64 609static int tracepoint_count;
1042e4c0 610
6149aea9
PA
611static struct cmd_list_element *breakpoint_set_cmdlist;
612static struct cmd_list_element *breakpoint_show_cmdlist;
9291a0cd 613struct cmd_list_element *save_cmdlist;
6149aea9 614
468d015d
JJ
615/* Return whether a breakpoint is an active enabled breakpoint. */
616static int
617breakpoint_enabled (struct breakpoint *b)
618{
0d381245 619 return (b->enable_state == bp_enabled);
468d015d
JJ
620}
621
c906108c
SS
622/* Set breakpoint count to NUM. */
623
95a42b64 624static void
fba45db2 625set_breakpoint_count (int num)
c906108c 626{
86b17b60 627 prev_breakpoint_count = breakpoint_count;
c906108c 628 breakpoint_count = num;
4fa62494 629 set_internalvar_integer (lookup_internalvar ("bpnum"), num);
c906108c
SS
630}
631
86b17b60
PA
632/* Used by `start_rbreak_breakpoints' below, to record the current
633 breakpoint count before "rbreak" creates any breakpoint. */
634static int rbreak_start_breakpoint_count;
635
95a42b64
TT
636/* Called at the start an "rbreak" command to record the first
637 breakpoint made. */
86b17b60 638
95a42b64
TT
639void
640start_rbreak_breakpoints (void)
641{
86b17b60 642 rbreak_start_breakpoint_count = breakpoint_count;
95a42b64
TT
643}
644
645/* Called at the end of an "rbreak" command to record the last
646 breakpoint made. */
86b17b60 647
95a42b64
TT
648void
649end_rbreak_breakpoints (void)
650{
86b17b60 651 prev_breakpoint_count = rbreak_start_breakpoint_count;
95a42b64
TT
652}
653
4a64f543 654/* Used in run_command to zero the hit count when a new run starts. */
c906108c
SS
655
656void
fba45db2 657clear_breakpoint_hit_counts (void)
c906108c
SS
658{
659 struct breakpoint *b;
660
661 ALL_BREAKPOINTS (b)
662 b->hit_count = 0;
663}
664
9add0f1b
TT
665/* Allocate a new counted_command_line with reference count of 1.
666 The new structure owns COMMANDS. */
667
668static struct counted_command_line *
669alloc_counted_command_line (struct command_line *commands)
670{
671 struct counted_command_line *result
672 = xmalloc (sizeof (struct counted_command_line));
cc59ec59 673
9add0f1b
TT
674 result->refc = 1;
675 result->commands = commands;
676 return result;
677}
678
679/* Increment reference count. This does nothing if CMD is NULL. */
680
681static void
682incref_counted_command_line (struct counted_command_line *cmd)
683{
684 if (cmd)
685 ++cmd->refc;
686}
687
688/* Decrement reference count. If the reference count reaches 0,
689 destroy the counted_command_line. Sets *CMDP to NULL. This does
690 nothing if *CMDP is NULL. */
691
692static void
693decref_counted_command_line (struct counted_command_line **cmdp)
694{
695 if (*cmdp)
696 {
697 if (--(*cmdp)->refc == 0)
698 {
699 free_command_lines (&(*cmdp)->commands);
700 xfree (*cmdp);
701 }
702 *cmdp = NULL;
703 }
704}
705
706/* A cleanup function that calls decref_counted_command_line. */
707
708static void
709do_cleanup_counted_command_line (void *arg)
710{
711 decref_counted_command_line (arg);
712}
713
714/* Create a cleanup that calls decref_counted_command_line on the
715 argument. */
716
717static struct cleanup *
718make_cleanup_decref_counted_command_line (struct counted_command_line **cmdp)
719{
720 return make_cleanup (do_cleanup_counted_command_line, cmdp);
721}
722
c906108c 723\f
48cb2d85
VP
724/* Return the breakpoint with the specified number, or NULL
725 if the number does not refer to an existing breakpoint. */
726
727struct breakpoint *
728get_breakpoint (int num)
729{
730 struct breakpoint *b;
731
732 ALL_BREAKPOINTS (b)
733 if (b->number == num)
734 return b;
735
736 return NULL;
737}
5c44784c 738
c906108c 739\f
adc36818 740
b775012e
LM
741/* Mark locations as "conditions have changed" in case the target supports
742 evaluating conditions on its side. */
743
744static void
745mark_breakpoint_modified (struct breakpoint *b)
746{
747 struct bp_location *loc;
748
749 /* This is only meaningful if the target is
750 evaluating conditions and if the user has
751 opted for condition evaluation on the target's
752 side. */
753 if (gdb_evaluates_breakpoint_condition_p ()
754 || !target_supports_evaluation_of_breakpoint_conditions ())
755 return;
756
757 if (!is_breakpoint (b))
758 return;
759
760 for (loc = b->loc; loc; loc = loc->next)
761 loc->condition_changed = condition_modified;
762}
763
764/* Mark location as "conditions have changed" in case the target supports
765 evaluating conditions on its side. */
766
767static void
768mark_breakpoint_location_modified (struct bp_location *loc)
769{
770 /* This is only meaningful if the target is
771 evaluating conditions and if the user has
772 opted for condition evaluation on the target's
773 side. */
774 if (gdb_evaluates_breakpoint_condition_p ()
775 || !target_supports_evaluation_of_breakpoint_conditions ())
776
777 return;
778
779 if (!is_breakpoint (loc->owner))
780 return;
781
782 loc->condition_changed = condition_modified;
783}
784
785/* Sets the condition-evaluation mode using the static global
786 condition_evaluation_mode. */
787
788static void
789set_condition_evaluation_mode (char *args, int from_tty,
790 struct cmd_list_element *c)
791{
b775012e
LM
792 const char *old_mode, *new_mode;
793
794 if ((condition_evaluation_mode_1 == condition_evaluation_target)
795 && !target_supports_evaluation_of_breakpoint_conditions ())
796 {
797 condition_evaluation_mode_1 = condition_evaluation_mode;
798 warning (_("Target does not support breakpoint condition evaluation.\n"
799 "Using host evaluation mode instead."));
800 return;
801 }
802
803 new_mode = translate_condition_evaluation_mode (condition_evaluation_mode_1);
804 old_mode = translate_condition_evaluation_mode (condition_evaluation_mode);
805
abf1152a
JK
806 /* Flip the switch. Flip it even if OLD_MODE == NEW_MODE as one of the
807 settings was "auto". */
808 condition_evaluation_mode = condition_evaluation_mode_1;
809
b775012e
LM
810 /* Only update the mode if the user picked a different one. */
811 if (new_mode != old_mode)
812 {
813 struct bp_location *loc, **loc_tmp;
814 /* If the user switched to a different evaluation mode, we
815 need to synch the changes with the target as follows:
816
817 "host" -> "target": Send all (valid) conditions to the target.
818 "target" -> "host": Remove all the conditions from the target.
819 */
820
b775012e
LM
821 if (new_mode == condition_evaluation_target)
822 {
823 /* Mark everything modified and synch conditions with the
824 target. */
825 ALL_BP_LOCATIONS (loc, loc_tmp)
826 mark_breakpoint_location_modified (loc);
827 }
828 else
829 {
830 /* Manually mark non-duplicate locations to synch conditions
831 with the target. We do this to remove all the conditions the
832 target knows about. */
833 ALL_BP_LOCATIONS (loc, loc_tmp)
834 if (is_breakpoint (loc->owner) && loc->inserted)
835 loc->needs_update = 1;
836 }
837
838 /* Do the update. */
839 update_global_location_list (1);
840 }
841
842 return;
843}
844
845/* Shows the current mode of breakpoint condition evaluation. Explicitly shows
846 what "auto" is translating to. */
847
848static void
849show_condition_evaluation_mode (struct ui_file *file, int from_tty,
850 struct cmd_list_element *c, const char *value)
851{
852 if (condition_evaluation_mode == condition_evaluation_auto)
853 fprintf_filtered (file,
854 _("Breakpoint condition evaluation "
855 "mode is %s (currently %s).\n"),
856 value,
857 breakpoint_condition_evaluation_mode ());
858 else
859 fprintf_filtered (file, _("Breakpoint condition evaluation mode is %s.\n"),
860 value);
861}
862
863/* A comparison function for bp_location AP and BP that is used by
864 bsearch. This comparison function only cares about addresses, unlike
865 the more general bp_location_compare function. */
866
867static int
868bp_location_compare_addrs (const void *ap, const void *bp)
869{
870 struct bp_location *a = *(void **) ap;
871 struct bp_location *b = *(void **) bp;
872
873 if (a->address == b->address)
874 return 0;
875 else
876 return ((a->address > b->address) - (a->address < b->address));
877}
878
879/* Helper function to skip all bp_locations with addresses
880 less than ADDRESS. It returns the first bp_location that
881 is greater than or equal to ADDRESS. If none is found, just
882 return NULL. */
883
884static struct bp_location **
885get_first_locp_gte_addr (CORE_ADDR address)
886{
887 struct bp_location dummy_loc;
888 struct bp_location *dummy_locp = &dummy_loc;
889 struct bp_location **locp_found = NULL;
890
891 /* Initialize the dummy location's address field. */
892 memset (&dummy_loc, 0, sizeof (struct bp_location));
893 dummy_loc.address = address;
894
895 /* Find a close match to the first location at ADDRESS. */
896 locp_found = bsearch (&dummy_locp, bp_location, bp_location_count,
897 sizeof (struct bp_location **),
898 bp_location_compare_addrs);
899
900 /* Nothing was found, nothing left to do. */
901 if (locp_found == NULL)
902 return NULL;
903
904 /* We may have found a location that is at ADDRESS but is not the first in the
905 location's list. Go backwards (if possible) and locate the first one. */
906 while ((locp_found - 1) >= bp_location
907 && (*(locp_found - 1))->address == address)
908 locp_found--;
909
910 return locp_found;
911}
912
adc36818
PM
913void
914set_breakpoint_condition (struct breakpoint *b, char *exp,
915 int from_tty)
916{
3a5c3e22
PA
917 xfree (b->cond_string);
918 b->cond_string = NULL;
adc36818 919
3a5c3e22 920 if (is_watchpoint (b))
adc36818 921 {
3a5c3e22
PA
922 struct watchpoint *w = (struct watchpoint *) b;
923
924 xfree (w->cond_exp);
925 w->cond_exp = NULL;
926 }
927 else
928 {
929 struct bp_location *loc;
930
931 for (loc = b->loc; loc; loc = loc->next)
932 {
933 xfree (loc->cond);
934 loc->cond = NULL;
b775012e
LM
935
936 /* No need to free the condition agent expression
937 bytecode (if we have one). We will handle this
938 when we go through update_global_location_list. */
3a5c3e22 939 }
adc36818 940 }
adc36818
PM
941
942 if (*exp == 0)
943 {
944 if (from_tty)
945 printf_filtered (_("Breakpoint %d now unconditional.\n"), b->number);
946 }
947 else
948 {
bbc13ae3 949 const char *arg = exp;
cc59ec59 950
adc36818
PM
951 /* I don't know if it matters whether this is the string the user
952 typed in or the decompiled expression. */
953 b->cond_string = xstrdup (arg);
954 b->condition_not_parsed = 0;
955
956 if (is_watchpoint (b))
957 {
3a5c3e22
PA
958 struct watchpoint *w = (struct watchpoint *) b;
959
adc36818
PM
960 innermost_block = NULL;
961 arg = exp;
1bb9788d 962 w->cond_exp = parse_exp_1 (&arg, 0, 0, 0);
adc36818
PM
963 if (*arg)
964 error (_("Junk at end of expression"));
3a5c3e22 965 w->cond_exp_valid_block = innermost_block;
adc36818
PM
966 }
967 else
968 {
3a5c3e22
PA
969 struct bp_location *loc;
970
adc36818
PM
971 for (loc = b->loc; loc; loc = loc->next)
972 {
973 arg = exp;
974 loc->cond =
1bb9788d
TT
975 parse_exp_1 (&arg, loc->address,
976 block_for_pc (loc->address), 0);
adc36818
PM
977 if (*arg)
978 error (_("Junk at end of expression"));
979 }
980 }
981 }
b775012e
LM
982 mark_breakpoint_modified (b);
983
8d3788bd 984 observer_notify_breakpoint_modified (b);
adc36818
PM
985}
986
d55637df
TT
987/* Completion for the "condition" command. */
988
989static VEC (char_ptr) *
6f937416
PA
990condition_completer (struct cmd_list_element *cmd,
991 const char *text, const char *word)
d55637df 992{
6f937416 993 const char *space;
d55637df 994
6f937416
PA
995 text = skip_spaces_const (text);
996 space = skip_to_space_const (text);
d55637df
TT
997 if (*space == '\0')
998 {
999 int len;
1000 struct breakpoint *b;
1001 VEC (char_ptr) *result = NULL;
1002
1003 if (text[0] == '$')
1004 {
1005 /* We don't support completion of history indices. */
1006 if (isdigit (text[1]))
1007 return NULL;
1008 return complete_internalvar (&text[1]);
1009 }
1010
1011 /* We're completing the breakpoint number. */
1012 len = strlen (text);
1013
1014 ALL_BREAKPOINTS (b)
58ce7251
SDJ
1015 {
1016 char number[50];
1017
1018 xsnprintf (number, sizeof (number), "%d", b->number);
1019
1020 if (strncmp (number, text, len) == 0)
1021 VEC_safe_push (char_ptr, result, xstrdup (number));
1022 }
d55637df
TT
1023
1024 return result;
1025 }
1026
1027 /* We're completing the expression part. */
6f937416 1028 text = skip_spaces_const (space);
d55637df
TT
1029 return expression_completer (cmd, text, word);
1030}
1031
c906108c
SS
1032/* condition N EXP -- set break condition of breakpoint N to EXP. */
1033
1034static void
fba45db2 1035condition_command (char *arg, int from_tty)
c906108c 1036{
52f0bd74 1037 struct breakpoint *b;
c906108c 1038 char *p;
52f0bd74 1039 int bnum;
c906108c
SS
1040
1041 if (arg == 0)
e2e0b3e5 1042 error_no_arg (_("breakpoint number"));
c906108c
SS
1043
1044 p = arg;
1045 bnum = get_number (&p);
5c44784c 1046 if (bnum == 0)
8a3fe4f8 1047 error (_("Bad breakpoint argument: '%s'"), arg);
c906108c
SS
1048
1049 ALL_BREAKPOINTS (b)
1050 if (b->number == bnum)
2f069f6f 1051 {
7371cf6d
PM
1052 /* Check if this breakpoint has a Python object assigned to
1053 it, and if it has a definition of the "stop"
1054 method. This method and conditions entered into GDB from
1055 the CLI are mutually exclusive. */
1056 if (b->py_bp_object
1057 && gdbpy_breakpoint_has_py_cond (b->py_bp_object))
1058 error (_("Cannot set a condition where a Python 'stop' "
1059 "method has been defined in the breakpoint."));
2566ad2d 1060 set_breakpoint_condition (b, p, from_tty);
b775012e
LM
1061
1062 if (is_breakpoint (b))
1063 update_global_location_list (1);
1064
2f069f6f
JB
1065 return;
1066 }
c906108c 1067
8a3fe4f8 1068 error (_("No breakpoint number %d."), bnum);
c906108c
SS
1069}
1070
a7bdde9e
VP
1071/* Check that COMMAND do not contain commands that are suitable
1072 only for tracepoints and not suitable for ordinary breakpoints.
4a64f543
MS
1073 Throw if any such commands is found. */
1074
a7bdde9e
VP
1075static void
1076check_no_tracepoint_commands (struct command_line *commands)
1077{
1078 struct command_line *c;
cc59ec59 1079
a7bdde9e
VP
1080 for (c = commands; c; c = c->next)
1081 {
1082 int i;
1083
1084 if (c->control_type == while_stepping_control)
3e43a32a
MS
1085 error (_("The 'while-stepping' command can "
1086 "only be used for tracepoints"));
a7bdde9e
VP
1087
1088 for (i = 0; i < c->body_count; ++i)
1089 check_no_tracepoint_commands ((c->body_list)[i]);
1090
1091 /* Not that command parsing removes leading whitespace and comment
4a64f543 1092 lines and also empty lines. So, we only need to check for
a7bdde9e
VP
1093 command directly. */
1094 if (strstr (c->line, "collect ") == c->line)
1095 error (_("The 'collect' command can only be used for tracepoints"));
1096
51661e93
VP
1097 if (strstr (c->line, "teval ") == c->line)
1098 error (_("The 'teval' command can only be used for tracepoints"));
a7bdde9e
VP
1099 }
1100}
1101
d77f58be
SS
1102/* Encapsulate tests for different types of tracepoints. */
1103
d9b3f62e
PA
1104static int
1105is_tracepoint_type (enum bptype type)
1106{
1107 return (type == bp_tracepoint
1108 || type == bp_fast_tracepoint
1109 || type == bp_static_tracepoint);
1110}
1111
a7bdde9e 1112int
d77f58be 1113is_tracepoint (const struct breakpoint *b)
a7bdde9e 1114{
d9b3f62e 1115 return is_tracepoint_type (b->type);
a7bdde9e 1116}
d9b3f62e 1117
e5dd4106 1118/* A helper function that validates that COMMANDS are valid for a
95a42b64
TT
1119 breakpoint. This function will throw an exception if a problem is
1120 found. */
48cb2d85 1121
95a42b64
TT
1122static void
1123validate_commands_for_breakpoint (struct breakpoint *b,
1124 struct command_line *commands)
48cb2d85 1125{
d77f58be 1126 if (is_tracepoint (b))
a7bdde9e 1127 {
c9a6ce02 1128 struct tracepoint *t = (struct tracepoint *) b;
a7bdde9e
VP
1129 struct command_line *c;
1130 struct command_line *while_stepping = 0;
c9a6ce02
PA
1131
1132 /* Reset the while-stepping step count. The previous commands
1133 might have included a while-stepping action, while the new
1134 ones might not. */
1135 t->step_count = 0;
1136
1137 /* We need to verify that each top-level element of commands is
1138 valid for tracepoints, that there's at most one
1139 while-stepping element, and that the while-stepping's body
1140 has valid tracing commands excluding nested while-stepping.
1141 We also need to validate the tracepoint action line in the
1142 context of the tracepoint --- validate_actionline actually
1143 has side effects, like setting the tracepoint's
1144 while-stepping STEP_COUNT, in addition to checking if the
1145 collect/teval actions parse and make sense in the
1146 tracepoint's context. */
a7bdde9e
VP
1147 for (c = commands; c; c = c->next)
1148 {
a7bdde9e
VP
1149 if (c->control_type == while_stepping_control)
1150 {
1151 if (b->type == bp_fast_tracepoint)
3e43a32a
MS
1152 error (_("The 'while-stepping' command "
1153 "cannot be used for fast tracepoint"));
0fb4aa4b 1154 else if (b->type == bp_static_tracepoint)
3e43a32a
MS
1155 error (_("The 'while-stepping' command "
1156 "cannot be used for static tracepoint"));
a7bdde9e
VP
1157
1158 if (while_stepping)
3e43a32a
MS
1159 error (_("The 'while-stepping' command "
1160 "can be used only once"));
a7bdde9e
VP
1161 else
1162 while_stepping = c;
1163 }
c9a6ce02
PA
1164
1165 validate_actionline (c->line, b);
a7bdde9e
VP
1166 }
1167 if (while_stepping)
1168 {
1169 struct command_line *c2;
1170
1171 gdb_assert (while_stepping->body_count == 1);
1172 c2 = while_stepping->body_list[0];
1173 for (; c2; c2 = c2->next)
1174 {
a7bdde9e
VP
1175 if (c2->control_type == while_stepping_control)
1176 error (_("The 'while-stepping' command cannot be nested"));
1177 }
1178 }
1179 }
1180 else
1181 {
1182 check_no_tracepoint_commands (commands);
1183 }
95a42b64
TT
1184}
1185
0fb4aa4b
PA
1186/* Return a vector of all the static tracepoints set at ADDR. The
1187 caller is responsible for releasing the vector. */
1188
1189VEC(breakpoint_p) *
1190static_tracepoints_here (CORE_ADDR addr)
1191{
1192 struct breakpoint *b;
1193 VEC(breakpoint_p) *found = 0;
1194 struct bp_location *loc;
1195
1196 ALL_BREAKPOINTS (b)
1197 if (b->type == bp_static_tracepoint)
1198 {
1199 for (loc = b->loc; loc; loc = loc->next)
1200 if (loc->address == addr)
1201 VEC_safe_push(breakpoint_p, found, b);
1202 }
1203
1204 return found;
1205}
1206
95a42b64 1207/* Set the command list of B to COMMANDS. If breakpoint is tracepoint,
4a64f543 1208 validate that only allowed commands are included. */
95a42b64
TT
1209
1210void
4a64f543
MS
1211breakpoint_set_commands (struct breakpoint *b,
1212 struct command_line *commands)
95a42b64
TT
1213{
1214 validate_commands_for_breakpoint (b, commands);
a7bdde9e 1215
9add0f1b
TT
1216 decref_counted_command_line (&b->commands);
1217 b->commands = alloc_counted_command_line (commands);
8d3788bd 1218 observer_notify_breakpoint_modified (b);
48cb2d85
VP
1219}
1220
45a43567
TT
1221/* Set the internal `silent' flag on the breakpoint. Note that this
1222 is not the same as the "silent" that may appear in the breakpoint's
1223 commands. */
1224
1225void
1226breakpoint_set_silent (struct breakpoint *b, int silent)
1227{
1228 int old_silent = b->silent;
1229
1230 b->silent = silent;
1231 if (old_silent != silent)
8d3788bd 1232 observer_notify_breakpoint_modified (b);
45a43567
TT
1233}
1234
1235/* Set the thread for this breakpoint. If THREAD is -1, make the
1236 breakpoint work for any thread. */
1237
1238void
1239breakpoint_set_thread (struct breakpoint *b, int thread)
1240{
1241 int old_thread = b->thread;
1242
1243 b->thread = thread;
1244 if (old_thread != thread)
8d3788bd 1245 observer_notify_breakpoint_modified (b);
45a43567
TT
1246}
1247
1248/* Set the task for this breakpoint. If TASK is 0, make the
1249 breakpoint work for any task. */
1250
1251void
1252breakpoint_set_task (struct breakpoint *b, int task)
1253{
1254 int old_task = b->task;
1255
1256 b->task = task;
1257 if (old_task != task)
8d3788bd 1258 observer_notify_breakpoint_modified (b);
45a43567
TT
1259}
1260
95a42b64
TT
1261void
1262check_tracepoint_command (char *line, void *closure)
a7bdde9e
VP
1263{
1264 struct breakpoint *b = closure;
cc59ec59 1265
6f937416 1266 validate_actionline (line, b);
a7bdde9e
VP
1267}
1268
95a42b64
TT
1269/* A structure used to pass information through
1270 map_breakpoint_numbers. */
1271
1272struct commands_info
1273{
1274 /* True if the command was typed at a tty. */
1275 int from_tty;
86b17b60
PA
1276
1277 /* The breakpoint range spec. */
1278 char *arg;
1279
95a42b64
TT
1280 /* Non-NULL if the body of the commands are being read from this
1281 already-parsed command. */
1282 struct command_line *control;
86b17b60 1283
95a42b64
TT
1284 /* The command lines read from the user, or NULL if they have not
1285 yet been read. */
1286 struct counted_command_line *cmd;
1287};
1288
1289/* A callback for map_breakpoint_numbers that sets the commands for
1290 commands_command. */
1291
c906108c 1292static void
95a42b64 1293do_map_commands_command (struct breakpoint *b, void *data)
c906108c 1294{
95a42b64 1295 struct commands_info *info = data;
c906108c 1296
95a42b64
TT
1297 if (info->cmd == NULL)
1298 {
1299 struct command_line *l;
5c44784c 1300
95a42b64
TT
1301 if (info->control != NULL)
1302 l = copy_command_lines (info->control->body_list[0]);
1303 else
86b17b60
PA
1304 {
1305 struct cleanup *old_chain;
1306 char *str;
c5aa993b 1307
3e43a32a
MS
1308 str = xstrprintf (_("Type commands for breakpoint(s) "
1309 "%s, one per line."),
86b17b60
PA
1310 info->arg);
1311
1312 old_chain = make_cleanup (xfree, str);
1313
1314 l = read_command_lines (str,
1315 info->from_tty, 1,
d77f58be 1316 (is_tracepoint (b)
86b17b60
PA
1317 ? check_tracepoint_command : 0),
1318 b);
1319
1320 do_cleanups (old_chain);
1321 }
a7bdde9e 1322
95a42b64
TT
1323 info->cmd = alloc_counted_command_line (l);
1324 }
1325
1326 /* If a breakpoint was on the list more than once, we don't need to
1327 do anything. */
1328 if (b->commands != info->cmd)
1329 {
1330 validate_commands_for_breakpoint (b, info->cmd->commands);
1331 incref_counted_command_line (info->cmd);
1332 decref_counted_command_line (&b->commands);
1333 b->commands = info->cmd;
8d3788bd 1334 observer_notify_breakpoint_modified (b);
c5aa993b 1335 }
95a42b64
TT
1336}
1337
1338static void
4a64f543
MS
1339commands_command_1 (char *arg, int from_tty,
1340 struct command_line *control)
95a42b64
TT
1341{
1342 struct cleanup *cleanups;
1343 struct commands_info info;
1344
1345 info.from_tty = from_tty;
1346 info.control = control;
1347 info.cmd = NULL;
1348 /* If we read command lines from the user, then `info' will hold an
1349 extra reference to the commands that we must clean up. */
1350 cleanups = make_cleanup_decref_counted_command_line (&info.cmd);
1351
1352 if (arg == NULL || !*arg)
1353 {
86b17b60 1354 if (breakpoint_count - prev_breakpoint_count > 1)
4a64f543
MS
1355 arg = xstrprintf ("%d-%d", prev_breakpoint_count + 1,
1356 breakpoint_count);
95a42b64
TT
1357 else if (breakpoint_count > 0)
1358 arg = xstrprintf ("%d", breakpoint_count);
86b17b60
PA
1359 else
1360 {
1361 /* So that we don't try to free the incoming non-NULL
1362 argument in the cleanup below. Mapping breakpoint
1363 numbers will fail in this case. */
1364 arg = NULL;
1365 }
95a42b64 1366 }
9766ced4
SS
1367 else
1368 /* The command loop has some static state, so we need to preserve
1369 our argument. */
1370 arg = xstrdup (arg);
86b17b60
PA
1371
1372 if (arg != NULL)
1373 make_cleanup (xfree, arg);
1374
1375 info.arg = arg;
95a42b64
TT
1376
1377 map_breakpoint_numbers (arg, do_map_commands_command, &info);
1378
1379 if (info.cmd == NULL)
1380 error (_("No breakpoints specified."));
1381
1382 do_cleanups (cleanups);
1383}
1384
1385static void
1386commands_command (char *arg, int from_tty)
1387{
1388 commands_command_1 (arg, from_tty, NULL);
c906108c 1389}
40c03ae8
EZ
1390
1391/* Like commands_command, but instead of reading the commands from
1392 input stream, takes them from an already parsed command structure.
1393
1394 This is used by cli-script.c to DTRT with breakpoint commands
1395 that are part of if and while bodies. */
1396enum command_control_type
1397commands_from_control_command (char *arg, struct command_line *cmd)
1398{
95a42b64
TT
1399 commands_command_1 (arg, 0, cmd);
1400 return simple_control;
40c03ae8 1401}
876fa593
JK
1402
1403/* Return non-zero if BL->TARGET_INFO contains valid information. */
1404
1405static int
1406bp_location_has_shadow (struct bp_location *bl)
1407{
1408 if (bl->loc_type != bp_loc_software_breakpoint)
1409 return 0;
1410 if (!bl->inserted)
1411 return 0;
1412 if (bl->target_info.shadow_len == 0)
e5dd4106 1413 /* BL isn't valid, or doesn't shadow memory. */
876fa593
JK
1414 return 0;
1415 return 1;
1416}
1417
8defab1a 1418/* Update BUF, which is LEN bytes read from the target address MEMADDR,
876fa593
JK
1419 by replacing any memory breakpoints with their shadowed contents.
1420
35c63cd8
JB
1421 If READBUF is not NULL, this buffer must not overlap with any of
1422 the breakpoint location's shadow_contents buffers. Otherwise,
1423 a failed assertion internal error will be raised.
1424
876fa593 1425 The range of shadowed area by each bp_location is:
35df4500
TJB
1426 bl->address - bp_location_placed_address_before_address_max
1427 up to bl->address + bp_location_shadow_len_after_address_max
876fa593
JK
1428 The range we were requested to resolve shadows for is:
1429 memaddr ... memaddr + len
1430 Thus the safe cutoff boundaries for performance optimization are
35df4500
TJB
1431 memaddr + len <= (bl->address
1432 - bp_location_placed_address_before_address_max)
876fa593 1433 and:
35df4500 1434 bl->address + bp_location_shadow_len_after_address_max <= memaddr */
c906108c 1435
8defab1a 1436void
f0ba3972
PA
1437breakpoint_xfer_memory (gdb_byte *readbuf, gdb_byte *writebuf,
1438 const gdb_byte *writebuf_org,
1439 ULONGEST memaddr, LONGEST len)
c906108c 1440{
4a64f543
MS
1441 /* Left boundary, right boundary and median element of our binary
1442 search. */
876fa593
JK
1443 unsigned bc_l, bc_r, bc;
1444
4a64f543
MS
1445 /* Find BC_L which is a leftmost element which may affect BUF
1446 content. It is safe to report lower value but a failure to
1447 report higher one. */
876fa593
JK
1448
1449 bc_l = 0;
1450 bc_r = bp_location_count;
1451 while (bc_l + 1 < bc_r)
1452 {
35df4500 1453 struct bp_location *bl;
876fa593
JK
1454
1455 bc = (bc_l + bc_r) / 2;
35df4500 1456 bl = bp_location[bc];
876fa593 1457
4a64f543
MS
1458 /* Check first BL->ADDRESS will not overflow due to the added
1459 constant. Then advance the left boundary only if we are sure
1460 the BC element can in no way affect the BUF content (MEMADDR
1461 to MEMADDR + LEN range).
876fa593 1462
4a64f543
MS
1463 Use the BP_LOCATION_SHADOW_LEN_AFTER_ADDRESS_MAX safety
1464 offset so that we cannot miss a breakpoint with its shadow
1465 range tail still reaching MEMADDR. */
c5aa993b 1466
35df4500
TJB
1467 if ((bl->address + bp_location_shadow_len_after_address_max
1468 >= bl->address)
1469 && (bl->address + bp_location_shadow_len_after_address_max
1470 <= memaddr))
876fa593
JK
1471 bc_l = bc;
1472 else
1473 bc_r = bc;
1474 }
1475
128070bb
PA
1476 /* Due to the binary search above, we need to make sure we pick the
1477 first location that's at BC_L's address. E.g., if there are
1478 multiple locations at the same address, BC_L may end up pointing
1479 at a duplicate location, and miss the "master"/"inserted"
1480 location. Say, given locations L1, L2 and L3 at addresses A and
1481 B:
1482
1483 L1@A, L2@A, L3@B, ...
1484
1485 BC_L could end up pointing at location L2, while the "master"
1486 location could be L1. Since the `loc->inserted' flag is only set
1487 on "master" locations, we'd forget to restore the shadow of L1
1488 and L2. */
1489 while (bc_l > 0
1490 && bp_location[bc_l]->address == bp_location[bc_l - 1]->address)
1491 bc_l--;
1492
876fa593
JK
1493 /* Now do full processing of the found relevant range of elements. */
1494
1495 for (bc = bc_l; bc < bp_location_count; bc++)
c5aa993b 1496 {
35df4500 1497 struct bp_location *bl = bp_location[bc];
876fa593
JK
1498 CORE_ADDR bp_addr = 0;
1499 int bp_size = 0;
1500 int bptoffset = 0;
1501
35df4500
TJB
1502 /* bp_location array has BL->OWNER always non-NULL. */
1503 if (bl->owner->type == bp_none)
8a3fe4f8 1504 warning (_("reading through apparently deleted breakpoint #%d?"),
35df4500 1505 bl->owner->number);
ffce0d52 1506
e5dd4106 1507 /* Performance optimization: any further element can no longer affect BUF
876fa593
JK
1508 content. */
1509
35df4500
TJB
1510 if (bl->address >= bp_location_placed_address_before_address_max
1511 && memaddr + len <= (bl->address
1512 - bp_location_placed_address_before_address_max))
876fa593
JK
1513 break;
1514
35df4500 1515 if (!bp_location_has_shadow (bl))
c5aa993b 1516 continue;
35df4500 1517 if (!breakpoint_address_match (bl->target_info.placed_address_space, 0,
6c95b8df
PA
1518 current_program_space->aspace, 0))
1519 continue;
1520
c5aa993b
JM
1521 /* Addresses and length of the part of the breakpoint that
1522 we need to copy. */
35df4500
TJB
1523 bp_addr = bl->target_info.placed_address;
1524 bp_size = bl->target_info.shadow_len;
8defab1a 1525
c5aa993b
JM
1526 if (bp_addr + bp_size <= memaddr)
1527 /* The breakpoint is entirely before the chunk of memory we
1528 are reading. */
1529 continue;
8defab1a 1530
c5aa993b
JM
1531 if (bp_addr >= memaddr + len)
1532 /* The breakpoint is entirely after the chunk of memory we are
4a64f543 1533 reading. */
c5aa993b 1534 continue;
c5aa993b 1535
8defab1a
DJ
1536 /* Offset within shadow_contents. */
1537 if (bp_addr < memaddr)
1538 {
1539 /* Only copy the second part of the breakpoint. */
1540 bp_size -= memaddr - bp_addr;
1541 bptoffset = memaddr - bp_addr;
1542 bp_addr = memaddr;
1543 }
c5aa993b 1544
8defab1a
DJ
1545 if (bp_addr + bp_size > memaddr + len)
1546 {
1547 /* Only copy the first part of the breakpoint. */
1548 bp_size -= (bp_addr + bp_size) - (memaddr + len);
1549 }
c5aa993b 1550
f0ba3972
PA
1551 if (readbuf != NULL)
1552 {
35c63cd8
JB
1553 /* Verify that the readbuf buffer does not overlap with
1554 the shadow_contents buffer. */
1555 gdb_assert (bl->target_info.shadow_contents >= readbuf + len
1556 || readbuf >= (bl->target_info.shadow_contents
1557 + bl->target_info.shadow_len));
1558
f0ba3972
PA
1559 /* Update the read buffer with this inserted breakpoint's
1560 shadow. */
1561 memcpy (readbuf + bp_addr - memaddr,
1562 bl->target_info.shadow_contents + bptoffset, bp_size);
1563 }
1564 else
1565 {
1566 struct gdbarch *gdbarch = bl->gdbarch;
1567 const unsigned char *bp;
1568 CORE_ADDR placed_address = bl->target_info.placed_address;
20ced3e4 1569 int placed_size = bl->target_info.placed_size;
f0ba3972
PA
1570
1571 /* Update the shadow with what we want to write to memory. */
1572 memcpy (bl->target_info.shadow_contents + bptoffset,
1573 writebuf_org + bp_addr - memaddr, bp_size);
1574
1575 /* Determine appropriate breakpoint contents and size for this
1576 address. */
1577 bp = gdbarch_breakpoint_from_pc (gdbarch, &placed_address, &placed_size);
1578
1579 /* Update the final write buffer with this inserted
1580 breakpoint's INSN. */
1581 memcpy (writebuf + bp_addr - memaddr, bp + bptoffset, bp_size);
1582 }
c5aa993b 1583 }
c906108c 1584}
c906108c 1585\f
c5aa993b 1586
b775012e
LM
1587/* Return true if BPT is either a software breakpoint or a hardware
1588 breakpoint. */
1589
1590int
1591is_breakpoint (const struct breakpoint *bpt)
1592{
1593 return (bpt->type == bp_breakpoint
e7e0cddf
SS
1594 || bpt->type == bp_hardware_breakpoint
1595 || bpt->type == bp_dprintf);
b775012e
LM
1596}
1597
60e1c644
PA
1598/* Return true if BPT is of any hardware watchpoint kind. */
1599
a5606eee 1600static int
d77f58be 1601is_hardware_watchpoint (const struct breakpoint *bpt)
a5606eee
VP
1602{
1603 return (bpt->type == bp_hardware_watchpoint
1604 || bpt->type == bp_read_watchpoint
1605 || bpt->type == bp_access_watchpoint);
1606}
7270d8f2 1607
60e1c644
PA
1608/* Return true if BPT is of any watchpoint kind, hardware or
1609 software. */
1610
3a5c3e22 1611int
d77f58be 1612is_watchpoint (const struct breakpoint *bpt)
60e1c644
PA
1613{
1614 return (is_hardware_watchpoint (bpt)
1615 || bpt->type == bp_watchpoint);
1616}
1617
3a5c3e22
PA
1618/* Returns true if the current thread and its running state are safe
1619 to evaluate or update watchpoint B. Watchpoints on local
1620 expressions need to be evaluated in the context of the thread that
1621 was current when the watchpoint was created, and, that thread needs
1622 to be stopped to be able to select the correct frame context.
1623 Watchpoints on global expressions can be evaluated on any thread,
1624 and in any state. It is presently left to the target allowing
1625 memory accesses when threads are running. */
f6bc2008
PA
1626
1627static int
3a5c3e22 1628watchpoint_in_thread_scope (struct watchpoint *b)
f6bc2008 1629{
d0d8b0c6
JK
1630 return (b->base.pspace == current_program_space
1631 && (ptid_equal (b->watchpoint_thread, null_ptid)
1632 || (ptid_equal (inferior_ptid, b->watchpoint_thread)
1633 && !is_executing (inferior_ptid))));
f6bc2008
PA
1634}
1635
d0fb5eae
JK
1636/* Set watchpoint B to disp_del_at_next_stop, even including its possible
1637 associated bp_watchpoint_scope breakpoint. */
1638
1639static void
3a5c3e22 1640watchpoint_del_at_next_stop (struct watchpoint *w)
d0fb5eae 1641{
3a5c3e22 1642 struct breakpoint *b = &w->base;
d0fb5eae
JK
1643
1644 if (b->related_breakpoint != b)
1645 {
1646 gdb_assert (b->related_breakpoint->type == bp_watchpoint_scope);
1647 gdb_assert (b->related_breakpoint->related_breakpoint == b);
1648 b->related_breakpoint->disposition = disp_del_at_next_stop;
1649 b->related_breakpoint->related_breakpoint = b->related_breakpoint;
1650 b->related_breakpoint = b;
1651 }
1652 b->disposition = disp_del_at_next_stop;
1653}
1654
567e1b4e
JB
1655/* Assuming that B is a watchpoint:
1656 - Reparse watchpoint expression, if REPARSE is non-zero
a5606eee 1657 - Evaluate expression and store the result in B->val
567e1b4e
JB
1658 - Evaluate the condition if there is one, and store the result
1659 in b->loc->cond.
a5606eee
VP
1660 - Update the list of values that must be watched in B->loc.
1661
4a64f543
MS
1662 If the watchpoint disposition is disp_del_at_next_stop, then do
1663 nothing. If this is local watchpoint that is out of scope, delete
1664 it.
1665
1666 Even with `set breakpoint always-inserted on' the watchpoints are
1667 removed + inserted on each stop here. Normal breakpoints must
1668 never be removed because they might be missed by a running thread
1669 when debugging in non-stop mode. On the other hand, hardware
1670 watchpoints (is_hardware_watchpoint; processed here) are specific
1671 to each LWP since they are stored in each LWP's hardware debug
1672 registers. Therefore, such LWP must be stopped first in order to
1673 be able to modify its hardware watchpoints.
1674
1675 Hardware watchpoints must be reset exactly once after being
1676 presented to the user. It cannot be done sooner, because it would
1677 reset the data used to present the watchpoint hit to the user. And
1678 it must not be done later because it could display the same single
1679 watchpoint hit during multiple GDB stops. Note that the latter is
1680 relevant only to the hardware watchpoint types bp_read_watchpoint
1681 and bp_access_watchpoint. False hit by bp_hardware_watchpoint is
1682 not user-visible - its hit is suppressed if the memory content has
1683 not changed.
1684
1685 The following constraints influence the location where we can reset
1686 hardware watchpoints:
1687
1688 * target_stopped_by_watchpoint and target_stopped_data_address are
1689 called several times when GDB stops.
1690
1691 [linux]
1692 * Multiple hardware watchpoints can be hit at the same time,
1693 causing GDB to stop. GDB only presents one hardware watchpoint
1694 hit at a time as the reason for stopping, and all the other hits
1695 are presented later, one after the other, each time the user
1696 requests the execution to be resumed. Execution is not resumed
1697 for the threads still having pending hit event stored in
1698 LWP_INFO->STATUS. While the watchpoint is already removed from
1699 the inferior on the first stop the thread hit event is kept being
1700 reported from its cached value by linux_nat_stopped_data_address
1701 until the real thread resume happens after the watchpoint gets
1702 presented and thus its LWP_INFO->STATUS gets reset.
1703
1704 Therefore the hardware watchpoint hit can get safely reset on the
1705 watchpoint removal from inferior. */
a79d3c27 1706
b40ce68a 1707static void
3a5c3e22 1708update_watchpoint (struct watchpoint *b, int reparse)
7270d8f2 1709{
a5606eee 1710 int within_current_scope;
a5606eee 1711 struct frame_id saved_frame_id;
66076460 1712 int frame_saved;
a5606eee 1713
f6bc2008
PA
1714 /* If this is a local watchpoint, we only want to check if the
1715 watchpoint frame is in scope if the current thread is the thread
1716 that was used to create the watchpoint. */
1717 if (!watchpoint_in_thread_scope (b))
1718 return;
1719
3a5c3e22 1720 if (b->base.disposition == disp_del_at_next_stop)
a5606eee
VP
1721 return;
1722
66076460 1723 frame_saved = 0;
a5606eee
VP
1724
1725 /* Determine if the watchpoint is within scope. */
1726 if (b->exp_valid_block == NULL)
1727 within_current_scope = 1;
1728 else
1729 {
b5db5dfc
UW
1730 struct frame_info *fi = get_current_frame ();
1731 struct gdbarch *frame_arch = get_frame_arch (fi);
1732 CORE_ADDR frame_pc = get_frame_pc (fi);
1733
1734 /* If we're in a function epilogue, unwinding may not work
1735 properly, so do not attempt to recreate locations at this
1736 point. See similar comments in watchpoint_check. */
1737 if (gdbarch_in_function_epilogue_p (frame_arch, frame_pc))
1738 return;
66076460
DJ
1739
1740 /* Save the current frame's ID so we can restore it after
1741 evaluating the watchpoint expression on its own frame. */
1742 /* FIXME drow/2003-09-09: It would be nice if evaluate_expression
1743 took a frame parameter, so that we didn't have to change the
1744 selected frame. */
1745 frame_saved = 1;
1746 saved_frame_id = get_frame_id (get_selected_frame (NULL));
1747
a5606eee
VP
1748 fi = frame_find_by_id (b->watchpoint_frame);
1749 within_current_scope = (fi != NULL);
1750 if (within_current_scope)
1751 select_frame (fi);
1752 }
1753
b5db5dfc
UW
1754 /* We don't free locations. They are stored in the bp_location array
1755 and update_global_location_list will eventually delete them and
1756 remove breakpoints if needed. */
3a5c3e22 1757 b->base.loc = NULL;
b5db5dfc 1758
a5606eee
VP
1759 if (within_current_scope && reparse)
1760 {
bbc13ae3 1761 const char *s;
d63d0675 1762
a5606eee
VP
1763 if (b->exp)
1764 {
1765 xfree (b->exp);
1766 b->exp = NULL;
1767 }
d63d0675 1768 s = b->exp_string_reparse ? b->exp_string_reparse : b->exp_string;
1bb9788d 1769 b->exp = parse_exp_1 (&s, 0, b->exp_valid_block, 0);
a5606eee
VP
1770 /* If the meaning of expression itself changed, the old value is
1771 no longer relevant. We don't want to report a watchpoint hit
1772 to the user when the old value and the new value may actually
1773 be completely different objects. */
1774 value_free (b->val);
fa4727a6
DJ
1775 b->val = NULL;
1776 b->val_valid = 0;
60e1c644
PA
1777
1778 /* Note that unlike with breakpoints, the watchpoint's condition
1779 expression is stored in the breakpoint object, not in the
1780 locations (re)created below. */
3a5c3e22 1781 if (b->base.cond_string != NULL)
60e1c644
PA
1782 {
1783 if (b->cond_exp != NULL)
1784 {
1785 xfree (b->cond_exp);
1786 b->cond_exp = NULL;
1787 }
1788
3a5c3e22 1789 s = b->base.cond_string;
1bb9788d 1790 b->cond_exp = parse_exp_1 (&s, 0, b->cond_exp_valid_block, 0);
60e1c644 1791 }
a5606eee 1792 }
a5606eee
VP
1793
1794 /* If we failed to parse the expression, for example because
1795 it refers to a global variable in a not-yet-loaded shared library,
1796 don't try to insert watchpoint. We don't automatically delete
1797 such watchpoint, though, since failure to parse expression
1798 is different from out-of-scope watchpoint. */
2d134ed3
PA
1799 if ( !target_has_execution)
1800 {
1801 /* Without execution, memory can't change. No use to try and
1802 set watchpoint locations. The watchpoint will be reset when
1803 the target gains execution, through breakpoint_re_set. */
1804 }
1805 else if (within_current_scope && b->exp)
a5606eee 1806 {
0cf6dd15 1807 int pc = 0;
fa4727a6 1808 struct value *val_chain, *v, *result, *next;
2d134ed3 1809 struct program_space *frame_pspace;
a5606eee 1810
0cf6dd15 1811 fetch_subexp_value (b->exp, &pc, &v, &result, &val_chain);
a5606eee 1812
a5606eee
VP
1813 /* Avoid setting b->val if it's already set. The meaning of
1814 b->val is 'the last value' user saw, and we should update
1815 it only if we reported that last value to user. As it
9c06b0b4
TJB
1816 happens, the code that reports it updates b->val directly.
1817 We don't keep track of the memory value for masked
1818 watchpoints. */
3a5c3e22 1819 if (!b->val_valid && !is_masked_watchpoint (&b->base))
fa4727a6
DJ
1820 {
1821 b->val = v;
1822 b->val_valid = 1;
1823 }
a5606eee 1824
2d134ed3
PA
1825 frame_pspace = get_frame_program_space (get_selected_frame (NULL));
1826
a5606eee 1827 /* Look at each value on the value chain. */
9fa40276 1828 for (v = val_chain; v; v = value_next (v))
a5606eee
VP
1829 {
1830 /* If it's a memory location, and GDB actually needed
1831 its contents to evaluate the expression, then we
fa4727a6
DJ
1832 must watch it. If the first value returned is
1833 still lazy, that means an error occurred reading it;
1834 watch it anyway in case it becomes readable. */
a5606eee 1835 if (VALUE_LVAL (v) == lval_memory
fa4727a6 1836 && (v == val_chain || ! value_lazy (v)))
a5606eee
VP
1837 {
1838 struct type *vtype = check_typedef (value_type (v));
7270d8f2 1839
a5606eee
VP
1840 /* We only watch structs and arrays if user asked
1841 for it explicitly, never if they just happen to
1842 appear in the middle of some value chain. */
fa4727a6 1843 if (v == result
a5606eee
VP
1844 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
1845 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
1846 {
1847 CORE_ADDR addr;
744a8059 1848 int type;
a5606eee
VP
1849 struct bp_location *loc, **tmp;
1850
42ae5230 1851 addr = value_address (v);
a5606eee 1852 type = hw_write;
3a5c3e22 1853 if (b->base.type == bp_read_watchpoint)
a5606eee 1854 type = hw_read;
3a5c3e22 1855 else if (b->base.type == bp_access_watchpoint)
a5606eee 1856 type = hw_access;
3a5c3e22
PA
1857
1858 loc = allocate_bp_location (&b->base);
1859 for (tmp = &(b->base.loc); *tmp != NULL; tmp = &((*tmp)->next))
a5606eee
VP
1860 ;
1861 *tmp = loc;
a6d9a66e 1862 loc->gdbarch = get_type_arch (value_type (v));
6c95b8df
PA
1863
1864 loc->pspace = frame_pspace;
a5606eee 1865 loc->address = addr;
744a8059 1866 loc->length = TYPE_LENGTH (value_type (v));
a5606eee
VP
1867 loc->watchpoint_type = type;
1868 }
1869 }
9fa40276
TJB
1870 }
1871
1872 /* Change the type of breakpoint between hardware assisted or
1873 an ordinary watchpoint depending on the hardware support
1874 and free hardware slots. REPARSE is set when the inferior
1875 is started. */
a9634178 1876 if (reparse)
9fa40276 1877 {
e09342b5 1878 int reg_cnt;
9fa40276
TJB
1879 enum bp_loc_type loc_type;
1880 struct bp_location *bl;
a5606eee 1881
a9634178 1882 reg_cnt = can_use_hardware_watchpoint (val_chain);
e09342b5
TJB
1883
1884 if (reg_cnt)
9fa40276
TJB
1885 {
1886 int i, target_resources_ok, other_type_used;
a1398e0c 1887 enum bptype type;
9fa40276 1888
a9634178
TJB
1889 /* Use an exact watchpoint when there's only one memory region to be
1890 watched, and only one debug register is needed to watch it. */
1891 b->exact = target_exact_watchpoints && reg_cnt == 1;
1892
9fa40276 1893 /* We need to determine how many resources are already
e09342b5
TJB
1894 used for all other hardware watchpoints plus this one
1895 to see if we still have enough resources to also fit
a1398e0c
PA
1896 this watchpoint in as well. */
1897
1898 /* If this is a software watchpoint, we try to turn it
1899 to a hardware one -- count resources as if B was of
1900 hardware watchpoint type. */
1901 type = b->base.type;
1902 if (type == bp_watchpoint)
1903 type = bp_hardware_watchpoint;
1904
1905 /* This watchpoint may or may not have been placed on
1906 the list yet at this point (it won't be in the list
1907 if we're trying to create it for the first time,
1908 through watch_command), so always account for it
1909 manually. */
1910
1911 /* Count resources used by all watchpoints except B. */
1912 i = hw_watchpoint_used_count_others (&b->base, type, &other_type_used);
1913
1914 /* Add in the resources needed for B. */
1915 i += hw_watchpoint_use_count (&b->base);
1916
1917 target_resources_ok
1918 = target_can_use_hardware_watchpoint (type, i, other_type_used);
e09342b5 1919 if (target_resources_ok <= 0)
a9634178 1920 {
3a5c3e22 1921 int sw_mode = b->base.ops->works_in_software_mode (&b->base);
9c06b0b4
TJB
1922
1923 if (target_resources_ok == 0 && !sw_mode)
a9634178
TJB
1924 error (_("Target does not support this type of "
1925 "hardware watchpoint."));
9c06b0b4
TJB
1926 else if (target_resources_ok < 0 && !sw_mode)
1927 error (_("There are not enough available hardware "
1928 "resources for this watchpoint."));
a1398e0c
PA
1929
1930 /* Downgrade to software watchpoint. */
1931 b->base.type = bp_watchpoint;
1932 }
1933 else
1934 {
1935 /* If this was a software watchpoint, we've just
1936 found we have enough resources to turn it to a
1937 hardware watchpoint. Otherwise, this is a
1938 nop. */
1939 b->base.type = type;
a9634178 1940 }
9fa40276 1941 }
3a5c3e22 1942 else if (!b->base.ops->works_in_software_mode (&b->base))
a9634178
TJB
1943 error (_("Expression cannot be implemented with "
1944 "read/access watchpoint."));
9fa40276 1945 else
3a5c3e22 1946 b->base.type = bp_watchpoint;
9fa40276 1947
3a5c3e22 1948 loc_type = (b->base.type == bp_watchpoint? bp_loc_other
9fa40276 1949 : bp_loc_hardware_watchpoint);
3a5c3e22 1950 for (bl = b->base.loc; bl; bl = bl->next)
9fa40276
TJB
1951 bl->loc_type = loc_type;
1952 }
1953
1954 for (v = val_chain; v; v = next)
1955 {
a5606eee
VP
1956 next = value_next (v);
1957 if (v != b->val)
1958 value_free (v);
1959 }
1960
c7437ca6
PA
1961 /* If a software watchpoint is not watching any memory, then the
1962 above left it without any location set up. But,
1963 bpstat_stop_status requires a location to be able to report
1964 stops, so make sure there's at least a dummy one. */
3a5c3e22 1965 if (b->base.type == bp_watchpoint && b->base.loc == NULL)
c7437ca6 1966 {
3a5c3e22
PA
1967 struct breakpoint *base = &b->base;
1968 base->loc = allocate_bp_location (base);
1969 base->loc->pspace = frame_pspace;
1970 base->loc->address = -1;
1971 base->loc->length = -1;
1972 base->loc->watchpoint_type = -1;
c7437ca6 1973 }
a5606eee
VP
1974 }
1975 else if (!within_current_scope)
7270d8f2 1976 {
ac74f770
MS
1977 printf_filtered (_("\
1978Watchpoint %d deleted because the program has left the block\n\
1979in which its expression is valid.\n"),
3a5c3e22 1980 b->base.number);
d0fb5eae 1981 watchpoint_del_at_next_stop (b);
7270d8f2 1982 }
a5606eee
VP
1983
1984 /* Restore the selected frame. */
66076460
DJ
1985 if (frame_saved)
1986 select_frame (frame_find_by_id (saved_frame_id));
7270d8f2
OF
1987}
1988
a5606eee 1989
74960c60 1990/* Returns 1 iff breakpoint location should be
1e4d1764
YQ
1991 inserted in the inferior. We don't differentiate the type of BL's owner
1992 (breakpoint vs. tracepoint), although insert_location in tracepoint's
1993 breakpoint_ops is not defined, because in insert_bp_location,
1994 tracepoint's insert_location will not be called. */
74960c60 1995static int
35df4500 1996should_be_inserted (struct bp_location *bl)
74960c60 1997{
35df4500 1998 if (bl->owner == NULL || !breakpoint_enabled (bl->owner))
74960c60
VP
1999 return 0;
2000
35df4500 2001 if (bl->owner->disposition == disp_del_at_next_stop)
74960c60
VP
2002 return 0;
2003
35df4500 2004 if (!bl->enabled || bl->shlib_disabled || bl->duplicate)
74960c60
VP
2005 return 0;
2006
f8eba3c6
TT
2007 if (user_breakpoint_p (bl->owner) && bl->pspace->executing_startup)
2008 return 0;
2009
56710373
PA
2010 /* This is set for example, when we're attached to the parent of a
2011 vfork, and have detached from the child. The child is running
2012 free, and we expect it to do an exec or exit, at which point the
2013 OS makes the parent schedulable again (and the target reports
2014 that the vfork is done). Until the child is done with the shared
2015 memory region, do not insert breakpoints in the parent, otherwise
2016 the child could still trip on the parent's breakpoints. Since
2017 the parent is blocked anyway, it won't miss any breakpoint. */
35df4500 2018 if (bl->pspace->breakpoints_not_allowed)
56710373
PA
2019 return 0;
2020
74960c60
VP
2021 return 1;
2022}
2023
934709f0
PW
2024/* Same as should_be_inserted but does the check assuming
2025 that the location is not duplicated. */
2026
2027static int
2028unduplicated_should_be_inserted (struct bp_location *bl)
2029{
2030 int result;
2031 const int save_duplicate = bl->duplicate;
2032
2033 bl->duplicate = 0;
2034 result = should_be_inserted (bl);
2035 bl->duplicate = save_duplicate;
2036 return result;
2037}
2038
b775012e
LM
2039/* Parses a conditional described by an expression COND into an
2040 agent expression bytecode suitable for evaluation
2041 by the bytecode interpreter. Return NULL if there was
2042 any error during parsing. */
2043
2044static struct agent_expr *
2045parse_cond_to_aexpr (CORE_ADDR scope, struct expression *cond)
2046{
2047 struct agent_expr *aexpr = NULL;
b775012e
LM
2048 volatile struct gdb_exception ex;
2049
2050 if (!cond)
2051 return NULL;
2052
2053 /* We don't want to stop processing, so catch any errors
2054 that may show up. */
2055 TRY_CATCH (ex, RETURN_MASK_ERROR)
2056 {
2057 aexpr = gen_eval_for_expr (scope, cond);
2058 }
2059
2060 if (ex.reason < 0)
2061 {
2062 /* If we got here, it means the condition could not be parsed to a valid
2063 bytecode expression and thus can't be evaluated on the target's side.
2064 It's no use iterating through the conditions. */
2065 return NULL;
2066 }
2067
2068 /* We have a valid agent expression. */
2069 return aexpr;
2070}
2071
2072/* Based on location BL, create a list of breakpoint conditions to be
2073 passed on to the target. If we have duplicated locations with different
2074 conditions, we will add such conditions to the list. The idea is that the
2075 target will evaluate the list of conditions and will only notify GDB when
2076 one of them is true. */
2077
2078static void
2079build_target_condition_list (struct bp_location *bl)
2080{
2081 struct bp_location **locp = NULL, **loc2p;
2082 int null_condition_or_parse_error = 0;
2083 int modified = bl->needs_update;
2084 struct bp_location *loc;
2085
2086 /* This is only meaningful if the target is
2087 evaluating conditions and if the user has
2088 opted for condition evaluation on the target's
2089 side. */
2090 if (gdb_evaluates_breakpoint_condition_p ()
2091 || !target_supports_evaluation_of_breakpoint_conditions ())
2092 return;
2093
2094 /* Do a first pass to check for locations with no assigned
2095 conditions or conditions that fail to parse to a valid agent expression
2096 bytecode. If any of these happen, then it's no use to send conditions
2097 to the target since this location will always trigger and generate a
2098 response back to GDB. */
2099 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2100 {
2101 loc = (*loc2p);
2102 if (is_breakpoint (loc->owner) && loc->pspace->num == bl->pspace->num)
2103 {
2104 if (modified)
2105 {
2106 struct agent_expr *aexpr;
2107
2108 /* Re-parse the conditions since something changed. In that
2109 case we already freed the condition bytecodes (see
2110 force_breakpoint_reinsertion). We just
2111 need to parse the condition to bytecodes again. */
2112 aexpr = parse_cond_to_aexpr (bl->address, loc->cond);
2113 loc->cond_bytecode = aexpr;
2114
2115 /* Check if we managed to parse the conditional expression
2116 correctly. If not, we will not send this condition
2117 to the target. */
2118 if (aexpr)
2119 continue;
2120 }
2121
2122 /* If we have a NULL bytecode expression, it means something
2123 went wrong or we have a null condition expression. */
2124 if (!loc->cond_bytecode)
2125 {
2126 null_condition_or_parse_error = 1;
2127 break;
2128 }
2129 }
2130 }
2131
2132 /* If any of these happened, it means we will have to evaluate the conditions
2133 for the location's address on gdb's side. It is no use keeping bytecodes
2134 for all the other duplicate locations, thus we free all of them here.
2135
2136 This is so we have a finer control over which locations' conditions are
2137 being evaluated by GDB or the remote stub. */
2138 if (null_condition_or_parse_error)
2139 {
2140 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2141 {
2142 loc = (*loc2p);
2143 if (is_breakpoint (loc->owner) && loc->pspace->num == bl->pspace->num)
2144 {
2145 /* Only go as far as the first NULL bytecode is
2146 located. */
2147 if (!loc->cond_bytecode)
2148 return;
2149
2150 free_agent_expr (loc->cond_bytecode);
2151 loc->cond_bytecode = NULL;
2152 }
2153 }
2154 }
2155
2156 /* No NULL conditions or failed bytecode generation. Build a condition list
2157 for this location's address. */
2158 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2159 {
2160 loc = (*loc2p);
2161 if (loc->cond
2162 && is_breakpoint (loc->owner)
2163 && loc->pspace->num == bl->pspace->num
2164 && loc->owner->enable_state == bp_enabled
2165 && loc->enabled)
2166 /* Add the condition to the vector. This will be used later to send the
2167 conditions to the target. */
2168 VEC_safe_push (agent_expr_p, bl->target_info.conditions,
2169 loc->cond_bytecode);
2170 }
2171
2172 return;
2173}
2174
d3ce09f5
SS
2175/* Parses a command described by string CMD into an agent expression
2176 bytecode suitable for evaluation by the bytecode interpreter.
2177 Return NULL if there was any error during parsing. */
2178
2179static struct agent_expr *
2180parse_cmd_to_aexpr (CORE_ADDR scope, char *cmd)
2181{
2182 struct cleanup *old_cleanups = 0;
2183 struct expression *expr, **argvec;
2184 struct agent_expr *aexpr = NULL;
d3ce09f5 2185 volatile struct gdb_exception ex;
bbc13ae3
KS
2186 const char *cmdrest;
2187 const char *format_start, *format_end;
d3ce09f5
SS
2188 struct format_piece *fpieces;
2189 int nargs;
2190 struct gdbarch *gdbarch = get_current_arch ();
2191
2192 if (!cmd)
2193 return NULL;
2194
2195 cmdrest = cmd;
2196
2197 if (*cmdrest == ',')
2198 ++cmdrest;
bbc13ae3 2199 cmdrest = skip_spaces_const (cmdrest);
d3ce09f5
SS
2200
2201 if (*cmdrest++ != '"')
2202 error (_("No format string following the location"));
2203
2204 format_start = cmdrest;
2205
2206 fpieces = parse_format_string (&cmdrest);
2207
2208 old_cleanups = make_cleanup (free_format_pieces_cleanup, &fpieces);
2209
2210 format_end = cmdrest;
2211
2212 if (*cmdrest++ != '"')
2213 error (_("Bad format string, non-terminated '\"'."));
2214
bbc13ae3 2215 cmdrest = skip_spaces_const (cmdrest);
d3ce09f5
SS
2216
2217 if (!(*cmdrest == ',' || *cmdrest == '\0'))
2218 error (_("Invalid argument syntax"));
2219
2220 if (*cmdrest == ',')
2221 cmdrest++;
bbc13ae3 2222 cmdrest = skip_spaces_const (cmdrest);
d3ce09f5
SS
2223
2224 /* For each argument, make an expression. */
2225
2226 argvec = (struct expression **) alloca (strlen (cmd)
2227 * sizeof (struct expression *));
2228
2229 nargs = 0;
2230 while (*cmdrest != '\0')
2231 {
bbc13ae3 2232 const char *cmd1;
d3ce09f5
SS
2233
2234 cmd1 = cmdrest;
2235 expr = parse_exp_1 (&cmd1, scope, block_for_pc (scope), 1);
2236 argvec[nargs++] = expr;
2237 cmdrest = cmd1;
2238 if (*cmdrest == ',')
2239 ++cmdrest;
2240 }
2241
2242 /* We don't want to stop processing, so catch any errors
2243 that may show up. */
2244 TRY_CATCH (ex, RETURN_MASK_ERROR)
2245 {
2246 aexpr = gen_printf (scope, gdbarch, 0, 0,
2247 format_start, format_end - format_start,
2248 fpieces, nargs, argvec);
2249 }
2250
752eb8b4
TT
2251 do_cleanups (old_cleanups);
2252
d3ce09f5
SS
2253 if (ex.reason < 0)
2254 {
2255 /* If we got here, it means the command could not be parsed to a valid
2256 bytecode expression and thus can't be evaluated on the target's side.
2257 It's no use iterating through the other commands. */
2258 return NULL;
2259 }
2260
d3ce09f5
SS
2261 /* We have a valid agent expression, return it. */
2262 return aexpr;
2263}
2264
2265/* Based on location BL, create a list of breakpoint commands to be
2266 passed on to the target. If we have duplicated locations with
2267 different commands, we will add any such to the list. */
2268
2269static void
2270build_target_command_list (struct bp_location *bl)
2271{
2272 struct bp_location **locp = NULL, **loc2p;
2273 int null_command_or_parse_error = 0;
2274 int modified = bl->needs_update;
2275 struct bp_location *loc;
2276
2277 /* For now, limit to agent-style dprintf breakpoints. */
2278 if (bl->owner->type != bp_dprintf
2279 || strcmp (dprintf_style, dprintf_style_agent) != 0)
2280 return;
2281
2282 if (!target_can_run_breakpoint_commands ())
2283 return;
2284
2285 /* Do a first pass to check for locations with no assigned
2286 conditions or conditions that fail to parse to a valid agent expression
2287 bytecode. If any of these happen, then it's no use to send conditions
2288 to the target since this location will always trigger and generate a
2289 response back to GDB. */
2290 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2291 {
2292 loc = (*loc2p);
2293 if (is_breakpoint (loc->owner) && loc->pspace->num == bl->pspace->num)
2294 {
2295 if (modified)
2296 {
2297 struct agent_expr *aexpr;
2298
2299 /* Re-parse the commands since something changed. In that
2300 case we already freed the command bytecodes (see
2301 force_breakpoint_reinsertion). We just
2302 need to parse the command to bytecodes again. */
2303 aexpr = parse_cmd_to_aexpr (bl->address,
2304 loc->owner->extra_string);
2305 loc->cmd_bytecode = aexpr;
2306
2307 if (!aexpr)
2308 continue;
2309 }
2310
2311 /* If we have a NULL bytecode expression, it means something
2312 went wrong or we have a null command expression. */
2313 if (!loc->cmd_bytecode)
2314 {
2315 null_command_or_parse_error = 1;
2316 break;
2317 }
2318 }
2319 }
2320
2321 /* If anything failed, then we're not doing target-side commands,
2322 and so clean up. */
2323 if (null_command_or_parse_error)
2324 {
2325 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2326 {
2327 loc = (*loc2p);
2328 if (is_breakpoint (loc->owner)
2329 && loc->pspace->num == bl->pspace->num)
2330 {
2331 /* Only go as far as the first NULL bytecode is
2332 located. */
40fb6c5e 2333 if (loc->cmd_bytecode == NULL)
d3ce09f5
SS
2334 return;
2335
40fb6c5e
HZ
2336 free_agent_expr (loc->cmd_bytecode);
2337 loc->cmd_bytecode = NULL;
d3ce09f5
SS
2338 }
2339 }
2340 }
2341
2342 /* No NULL commands or failed bytecode generation. Build a command list
2343 for this location's address. */
2344 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2345 {
2346 loc = (*loc2p);
2347 if (loc->owner->extra_string
2348 && is_breakpoint (loc->owner)
2349 && loc->pspace->num == bl->pspace->num
2350 && loc->owner->enable_state == bp_enabled
2351 && loc->enabled)
2352 /* Add the command to the vector. This will be used later
2353 to send the commands to the target. */
2354 VEC_safe_push (agent_expr_p, bl->target_info.tcommands,
2355 loc->cmd_bytecode);
2356 }
2357
2358 bl->target_info.persist = 0;
2359 /* Maybe flag this location as persistent. */
2360 if (bl->owner->type == bp_dprintf && disconnected_dprintf)
2361 bl->target_info.persist = 1;
2362}
2363
35df4500
TJB
2364/* Insert a low-level "breakpoint" of some type. BL is the breakpoint
2365 location. Any error messages are printed to TMP_ERROR_STREAM; and
3fbb6ffa 2366 DISABLED_BREAKS, and HW_BREAKPOINT_ERROR are used to report problems.
c30eee59
TJB
2367 Returns 0 for success, 1 if the bp_location type is not supported or
2368 -1 for failure.
879bfdc2 2369
4a64f543
MS
2370 NOTE drow/2003-09-09: This routine could be broken down to an
2371 object-style method for each breakpoint or catchpoint type. */
26bb91f3 2372static int
35df4500 2373insert_bp_location (struct bp_location *bl,
26bb91f3 2374 struct ui_file *tmp_error_stream,
3fbb6ffa 2375 int *disabled_breaks,
dd61ec5c
MW
2376 int *hw_breakpoint_error,
2377 int *hw_bp_error_explained_already)
879bfdc2
DJ
2378{
2379 int val = 0;
dd61ec5c
MW
2380 char *hw_bp_err_string = NULL;
2381 struct gdb_exception e;
879bfdc2 2382
b775012e 2383 if (!should_be_inserted (bl) || (bl->inserted && !bl->needs_update))
879bfdc2
DJ
2384 return 0;
2385
35c63cd8
JB
2386 /* Note we don't initialize bl->target_info, as that wipes out
2387 the breakpoint location's shadow_contents if the breakpoint
2388 is still inserted at that location. This in turn breaks
2389 target_read_memory which depends on these buffers when
2390 a memory read is requested at the breakpoint location:
2391 Once the target_info has been wiped, we fail to see that
2392 we have a breakpoint inserted at that address and thus
2393 read the breakpoint instead of returning the data saved in
2394 the breakpoint location's shadow contents. */
35df4500
TJB
2395 bl->target_info.placed_address = bl->address;
2396 bl->target_info.placed_address_space = bl->pspace->aspace;
f1310107 2397 bl->target_info.length = bl->length;
8181d85f 2398
b775012e
LM
2399 /* When working with target-side conditions, we must pass all the conditions
2400 for the same breakpoint address down to the target since GDB will not
2401 insert those locations. With a list of breakpoint conditions, the target
2402 can decide when to stop and notify GDB. */
2403
2404 if (is_breakpoint (bl->owner))
2405 {
2406 build_target_condition_list (bl);
d3ce09f5
SS
2407 build_target_command_list (bl);
2408 /* Reset the modification marker. */
b775012e
LM
2409 bl->needs_update = 0;
2410 }
2411
35df4500
TJB
2412 if (bl->loc_type == bp_loc_software_breakpoint
2413 || bl->loc_type == bp_loc_hardware_breakpoint)
879bfdc2 2414 {
35df4500 2415 if (bl->owner->type != bp_hardware_breakpoint)
765dc015
VP
2416 {
2417 /* If the explicitly specified breakpoint type
2418 is not hardware breakpoint, check the memory map to see
2419 if the breakpoint address is in read only memory or not.
4a64f543 2420
765dc015
VP
2421 Two important cases are:
2422 - location type is not hardware breakpoint, memory
2423 is readonly. We change the type of the location to
2424 hardware breakpoint.
4a64f543
MS
2425 - location type is hardware breakpoint, memory is
2426 read-write. This means we've previously made the
2427 location hardware one, but then the memory map changed,
2428 so we undo.
765dc015 2429
4a64f543
MS
2430 When breakpoints are removed, remove_breakpoints will use
2431 location types we've just set here, the only possible
2432 problem is that memory map has changed during running
2433 program, but it's not going to work anyway with current
2434 gdb. */
765dc015 2435 struct mem_region *mr
35df4500 2436 = lookup_mem_region (bl->target_info.placed_address);
765dc015
VP
2437
2438 if (mr)
2439 {
2440 if (automatic_hardware_breakpoints)
2441 {
765dc015
VP
2442 enum bp_loc_type new_type;
2443
2444 if (mr->attrib.mode != MEM_RW)
2445 new_type = bp_loc_hardware_breakpoint;
2446 else
2447 new_type = bp_loc_software_breakpoint;
2448
35df4500 2449 if (new_type != bl->loc_type)
765dc015
VP
2450 {
2451 static int said = 0;
cc59ec59 2452
35df4500 2453 bl->loc_type = new_type;
765dc015
VP
2454 if (!said)
2455 {
3e43a32a
MS
2456 fprintf_filtered (gdb_stdout,
2457 _("Note: automatically using "
2458 "hardware breakpoints for "
2459 "read-only addresses.\n"));
765dc015
VP
2460 said = 1;
2461 }
2462 }
2463 }
35df4500 2464 else if (bl->loc_type == bp_loc_software_breakpoint
765dc015 2465 && mr->attrib.mode != MEM_RW)
3e43a32a
MS
2466 warning (_("cannot set software breakpoint "
2467 "at readonly address %s"),
35df4500 2468 paddress (bl->gdbarch, bl->address));
765dc015
VP
2469 }
2470 }
2471
879bfdc2
DJ
2472 /* First check to see if we have to handle an overlay. */
2473 if (overlay_debugging == ovly_off
35df4500
TJB
2474 || bl->section == NULL
2475 || !(section_is_overlay (bl->section)))
879bfdc2
DJ
2476 {
2477 /* No overlay handling: just set the breakpoint. */
dd61ec5c
MW
2478 TRY_CATCH (e, RETURN_MASK_ALL)
2479 {
2480 val = bl->owner->ops->insert_location (bl);
2481 }
2482 if (e.reason < 0)
2483 {
2484 val = 1;
2485 hw_bp_err_string = (char *) e.message;
2486 }
879bfdc2
DJ
2487 }
2488 else
2489 {
4a64f543 2490 /* This breakpoint is in an overlay section.
879bfdc2
DJ
2491 Shall we set a breakpoint at the LMA? */
2492 if (!overlay_events_enabled)
2493 {
2494 /* Yes -- overlay event support is not active,
2495 so we must try to set a breakpoint at the LMA.
2496 This will not work for a hardware breakpoint. */
35df4500 2497 if (bl->loc_type == bp_loc_hardware_breakpoint)
8a3fe4f8 2498 warning (_("hardware breakpoint %d not supported in overlay!"),
35df4500 2499 bl->owner->number);
879bfdc2
DJ
2500 else
2501 {
35df4500
TJB
2502 CORE_ADDR addr = overlay_unmapped_address (bl->address,
2503 bl->section);
879bfdc2 2504 /* Set a software (trap) breakpoint at the LMA. */
35df4500
TJB
2505 bl->overlay_target_info = bl->target_info;
2506 bl->overlay_target_info.placed_address = addr;
2507 val = target_insert_breakpoint (bl->gdbarch,
2508 &bl->overlay_target_info);
879bfdc2 2509 if (val != 0)
99361f52 2510 fprintf_unfiltered (tmp_error_stream,
3e43a32a
MS
2511 "Overlay breakpoint %d "
2512 "failed: in ROM?\n",
35df4500 2513 bl->owner->number);
879bfdc2
DJ
2514 }
2515 }
2516 /* Shall we set a breakpoint at the VMA? */
35df4500 2517 if (section_is_mapped (bl->section))
879bfdc2
DJ
2518 {
2519 /* Yes. This overlay section is mapped into memory. */
dd61ec5c
MW
2520 TRY_CATCH (e, RETURN_MASK_ALL)
2521 {
2522 val = bl->owner->ops->insert_location (bl);
2523 }
2524 if (e.reason < 0)
2525 {
2526 val = 1;
2527 hw_bp_err_string = (char *) e.message;
2528 }
879bfdc2
DJ
2529 }
2530 else
2531 {
2532 /* No. This breakpoint will not be inserted.
2533 No error, but do not mark the bp as 'inserted'. */
2534 return 0;
2535 }
2536 }
2537
2538 if (val)
2539 {
2540 /* Can't set the breakpoint. */
35df4500 2541 if (solib_name_from_address (bl->pspace, bl->address))
879bfdc2 2542 {
4a64f543 2543 /* See also: disable_breakpoints_in_shlibs. */
879bfdc2 2544 val = 0;
35df4500 2545 bl->shlib_disabled = 1;
8d3788bd 2546 observer_notify_breakpoint_modified (bl->owner);
3fbb6ffa
TJB
2547 if (!*disabled_breaks)
2548 {
2549 fprintf_unfiltered (tmp_error_stream,
2550 "Cannot insert breakpoint %d.\n",
2551 bl->owner->number);
2552 fprintf_unfiltered (tmp_error_stream,
2553 "Temporarily disabling shared "
2554 "library breakpoints:\n");
2555 }
2556 *disabled_breaks = 1;
879bfdc2 2557 fprintf_unfiltered (tmp_error_stream,
35df4500 2558 "breakpoint #%d\n", bl->owner->number);
879bfdc2
DJ
2559 }
2560 else
879bfdc2 2561 {
35df4500 2562 if (bl->loc_type == bp_loc_hardware_breakpoint)
879bfdc2 2563 {
dd61ec5c
MW
2564 *hw_breakpoint_error = 1;
2565 *hw_bp_error_explained_already = hw_bp_err_string != NULL;
2566 fprintf_unfiltered (tmp_error_stream,
2567 "Cannot insert hardware breakpoint %d%s",
2568 bl->owner->number, hw_bp_err_string ? ":" : ".\n");
2569 if (hw_bp_err_string)
2570 fprintf_unfiltered (tmp_error_stream, "%s.\n", hw_bp_err_string);
879bfdc2
DJ
2571 }
2572 else
2573 {
2574 fprintf_unfiltered (tmp_error_stream,
2575 "Cannot insert breakpoint %d.\n",
35df4500 2576 bl->owner->number);
879bfdc2
DJ
2577 fprintf_filtered (tmp_error_stream,
2578 "Error accessing memory address ");
35df4500 2579 fputs_filtered (paddress (bl->gdbarch, bl->address),
5af949e3 2580 tmp_error_stream);
879bfdc2
DJ
2581 fprintf_filtered (tmp_error_stream, ": %s.\n",
2582 safe_strerror (val));
2583 }
2584
2585 }
2586 }
2587 else
35df4500 2588 bl->inserted = 1;
879bfdc2
DJ
2589
2590 return val;
2591 }
2592
35df4500 2593 else if (bl->loc_type == bp_loc_hardware_watchpoint
879bfdc2 2594 /* NOTE drow/2003-09-08: This state only exists for removing
4a64f543 2595 watchpoints. It's not clear that it's necessary... */
35df4500 2596 && bl->owner->disposition != disp_del_at_next_stop)
879bfdc2 2597 {
77b06cd7
TJB
2598 gdb_assert (bl->owner->ops != NULL
2599 && bl->owner->ops->insert_location != NULL);
2600
2601 val = bl->owner->ops->insert_location (bl);
85d721b8
PA
2602
2603 /* If trying to set a read-watchpoint, and it turns out it's not
2604 supported, try emulating one with an access watchpoint. */
35df4500 2605 if (val == 1 && bl->watchpoint_type == hw_read)
85d721b8
PA
2606 {
2607 struct bp_location *loc, **loc_temp;
2608
2609 /* But don't try to insert it, if there's already another
2610 hw_access location that would be considered a duplicate
2611 of this one. */
2612 ALL_BP_LOCATIONS (loc, loc_temp)
35df4500 2613 if (loc != bl
85d721b8 2614 && loc->watchpoint_type == hw_access
35df4500 2615 && watchpoint_locations_match (bl, loc))
85d721b8 2616 {
35df4500
TJB
2617 bl->duplicate = 1;
2618 bl->inserted = 1;
2619 bl->target_info = loc->target_info;
2620 bl->watchpoint_type = hw_access;
85d721b8
PA
2621 val = 0;
2622 break;
2623 }
2624
2625 if (val == 1)
2626 {
77b06cd7
TJB
2627 bl->watchpoint_type = hw_access;
2628 val = bl->owner->ops->insert_location (bl);
2629
2630 if (val)
2631 /* Back to the original value. */
2632 bl->watchpoint_type = hw_read;
85d721b8
PA
2633 }
2634 }
2635
35df4500 2636 bl->inserted = (val == 0);
879bfdc2
DJ
2637 }
2638
35df4500 2639 else if (bl->owner->type == bp_catchpoint)
879bfdc2 2640 {
77b06cd7
TJB
2641 gdb_assert (bl->owner->ops != NULL
2642 && bl->owner->ops->insert_location != NULL);
2643
2644 val = bl->owner->ops->insert_location (bl);
2645 if (val)
2646 {
2647 bl->owner->enable_state = bp_disabled;
2648
2649 if (val == 1)
2650 warning (_("\
2651Error inserting catchpoint %d: Your system does not support this type\n\
2652of catchpoint."), bl->owner->number);
2653 else
2654 warning (_("Error inserting catchpoint %d."), bl->owner->number);
2655 }
2656
2657 bl->inserted = (val == 0);
1640b821
DJ
2658
2659 /* We've already printed an error message if there was a problem
2660 inserting this catchpoint, and we've disabled the catchpoint,
2661 so just return success. */
2662 return 0;
879bfdc2
DJ
2663 }
2664
2665 return 0;
2666}
2667
6c95b8df
PA
2668/* This function is called when program space PSPACE is about to be
2669 deleted. It takes care of updating breakpoints to not reference
2670 PSPACE anymore. */
2671
2672void
2673breakpoint_program_space_exit (struct program_space *pspace)
2674{
2675 struct breakpoint *b, *b_temp;
876fa593 2676 struct bp_location *loc, **loc_temp;
6c95b8df
PA
2677
2678 /* Remove any breakpoint that was set through this program space. */
2679 ALL_BREAKPOINTS_SAFE (b, b_temp)
2680 {
2681 if (b->pspace == pspace)
2682 delete_breakpoint (b);
2683 }
2684
2685 /* Breakpoints set through other program spaces could have locations
2686 bound to PSPACE as well. Remove those. */
876fa593 2687 ALL_BP_LOCATIONS (loc, loc_temp)
6c95b8df
PA
2688 {
2689 struct bp_location *tmp;
2690
2691 if (loc->pspace == pspace)
2692 {
2bdf28a0 2693 /* ALL_BP_LOCATIONS bp_location has LOC->OWNER always non-NULL. */
6c95b8df
PA
2694 if (loc->owner->loc == loc)
2695 loc->owner->loc = loc->next;
2696 else
2697 for (tmp = loc->owner->loc; tmp->next != NULL; tmp = tmp->next)
2698 if (tmp->next == loc)
2699 {
2700 tmp->next = loc->next;
2701 break;
2702 }
2703 }
2704 }
2705
2706 /* Now update the global location list to permanently delete the
2707 removed locations above. */
2708 update_global_location_list (0);
2709}
2710
74960c60
VP
2711/* Make sure all breakpoints are inserted in inferior.
2712 Throws exception on any error.
2713 A breakpoint that is already inserted won't be inserted
2714 again, so calling this function twice is safe. */
2715void
2716insert_breakpoints (void)
2717{
2718 struct breakpoint *bpt;
2719
2720 ALL_BREAKPOINTS (bpt)
2721 if (is_hardware_watchpoint (bpt))
3a5c3e22
PA
2722 {
2723 struct watchpoint *w = (struct watchpoint *) bpt;
2724
2725 update_watchpoint (w, 0 /* don't reparse. */);
2726 }
74960c60 2727
b60e7edf 2728 update_global_location_list (1);
74960c60 2729
c35b1492
PA
2730 /* update_global_location_list does not insert breakpoints when
2731 always_inserted_mode is not enabled. Explicitly insert them
2732 now. */
2733 if (!breakpoints_always_inserted_mode ())
74960c60
VP
2734 insert_breakpoint_locations ();
2735}
2736
20388dd6
YQ
2737/* Invoke CALLBACK for each of bp_location. */
2738
2739void
2740iterate_over_bp_locations (walk_bp_location_callback callback)
2741{
2742 struct bp_location *loc, **loc_tmp;
2743
2744 ALL_BP_LOCATIONS (loc, loc_tmp)
2745 {
2746 callback (loc, NULL);
2747 }
2748}
2749
b775012e
LM
2750/* This is used when we need to synch breakpoint conditions between GDB and the
2751 target. It is the case with deleting and disabling of breakpoints when using
2752 always-inserted mode. */
2753
2754static void
2755update_inserted_breakpoint_locations (void)
2756{
2757 struct bp_location *bl, **blp_tmp;
2758 int error_flag = 0;
2759 int val = 0;
2760 int disabled_breaks = 0;
2761 int hw_breakpoint_error = 0;
dd61ec5c 2762 int hw_bp_details_reported = 0;
b775012e
LM
2763
2764 struct ui_file *tmp_error_stream = mem_fileopen ();
2765 struct cleanup *cleanups = make_cleanup_ui_file_delete (tmp_error_stream);
2766
2767 /* Explicitly mark the warning -- this will only be printed if
2768 there was an error. */
2769 fprintf_unfiltered (tmp_error_stream, "Warning:\n");
2770
2771 save_current_space_and_thread ();
2772
2773 ALL_BP_LOCATIONS (bl, blp_tmp)
2774 {
2775 /* We only want to update software breakpoints and hardware
2776 breakpoints. */
2777 if (!is_breakpoint (bl->owner))
2778 continue;
2779
2780 /* We only want to update locations that are already inserted
2781 and need updating. This is to avoid unwanted insertion during
2782 deletion of breakpoints. */
2783 if (!bl->inserted || (bl->inserted && !bl->needs_update))
2784 continue;
2785
2786 switch_to_program_space_and_thread (bl->pspace);
2787
2788 /* For targets that support global breakpoints, there's no need
2789 to select an inferior to insert breakpoint to. In fact, even
2790 if we aren't attached to any process yet, we should still
2791 insert breakpoints. */
f5656ead 2792 if (!gdbarch_has_global_breakpoints (target_gdbarch ())
b775012e
LM
2793 && ptid_equal (inferior_ptid, null_ptid))
2794 continue;
2795
2796 val = insert_bp_location (bl, tmp_error_stream, &disabled_breaks,
dd61ec5c 2797 &hw_breakpoint_error, &hw_bp_details_reported);
b775012e
LM
2798 if (val)
2799 error_flag = val;
2800 }
2801
2802 if (error_flag)
2803 {
2804 target_terminal_ours_for_output ();
2805 error_stream (tmp_error_stream);
2806 }
2807
2808 do_cleanups (cleanups);
2809}
2810
c30eee59 2811/* Used when starting or continuing the program. */
c906108c 2812
74960c60
VP
2813static void
2814insert_breakpoint_locations (void)
c906108c 2815{
a5606eee 2816 struct breakpoint *bpt;
35df4500 2817 struct bp_location *bl, **blp_tmp;
eacd795a 2818 int error_flag = 0;
c906108c 2819 int val = 0;
3fbb6ffa 2820 int disabled_breaks = 0;
81d0cc19 2821 int hw_breakpoint_error = 0;
dd61ec5c 2822 int hw_bp_error_explained_already = 0;
c906108c 2823
81d0cc19 2824 struct ui_file *tmp_error_stream = mem_fileopen ();
f7545552 2825 struct cleanup *cleanups = make_cleanup_ui_file_delete (tmp_error_stream);
74960c60 2826
81d0cc19
GS
2827 /* Explicitly mark the warning -- this will only be printed if
2828 there was an error. */
2829 fprintf_unfiltered (tmp_error_stream, "Warning:\n");
6c95b8df
PA
2830
2831 save_current_space_and_thread ();
2832
35df4500 2833 ALL_BP_LOCATIONS (bl, blp_tmp)
879bfdc2 2834 {
b775012e 2835 if (!should_be_inserted (bl) || (bl->inserted && !bl->needs_update))
879bfdc2
DJ
2836 continue;
2837
4a64f543
MS
2838 /* There is no point inserting thread-specific breakpoints if
2839 the thread no longer exists. ALL_BP_LOCATIONS bp_location
2840 has BL->OWNER always non-NULL. */
35df4500
TJB
2841 if (bl->owner->thread != -1
2842 && !valid_thread_id (bl->owner->thread))
f365de73
AS
2843 continue;
2844
35df4500 2845 switch_to_program_space_and_thread (bl->pspace);
6c95b8df
PA
2846
2847 /* For targets that support global breakpoints, there's no need
2848 to select an inferior to insert breakpoint to. In fact, even
2849 if we aren't attached to any process yet, we should still
2850 insert breakpoints. */
f5656ead 2851 if (!gdbarch_has_global_breakpoints (target_gdbarch ())
6c95b8df
PA
2852 && ptid_equal (inferior_ptid, null_ptid))
2853 continue;
2854
3fbb6ffa 2855 val = insert_bp_location (bl, tmp_error_stream, &disabled_breaks,
dd61ec5c 2856 &hw_breakpoint_error, &hw_bp_error_explained_already);
879bfdc2 2857 if (val)
eacd795a 2858 error_flag = val;
879bfdc2 2859 }
c906108c 2860
4a64f543
MS
2861 /* If we failed to insert all locations of a watchpoint, remove
2862 them, as half-inserted watchpoint is of limited use. */
a5606eee
VP
2863 ALL_BREAKPOINTS (bpt)
2864 {
2865 int some_failed = 0;
2866 struct bp_location *loc;
2867
2868 if (!is_hardware_watchpoint (bpt))
2869 continue;
2870
d6b74ac4 2871 if (!breakpoint_enabled (bpt))
a5606eee 2872 continue;
74960c60
VP
2873
2874 if (bpt->disposition == disp_del_at_next_stop)
2875 continue;
a5606eee
VP
2876
2877 for (loc = bpt->loc; loc; loc = loc->next)
56710373 2878 if (!loc->inserted && should_be_inserted (loc))
a5606eee
VP
2879 {
2880 some_failed = 1;
2881 break;
2882 }
2883 if (some_failed)
2884 {
2885 for (loc = bpt->loc; loc; loc = loc->next)
2886 if (loc->inserted)
2887 remove_breakpoint (loc, mark_uninserted);
2888
2889 hw_breakpoint_error = 1;
2890 fprintf_unfiltered (tmp_error_stream,
2891 "Could not insert hardware watchpoint %d.\n",
2892 bpt->number);
eacd795a 2893 error_flag = -1;
a5606eee
VP
2894 }
2895 }
2896
eacd795a 2897 if (error_flag)
81d0cc19
GS
2898 {
2899 /* If a hardware breakpoint or watchpoint was inserted, add a
2900 message about possibly exhausted resources. */
dd61ec5c 2901 if (hw_breakpoint_error && !hw_bp_error_explained_already)
81d0cc19 2902 {
c6510018
MS
2903 fprintf_unfiltered (tmp_error_stream,
2904 "Could not insert hardware breakpoints:\n\
2905You may have requested too many hardware breakpoints/watchpoints.\n");
81d0cc19 2906 }
81d0cc19
GS
2907 target_terminal_ours_for_output ();
2908 error_stream (tmp_error_stream);
2909 }
f7545552
TT
2910
2911 do_cleanups (cleanups);
c906108c
SS
2912}
2913
c30eee59
TJB
2914/* Used when the program stops.
2915 Returns zero if successful, or non-zero if there was a problem
2916 removing a breakpoint location. */
2917
c906108c 2918int
fba45db2 2919remove_breakpoints (void)
c906108c 2920{
35df4500 2921 struct bp_location *bl, **blp_tmp;
3a1bae8e 2922 int val = 0;
c906108c 2923
35df4500 2924 ALL_BP_LOCATIONS (bl, blp_tmp)
c5aa993b 2925 {
1e4d1764 2926 if (bl->inserted && !is_tracepoint (bl->owner))
35df4500 2927 val |= remove_breakpoint (bl, mark_uninserted);
c5aa993b 2928 }
3a1bae8e 2929 return val;
c906108c
SS
2930}
2931
6c95b8df
PA
2932/* Remove breakpoints of process PID. */
2933
2934int
2935remove_breakpoints_pid (int pid)
2936{
35df4500 2937 struct bp_location *bl, **blp_tmp;
6c95b8df
PA
2938 int val;
2939 struct inferior *inf = find_inferior_pid (pid);
2940
35df4500 2941 ALL_BP_LOCATIONS (bl, blp_tmp)
6c95b8df 2942 {
35df4500 2943 if (bl->pspace != inf->pspace)
6c95b8df
PA
2944 continue;
2945
d3ce09f5
SS
2946 if (bl->owner->type == bp_dprintf)
2947 continue;
2948
35df4500 2949 if (bl->inserted)
6c95b8df 2950 {
35df4500 2951 val = remove_breakpoint (bl, mark_uninserted);
6c95b8df
PA
2952 if (val != 0)
2953 return val;
2954 }
2955 }
2956 return 0;
2957}
2958
c906108c 2959int
fba45db2 2960reattach_breakpoints (int pid)
c906108c 2961{
6c95b8df 2962 struct cleanup *old_chain;
35df4500 2963 struct bp_location *bl, **blp_tmp;
c906108c 2964 int val;
86b887df 2965 struct ui_file *tmp_error_stream;
dd61ec5c 2966 int dummy1 = 0, dummy2 = 0, dummy3 = 0;
6c95b8df
PA
2967 struct inferior *inf;
2968 struct thread_info *tp;
2969
2970 tp = any_live_thread_of_process (pid);
2971 if (tp == NULL)
2972 return 1;
2973
2974 inf = find_inferior_pid (pid);
2975 old_chain = save_inferior_ptid ();
2976
2977 inferior_ptid = tp->ptid;
a4954f26 2978
86b887df 2979 tmp_error_stream = mem_fileopen ();
a4954f26 2980 make_cleanup_ui_file_delete (tmp_error_stream);
c906108c 2981
35df4500 2982 ALL_BP_LOCATIONS (bl, blp_tmp)
c5aa993b 2983 {
35df4500 2984 if (bl->pspace != inf->pspace)
6c95b8df
PA
2985 continue;
2986
35df4500 2987 if (bl->inserted)
c5aa993b 2988 {
35df4500 2989 bl->inserted = 0;
dd61ec5c 2990 val = insert_bp_location (bl, tmp_error_stream, &dummy1, &dummy2, &dummy3);
c5aa993b
JM
2991 if (val != 0)
2992 {
ce696e05 2993 do_cleanups (old_chain);
c5aa993b
JM
2994 return val;
2995 }
2996 }
2997 }
ce696e05 2998 do_cleanups (old_chain);
c906108c
SS
2999 return 0;
3000}
3001
e58b0e63
PA
3002static int internal_breakpoint_number = -1;
3003
84f4c1fe
PM
3004/* Set the breakpoint number of B, depending on the value of INTERNAL.
3005 If INTERNAL is non-zero, the breakpoint number will be populated
3006 from internal_breakpoint_number and that variable decremented.
e5dd4106 3007 Otherwise the breakpoint number will be populated from
84f4c1fe
PM
3008 breakpoint_count and that value incremented. Internal breakpoints
3009 do not set the internal var bpnum. */
3010static void
3011set_breakpoint_number (int internal, struct breakpoint *b)
3012{
3013 if (internal)
3014 b->number = internal_breakpoint_number--;
3015 else
3016 {
3017 set_breakpoint_count (breakpoint_count + 1);
3018 b->number = breakpoint_count;
3019 }
3020}
3021
e62c965a 3022static struct breakpoint *
a6d9a66e 3023create_internal_breakpoint (struct gdbarch *gdbarch,
06edf0c0 3024 CORE_ADDR address, enum bptype type,
c0a91b2b 3025 const struct breakpoint_ops *ops)
e62c965a 3026{
e62c965a
PP
3027 struct symtab_and_line sal;
3028 struct breakpoint *b;
3029
4a64f543 3030 init_sal (&sal); /* Initialize to zeroes. */
e62c965a
PP
3031
3032 sal.pc = address;
3033 sal.section = find_pc_overlay (sal.pc);
6c95b8df 3034 sal.pspace = current_program_space;
e62c965a 3035
06edf0c0 3036 b = set_raw_breakpoint (gdbarch, sal, type, ops);
e62c965a
PP
3037 b->number = internal_breakpoint_number--;
3038 b->disposition = disp_donttouch;
3039
3040 return b;
3041}
3042
17450429
PP
3043static const char *const longjmp_names[] =
3044 {
3045 "longjmp", "_longjmp", "siglongjmp", "_siglongjmp"
3046 };
3047#define NUM_LONGJMP_NAMES ARRAY_SIZE(longjmp_names)
3048
3049/* Per-objfile data private to breakpoint.c. */
3050struct breakpoint_objfile_data
3051{
3052 /* Minimal symbol for "_ovly_debug_event" (if any). */
3053 struct minimal_symbol *overlay_msym;
3054
3055 /* Minimal symbol(s) for "longjmp", "siglongjmp", etc. (if any). */
3056 struct minimal_symbol *longjmp_msym[NUM_LONGJMP_NAMES];
3057
28106bc2
SDJ
3058 /* True if we have looked for longjmp probes. */
3059 int longjmp_searched;
3060
3061 /* SystemTap probe points for longjmp (if any). */
3062 VEC (probe_p) *longjmp_probes;
3063
17450429
PP
3064 /* Minimal symbol for "std::terminate()" (if any). */
3065 struct minimal_symbol *terminate_msym;
3066
3067 /* Minimal symbol for "_Unwind_DebugHook" (if any). */
3068 struct minimal_symbol *exception_msym;
28106bc2
SDJ
3069
3070 /* True if we have looked for exception probes. */
3071 int exception_searched;
3072
3073 /* SystemTap probe points for unwinding (if any). */
3074 VEC (probe_p) *exception_probes;
17450429
PP
3075};
3076
3077static const struct objfile_data *breakpoint_objfile_key;
3078
3079/* Minimal symbol not found sentinel. */
3080static struct minimal_symbol msym_not_found;
3081
3082/* Returns TRUE if MSYM point to the "not found" sentinel. */
3083
3084static int
3085msym_not_found_p (const struct minimal_symbol *msym)
3086{
3087 return msym == &msym_not_found;
3088}
3089
3090/* Return per-objfile data needed by breakpoint.c.
3091 Allocate the data if necessary. */
3092
3093static struct breakpoint_objfile_data *
3094get_breakpoint_objfile_data (struct objfile *objfile)
3095{
3096 struct breakpoint_objfile_data *bp_objfile_data;
3097
3098 bp_objfile_data = objfile_data (objfile, breakpoint_objfile_key);
3099 if (bp_objfile_data == NULL)
3100 {
3101 bp_objfile_data = obstack_alloc (&objfile->objfile_obstack,
3102 sizeof (*bp_objfile_data));
3103
3104 memset (bp_objfile_data, 0, sizeof (*bp_objfile_data));
3105 set_objfile_data (objfile, breakpoint_objfile_key, bp_objfile_data);
3106 }
3107 return bp_objfile_data;
3108}
3109
28106bc2
SDJ
3110static void
3111free_breakpoint_probes (struct objfile *obj, void *data)
3112{
3113 struct breakpoint_objfile_data *bp_objfile_data = data;
3114
3115 VEC_free (probe_p, bp_objfile_data->longjmp_probes);
3116 VEC_free (probe_p, bp_objfile_data->exception_probes);
3117}
3118
e62c965a 3119static void
af02033e 3120create_overlay_event_breakpoint (void)
e62c965a 3121{
69de3c6a 3122 struct objfile *objfile;
af02033e 3123 const char *const func_name = "_ovly_debug_event";
e62c965a 3124
69de3c6a
PP
3125 ALL_OBJFILES (objfile)
3126 {
3127 struct breakpoint *b;
17450429
PP
3128 struct breakpoint_objfile_data *bp_objfile_data;
3129 CORE_ADDR addr;
69de3c6a 3130
17450429
PP
3131 bp_objfile_data = get_breakpoint_objfile_data (objfile);
3132
3133 if (msym_not_found_p (bp_objfile_data->overlay_msym))
3134 continue;
3135
3136 if (bp_objfile_data->overlay_msym == NULL)
3137 {
3138 struct minimal_symbol *m;
3139
3140 m = lookup_minimal_symbol_text (func_name, objfile);
3141 if (m == NULL)
3142 {
3143 /* Avoid future lookups in this objfile. */
3144 bp_objfile_data->overlay_msym = &msym_not_found;
3145 continue;
3146 }
3147 bp_objfile_data->overlay_msym = m;
3148 }
e62c965a 3149
17450429
PP
3150 addr = SYMBOL_VALUE_ADDRESS (bp_objfile_data->overlay_msym);
3151 b = create_internal_breakpoint (get_objfile_arch (objfile), addr,
06edf0c0
PA
3152 bp_overlay_event,
3153 &internal_breakpoint_ops);
69de3c6a 3154 b->addr_string = xstrdup (func_name);
e62c965a 3155
69de3c6a
PP
3156 if (overlay_debugging == ovly_auto)
3157 {
3158 b->enable_state = bp_enabled;
3159 overlay_events_enabled = 1;
3160 }
3161 else
3162 {
3163 b->enable_state = bp_disabled;
3164 overlay_events_enabled = 0;
3165 }
e62c965a
PP
3166 }
3167 update_global_location_list (1);
3168}
3169
0fd8e87f 3170static void
af02033e 3171create_longjmp_master_breakpoint (void)
0fd8e87f 3172{
6c95b8df 3173 struct program_space *pspace;
6c95b8df
PA
3174 struct cleanup *old_chain;
3175
3176 old_chain = save_current_program_space ();
0fd8e87f 3177
6c95b8df 3178 ALL_PSPACES (pspace)
af02033e
PP
3179 {
3180 struct objfile *objfile;
3181
3182 set_current_program_space (pspace);
3183
3184 ALL_OBJFILES (objfile)
0fd8e87f 3185 {
af02033e
PP
3186 int i;
3187 struct gdbarch *gdbarch;
17450429 3188 struct breakpoint_objfile_data *bp_objfile_data;
0fd8e87f 3189
af02033e
PP
3190 gdbarch = get_objfile_arch (objfile);
3191 if (!gdbarch_get_longjmp_target_p (gdbarch))
0fd8e87f
UW
3192 continue;
3193
17450429
PP
3194 bp_objfile_data = get_breakpoint_objfile_data (objfile);
3195
28106bc2
SDJ
3196 if (!bp_objfile_data->longjmp_searched)
3197 {
3198 bp_objfile_data->longjmp_probes
3199 = find_probes_in_objfile (objfile, "libc", "longjmp");
3200 bp_objfile_data->longjmp_searched = 1;
3201 }
3202
3203 if (bp_objfile_data->longjmp_probes != NULL)
3204 {
3205 int i;
3206 struct probe *probe;
3207 struct gdbarch *gdbarch = get_objfile_arch (objfile);
3208
3209 for (i = 0;
3210 VEC_iterate (probe_p,
3211 bp_objfile_data->longjmp_probes,
3212 i, probe);
3213 ++i)
3214 {
3215 struct breakpoint *b;
3216
3217 b = create_internal_breakpoint (gdbarch, probe->address,
3218 bp_longjmp_master,
3219 &internal_breakpoint_ops);
3220 b->addr_string = xstrdup ("-probe-stap libc:longjmp");
3221 b->enable_state = bp_disabled;
3222 }
3223
3224 continue;
3225 }
3226
17450429 3227 for (i = 0; i < NUM_LONGJMP_NAMES; i++)
af02033e
PP
3228 {
3229 struct breakpoint *b;
af02033e 3230 const char *func_name;
17450429 3231 CORE_ADDR addr;
6c95b8df 3232
17450429 3233 if (msym_not_found_p (bp_objfile_data->longjmp_msym[i]))
af02033e 3234 continue;
0fd8e87f 3235
17450429
PP
3236 func_name = longjmp_names[i];
3237 if (bp_objfile_data->longjmp_msym[i] == NULL)
3238 {
3239 struct minimal_symbol *m;
3240
3241 m = lookup_minimal_symbol_text (func_name, objfile);
3242 if (m == NULL)
3243 {
3244 /* Prevent future lookups in this objfile. */
3245 bp_objfile_data->longjmp_msym[i] = &msym_not_found;
3246 continue;
3247 }
3248 bp_objfile_data->longjmp_msym[i] = m;
3249 }
3250
3251 addr = SYMBOL_VALUE_ADDRESS (bp_objfile_data->longjmp_msym[i]);
06edf0c0
PA
3252 b = create_internal_breakpoint (gdbarch, addr, bp_longjmp_master,
3253 &internal_breakpoint_ops);
af02033e
PP
3254 b->addr_string = xstrdup (func_name);
3255 b->enable_state = bp_disabled;
3256 }
0fd8e87f 3257 }
af02033e 3258 }
0fd8e87f 3259 update_global_location_list (1);
6c95b8df
PA
3260
3261 do_cleanups (old_chain);
0fd8e87f
UW
3262}
3263
af02033e 3264/* Create a master std::terminate breakpoint. */
aa7d318d 3265static void
af02033e 3266create_std_terminate_master_breakpoint (void)
aa7d318d
TT
3267{
3268 struct program_space *pspace;
aa7d318d 3269 struct cleanup *old_chain;
af02033e 3270 const char *const func_name = "std::terminate()";
aa7d318d
TT
3271
3272 old_chain = save_current_program_space ();
3273
3274 ALL_PSPACES (pspace)
17450429
PP
3275 {
3276 struct objfile *objfile;
3277 CORE_ADDR addr;
3278
3279 set_current_program_space (pspace);
3280
aa7d318d
TT
3281 ALL_OBJFILES (objfile)
3282 {
3283 struct breakpoint *b;
17450429 3284 struct breakpoint_objfile_data *bp_objfile_data;
aa7d318d 3285
17450429 3286 bp_objfile_data = get_breakpoint_objfile_data (objfile);
aa7d318d 3287
17450429
PP
3288 if (msym_not_found_p (bp_objfile_data->terminate_msym))
3289 continue;
3290
3291 if (bp_objfile_data->terminate_msym == NULL)
3292 {
3293 struct minimal_symbol *m;
3294
3295 m = lookup_minimal_symbol (func_name, NULL, objfile);
3296 if (m == NULL || (MSYMBOL_TYPE (m) != mst_text
3297 && MSYMBOL_TYPE (m) != mst_file_text))
3298 {
3299 /* Prevent future lookups in this objfile. */
3300 bp_objfile_data->terminate_msym = &msym_not_found;
3301 continue;
3302 }
3303 bp_objfile_data->terminate_msym = m;
3304 }
aa7d318d 3305
17450429
PP
3306 addr = SYMBOL_VALUE_ADDRESS (bp_objfile_data->terminate_msym);
3307 b = create_internal_breakpoint (get_objfile_arch (objfile), addr,
06edf0c0
PA
3308 bp_std_terminate_master,
3309 &internal_breakpoint_ops);
aa7d318d
TT
3310 b->addr_string = xstrdup (func_name);
3311 b->enable_state = bp_disabled;
3312 }
17450429
PP
3313 }
3314
aa7d318d
TT
3315 update_global_location_list (1);
3316
3317 do_cleanups (old_chain);
3318}
3319
186c406b
TT
3320/* Install a master breakpoint on the unwinder's debug hook. */
3321
70221824 3322static void
186c406b
TT
3323create_exception_master_breakpoint (void)
3324{
3325 struct objfile *objfile;
17450429 3326 const char *const func_name = "_Unwind_DebugHook";
186c406b
TT
3327
3328 ALL_OBJFILES (objfile)
3329 {
17450429
PP
3330 struct breakpoint *b;
3331 struct gdbarch *gdbarch;
3332 struct breakpoint_objfile_data *bp_objfile_data;
3333 CORE_ADDR addr;
3334
3335 bp_objfile_data = get_breakpoint_objfile_data (objfile);
3336
28106bc2
SDJ
3337 /* We prefer the SystemTap probe point if it exists. */
3338 if (!bp_objfile_data->exception_searched)
3339 {
3340 bp_objfile_data->exception_probes
3341 = find_probes_in_objfile (objfile, "libgcc", "unwind");
3342 bp_objfile_data->exception_searched = 1;
3343 }
3344
3345 if (bp_objfile_data->exception_probes != NULL)
3346 {
3347 struct gdbarch *gdbarch = get_objfile_arch (objfile);
3348 int i;
3349 struct probe *probe;
3350
3351 for (i = 0;
3352 VEC_iterate (probe_p,
3353 bp_objfile_data->exception_probes,
3354 i, probe);
3355 ++i)
3356 {
3357 struct breakpoint *b;
3358
3359 b = create_internal_breakpoint (gdbarch, probe->address,
3360 bp_exception_master,
3361 &internal_breakpoint_ops);
3362 b->addr_string = xstrdup ("-probe-stap libgcc:unwind");
3363 b->enable_state = bp_disabled;
3364 }
3365
3366 continue;
3367 }
3368
3369 /* Otherwise, try the hook function. */
3370
17450429
PP
3371 if (msym_not_found_p (bp_objfile_data->exception_msym))
3372 continue;
3373
3374 gdbarch = get_objfile_arch (objfile);
186c406b 3375
17450429 3376 if (bp_objfile_data->exception_msym == NULL)
186c406b 3377 {
17450429 3378 struct minimal_symbol *debug_hook;
186c406b 3379
17450429
PP
3380 debug_hook = lookup_minimal_symbol (func_name, NULL, objfile);
3381 if (debug_hook == NULL)
3382 {
3383 bp_objfile_data->exception_msym = &msym_not_found;
3384 continue;
3385 }
3386
3387 bp_objfile_data->exception_msym = debug_hook;
186c406b 3388 }
17450429
PP
3389
3390 addr = SYMBOL_VALUE_ADDRESS (bp_objfile_data->exception_msym);
3391 addr = gdbarch_convert_from_func_ptr_addr (gdbarch, addr,
3392 &current_target);
06edf0c0
PA
3393 b = create_internal_breakpoint (gdbarch, addr, bp_exception_master,
3394 &internal_breakpoint_ops);
17450429
PP
3395 b->addr_string = xstrdup (func_name);
3396 b->enable_state = bp_disabled;
186c406b
TT
3397 }
3398
3399 update_global_location_list (1);
3400}
3401
c906108c 3402void
fba45db2 3403update_breakpoints_after_exec (void)
c906108c 3404{
35df4500 3405 struct breakpoint *b, *b_tmp;
876fa593 3406 struct bp_location *bploc, **bplocp_tmp;
c906108c 3407
25b22b0a
PA
3408 /* We're about to delete breakpoints from GDB's lists. If the
3409 INSERTED flag is true, GDB will try to lift the breakpoints by
3410 writing the breakpoints' "shadow contents" back into memory. The
3411 "shadow contents" are NOT valid after an exec, so GDB should not
3412 do that. Instead, the target is responsible from marking
3413 breakpoints out as soon as it detects an exec. We don't do that
3414 here instead, because there may be other attempts to delete
3415 breakpoints after detecting an exec and before reaching here. */
876fa593 3416 ALL_BP_LOCATIONS (bploc, bplocp_tmp)
6c95b8df
PA
3417 if (bploc->pspace == current_program_space)
3418 gdb_assert (!bploc->inserted);
c906108c 3419
35df4500 3420 ALL_BREAKPOINTS_SAFE (b, b_tmp)
c5aa993b 3421 {
6c95b8df
PA
3422 if (b->pspace != current_program_space)
3423 continue;
3424
4a64f543 3425 /* Solib breakpoints must be explicitly reset after an exec(). */
c5aa993b
JM
3426 if (b->type == bp_shlib_event)
3427 {
3428 delete_breakpoint (b);
3429 continue;
3430 }
c906108c 3431
4a64f543 3432 /* JIT breakpoints must be explicitly reset after an exec(). */
4efc6507
DE
3433 if (b->type == bp_jit_event)
3434 {
3435 delete_breakpoint (b);
3436 continue;
3437 }
3438
1900040c 3439 /* Thread event breakpoints must be set anew after an exec(),
0fd8e87f
UW
3440 as must overlay event and longjmp master breakpoints. */
3441 if (b->type == bp_thread_event || b->type == bp_overlay_event
186c406b
TT
3442 || b->type == bp_longjmp_master || b->type == bp_std_terminate_master
3443 || b->type == bp_exception_master)
c4093a6a
JM
3444 {
3445 delete_breakpoint (b);
3446 continue;
3447 }
3448
4a64f543 3449 /* Step-resume breakpoints are meaningless after an exec(). */
2c03e5be 3450 if (b->type == bp_step_resume || b->type == bp_hp_step_resume)
c5aa993b
JM
3451 {
3452 delete_breakpoint (b);
3453 continue;
3454 }
3455
611c83ae
PA
3456 /* Longjmp and longjmp-resume breakpoints are also meaningless
3457 after an exec. */
186c406b 3458 if (b->type == bp_longjmp || b->type == bp_longjmp_resume
e2e4d78b 3459 || b->type == bp_longjmp_call_dummy
186c406b 3460 || b->type == bp_exception || b->type == bp_exception_resume)
611c83ae
PA
3461 {
3462 delete_breakpoint (b);
3463 continue;
3464 }
3465
ce78b96d
JB
3466 if (b->type == bp_catchpoint)
3467 {
3468 /* For now, none of the bp_catchpoint breakpoints need to
3469 do anything at this point. In the future, if some of
3470 the catchpoints need to something, we will need to add
3471 a new method, and call this method from here. */
3472 continue;
3473 }
3474
c5aa993b
JM
3475 /* bp_finish is a special case. The only way we ought to be able
3476 to see one of these when an exec() has happened, is if the user
3477 caught a vfork, and then said "finish". Ordinarily a finish just
3478 carries them to the call-site of the current callee, by setting
3479 a temporary bp there and resuming. But in this case, the finish
3480 will carry them entirely through the vfork & exec.
3481
3482 We don't want to allow a bp_finish to remain inserted now. But
3483 we can't safely delete it, 'cause finish_command has a handle to
3484 the bp on a bpstat, and will later want to delete it. There's a
3485 chance (and I've seen it happen) that if we delete the bp_finish
3486 here, that its storage will get reused by the time finish_command
3487 gets 'round to deleting the "use to be a bp_finish" breakpoint.
3488 We really must allow finish_command to delete a bp_finish.
3489
e5dd4106 3490 In the absence of a general solution for the "how do we know
53a5351d
JM
3491 it's safe to delete something others may have handles to?"
3492 problem, what we'll do here is just uninsert the bp_finish, and
3493 let finish_command delete it.
3494
3495 (We know the bp_finish is "doomed" in the sense that it's
3496 momentary, and will be deleted as soon as finish_command sees
3497 the inferior stopped. So it doesn't matter that the bp's
3498 address is probably bogus in the new a.out, unlike e.g., the
3499 solib breakpoints.) */
c5aa993b 3500
c5aa993b
JM
3501 if (b->type == bp_finish)
3502 {
3503 continue;
3504 }
3505
3506 /* Without a symbolic address, we have little hope of the
3507 pre-exec() address meaning the same thing in the post-exec()
4a64f543 3508 a.out. */
c5aa993b
JM
3509 if (b->addr_string == NULL)
3510 {
3511 delete_breakpoint (b);
3512 continue;
3513 }
c5aa993b 3514 }
1900040c 3515 /* FIXME what about longjmp breakpoints? Re-create them here? */
af02033e
PP
3516 create_overlay_event_breakpoint ();
3517 create_longjmp_master_breakpoint ();
3518 create_std_terminate_master_breakpoint ();
186c406b 3519 create_exception_master_breakpoint ();
c906108c
SS
3520}
3521
3522int
d80ee84f 3523detach_breakpoints (ptid_t ptid)
c906108c 3524{
35df4500 3525 struct bp_location *bl, **blp_tmp;
3a1bae8e 3526 int val = 0;
ce696e05 3527 struct cleanup *old_chain = save_inferior_ptid ();
6c95b8df 3528 struct inferior *inf = current_inferior ();
c5aa993b 3529
d80ee84f 3530 if (PIDGET (ptid) == PIDGET (inferior_ptid))
8a3fe4f8 3531 error (_("Cannot detach breakpoints of inferior_ptid"));
c5aa993b 3532
6c95b8df 3533 /* Set inferior_ptid; remove_breakpoint_1 uses this global. */
d80ee84f 3534 inferior_ptid = ptid;
35df4500 3535 ALL_BP_LOCATIONS (bl, blp_tmp)
c5aa993b 3536 {
35df4500 3537 if (bl->pspace != inf->pspace)
6c95b8df
PA
3538 continue;
3539
bd9673a4
PW
3540 /* This function must physically remove breakpoints locations
3541 from the specified ptid, without modifying the breakpoint
3542 package's state. Locations of type bp_loc_other are only
3543 maintained at GDB side. So, there is no need to remove
3544 these bp_loc_other locations. Moreover, removing these
3545 would modify the breakpoint package's state. */
3546 if (bl->loc_type == bp_loc_other)
3547 continue;
3548
35df4500
TJB
3549 if (bl->inserted)
3550 val |= remove_breakpoint_1 (bl, mark_inserted);
c5aa993b 3551 }
d03285ec
UW
3552
3553 /* Detach single-step breakpoints as well. */
3554 detach_single_step_breakpoints ();
3555
ce696e05 3556 do_cleanups (old_chain);
3a1bae8e 3557 return val;
c906108c
SS
3558}
3559
35df4500 3560/* Remove the breakpoint location BL from the current address space.
6c95b8df
PA
3561 Note that this is used to detach breakpoints from a child fork.
3562 When we get here, the child isn't in the inferior list, and neither
3563 do we have objects to represent its address space --- we should
35df4500 3564 *not* look at bl->pspace->aspace here. */
6c95b8df 3565
c906108c 3566static int
35df4500 3567remove_breakpoint_1 (struct bp_location *bl, insertion_state_t is)
c906108c
SS
3568{
3569 int val;
c5aa993b 3570
35df4500
TJB
3571 /* BL is never in moribund_locations by our callers. */
3572 gdb_assert (bl->owner != NULL);
2bdf28a0 3573
35df4500 3574 if (bl->owner->enable_state == bp_permanent)
c2c6d25f
JM
3575 /* Permanent breakpoints cannot be inserted or removed. */
3576 return 0;
3577
74960c60
VP
3578 /* The type of none suggests that owner is actually deleted.
3579 This should not ever happen. */
35df4500 3580 gdb_assert (bl->owner->type != bp_none);
0bde7532 3581
35df4500
TJB
3582 if (bl->loc_type == bp_loc_software_breakpoint
3583 || bl->loc_type == bp_loc_hardware_breakpoint)
c906108c 3584 {
c02f5703
MS
3585 /* "Normal" instruction breakpoint: either the standard
3586 trap-instruction bp (bp_breakpoint), or a
3587 bp_hardware_breakpoint. */
3588
3589 /* First check to see if we have to handle an overlay. */
3590 if (overlay_debugging == ovly_off
35df4500
TJB
3591 || bl->section == NULL
3592 || !(section_is_overlay (bl->section)))
c02f5703
MS
3593 {
3594 /* No overlay handling: just remove the breakpoint. */
348d480f 3595 val = bl->owner->ops->remove_location (bl);
c02f5703 3596 }
c906108c
SS
3597 else
3598 {
4a64f543 3599 /* This breakpoint is in an overlay section.
c02f5703
MS
3600 Did we set a breakpoint at the LMA? */
3601 if (!overlay_events_enabled)
3602 {
3603 /* Yes -- overlay event support is not active, so we
3604 should have set a breakpoint at the LMA. Remove it.
3605 */
c02f5703
MS
3606 /* Ignore any failures: if the LMA is in ROM, we will
3607 have already warned when we failed to insert it. */
35df4500
TJB
3608 if (bl->loc_type == bp_loc_hardware_breakpoint)
3609 target_remove_hw_breakpoint (bl->gdbarch,
3610 &bl->overlay_target_info);
c02f5703 3611 else
35df4500
TJB
3612 target_remove_breakpoint (bl->gdbarch,
3613 &bl->overlay_target_info);
c02f5703
MS
3614 }
3615 /* Did we set a breakpoint at the VMA?
3616 If so, we will have marked the breakpoint 'inserted'. */
35df4500 3617 if (bl->inserted)
c906108c 3618 {
c02f5703
MS
3619 /* Yes -- remove it. Previously we did not bother to
3620 remove the breakpoint if the section had been
3621 unmapped, but let's not rely on that being safe. We
3622 don't know what the overlay manager might do. */
aa67235e
UW
3623
3624 /* However, we should remove *software* breakpoints only
3625 if the section is still mapped, or else we overwrite
3626 wrong code with the saved shadow contents. */
348d480f
PA
3627 if (bl->loc_type == bp_loc_hardware_breakpoint
3628 || section_is_mapped (bl->section))
3629 val = bl->owner->ops->remove_location (bl);
aa67235e
UW
3630 else
3631 val = 0;
c906108c 3632 }
c02f5703
MS
3633 else
3634 {
3635 /* No -- not inserted, so no need to remove. No error. */
3636 val = 0;
3637 }
c906108c 3638 }
879d1e6b
UW
3639
3640 /* In some cases, we might not be able to remove a breakpoint
3641 in a shared library that has already been removed, but we
3642 have not yet processed the shlib unload event. */
35df4500 3643 if (val && solib_name_from_address (bl->pspace, bl->address))
879d1e6b
UW
3644 val = 0;
3645
c906108c
SS
3646 if (val)
3647 return val;
35df4500 3648 bl->inserted = (is == mark_inserted);
c906108c 3649 }
35df4500 3650 else if (bl->loc_type == bp_loc_hardware_watchpoint)
c906108c 3651 {
77b06cd7
TJB
3652 gdb_assert (bl->owner->ops != NULL
3653 && bl->owner->ops->remove_location != NULL);
3654
35df4500 3655 bl->inserted = (is == mark_inserted);
77b06cd7 3656 bl->owner->ops->remove_location (bl);
2e70b7b9 3657
c906108c 3658 /* Failure to remove any of the hardware watchpoints comes here. */
35df4500 3659 if ((is == mark_uninserted) && (bl->inserted))
8a3fe4f8 3660 warning (_("Could not remove hardware watchpoint %d."),
35df4500 3661 bl->owner->number);
c906108c 3662 }
35df4500
TJB
3663 else if (bl->owner->type == bp_catchpoint
3664 && breakpoint_enabled (bl->owner)
3665 && !bl->duplicate)
ce78b96d 3666 {
77b06cd7
TJB
3667 gdb_assert (bl->owner->ops != NULL
3668 && bl->owner->ops->remove_location != NULL);
ce78b96d 3669
77b06cd7 3670 val = bl->owner->ops->remove_location (bl);
ce78b96d
JB
3671 if (val)
3672 return val;
77b06cd7 3673
35df4500 3674 bl->inserted = (is == mark_inserted);
ce78b96d 3675 }
c906108c
SS
3676
3677 return 0;
3678}
3679
6c95b8df 3680static int
35df4500 3681remove_breakpoint (struct bp_location *bl, insertion_state_t is)
6c95b8df
PA
3682{
3683 int ret;
3684 struct cleanup *old_chain;
3685
35df4500
TJB
3686 /* BL is never in moribund_locations by our callers. */
3687 gdb_assert (bl->owner != NULL);
2bdf28a0 3688
35df4500 3689 if (bl->owner->enable_state == bp_permanent)
6c95b8df
PA
3690 /* Permanent breakpoints cannot be inserted or removed. */
3691 return 0;
3692
3693 /* The type of none suggests that owner is actually deleted.
3694 This should not ever happen. */
35df4500 3695 gdb_assert (bl->owner->type != bp_none);
6c95b8df
PA
3696
3697 old_chain = save_current_space_and_thread ();
3698
35df4500 3699 switch_to_program_space_and_thread (bl->pspace);
6c95b8df 3700
35df4500 3701 ret = remove_breakpoint_1 (bl, is);
6c95b8df
PA
3702
3703 do_cleanups (old_chain);
3704 return ret;
3705}
3706
c906108c
SS
3707/* Clear the "inserted" flag in all breakpoints. */
3708
25b22b0a 3709void
fba45db2 3710mark_breakpoints_out (void)
c906108c 3711{
35df4500 3712 struct bp_location *bl, **blp_tmp;
c906108c 3713
35df4500
TJB
3714 ALL_BP_LOCATIONS (bl, blp_tmp)
3715 if (bl->pspace == current_program_space)
3716 bl->inserted = 0;
c906108c
SS
3717}
3718
53a5351d
JM
3719/* Clear the "inserted" flag in all breakpoints and delete any
3720 breakpoints which should go away between runs of the program.
c906108c
SS
3721
3722 Plus other such housekeeping that has to be done for breakpoints
3723 between runs.
3724
53a5351d
JM
3725 Note: this function gets called at the end of a run (by
3726 generic_mourn_inferior) and when a run begins (by
4a64f543 3727 init_wait_for_inferior). */
c906108c
SS
3728
3729
3730
3731void
fba45db2 3732breakpoint_init_inferior (enum inf_context context)
c906108c 3733{
35df4500
TJB
3734 struct breakpoint *b, *b_tmp;
3735 struct bp_location *bl, **blp_tmp;
1c5cfe86 3736 int ix;
6c95b8df 3737 struct program_space *pspace = current_program_space;
c906108c 3738
50c71eaf
PA
3739 /* If breakpoint locations are shared across processes, then there's
3740 nothing to do. */
f5656ead 3741 if (gdbarch_has_global_breakpoints (target_gdbarch ()))
50c71eaf
PA
3742 return;
3743
35df4500 3744 ALL_BP_LOCATIONS (bl, blp_tmp)
6c95b8df 3745 {
35df4500
TJB
3746 /* ALL_BP_LOCATIONS bp_location has BL->OWNER always non-NULL. */
3747 if (bl->pspace == pspace
3748 && bl->owner->enable_state != bp_permanent)
3749 bl->inserted = 0;
6c95b8df 3750 }
075f6582 3751
35df4500 3752 ALL_BREAKPOINTS_SAFE (b, b_tmp)
c5aa993b 3753 {
6c95b8df
PA
3754 if (b->loc && b->loc->pspace != pspace)
3755 continue;
3756
c5aa993b
JM
3757 switch (b->type)
3758 {
3759 case bp_call_dummy:
e2e4d78b 3760 case bp_longjmp_call_dummy:
c906108c 3761
c5aa993b 3762 /* If the call dummy breakpoint is at the entry point it will
ab92d69b
PA
3763 cause problems when the inferior is rerun, so we better get
3764 rid of it. */
3765
3766 case bp_watchpoint_scope:
3767
3768 /* Also get rid of scope breakpoints. */
3769
3770 case bp_shlib_event:
3771
3772 /* Also remove solib event breakpoints. Their addresses may
3773 have changed since the last time we ran the program.
3774 Actually we may now be debugging against different target;
3775 and so the solib backend that installed this breakpoint may
3776 not be used in by the target. E.g.,
3777
3778 (gdb) file prog-linux
3779 (gdb) run # native linux target
3780 ...
3781 (gdb) kill
3782 (gdb) file prog-win.exe
3783 (gdb) tar rem :9999 # remote Windows gdbserver.
3784 */
c906108c 3785
f59f708a
PA
3786 case bp_step_resume:
3787
3788 /* Also remove step-resume breakpoints. */
3789
c5aa993b
JM
3790 delete_breakpoint (b);
3791 break;
c906108c 3792
c5aa993b
JM
3793 case bp_watchpoint:
3794 case bp_hardware_watchpoint:
3795 case bp_read_watchpoint:
3796 case bp_access_watchpoint:
3a5c3e22
PA
3797 {
3798 struct watchpoint *w = (struct watchpoint *) b;
c906108c 3799
3a5c3e22
PA
3800 /* Likewise for watchpoints on local expressions. */
3801 if (w->exp_valid_block != NULL)
3802 delete_breakpoint (b);
3803 else if (context == inf_starting)
3804 {
3805 /* Reset val field to force reread of starting value in
3806 insert_breakpoints. */
3807 if (w->val)
3808 value_free (w->val);
3809 w->val = NULL;
3810 w->val_valid = 0;
c860120c 3811 }
3a5c3e22 3812 }
c5aa993b
JM
3813 break;
3814 default:
c5aa993b
JM
3815 break;
3816 }
3817 }
1c5cfe86
PA
3818
3819 /* Get rid of the moribund locations. */
35df4500
TJB
3820 for (ix = 0; VEC_iterate (bp_location_p, moribund_locations, ix, bl); ++ix)
3821 decref_bp_location (&bl);
1c5cfe86 3822 VEC_free (bp_location_p, moribund_locations);
c906108c
SS
3823}
3824
6c95b8df
PA
3825/* These functions concern about actual breakpoints inserted in the
3826 target --- to e.g. check if we need to do decr_pc adjustment or if
3827 we need to hop over the bkpt --- so we check for address space
3828 match, not program space. */
3829
c2c6d25f
JM
3830/* breakpoint_here_p (PC) returns non-zero if an enabled breakpoint
3831 exists at PC. It returns ordinary_breakpoint_here if it's an
3832 ordinary breakpoint, or permanent_breakpoint_here if it's a
3833 permanent breakpoint.
3834 - When continuing from a location with an ordinary breakpoint, we
3835 actually single step once before calling insert_breakpoints.
e5dd4106 3836 - When continuing from a location with a permanent breakpoint, we
c2c6d25f
JM
3837 need to use the `SKIP_PERMANENT_BREAKPOINT' macro, provided by
3838 the target, to advance the PC past the breakpoint. */
c906108c 3839
c2c6d25f 3840enum breakpoint_here
6c95b8df 3841breakpoint_here_p (struct address_space *aspace, CORE_ADDR pc)
c906108c 3842{
35df4500 3843 struct bp_location *bl, **blp_tmp;
c2c6d25f 3844 int any_breakpoint_here = 0;
c906108c 3845
35df4500 3846 ALL_BP_LOCATIONS (bl, blp_tmp)
075f6582 3847 {
35df4500
TJB
3848 if (bl->loc_type != bp_loc_software_breakpoint
3849 && bl->loc_type != bp_loc_hardware_breakpoint)
075f6582
DJ
3850 continue;
3851
f1310107 3852 /* ALL_BP_LOCATIONS bp_location has BL->OWNER always non-NULL. */
35df4500
TJB
3853 if ((breakpoint_enabled (bl->owner)
3854 || bl->owner->enable_state == bp_permanent)
f1310107 3855 && breakpoint_location_address_match (bl, aspace, pc))
075f6582
DJ
3856 {
3857 if (overlay_debugging
35df4500
TJB
3858 && section_is_overlay (bl->section)
3859 && !section_is_mapped (bl->section))
075f6582 3860 continue; /* unmapped overlay -- can't be a match */
35df4500 3861 else if (bl->owner->enable_state == bp_permanent)
075f6582
DJ
3862 return permanent_breakpoint_here;
3863 else
3864 any_breakpoint_here = 1;
3865 }
3866 }
c906108c 3867
c2c6d25f 3868 return any_breakpoint_here ? ordinary_breakpoint_here : 0;
c906108c
SS
3869}
3870
1c5cfe86
PA
3871/* Return true if there's a moribund breakpoint at PC. */
3872
3873int
6c95b8df 3874moribund_breakpoint_here_p (struct address_space *aspace, CORE_ADDR pc)
1c5cfe86
PA
3875{
3876 struct bp_location *loc;
3877 int ix;
3878
3879 for (ix = 0; VEC_iterate (bp_location_p, moribund_locations, ix, loc); ++ix)
f1310107 3880 if (breakpoint_location_address_match (loc, aspace, pc))
1c5cfe86
PA
3881 return 1;
3882
3883 return 0;
3884}
c2c6d25f 3885
c36b740a 3886/* Returns non-zero if there's a breakpoint inserted at PC, which is
4a64f543
MS
3887 inserted using regular breakpoint_chain / bp_location array
3888 mechanism. This does not check for single-step breakpoints, which
3889 are inserted and removed using direct target manipulation. */
c906108c
SS
3890
3891int
4a64f543
MS
3892regular_breakpoint_inserted_here_p (struct address_space *aspace,
3893 CORE_ADDR pc)
c906108c 3894{
35df4500 3895 struct bp_location *bl, **blp_tmp;
c906108c 3896
35df4500 3897 ALL_BP_LOCATIONS (bl, blp_tmp)
c5aa993b 3898 {
35df4500
TJB
3899 if (bl->loc_type != bp_loc_software_breakpoint
3900 && bl->loc_type != bp_loc_hardware_breakpoint)
075f6582
DJ
3901 continue;
3902
35df4500 3903 if (bl->inserted
f1310107 3904 && breakpoint_location_address_match (bl, aspace, pc))
075f6582
DJ
3905 {
3906 if (overlay_debugging
35df4500
TJB
3907 && section_is_overlay (bl->section)
3908 && !section_is_mapped (bl->section))
075f6582
DJ
3909 continue; /* unmapped overlay -- can't be a match */
3910 else
3911 return 1;
3912 }
c5aa993b 3913 }
c36b740a
VP
3914 return 0;
3915}
3916
3917/* Returns non-zero iff there's either regular breakpoint
3918 or a single step breakpoint inserted at PC. */
3919
3920int
6c95b8df 3921breakpoint_inserted_here_p (struct address_space *aspace, CORE_ADDR pc)
c36b740a 3922{
6c95b8df 3923 if (regular_breakpoint_inserted_here_p (aspace, pc))
c36b740a 3924 return 1;
c906108c 3925
6c95b8df 3926 if (single_step_breakpoint_inserted_here_p (aspace, pc))
1aafd4da
UW
3927 return 1;
3928
c906108c
SS
3929 return 0;
3930}
3931
4fa8626c
DJ
3932/* This function returns non-zero iff there is a software breakpoint
3933 inserted at PC. */
3934
3935int
3e43a32a
MS
3936software_breakpoint_inserted_here_p (struct address_space *aspace,
3937 CORE_ADDR pc)
4fa8626c 3938{
35df4500 3939 struct bp_location *bl, **blp_tmp;
4fa8626c 3940
35df4500 3941 ALL_BP_LOCATIONS (bl, blp_tmp)
4fa8626c 3942 {
35df4500 3943 if (bl->loc_type != bp_loc_software_breakpoint)
4fa8626c
DJ
3944 continue;
3945
35df4500
TJB
3946 if (bl->inserted
3947 && breakpoint_address_match (bl->pspace->aspace, bl->address,
6c95b8df 3948 aspace, pc))
4fa8626c
DJ
3949 {
3950 if (overlay_debugging
35df4500
TJB
3951 && section_is_overlay (bl->section)
3952 && !section_is_mapped (bl->section))
4fa8626c
DJ
3953 continue; /* unmapped overlay -- can't be a match */
3954 else
3955 return 1;
3956 }
3957 }
3958
1aafd4da 3959 /* Also check for software single-step breakpoints. */
6c95b8df 3960 if (single_step_breakpoint_inserted_here_p (aspace, pc))
1aafd4da
UW
3961 return 1;
3962
4fa8626c
DJ
3963 return 0;
3964}
3965
9093389c
PA
3966int
3967hardware_watchpoint_inserted_in_range (struct address_space *aspace,
3968 CORE_ADDR addr, ULONGEST len)
3969{
3970 struct breakpoint *bpt;
3971
3972 ALL_BREAKPOINTS (bpt)
3973 {
3974 struct bp_location *loc;
3975
3976 if (bpt->type != bp_hardware_watchpoint
3977 && bpt->type != bp_access_watchpoint)
3978 continue;
3979
3980 if (!breakpoint_enabled (bpt))
3981 continue;
3982
3983 for (loc = bpt->loc; loc; loc = loc->next)
3984 if (loc->pspace->aspace == aspace && loc->inserted)
3985 {
3986 CORE_ADDR l, h;
3987
3988 /* Check for intersection. */
3989 l = max (loc->address, addr);
3990 h = min (loc->address + loc->length, addr + len);
3991 if (l < h)
3992 return 1;
3993 }
3994 }
3995 return 0;
3996}
3997
075f6582
DJ
3998/* breakpoint_thread_match (PC, PTID) returns true if the breakpoint at
3999 PC is valid for process/thread PTID. */
c906108c
SS
4000
4001int
6c95b8df
PA
4002breakpoint_thread_match (struct address_space *aspace, CORE_ADDR pc,
4003 ptid_t ptid)
c906108c 4004{
35df4500 4005 struct bp_location *bl, **blp_tmp;
4a306c9a 4006 /* The thread and task IDs associated to PTID, computed lazily. */
a6f1cd96 4007 int thread = -1;
4a306c9a 4008 int task = 0;
a6f1cd96 4009
35df4500 4010 ALL_BP_LOCATIONS (bl, blp_tmp)
c5aa993b 4011 {
35df4500
TJB
4012 if (bl->loc_type != bp_loc_software_breakpoint
4013 && bl->loc_type != bp_loc_hardware_breakpoint)
075f6582
DJ
4014 continue;
4015
35df4500
TJB
4016 /* ALL_BP_LOCATIONS bp_location has bl->OWNER always non-NULL. */
4017 if (!breakpoint_enabled (bl->owner)
4018 && bl->owner->enable_state != bp_permanent)
a6f1cd96
JB
4019 continue;
4020
f1310107 4021 if (!breakpoint_location_address_match (bl, aspace, pc))
a6f1cd96
JB
4022 continue;
4023
35df4500 4024 if (bl->owner->thread != -1)
075f6582 4025 {
a6f1cd96
JB
4026 /* This is a thread-specific breakpoint. Check that ptid
4027 matches that thread. If thread hasn't been computed yet,
4028 it is now time to do so. */
4029 if (thread == -1)
4030 thread = pid_to_thread_id (ptid);
35df4500 4031 if (bl->owner->thread != thread)
a6f1cd96 4032 continue;
075f6582 4033 }
a6f1cd96 4034
35df4500 4035 if (bl->owner->task != 0)
4a306c9a
JB
4036 {
4037 /* This is a task-specific breakpoint. Check that ptid
4038 matches that task. If task hasn't been computed yet,
4039 it is now time to do so. */
4040 if (task == 0)
4041 task = ada_get_task_number (ptid);
35df4500 4042 if (bl->owner->task != task)
4a306c9a
JB
4043 continue;
4044 }
4045
a6f1cd96 4046 if (overlay_debugging
35df4500
TJB
4047 && section_is_overlay (bl->section)
4048 && !section_is_mapped (bl->section))
a6f1cd96
JB
4049 continue; /* unmapped overlay -- can't be a match */
4050
4051 return 1;
c5aa993b 4052 }
c906108c
SS
4053
4054 return 0;
4055}
c906108c 4056\f
c5aa993b 4057
c906108c
SS
4058/* bpstat stuff. External routines' interfaces are documented
4059 in breakpoint.h. */
4060
4061int
c326b90e 4062is_catchpoint (struct breakpoint *ep)
c906108c 4063{
533be4dd 4064 return (ep->type == bp_catchpoint);
c906108c
SS
4065}
4066
f431efe5
PA
4067/* Frees any storage that is part of a bpstat. Does not walk the
4068 'next' chain. */
4069
4070static void
198757a8
VP
4071bpstat_free (bpstat bs)
4072{
4073 if (bs->old_val != NULL)
4074 value_free (bs->old_val);
9add0f1b 4075 decref_counted_command_line (&bs->commands);
f431efe5 4076 decref_bp_location (&bs->bp_location_at);
198757a8
VP
4077 xfree (bs);
4078}
4079
c906108c
SS
4080/* Clear a bpstat so that it says we are not at any breakpoint.
4081 Also free any storage that is part of a bpstat. */
4082
4083void
fba45db2 4084bpstat_clear (bpstat *bsp)
c906108c
SS
4085{
4086 bpstat p;
4087 bpstat q;
4088
4089 if (bsp == 0)
4090 return;
4091 p = *bsp;
4092 while (p != NULL)
4093 {
4094 q = p->next;
198757a8 4095 bpstat_free (p);
c906108c
SS
4096 p = q;
4097 }
4098 *bsp = NULL;
4099}
4100
4101/* Return a copy of a bpstat. Like "bs1 = bs2" but all storage that
4102 is part of the bpstat is copied as well. */
4103
4104bpstat
fba45db2 4105bpstat_copy (bpstat bs)
c906108c
SS
4106{
4107 bpstat p = NULL;
4108 bpstat tmp;
4109 bpstat retval = NULL;
4110
4111 if (bs == NULL)
4112 return bs;
4113
4114 for (; bs != NULL; bs = bs->next)
4115 {
4116 tmp = (bpstat) xmalloc (sizeof (*tmp));
4117 memcpy (tmp, bs, sizeof (*tmp));
9add0f1b 4118 incref_counted_command_line (tmp->commands);
f431efe5 4119 incref_bp_location (tmp->bp_location_at);
31cc81e9 4120 if (bs->old_val != NULL)
3c3185ac
JK
4121 {
4122 tmp->old_val = value_copy (bs->old_val);
4123 release_value (tmp->old_val);
4124 }
31cc81e9 4125
c906108c
SS
4126 if (p == NULL)
4127 /* This is the first thing in the chain. */
4128 retval = tmp;
4129 else
4130 p->next = tmp;
4131 p = tmp;
4132 }
4133 p->next = NULL;
4134 return retval;
4135}
4136
4a64f543 4137/* Find the bpstat associated with this breakpoint. */
c906108c
SS
4138
4139bpstat
fba45db2 4140bpstat_find_breakpoint (bpstat bsp, struct breakpoint *breakpoint)
c906108c 4141{
c5aa993b
JM
4142 if (bsp == NULL)
4143 return NULL;
c906108c 4144
c5aa993b
JM
4145 for (; bsp != NULL; bsp = bsp->next)
4146 {
f431efe5 4147 if (bsp->breakpoint_at == breakpoint)
c5aa993b
JM
4148 return bsp;
4149 }
c906108c
SS
4150 return NULL;
4151}
4152
ab04a2af
TT
4153/* See breakpoint.h. */
4154
4155enum bpstat_signal_value
4156bpstat_explains_signal (bpstat bsp)
4157{
4158 enum bpstat_signal_value result = BPSTAT_SIGNAL_NO;
4159
4160 for (; bsp != NULL; bsp = bsp->next)
4161 {
4162 /* Ensure that, if we ever entered this loop, then we at least
4163 return BPSTAT_SIGNAL_HIDE. */
4164 enum bpstat_signal_value newval = BPSTAT_SIGNAL_HIDE;
4165
4166 if (bsp->breakpoint_at != NULL)
4167 newval = bsp->breakpoint_at->ops->explains_signal (bsp->breakpoint_at);
4168
4169 if (newval > result)
4170 result = newval;
4171 }
4172
4173 return result;
4174}
4175
4a64f543
MS
4176/* Put in *NUM the breakpoint number of the first breakpoint we are
4177 stopped at. *BSP upon return is a bpstat which points to the
4178 remaining breakpoints stopped at (but which is not guaranteed to be
4179 good for anything but further calls to bpstat_num).
4180
8671a17b
PA
4181 Return 0 if passed a bpstat which does not indicate any breakpoints.
4182 Return -1 if stopped at a breakpoint that has been deleted since
4183 we set it.
4184 Return 1 otherwise. */
c906108c
SS
4185
4186int
8671a17b 4187bpstat_num (bpstat *bsp, int *num)
c906108c
SS
4188{
4189 struct breakpoint *b;
4190
4191 if ((*bsp) == NULL)
4192 return 0; /* No more breakpoint values */
8671a17b 4193
4a64f543
MS
4194 /* We assume we'll never have several bpstats that correspond to a
4195 single breakpoint -- otherwise, this function might return the
4196 same number more than once and this will look ugly. */
f431efe5 4197 b = (*bsp)->breakpoint_at;
8671a17b
PA
4198 *bsp = (*bsp)->next;
4199 if (b == NULL)
4200 return -1; /* breakpoint that's been deleted since */
4201
4202 *num = b->number; /* We have its number */
4203 return 1;
c906108c
SS
4204}
4205
e93ca019 4206/* See breakpoint.h. */
c906108c
SS
4207
4208void
e93ca019 4209bpstat_clear_actions (void)
c906108c 4210{
e93ca019
JK
4211 struct thread_info *tp;
4212 bpstat bs;
4213
4214 if (ptid_equal (inferior_ptid, null_ptid))
4215 return;
4216
4217 tp = find_thread_ptid (inferior_ptid);
4218 if (tp == NULL)
4219 return;
4220
4221 for (bs = tp->control.stop_bpstat; bs != NULL; bs = bs->next)
c906108c 4222 {
9add0f1b 4223 decref_counted_command_line (&bs->commands);
abf85f46 4224
c906108c
SS
4225 if (bs->old_val != NULL)
4226 {
4227 value_free (bs->old_val);
4228 bs->old_val = NULL;
4229 }
4230 }
4231}
4232
f3b1572e
PA
4233/* Called when a command is about to proceed the inferior. */
4234
4235static void
4236breakpoint_about_to_proceed (void)
4237{
4238 if (!ptid_equal (inferior_ptid, null_ptid))
4239 {
4240 struct thread_info *tp = inferior_thread ();
4241
4242 /* Allow inferior function calls in breakpoint commands to not
4243 interrupt the command list. When the call finishes
4244 successfully, the inferior will be standing at the same
4245 breakpoint as if nothing happened. */
16c381f0 4246 if (tp->control.in_infcall)
f3b1572e
PA
4247 return;
4248 }
4249
4250 breakpoint_proceeded = 1;
4251}
4252
4a64f543
MS
4253/* Stub for cleaning up our state if we error-out of a breakpoint
4254 command. */
c906108c 4255static void
4efb68b1 4256cleanup_executing_breakpoints (void *ignore)
c906108c
SS
4257{
4258 executing_breakpoint_commands = 0;
4259}
4260
abf85f46
JK
4261/* Return non-zero iff CMD as the first line of a command sequence is `silent'
4262 or its equivalent. */
4263
4264static int
4265command_line_is_silent (struct command_line *cmd)
4266{
4267 return cmd && (strcmp ("silent", cmd->line) == 0
4268 || (xdb_commands && strcmp ("Q", cmd->line) == 0));
4269}
4270
4a64f543
MS
4271/* Execute all the commands associated with all the breakpoints at
4272 this location. Any of these commands could cause the process to
4273 proceed beyond this point, etc. We look out for such changes by
4274 checking the global "breakpoint_proceeded" after each command.
c906108c 4275
347bddb7
PA
4276 Returns true if a breakpoint command resumed the inferior. In that
4277 case, it is the caller's responsibility to recall it again with the
4278 bpstat of the current thread. */
4279
4280static int
4281bpstat_do_actions_1 (bpstat *bsp)
c906108c
SS
4282{
4283 bpstat bs;
4284 struct cleanup *old_chain;
347bddb7 4285 int again = 0;
c906108c
SS
4286
4287 /* Avoid endless recursion if a `source' command is contained
4288 in bs->commands. */
4289 if (executing_breakpoint_commands)
347bddb7 4290 return 0;
c906108c
SS
4291
4292 executing_breakpoint_commands = 1;
4293 old_chain = make_cleanup (cleanup_executing_breakpoints, 0);
4294
cf6c5ffb
TT
4295 prevent_dont_repeat ();
4296
4a64f543 4297 /* This pointer will iterate over the list of bpstat's. */
c906108c
SS
4298 bs = *bsp;
4299
4300 breakpoint_proceeded = 0;
4301 for (; bs != NULL; bs = bs->next)
4302 {
9add0f1b 4303 struct counted_command_line *ccmd;
6c50ab1c
JB
4304 struct command_line *cmd;
4305 struct cleanup *this_cmd_tree_chain;
4306
4307 /* Take ownership of the BSP's command tree, if it has one.
4308
4309 The command tree could legitimately contain commands like
4310 'step' and 'next', which call clear_proceed_status, which
4311 frees stop_bpstat's command tree. To make sure this doesn't
4312 free the tree we're executing out from under us, we need to
4313 take ownership of the tree ourselves. Since a given bpstat's
4314 commands are only executed once, we don't need to copy it; we
4315 can clear the pointer in the bpstat, and make sure we free
4316 the tree when we're done. */
9add0f1b
TT
4317 ccmd = bs->commands;
4318 bs->commands = NULL;
abf85f46
JK
4319 this_cmd_tree_chain = make_cleanup_decref_counted_command_line (&ccmd);
4320 cmd = ccmd ? ccmd->commands : NULL;
4321 if (command_line_is_silent (cmd))
4322 {
4323 /* The action has been already done by bpstat_stop_status. */
4324 cmd = cmd->next;
4325 }
6c50ab1c 4326
c906108c
SS
4327 while (cmd != NULL)
4328 {
4329 execute_control_command (cmd);
4330
4331 if (breakpoint_proceeded)
4332 break;
4333 else
4334 cmd = cmd->next;
4335 }
6c50ab1c
JB
4336
4337 /* We can free this command tree now. */
4338 do_cleanups (this_cmd_tree_chain);
4339
c906108c 4340 if (breakpoint_proceeded)
32c1e744
VP
4341 {
4342 if (target_can_async_p ())
347bddb7
PA
4343 /* If we are in async mode, then the target might be still
4344 running, not stopped at any breakpoint, so nothing for
4345 us to do here -- just return to the event loop. */
4346 ;
32c1e744
VP
4347 else
4348 /* In sync mode, when execute_control_command returns
4349 we're already standing on the next breakpoint.
347bddb7
PA
4350 Breakpoint commands for that stop were not run, since
4351 execute_command does not run breakpoint commands --
4352 only command_line_handler does, but that one is not
4353 involved in execution of breakpoint commands. So, we
4354 can now execute breakpoint commands. It should be
4355 noted that making execute_command do bpstat actions is
4356 not an option -- in this case we'll have recursive
4357 invocation of bpstat for each breakpoint with a
4358 command, and can easily blow up GDB stack. Instead, we
4359 return true, which will trigger the caller to recall us
4360 with the new stop_bpstat. */
4361 again = 1;
4362 break;
32c1e744 4363 }
c906108c 4364 }
c2b8ed2c 4365 do_cleanups (old_chain);
347bddb7
PA
4366 return again;
4367}
4368
4369void
4370bpstat_do_actions (void)
4371{
353d1d73
JK
4372 struct cleanup *cleanup_if_error = make_bpstat_clear_actions_cleanup ();
4373
347bddb7
PA
4374 /* Do any commands attached to breakpoint we are stopped at. */
4375 while (!ptid_equal (inferior_ptid, null_ptid)
4376 && target_has_execution
4377 && !is_exited (inferior_ptid)
4378 && !is_executing (inferior_ptid))
4379 /* Since in sync mode, bpstat_do_actions may resume the inferior,
4380 and only return when it is stopped at the next breakpoint, we
4381 keep doing breakpoint actions until it returns false to
4382 indicate the inferior was not resumed. */
16c381f0 4383 if (!bpstat_do_actions_1 (&inferior_thread ()->control.stop_bpstat))
347bddb7 4384 break;
353d1d73
JK
4385
4386 discard_cleanups (cleanup_if_error);
c906108c
SS
4387}
4388
fa4727a6
DJ
4389/* Print out the (old or new) value associated with a watchpoint. */
4390
4391static void
4392watchpoint_value_print (struct value *val, struct ui_file *stream)
4393{
4394 if (val == NULL)
4395 fprintf_unfiltered (stream, _("<unreadable>"));
4396 else
79a45b7d
TT
4397 {
4398 struct value_print_options opts;
4399 get_user_print_options (&opts);
4400 value_print (val, stream, &opts);
4401 }
fa4727a6
DJ
4402}
4403
e514a9d6 4404/* Generic routine for printing messages indicating why we
4a64f543 4405 stopped. The behavior of this function depends on the value
e514a9d6
JM
4406 'print_it' in the bpstat structure. Under some circumstances we
4407 may decide not to print anything here and delegate the task to
4a64f543 4408 normal_stop(). */
e514a9d6
JM
4409
4410static enum print_stop_action
4411print_bp_stop_message (bpstat bs)
4412{
4413 switch (bs->print_it)
4414 {
4415 case print_it_noop:
4a64f543 4416 /* Nothing should be printed for this bpstat entry. */
e514a9d6
JM
4417 return PRINT_UNKNOWN;
4418 break;
4419
4420 case print_it_done:
4421 /* We still want to print the frame, but we already printed the
4a64f543 4422 relevant messages. */
e514a9d6
JM
4423 return PRINT_SRC_AND_LOC;
4424 break;
4425
4426 case print_it_normal:
4f8d1dc6 4427 {
f431efe5
PA
4428 struct breakpoint *b = bs->breakpoint_at;
4429
1a6a67de
TJB
4430 /* bs->breakpoint_at can be NULL if it was a momentary breakpoint
4431 which has since been deleted. */
4432 if (b == NULL)
4433 return PRINT_UNKNOWN;
4434
348d480f
PA
4435 /* Normal case. Call the breakpoint's print_it method. */
4436 return b->ops->print_it (bs);
4f8d1dc6 4437 }
348d480f 4438 break;
3086aeae 4439
e514a9d6 4440 default:
8e65ff28 4441 internal_error (__FILE__, __LINE__,
e2e0b3e5 4442 _("print_bp_stop_message: unrecognized enum value"));
e514a9d6 4443 break;
c906108c 4444 }
c906108c
SS
4445}
4446
edcc5120
TT
4447/* A helper function that prints a shared library stopped event. */
4448
4449static void
4450print_solib_event (int is_catchpoint)
4451{
4452 int any_deleted
4453 = !VEC_empty (char_ptr, current_program_space->deleted_solibs);
4454 int any_added
4455 = !VEC_empty (so_list_ptr, current_program_space->added_solibs);
4456
4457 if (!is_catchpoint)
4458 {
4459 if (any_added || any_deleted)
4460 ui_out_text (current_uiout,
4461 _("Stopped due to shared library event:\n"));
4462 else
4463 ui_out_text (current_uiout,
4464 _("Stopped due to shared library event (no "
4465 "libraries added or removed)\n"));
4466 }
4467
4468 if (ui_out_is_mi_like_p (current_uiout))
4469 ui_out_field_string (current_uiout, "reason",
4470 async_reason_lookup (EXEC_ASYNC_SOLIB_EVENT));
4471
4472 if (any_deleted)
4473 {
4474 struct cleanup *cleanup;
4475 char *name;
4476 int ix;
4477
4478 ui_out_text (current_uiout, _(" Inferior unloaded "));
4479 cleanup = make_cleanup_ui_out_list_begin_end (current_uiout,
4480 "removed");
4481 for (ix = 0;
4482 VEC_iterate (char_ptr, current_program_space->deleted_solibs,
4483 ix, name);
4484 ++ix)
4485 {
4486 if (ix > 0)
4487 ui_out_text (current_uiout, " ");
4488 ui_out_field_string (current_uiout, "library", name);
4489 ui_out_text (current_uiout, "\n");
4490 }
4491
4492 do_cleanups (cleanup);
4493 }
4494
4495 if (any_added)
4496 {
4497 struct so_list *iter;
4498 int ix;
4499 struct cleanup *cleanup;
4500
4501 ui_out_text (current_uiout, _(" Inferior loaded "));
4502 cleanup = make_cleanup_ui_out_list_begin_end (current_uiout,
4503 "added");
4504 for (ix = 0;
4505 VEC_iterate (so_list_ptr, current_program_space->added_solibs,
4506 ix, iter);
4507 ++ix)
4508 {
4509 if (ix > 0)
4510 ui_out_text (current_uiout, " ");
4511 ui_out_field_string (current_uiout, "library", iter->so_name);
4512 ui_out_text (current_uiout, "\n");
4513 }
4514
4515 do_cleanups (cleanup);
4516 }
4517}
4518
e514a9d6
JM
4519/* Print a message indicating what happened. This is called from
4520 normal_stop(). The input to this routine is the head of the bpstat
36dfb11c
TT
4521 list - a list of the eventpoints that caused this stop. KIND is
4522 the target_waitkind for the stopping event. This
e514a9d6
JM
4523 routine calls the generic print routine for printing a message
4524 about reasons for stopping. This will print (for example) the
4525 "Breakpoint n," part of the output. The return value of this
4526 routine is one of:
c906108c 4527
4a64f543 4528 PRINT_UNKNOWN: Means we printed nothing.
917317f4 4529 PRINT_SRC_AND_LOC: Means we printed something, and expect subsequent
4a64f543 4530 code to print the location. An example is
c5aa993b
JM
4531 "Breakpoint 1, " which should be followed by
4532 the location.
917317f4 4533 PRINT_SRC_ONLY: Means we printed something, but there is no need
c5aa993b
JM
4534 to also print the location part of the message.
4535 An example is the catch/throw messages, which
4a64f543 4536 don't require a location appended to the end.
917317f4 4537 PRINT_NOTHING: We have done some printing and we don't need any
4a64f543 4538 further info to be printed. */
c906108c 4539
917317f4 4540enum print_stop_action
36dfb11c 4541bpstat_print (bpstat bs, int kind)
c906108c
SS
4542{
4543 int val;
c5aa993b 4544
c906108c 4545 /* Maybe another breakpoint in the chain caused us to stop.
53a5351d
JM
4546 (Currently all watchpoints go on the bpstat whether hit or not.
4547 That probably could (should) be changed, provided care is taken
c906108c 4548 with respect to bpstat_explains_signal). */
e514a9d6
JM
4549 for (; bs; bs = bs->next)
4550 {
4551 val = print_bp_stop_message (bs);
4552 if (val == PRINT_SRC_ONLY
4553 || val == PRINT_SRC_AND_LOC
4554 || val == PRINT_NOTHING)
4555 return val;
4556 }
c906108c 4557
36dfb11c
TT
4558 /* If we had hit a shared library event breakpoint,
4559 print_bp_stop_message would print out this message. If we hit an
4560 OS-level shared library event, do the same thing. */
4561 if (kind == TARGET_WAITKIND_LOADED)
4562 {
edcc5120 4563 print_solib_event (0);
36dfb11c
TT
4564 return PRINT_NOTHING;
4565 }
4566
e514a9d6 4567 /* We reached the end of the chain, or we got a null BS to start
4a64f543 4568 with and nothing was printed. */
917317f4 4569 return PRINT_UNKNOWN;
c906108c
SS
4570}
4571
4a64f543
MS
4572/* Evaluate the expression EXP and return 1 if value is zero. This is
4573 used inside a catch_errors to evaluate the breakpoint condition.
4574 The argument is a "struct expression *" that has been cast to a
4575 "char *" to make it pass through catch_errors. */
c906108c
SS
4576
4577static int
4efb68b1 4578breakpoint_cond_eval (void *exp)
c906108c 4579{
278cd55f 4580 struct value *mark = value_mark ();
c5aa993b 4581 int i = !value_true (evaluate_expression ((struct expression *) exp));
cc59ec59 4582
c906108c
SS
4583 value_free_to_mark (mark);
4584 return i;
4585}
4586
5760d0ab 4587/* Allocate a new bpstat. Link it to the FIFO list by BS_LINK_POINTER. */
c906108c
SS
4588
4589static bpstat
5760d0ab 4590bpstat_alloc (struct bp_location *bl, bpstat **bs_link_pointer)
c906108c
SS
4591{
4592 bpstat bs;
4593
4594 bs = (bpstat) xmalloc (sizeof (*bs));
5760d0ab
JK
4595 bs->next = NULL;
4596 **bs_link_pointer = bs;
4597 *bs_link_pointer = &bs->next;
f431efe5
PA
4598 bs->breakpoint_at = bl->owner;
4599 bs->bp_location_at = bl;
4600 incref_bp_location (bl);
c906108c
SS
4601 /* If the condition is false, etc., don't do the commands. */
4602 bs->commands = NULL;
4603 bs->old_val = NULL;
4604 bs->print_it = print_it_normal;
4605 return bs;
4606}
4607\f
d983da9c
DJ
4608/* The target has stopped with waitstatus WS. Check if any hardware
4609 watchpoints have triggered, according to the target. */
4610
4611int
4612watchpoints_triggered (struct target_waitstatus *ws)
4613{
d92524f1 4614 int stopped_by_watchpoint = target_stopped_by_watchpoint ();
d983da9c
DJ
4615 CORE_ADDR addr;
4616 struct breakpoint *b;
4617
4618 if (!stopped_by_watchpoint)
4619 {
4620 /* We were not stopped by a watchpoint. Mark all watchpoints
4621 as not triggered. */
4622 ALL_BREAKPOINTS (b)
cc60f2e3 4623 if (is_hardware_watchpoint (b))
3a5c3e22
PA
4624 {
4625 struct watchpoint *w = (struct watchpoint *) b;
4626
4627 w->watchpoint_triggered = watch_triggered_no;
4628 }
d983da9c
DJ
4629
4630 return 0;
4631 }
4632
4633 if (!target_stopped_data_address (&current_target, &addr))
4634 {
4635 /* We were stopped by a watchpoint, but we don't know where.
4636 Mark all watchpoints as unknown. */
4637 ALL_BREAKPOINTS (b)
cc60f2e3 4638 if (is_hardware_watchpoint (b))
3a5c3e22
PA
4639 {
4640 struct watchpoint *w = (struct watchpoint *) b;
4641
4642 w->watchpoint_triggered = watch_triggered_unknown;
4643 }
d983da9c
DJ
4644
4645 return stopped_by_watchpoint;
4646 }
4647
4648 /* The target could report the data address. Mark watchpoints
4649 affected by this data address as triggered, and all others as not
4650 triggered. */
4651
4652 ALL_BREAKPOINTS (b)
cc60f2e3 4653 if (is_hardware_watchpoint (b))
d983da9c 4654 {
3a5c3e22 4655 struct watchpoint *w = (struct watchpoint *) b;
a5606eee 4656 struct bp_location *loc;
d983da9c 4657
3a5c3e22 4658 w->watchpoint_triggered = watch_triggered_no;
a5606eee 4659 for (loc = b->loc; loc; loc = loc->next)
9c06b0b4 4660 {
3a5c3e22 4661 if (is_masked_watchpoint (b))
9c06b0b4 4662 {
3a5c3e22
PA
4663 CORE_ADDR newaddr = addr & w->hw_wp_mask;
4664 CORE_ADDR start = loc->address & w->hw_wp_mask;
9c06b0b4
TJB
4665
4666 if (newaddr == start)
4667 {
3a5c3e22 4668 w->watchpoint_triggered = watch_triggered_yes;
9c06b0b4
TJB
4669 break;
4670 }
4671 }
4672 /* Exact match not required. Within range is sufficient. */
4673 else if (target_watchpoint_addr_within_range (&current_target,
4674 addr, loc->address,
4675 loc->length))
4676 {
3a5c3e22 4677 w->watchpoint_triggered = watch_triggered_yes;
9c06b0b4
TJB
4678 break;
4679 }
4680 }
d983da9c
DJ
4681 }
4682
4683 return 1;
4684}
4685
c906108c
SS
4686/* Possible return values for watchpoint_check (this can't be an enum
4687 because of check_errors). */
4688/* The watchpoint has been deleted. */
4689#define WP_DELETED 1
4690/* The value has changed. */
4691#define WP_VALUE_CHANGED 2
4692/* The value has not changed. */
4693#define WP_VALUE_NOT_CHANGED 3
60e1c644
PA
4694/* Ignore this watchpoint, no matter if the value changed or not. */
4695#define WP_IGNORE 4
c906108c
SS
4696
4697#define BP_TEMPFLAG 1
4698#define BP_HARDWAREFLAG 2
4699
4a64f543
MS
4700/* Evaluate watchpoint condition expression and check if its value
4701 changed.
553e4c11
JB
4702
4703 P should be a pointer to struct bpstat, but is defined as a void *
4704 in order for this function to be usable with catch_errors. */
c906108c
SS
4705
4706static int
4efb68b1 4707watchpoint_check (void *p)
c906108c
SS
4708{
4709 bpstat bs = (bpstat) p;
3a5c3e22 4710 struct watchpoint *b;
c906108c
SS
4711 struct frame_info *fr;
4712 int within_current_scope;
4713
f431efe5 4714 /* BS is built from an existing struct breakpoint. */
2bdf28a0 4715 gdb_assert (bs->breakpoint_at != NULL);
3a5c3e22 4716 b = (struct watchpoint *) bs->breakpoint_at;
d0fb5eae 4717
f6bc2008
PA
4718 /* If this is a local watchpoint, we only want to check if the
4719 watchpoint frame is in scope if the current thread is the thread
4720 that was used to create the watchpoint. */
4721 if (!watchpoint_in_thread_scope (b))
60e1c644 4722 return WP_IGNORE;
f6bc2008 4723
c906108c
SS
4724 if (b->exp_valid_block == NULL)
4725 within_current_scope = 1;
4726 else
4727 {
edb3359d
DJ
4728 struct frame_info *frame = get_current_frame ();
4729 struct gdbarch *frame_arch = get_frame_arch (frame);
4730 CORE_ADDR frame_pc = get_frame_pc (frame);
4731
4a64f543
MS
4732 /* in_function_epilogue_p() returns a non-zero value if we're
4733 still in the function but the stack frame has already been
4734 invalidated. Since we can't rely on the values of local
4735 variables after the stack has been destroyed, we are treating
4736 the watchpoint in that state as `not changed' without further
4737 checking. Don't mark watchpoints as changed if the current
4738 frame is in an epilogue - even if they are in some other
4739 frame, our view of the stack is likely to be wrong and
4740 frame_find_by_id could error out. */
a0f49112 4741 if (gdbarch_in_function_epilogue_p (frame_arch, frame_pc))
60e1c644 4742 return WP_IGNORE;
a0f49112 4743
101dcfbe 4744 fr = frame_find_by_id (b->watchpoint_frame);
c906108c 4745 within_current_scope = (fr != NULL);
69fbadd5
DJ
4746
4747 /* If we've gotten confused in the unwinder, we might have
4748 returned a frame that can't describe this variable. */
edb3359d
DJ
4749 if (within_current_scope)
4750 {
4751 struct symbol *function;
4752
4753 function = get_frame_function (fr);
4754 if (function == NULL
4755 || !contained_in (b->exp_valid_block,
4756 SYMBOL_BLOCK_VALUE (function)))
4757 within_current_scope = 0;
4758 }
69fbadd5 4759
edb3359d 4760 if (within_current_scope)
c906108c
SS
4761 /* If we end up stopping, the current frame will get selected
4762 in normal_stop. So this call to select_frame won't affect
4763 the user. */
0f7d239c 4764 select_frame (fr);
c906108c 4765 }
c5aa993b 4766
c906108c
SS
4767 if (within_current_scope)
4768 {
4a64f543
MS
4769 /* We use value_{,free_to_}mark because it could be a *long*
4770 time before we return to the command level and call
4771 free_all_values. We can't call free_all_values because we
4772 might be in the middle of evaluating a function call. */
c906108c 4773
0cf6dd15 4774 int pc = 0;
9c06b0b4 4775 struct value *mark;
fa4727a6
DJ
4776 struct value *new_val;
4777
3a5c3e22 4778 if (is_masked_watchpoint (&b->base))
9c06b0b4
TJB
4779 /* Since we don't know the exact trigger address (from
4780 stopped_data_address), just tell the user we've triggered
4781 a mask watchpoint. */
4782 return WP_VALUE_CHANGED;
4783
4784 mark = value_mark ();
0cf6dd15 4785 fetch_subexp_value (b->exp, &pc, &new_val, NULL, NULL);
218d2fc6 4786
4a64f543
MS
4787 /* We use value_equal_contents instead of value_equal because
4788 the latter coerces an array to a pointer, thus comparing just
4789 the address of the array instead of its contents. This is
4790 not what we want. */
fa4727a6 4791 if ((b->val != NULL) != (new_val != NULL)
218d2fc6 4792 || (b->val != NULL && !value_equal_contents (b->val, new_val)))
c906108c 4793 {
fa4727a6
DJ
4794 if (new_val != NULL)
4795 {
4796 release_value (new_val);
4797 value_free_to_mark (mark);
4798 }
c906108c
SS
4799 bs->old_val = b->val;
4800 b->val = new_val;
fa4727a6 4801 b->val_valid = 1;
c906108c
SS
4802 return WP_VALUE_CHANGED;
4803 }
4804 else
4805 {
60e1c644 4806 /* Nothing changed. */
c906108c 4807 value_free_to_mark (mark);
c906108c
SS
4808 return WP_VALUE_NOT_CHANGED;
4809 }
4810 }
4811 else
4812 {
79a45e25
PA
4813 struct ui_out *uiout = current_uiout;
4814
c906108c 4815 /* This seems like the only logical thing to do because
c5aa993b
JM
4816 if we temporarily ignored the watchpoint, then when
4817 we reenter the block in which it is valid it contains
4818 garbage (in the case of a function, it may have two
4819 garbage values, one before and one after the prologue).
4820 So we can't even detect the first assignment to it and
4821 watch after that (since the garbage may or may not equal
4822 the first value assigned). */
348d480f
PA
4823 /* We print all the stop information in
4824 breakpoint_ops->print_it, but in this case, by the time we
4825 call breakpoint_ops->print_it this bp will be deleted
4826 already. So we have no choice but print the information
4827 here. */
9dc5e2a9 4828 if (ui_out_is_mi_like_p (uiout))
034dad6f
BR
4829 ui_out_field_string
4830 (uiout, "reason", async_reason_lookup (EXEC_ASYNC_WATCHPOINT_SCOPE));
8b93c638 4831 ui_out_text (uiout, "\nWatchpoint ");
3a5c3e22 4832 ui_out_field_int (uiout, "wpnum", b->base.number);
3e43a32a
MS
4833 ui_out_text (uiout,
4834 " deleted because the program has left the block in\n\
8b93c638 4835which its expression is valid.\n");
4ce44c66 4836
cdac0397 4837 /* Make sure the watchpoint's commands aren't executed. */
3a5c3e22 4838 decref_counted_command_line (&b->base.commands);
d0fb5eae 4839 watchpoint_del_at_next_stop (b);
c906108c
SS
4840
4841 return WP_DELETED;
4842 }
4843}
4844
18a18393 4845/* Return true if it looks like target has stopped due to hitting
348d480f
PA
4846 breakpoint location BL. This function does not check if we should
4847 stop, only if BL explains the stop. */
4848
18a18393 4849static int
6c95b8df 4850bpstat_check_location (const struct bp_location *bl,
09ac7c10
TT
4851 struct address_space *aspace, CORE_ADDR bp_addr,
4852 const struct target_waitstatus *ws)
18a18393
VP
4853{
4854 struct breakpoint *b = bl->owner;
4855
348d480f 4856 /* BL is from an existing breakpoint. */
2bdf28a0
JK
4857 gdb_assert (b != NULL);
4858
09ac7c10 4859 return b->ops->breakpoint_hit (bl, aspace, bp_addr, ws);
18a18393
VP
4860}
4861
3a5c3e22
PA
4862/* Determine if the watched values have actually changed, and we
4863 should stop. If not, set BS->stop to 0. */
4864
18a18393
VP
4865static void
4866bpstat_check_watchpoint (bpstat bs)
4867{
2bdf28a0 4868 const struct bp_location *bl;
3a5c3e22 4869 struct watchpoint *b;
2bdf28a0
JK
4870
4871 /* BS is built for existing struct breakpoint. */
f431efe5 4872 bl = bs->bp_location_at;
2bdf28a0 4873 gdb_assert (bl != NULL);
3a5c3e22 4874 b = (struct watchpoint *) bs->breakpoint_at;
2bdf28a0 4875 gdb_assert (b != NULL);
18a18393 4876
18a18393 4877 {
18a18393
VP
4878 int must_check_value = 0;
4879
3a5c3e22 4880 if (b->base.type == bp_watchpoint)
18a18393
VP
4881 /* For a software watchpoint, we must always check the
4882 watched value. */
4883 must_check_value = 1;
4884 else if (b->watchpoint_triggered == watch_triggered_yes)
4885 /* We have a hardware watchpoint (read, write, or access)
4886 and the target earlier reported an address watched by
4887 this watchpoint. */
4888 must_check_value = 1;
4889 else if (b->watchpoint_triggered == watch_triggered_unknown
3a5c3e22 4890 && b->base.type == bp_hardware_watchpoint)
18a18393
VP
4891 /* We were stopped by a hardware watchpoint, but the target could
4892 not report the data address. We must check the watchpoint's
4893 value. Access and read watchpoints are out of luck; without
4894 a data address, we can't figure it out. */
4895 must_check_value = 1;
3a5c3e22 4896
18a18393
VP
4897 if (must_check_value)
4898 {
3e43a32a
MS
4899 char *message
4900 = xstrprintf ("Error evaluating expression for watchpoint %d\n",
3a5c3e22 4901 b->base.number);
18a18393
VP
4902 struct cleanup *cleanups = make_cleanup (xfree, message);
4903 int e = catch_errors (watchpoint_check, bs, message,
4904 RETURN_MASK_ALL);
4905 do_cleanups (cleanups);
4906 switch (e)
4907 {
4908 case WP_DELETED:
4909 /* We've already printed what needs to be printed. */
4910 bs->print_it = print_it_done;
4911 /* Stop. */
4912 break;
60e1c644
PA
4913 case WP_IGNORE:
4914 bs->print_it = print_it_noop;
4915 bs->stop = 0;
4916 break;
18a18393 4917 case WP_VALUE_CHANGED:
3a5c3e22 4918 if (b->base.type == bp_read_watchpoint)
18a18393 4919 {
85d721b8
PA
4920 /* There are two cases to consider here:
4921
4a64f543 4922 1. We're watching the triggered memory for reads.
85d721b8
PA
4923 In that case, trust the target, and always report
4924 the watchpoint hit to the user. Even though
4925 reads don't cause value changes, the value may
4926 have changed since the last time it was read, and
4927 since we're not trapping writes, we will not see
4928 those, and as such we should ignore our notion of
4929 old value.
4930
4a64f543 4931 2. We're watching the triggered memory for both
85d721b8
PA
4932 reads and writes. There are two ways this may
4933 happen:
4934
4a64f543 4935 2.1. This is a target that can't break on data
85d721b8
PA
4936 reads only, but can break on accesses (reads or
4937 writes), such as e.g., x86. We detect this case
4938 at the time we try to insert read watchpoints.
4939
4a64f543 4940 2.2. Otherwise, the target supports read
85d721b8
PA
4941 watchpoints, but, the user set an access or write
4942 watchpoint watching the same memory as this read
4943 watchpoint.
4944
4945 If we're watching memory writes as well as reads,
4946 ignore watchpoint hits when we find that the
4947 value hasn't changed, as reads don't cause
4948 changes. This still gives false positives when
4949 the program writes the same value to memory as
4950 what there was already in memory (we will confuse
4951 it for a read), but it's much better than
4952 nothing. */
4953
4954 int other_write_watchpoint = 0;
4955
4956 if (bl->watchpoint_type == hw_read)
4957 {
4958 struct breakpoint *other_b;
4959
4960 ALL_BREAKPOINTS (other_b)
3a5c3e22
PA
4961 if (other_b->type == bp_hardware_watchpoint
4962 || other_b->type == bp_access_watchpoint)
85d721b8 4963 {
3a5c3e22
PA
4964 struct watchpoint *other_w =
4965 (struct watchpoint *) other_b;
4966
4967 if (other_w->watchpoint_triggered
4968 == watch_triggered_yes)
4969 {
4970 other_write_watchpoint = 1;
4971 break;
4972 }
85d721b8
PA
4973 }
4974 }
4975
4976 if (other_write_watchpoint
4977 || bl->watchpoint_type == hw_access)
4978 {
4979 /* We're watching the same memory for writes,
4980 and the value changed since the last time we
4981 updated it, so this trap must be for a write.
4982 Ignore it. */
4983 bs->print_it = print_it_noop;
4984 bs->stop = 0;
4985 }
18a18393
VP
4986 }
4987 break;
4988 case WP_VALUE_NOT_CHANGED:
3a5c3e22
PA
4989 if (b->base.type == bp_hardware_watchpoint
4990 || b->base.type == bp_watchpoint)
18a18393
VP
4991 {
4992 /* Don't stop: write watchpoints shouldn't fire if
4993 the value hasn't changed. */
4994 bs->print_it = print_it_noop;
4995 bs->stop = 0;
4996 }
4997 /* Stop. */
4998 break;
4999 default:
5000 /* Can't happen. */
5001 case 0:
5002 /* Error from catch_errors. */
3a5c3e22 5003 printf_filtered (_("Watchpoint %d deleted.\n"), b->base.number);
d0fb5eae 5004 watchpoint_del_at_next_stop (b);
18a18393
VP
5005 /* We've already printed what needs to be printed. */
5006 bs->print_it = print_it_done;
5007 break;
5008 }
5009 }
5010 else /* must_check_value == 0 */
5011 {
5012 /* This is a case where some watchpoint(s) triggered, but
5013 not at the address of this watchpoint, or else no
5014 watchpoint triggered after all. So don't print
5015 anything for this watchpoint. */
5016 bs->print_it = print_it_noop;
5017 bs->stop = 0;
5018 }
5019 }
5020}
5021
5022
5023/* Check conditions (condition proper, frame, thread and ignore count)
5024 of breakpoint referred to by BS. If we should not stop for this
5025 breakpoint, set BS->stop to 0. */
f431efe5 5026
18a18393
VP
5027static void
5028bpstat_check_breakpoint_conditions (bpstat bs, ptid_t ptid)
5029{
5030 int thread_id = pid_to_thread_id (ptid);
2bdf28a0
JK
5031 const struct bp_location *bl;
5032 struct breakpoint *b;
5033
5034 /* BS is built for existing struct breakpoint. */
f431efe5 5035 bl = bs->bp_location_at;
2bdf28a0 5036 gdb_assert (bl != NULL);
f431efe5 5037 b = bs->breakpoint_at;
2bdf28a0 5038 gdb_assert (b != NULL);
18a18393 5039
b775012e
LM
5040 /* Even if the target evaluated the condition on its end and notified GDB, we
5041 need to do so again since GDB does not know if we stopped due to a
5042 breakpoint or a single step breakpoint. */
5043
18a18393 5044 if (frame_id_p (b->frame_id)
edb3359d 5045 && !frame_id_eq (b->frame_id, get_stack_frame_id (get_current_frame ())))
18a18393
VP
5046 bs->stop = 0;
5047 else if (bs->stop)
5048 {
5049 int value_is_zero = 0;
60e1c644
PA
5050 struct expression *cond;
5051
7371cf6d
PM
5052 /* Evaluate Python breakpoints that have a "stop"
5053 method implemented. */
5054 if (b->py_bp_object)
5055 bs->stop = gdbpy_should_stop (b->py_bp_object);
5056
60e1c644 5057 if (is_watchpoint (b))
3a5c3e22
PA
5058 {
5059 struct watchpoint *w = (struct watchpoint *) b;
5060
5061 cond = w->cond_exp;
5062 }
60e1c644
PA
5063 else
5064 cond = bl->cond;
5065
f431efe5 5066 if (cond && b->disposition != disp_del_at_next_stop)
18a18393 5067 {
60e1c644 5068 int within_current_scope = 1;
3a5c3e22 5069 struct watchpoint * w;
60e1c644 5070
c5bc3a77
DJ
5071 /* We use value_mark and value_free_to_mark because it could
5072 be a long time before we return to the command level and
5073 call free_all_values. We can't call free_all_values
5074 because we might be in the middle of evaluating a
5075 function call. */
5076 struct value *mark = value_mark ();
5077
3a5c3e22
PA
5078 if (is_watchpoint (b))
5079 w = (struct watchpoint *) b;
5080 else
5081 w = NULL;
5082
edb3359d
DJ
5083 /* Need to select the frame, with all that implies so that
5084 the conditions will have the right context. Because we
5085 use the frame, we will not see an inlined function's
5086 variables when we arrive at a breakpoint at the start
5087 of the inlined function; the current frame will be the
5088 call site. */
3a5c3e22 5089 if (w == NULL || w->cond_exp_valid_block == NULL)
60e1c644
PA
5090 select_frame (get_current_frame ());
5091 else
5092 {
5093 struct frame_info *frame;
5094
5095 /* For local watchpoint expressions, which particular
5096 instance of a local is being watched matters, so we
5097 keep track of the frame to evaluate the expression
5098 in. To evaluate the condition however, it doesn't
5099 really matter which instantiation of the function
5100 where the condition makes sense triggers the
5101 watchpoint. This allows an expression like "watch
5102 global if q > 10" set in `func', catch writes to
5103 global on all threads that call `func', or catch
5104 writes on all recursive calls of `func' by a single
5105 thread. We simply always evaluate the condition in
5106 the innermost frame that's executing where it makes
5107 sense to evaluate the condition. It seems
5108 intuitive. */
3a5c3e22 5109 frame = block_innermost_frame (w->cond_exp_valid_block);
60e1c644
PA
5110 if (frame != NULL)
5111 select_frame (frame);
5112 else
5113 within_current_scope = 0;
5114 }
5115 if (within_current_scope)
5116 value_is_zero
5117 = catch_errors (breakpoint_cond_eval, cond,
5118 "Error in testing breakpoint condition:\n",
5119 RETURN_MASK_ALL);
5120 else
5121 {
5122 warning (_("Watchpoint condition cannot be tested "
5123 "in the current scope"));
5124 /* If we failed to set the right context for this
5125 watchpoint, unconditionally report it. */
5126 value_is_zero = 0;
5127 }
4a64f543 5128 /* FIXME-someday, should give breakpoint #. */
c5bc3a77 5129 value_free_to_mark (mark);
18a18393 5130 }
60e1c644
PA
5131
5132 if (cond && value_is_zero)
18a18393
VP
5133 {
5134 bs->stop = 0;
5135 }
5136 else if (b->thread != -1 && b->thread != thread_id)
5137 {
5138 bs->stop = 0;
5139 }
5140 else if (b->ignore_count > 0)
5141 {
5142 b->ignore_count--;
18a18393 5143 bs->stop = 0;
4a64f543 5144 /* Increase the hit count even though we don't stop. */
18a18393 5145 ++(b->hit_count);
8d3788bd 5146 observer_notify_breakpoint_modified (b);
18a18393
VP
5147 }
5148 }
5149}
5150
5151
9709f61c 5152/* Get a bpstat associated with having just stopped at address
d983da9c 5153 BP_ADDR in thread PTID.
c906108c 5154
d983da9c 5155 Determine whether we stopped at a breakpoint, etc, or whether we
4a64f543
MS
5156 don't understand this stop. Result is a chain of bpstat's such
5157 that:
c906108c 5158
c5aa993b 5159 if we don't understand the stop, the result is a null pointer.
c906108c 5160
c5aa993b 5161 if we understand why we stopped, the result is not null.
c906108c 5162
c5aa993b
JM
5163 Each element of the chain refers to a particular breakpoint or
5164 watchpoint at which we have stopped. (We may have stopped for
5165 several reasons concurrently.)
c906108c 5166
c5aa993b
JM
5167 Each element of the chain has valid next, breakpoint_at,
5168 commands, FIXME??? fields. */
c906108c
SS
5169
5170bpstat
6c95b8df 5171bpstat_stop_status (struct address_space *aspace,
09ac7c10
TT
5172 CORE_ADDR bp_addr, ptid_t ptid,
5173 const struct target_waitstatus *ws)
c906108c 5174{
0d381245 5175 struct breakpoint *b = NULL;
afe38095 5176 struct bp_location *bl;
20874c92 5177 struct bp_location *loc;
5760d0ab
JK
5178 /* First item of allocated bpstat's. */
5179 bpstat bs_head = NULL, *bs_link = &bs_head;
c906108c 5180 /* Pointer to the last thing in the chain currently. */
5760d0ab 5181 bpstat bs;
20874c92 5182 int ix;
429374b8 5183 int need_remove_insert;
f431efe5 5184 int removed_any;
c906108c 5185
f431efe5
PA
5186 /* First, build the bpstat chain with locations that explain a
5187 target stop, while being careful to not set the target running,
5188 as that may invalidate locations (in particular watchpoint
5189 locations are recreated). Resuming will happen here with
5190 breakpoint conditions or watchpoint expressions that include
5191 inferior function calls. */
c5aa993b 5192
429374b8
JK
5193 ALL_BREAKPOINTS (b)
5194 {
5195 if (!breakpoint_enabled (b) && b->enable_state != bp_permanent)
5196 continue;
a5606eee 5197
429374b8
JK
5198 for (bl = b->loc; bl != NULL; bl = bl->next)
5199 {
4a64f543
MS
5200 /* For hardware watchpoints, we look only at the first
5201 location. The watchpoint_check function will work on the
5202 entire expression, not the individual locations. For
5203 read watchpoints, the watchpoints_triggered function has
5204 checked all locations already. */
429374b8
JK
5205 if (b->type == bp_hardware_watchpoint && bl != b->loc)
5206 break;
18a18393 5207
f6592439 5208 if (!bl->enabled || bl->shlib_disabled)
429374b8 5209 continue;
c5aa993b 5210
09ac7c10 5211 if (!bpstat_check_location (bl, aspace, bp_addr, ws))
429374b8 5212 continue;
c5aa993b 5213
4a64f543
MS
5214 /* Come here if it's a watchpoint, or if the break address
5215 matches. */
c5aa993b 5216
4a64f543
MS
5217 bs = bpstat_alloc (bl, &bs_link); /* Alloc a bpstat to
5218 explain stop. */
c5aa993b 5219
f431efe5
PA
5220 /* Assume we stop. Should we find a watchpoint that is not
5221 actually triggered, or if the condition of the breakpoint
5222 evaluates as false, we'll reset 'stop' to 0. */
429374b8
JK
5223 bs->stop = 1;
5224 bs->print = 1;
d983da9c 5225
f431efe5
PA
5226 /* If this is a scope breakpoint, mark the associated
5227 watchpoint as triggered so that we will handle the
5228 out-of-scope event. We'll get to the watchpoint next
5229 iteration. */
d0fb5eae 5230 if (b->type == bp_watchpoint_scope && b->related_breakpoint != b)
3a5c3e22
PA
5231 {
5232 struct watchpoint *w = (struct watchpoint *) b->related_breakpoint;
5233
5234 w->watchpoint_triggered = watch_triggered_yes;
5235 }
f431efe5
PA
5236 }
5237 }
5238
5239 for (ix = 0; VEC_iterate (bp_location_p, moribund_locations, ix, loc); ++ix)
5240 {
f1310107 5241 if (breakpoint_location_address_match (loc, aspace, bp_addr))
f431efe5 5242 {
5760d0ab 5243 bs = bpstat_alloc (loc, &bs_link);
f431efe5
PA
5244 /* For hits of moribund locations, we should just proceed. */
5245 bs->stop = 0;
5246 bs->print = 0;
5247 bs->print_it = print_it_noop;
5248 }
5249 }
5250
edcc5120
TT
5251 /* A bit of special processing for shlib breakpoints. We need to
5252 process solib loading here, so that the lists of loaded and
5253 unloaded libraries are correct before we handle "catch load" and
5254 "catch unload". */
5255 for (bs = bs_head; bs != NULL; bs = bs->next)
5256 {
5d268276 5257 if (bs->breakpoint_at && bs->breakpoint_at->type == bp_shlib_event)
edcc5120
TT
5258 {
5259 handle_solib_event ();
5260 break;
5261 }
5262 }
5263
f431efe5
PA
5264 /* Now go through the locations that caused the target to stop, and
5265 check whether we're interested in reporting this stop to higher
5266 layers, or whether we should resume the target transparently. */
5267
5268 removed_any = 0;
5269
5760d0ab 5270 for (bs = bs_head; bs != NULL; bs = bs->next)
f431efe5
PA
5271 {
5272 if (!bs->stop)
5273 continue;
5274
f431efe5 5275 b = bs->breakpoint_at;
348d480f
PA
5276 b->ops->check_status (bs);
5277 if (bs->stop)
28010a5d 5278 {
348d480f 5279 bpstat_check_breakpoint_conditions (bs, ptid);
f431efe5 5280
429374b8
JK
5281 if (bs->stop)
5282 {
5283 ++(b->hit_count);
8d3788bd 5284 observer_notify_breakpoint_modified (b);
c906108c 5285
4a64f543 5286 /* We will stop here. */
429374b8
JK
5287 if (b->disposition == disp_disable)
5288 {
816338b5
SS
5289 --(b->enable_count);
5290 if (b->enable_count <= 0
5291 && b->enable_state != bp_permanent)
429374b8 5292 b->enable_state = bp_disabled;
f431efe5 5293 removed_any = 1;
429374b8
JK
5294 }
5295 if (b->silent)
5296 bs->print = 0;
5297 bs->commands = b->commands;
9add0f1b 5298 incref_counted_command_line (bs->commands);
abf85f46
JK
5299 if (command_line_is_silent (bs->commands
5300 ? bs->commands->commands : NULL))
5301 bs->print = 0;
429374b8
JK
5302 }
5303
348d480f 5304 }
a9b3a50f
PA
5305
5306 /* Print nothing for this entry if we don't stop or don't
5307 print. */
5308 if (!bs->stop || !bs->print)
5309 bs->print_it = print_it_noop;
429374b8 5310 }
876fa593 5311
d983da9c
DJ
5312 /* If we aren't stopping, the value of some hardware watchpoint may
5313 not have changed, but the intermediate memory locations we are
5314 watching may have. Don't bother if we're stopping; this will get
5315 done later. */
d832cb68 5316 need_remove_insert = 0;
5760d0ab
JK
5317 if (! bpstat_causes_stop (bs_head))
5318 for (bs = bs_head; bs != NULL; bs = bs->next)
d983da9c 5319 if (!bs->stop
f431efe5
PA
5320 && bs->breakpoint_at
5321 && is_hardware_watchpoint (bs->breakpoint_at))
d983da9c 5322 {
3a5c3e22
PA
5323 struct watchpoint *w = (struct watchpoint *) bs->breakpoint_at;
5324
5325 update_watchpoint (w, 0 /* don't reparse. */);
d832cb68 5326 need_remove_insert = 1;
d983da9c
DJ
5327 }
5328
d832cb68 5329 if (need_remove_insert)
2d134ed3 5330 update_global_location_list (1);
f431efe5
PA
5331 else if (removed_any)
5332 update_global_location_list (0);
d832cb68 5333
5760d0ab 5334 return bs_head;
c906108c 5335}
628fe4e4
JK
5336
5337static void
5338handle_jit_event (void)
5339{
5340 struct frame_info *frame;
5341 struct gdbarch *gdbarch;
5342
5343 /* Switch terminal for any messages produced by
5344 breakpoint_re_set. */
5345 target_terminal_ours_for_output ();
5346
5347 frame = get_current_frame ();
5348 gdbarch = get_frame_arch (frame);
5349
5350 jit_event_handler (gdbarch);
5351
5352 target_terminal_inferior ();
5353}
5354
edcc5120
TT
5355/* Handle an solib event by calling solib_add. */
5356
5357void
5358handle_solib_event (void)
5359{
5360 clear_program_space_solib_cache (current_inferior ()->pspace);
5361
5362 /* Check for any newly added shared libraries if we're supposed to
5363 be adding them automatically. Switch terminal for any messages
5364 produced by breakpoint_re_set. */
5365 target_terminal_ours_for_output ();
edcc5120 5366 solib_add (NULL, 0, &current_target, auto_solib_add);
edcc5120
TT
5367 target_terminal_inferior ();
5368}
5369
628fe4e4
JK
5370/* Prepare WHAT final decision for infrun. */
5371
5372/* Decide what infrun needs to do with this bpstat. */
5373
c906108c 5374struct bpstat_what
0e30163f 5375bpstat_what (bpstat bs_head)
c906108c 5376{
c906108c 5377 struct bpstat_what retval;
628fe4e4 5378 int jit_event = 0;
0e30163f 5379 bpstat bs;
c906108c 5380
628fe4e4 5381 retval.main_action = BPSTAT_WHAT_KEEP_CHECKING;
aa7d318d 5382 retval.call_dummy = STOP_NONE;
186c406b 5383 retval.is_longjmp = 0;
628fe4e4 5384
0e30163f 5385 for (bs = bs_head; bs != NULL; bs = bs->next)
c906108c 5386 {
628fe4e4
JK
5387 /* Extract this BS's action. After processing each BS, we check
5388 if its action overrides all we've seem so far. */
5389 enum bpstat_what_main_action this_action = BPSTAT_WHAT_KEEP_CHECKING;
5390 enum bptype bptype;
5391
c906108c 5392 if (bs->breakpoint_at == NULL)
628fe4e4
JK
5393 {
5394 /* I suspect this can happen if it was a momentary
5395 breakpoint which has since been deleted. */
5396 bptype = bp_none;
5397 }
20874c92 5398 else
f431efe5 5399 bptype = bs->breakpoint_at->type;
628fe4e4
JK
5400
5401 switch (bptype)
c906108c
SS
5402 {
5403 case bp_none:
628fe4e4 5404 break;
c906108c
SS
5405 case bp_breakpoint:
5406 case bp_hardware_breakpoint:
5407 case bp_until:
5408 case bp_finish:
a9b3a50f 5409 case bp_shlib_event:
c906108c
SS
5410 if (bs->stop)
5411 {
5412 if (bs->print)
628fe4e4 5413 this_action = BPSTAT_WHAT_STOP_NOISY;
c906108c 5414 else
628fe4e4 5415 this_action = BPSTAT_WHAT_STOP_SILENT;
c906108c
SS
5416 }
5417 else
628fe4e4 5418 this_action = BPSTAT_WHAT_SINGLE;
c906108c
SS
5419 break;
5420 case bp_watchpoint:
5421 case bp_hardware_watchpoint:
5422 case bp_read_watchpoint:
5423 case bp_access_watchpoint:
5424 if (bs->stop)
5425 {
5426 if (bs->print)
628fe4e4 5427 this_action = BPSTAT_WHAT_STOP_NOISY;
c906108c 5428 else
628fe4e4 5429 this_action = BPSTAT_WHAT_STOP_SILENT;
c906108c
SS
5430 }
5431 else
628fe4e4
JK
5432 {
5433 /* There was a watchpoint, but we're not stopping.
5434 This requires no further action. */
5435 }
c906108c
SS
5436 break;
5437 case bp_longjmp:
e2e4d78b 5438 case bp_longjmp_call_dummy:
186c406b 5439 case bp_exception:
628fe4e4 5440 this_action = BPSTAT_WHAT_SET_LONGJMP_RESUME;
e2e4d78b 5441 retval.is_longjmp = bptype != bp_exception;
c906108c
SS
5442 break;
5443 case bp_longjmp_resume:
186c406b 5444 case bp_exception_resume:
628fe4e4 5445 this_action = BPSTAT_WHAT_CLEAR_LONGJMP_RESUME;
186c406b 5446 retval.is_longjmp = bptype == bp_longjmp_resume;
c906108c
SS
5447 break;
5448 case bp_step_resume:
5449 if (bs->stop)
628fe4e4
JK
5450 this_action = BPSTAT_WHAT_STEP_RESUME;
5451 else
c906108c 5452 {
628fe4e4
JK
5453 /* It is for the wrong frame. */
5454 this_action = BPSTAT_WHAT_SINGLE;
c906108c 5455 }
c906108c 5456 break;
2c03e5be
PA
5457 case bp_hp_step_resume:
5458 if (bs->stop)
5459 this_action = BPSTAT_WHAT_HP_STEP_RESUME;
5460 else
5461 {
5462 /* It is for the wrong frame. */
5463 this_action = BPSTAT_WHAT_SINGLE;
5464 }
5465 break;
c906108c 5466 case bp_watchpoint_scope:
c4093a6a 5467 case bp_thread_event:
1900040c 5468 case bp_overlay_event:
0fd8e87f 5469 case bp_longjmp_master:
aa7d318d 5470 case bp_std_terminate_master:
186c406b 5471 case bp_exception_master:
628fe4e4 5472 this_action = BPSTAT_WHAT_SINGLE;
c4093a6a 5473 break;
ce78b96d 5474 case bp_catchpoint:
c5aa993b
JM
5475 if (bs->stop)
5476 {
5477 if (bs->print)
628fe4e4 5478 this_action = BPSTAT_WHAT_STOP_NOISY;
c5aa993b 5479 else
628fe4e4 5480 this_action = BPSTAT_WHAT_STOP_SILENT;
c5aa993b
JM
5481 }
5482 else
628fe4e4
JK
5483 {
5484 /* There was a catchpoint, but we're not stopping.
5485 This requires no further action. */
5486 }
5487 break;
628fe4e4
JK
5488 case bp_jit_event:
5489 jit_event = 1;
5490 this_action = BPSTAT_WHAT_SINGLE;
c5aa993b 5491 break;
c906108c 5492 case bp_call_dummy:
53a5351d
JM
5493 /* Make sure the action is stop (silent or noisy),
5494 so infrun.c pops the dummy frame. */
aa7d318d 5495 retval.call_dummy = STOP_STACK_DUMMY;
628fe4e4 5496 this_action = BPSTAT_WHAT_STOP_SILENT;
aa7d318d
TT
5497 break;
5498 case bp_std_terminate:
5499 /* Make sure the action is stop (silent or noisy),
5500 so infrun.c pops the dummy frame. */
aa7d318d 5501 retval.call_dummy = STOP_STD_TERMINATE;
628fe4e4 5502 this_action = BPSTAT_WHAT_STOP_SILENT;
c906108c 5503 break;
1042e4c0 5504 case bp_tracepoint:
7a697b8d 5505 case bp_fast_tracepoint:
0fb4aa4b 5506 case bp_static_tracepoint:
1042e4c0
SS
5507 /* Tracepoint hits should not be reported back to GDB, and
5508 if one got through somehow, it should have been filtered
5509 out already. */
5510 internal_error (__FILE__, __LINE__,
7a697b8d 5511 _("bpstat_what: tracepoint encountered"));
0e30163f
JK
5512 break;
5513 case bp_gnu_ifunc_resolver:
5514 /* Step over it (and insert bp_gnu_ifunc_resolver_return). */
5515 this_action = BPSTAT_WHAT_SINGLE;
5516 break;
5517 case bp_gnu_ifunc_resolver_return:
5518 /* The breakpoint will be removed, execution will restart from the
5519 PC of the former breakpoint. */
5520 this_action = BPSTAT_WHAT_KEEP_CHECKING;
5521 break;
e7e0cddf
SS
5522
5523 case bp_dprintf:
a11cfd87
HZ
5524 if (bs->stop)
5525 this_action = BPSTAT_WHAT_STOP_SILENT;
5526 else
5527 this_action = BPSTAT_WHAT_SINGLE;
e7e0cddf
SS
5528 break;
5529
628fe4e4
JK
5530 default:
5531 internal_error (__FILE__, __LINE__,
5532 _("bpstat_what: unhandled bptype %d"), (int) bptype);
c906108c 5533 }
628fe4e4
JK
5534
5535 retval.main_action = max (retval.main_action, this_action);
c906108c 5536 }
628fe4e4 5537
0e30163f
JK
5538 /* These operations may affect the bs->breakpoint_at state so they are
5539 delayed after MAIN_ACTION is decided above. */
5540
628fe4e4
JK
5541 if (jit_event)
5542 {
5543 if (debug_infrun)
5544 fprintf_unfiltered (gdb_stdlog, "bpstat_what: bp_jit_event\n");
5545
5546 handle_jit_event ();
5547 }
5548
0e30163f
JK
5549 for (bs = bs_head; bs != NULL; bs = bs->next)
5550 {
5551 struct breakpoint *b = bs->breakpoint_at;
5552
5553 if (b == NULL)
5554 continue;
5555 switch (b->type)
5556 {
5557 case bp_gnu_ifunc_resolver:
5558 gnu_ifunc_resolver_stop (b);
5559 break;
5560 case bp_gnu_ifunc_resolver_return:
5561 gnu_ifunc_resolver_return_stop (b);
5562 break;
5563 }
5564 }
5565
c906108c
SS
5566 return retval;
5567}
5568
5569/* Nonzero if we should step constantly (e.g. watchpoints on machines
5570 without hardware support). This isn't related to a specific bpstat,
5571 just to things like whether watchpoints are set. */
5572
c5aa993b 5573int
fba45db2 5574bpstat_should_step (void)
c906108c
SS
5575{
5576 struct breakpoint *b;
cc59ec59 5577
c906108c 5578 ALL_BREAKPOINTS (b)
717a8278 5579 if (breakpoint_enabled (b) && b->type == bp_watchpoint && b->loc != NULL)
3172dc30 5580 return 1;
c906108c
SS
5581 return 0;
5582}
5583
67822962
PA
5584int
5585bpstat_causes_stop (bpstat bs)
5586{
5587 for (; bs != NULL; bs = bs->next)
5588 if (bs->stop)
5589 return 1;
5590
5591 return 0;
5592}
5593
c906108c 5594\f
c5aa993b 5595
170b53b2
UW
5596/* Compute a string of spaces suitable to indent the next line
5597 so it starts at the position corresponding to the table column
5598 named COL_NAME in the currently active table of UIOUT. */
5599
5600static char *
5601wrap_indent_at_field (struct ui_out *uiout, const char *col_name)
5602{
5603 static char wrap_indent[80];
5604 int i, total_width, width, align;
5605 char *text;
5606
5607 total_width = 0;
5608 for (i = 1; ui_out_query_field (uiout, i, &width, &align, &text); i++)
5609 {
5610 if (strcmp (text, col_name) == 0)
5611 {
5612 gdb_assert (total_width < sizeof wrap_indent);
5613 memset (wrap_indent, ' ', total_width);
5614 wrap_indent[total_width] = 0;
5615
5616 return wrap_indent;
5617 }
5618
5619 total_width += width + 1;
5620 }
5621
5622 return NULL;
5623}
5624
b775012e
LM
5625/* Determine if the locations of this breakpoint will have their conditions
5626 evaluated by the target, host or a mix of both. Returns the following:
5627
5628 "host": Host evals condition.
5629 "host or target": Host or Target evals condition.
5630 "target": Target evals condition.
5631*/
5632
5633static const char *
5634bp_condition_evaluator (struct breakpoint *b)
5635{
5636 struct bp_location *bl;
5637 char host_evals = 0;
5638 char target_evals = 0;
5639
5640 if (!b)
5641 return NULL;
5642
5643 if (!is_breakpoint (b))
5644 return NULL;
5645
5646 if (gdb_evaluates_breakpoint_condition_p ()
5647 || !target_supports_evaluation_of_breakpoint_conditions ())
5648 return condition_evaluation_host;
5649
5650 for (bl = b->loc; bl; bl = bl->next)
5651 {
5652 if (bl->cond_bytecode)
5653 target_evals++;
5654 else
5655 host_evals++;
5656 }
5657
5658 if (host_evals && target_evals)
5659 return condition_evaluation_both;
5660 else if (target_evals)
5661 return condition_evaluation_target;
5662 else
5663 return condition_evaluation_host;
5664}
5665
5666/* Determine the breakpoint location's condition evaluator. This is
5667 similar to bp_condition_evaluator, but for locations. */
5668
5669static const char *
5670bp_location_condition_evaluator (struct bp_location *bl)
5671{
5672 if (bl && !is_breakpoint (bl->owner))
5673 return NULL;
5674
5675 if (gdb_evaluates_breakpoint_condition_p ()
5676 || !target_supports_evaluation_of_breakpoint_conditions ())
5677 return condition_evaluation_host;
5678
5679 if (bl && bl->cond_bytecode)
5680 return condition_evaluation_target;
5681 else
5682 return condition_evaluation_host;
5683}
5684
859825b8
JK
5685/* Print the LOC location out of the list of B->LOC locations. */
5686
170b53b2
UW
5687static void
5688print_breakpoint_location (struct breakpoint *b,
5689 struct bp_location *loc)
0d381245 5690{
79a45e25 5691 struct ui_out *uiout = current_uiout;
6c95b8df
PA
5692 struct cleanup *old_chain = save_current_program_space ();
5693
859825b8
JK
5694 if (loc != NULL && loc->shlib_disabled)
5695 loc = NULL;
5696
6c95b8df
PA
5697 if (loc != NULL)
5698 set_current_program_space (loc->pspace);
5699
56435ebe
TT
5700 if (b->display_canonical)
5701 ui_out_field_string (uiout, "what", b->addr_string);
2f202fde 5702 else if (loc && loc->symtab)
0d381245
VP
5703 {
5704 struct symbol *sym
5705 = find_pc_sect_function (loc->address, loc->section);
5706 if (sym)
5707 {
5708 ui_out_text (uiout, "in ");
5709 ui_out_field_string (uiout, "func",
5710 SYMBOL_PRINT_NAME (sym));
170b53b2
UW
5711 ui_out_text (uiout, " ");
5712 ui_out_wrap_hint (uiout, wrap_indent_at_field (uiout, "what"));
5713 ui_out_text (uiout, "at ");
0d381245 5714 }
05cba821
JK
5715 ui_out_field_string (uiout, "file",
5716 symtab_to_filename_for_display (loc->symtab));
0d381245 5717 ui_out_text (uiout, ":");
05cba821 5718
0d381245 5719 if (ui_out_is_mi_like_p (uiout))
2f202fde
JK
5720 ui_out_field_string (uiout, "fullname",
5721 symtab_to_fullname (loc->symtab));
0d381245 5722
f8eba3c6 5723 ui_out_field_int (uiout, "line", loc->line_number);
0d381245 5724 }
859825b8 5725 else if (loc)
0d381245 5726 {
f99d8bf4
PA
5727 struct ui_file *stb = mem_fileopen ();
5728 struct cleanup *stb_chain = make_cleanup_ui_file_delete (stb);
170b53b2 5729
f99d8bf4 5730 print_address_symbolic (loc->gdbarch, loc->address, stb,
22e722e1 5731 demangle, "");
0d381245 5732 ui_out_field_stream (uiout, "at", stb);
170b53b2
UW
5733
5734 do_cleanups (stb_chain);
0d381245 5735 }
859825b8
JK
5736 else
5737 ui_out_field_string (uiout, "pending", b->addr_string);
6c95b8df 5738
b775012e
LM
5739 if (loc && is_breakpoint (b)
5740 && breakpoint_condition_evaluation_mode () == condition_evaluation_target
5741 && bp_condition_evaluator (b) == condition_evaluation_both)
5742 {
5743 ui_out_text (uiout, " (");
5744 ui_out_field_string (uiout, "evaluated-by",
5745 bp_location_condition_evaluator (loc));
5746 ui_out_text (uiout, ")");
5747 }
5748
6c95b8df 5749 do_cleanups (old_chain);
0d381245
VP
5750}
5751
269b11a2
PA
5752static const char *
5753bptype_string (enum bptype type)
c906108c 5754{
c4093a6a
JM
5755 struct ep_type_description
5756 {
5757 enum bptype type;
5758 char *description;
5759 };
5760 static struct ep_type_description bptypes[] =
c906108c 5761 {
c5aa993b
JM
5762 {bp_none, "?deleted?"},
5763 {bp_breakpoint, "breakpoint"},
c906108c 5764 {bp_hardware_breakpoint, "hw breakpoint"},
c5aa993b
JM
5765 {bp_until, "until"},
5766 {bp_finish, "finish"},
5767 {bp_watchpoint, "watchpoint"},
c906108c 5768 {bp_hardware_watchpoint, "hw watchpoint"},
c5aa993b
JM
5769 {bp_read_watchpoint, "read watchpoint"},
5770 {bp_access_watchpoint, "acc watchpoint"},
5771 {bp_longjmp, "longjmp"},
5772 {bp_longjmp_resume, "longjmp resume"},
e2e4d78b 5773 {bp_longjmp_call_dummy, "longjmp for call dummy"},
186c406b
TT
5774 {bp_exception, "exception"},
5775 {bp_exception_resume, "exception resume"},
c5aa993b 5776 {bp_step_resume, "step resume"},
2c03e5be 5777 {bp_hp_step_resume, "high-priority step resume"},
c5aa993b
JM
5778 {bp_watchpoint_scope, "watchpoint scope"},
5779 {bp_call_dummy, "call dummy"},
aa7d318d 5780 {bp_std_terminate, "std::terminate"},
c5aa993b 5781 {bp_shlib_event, "shlib events"},
c4093a6a 5782 {bp_thread_event, "thread events"},
1900040c 5783 {bp_overlay_event, "overlay events"},
0fd8e87f 5784 {bp_longjmp_master, "longjmp master"},
aa7d318d 5785 {bp_std_terminate_master, "std::terminate master"},
186c406b 5786 {bp_exception_master, "exception master"},
ce78b96d 5787 {bp_catchpoint, "catchpoint"},
1042e4c0 5788 {bp_tracepoint, "tracepoint"},
7a697b8d 5789 {bp_fast_tracepoint, "fast tracepoint"},
0fb4aa4b 5790 {bp_static_tracepoint, "static tracepoint"},
e7e0cddf 5791 {bp_dprintf, "dprintf"},
4efc6507 5792 {bp_jit_event, "jit events"},
0e30163f
JK
5793 {bp_gnu_ifunc_resolver, "STT_GNU_IFUNC resolver"},
5794 {bp_gnu_ifunc_resolver_return, "STT_GNU_IFUNC resolver return"},
c5aa993b 5795 };
269b11a2
PA
5796
5797 if (((int) type >= (sizeof (bptypes) / sizeof (bptypes[0])))
5798 || ((int) type != bptypes[(int) type].type))
5799 internal_error (__FILE__, __LINE__,
5800 _("bptypes table does not describe type #%d."),
5801 (int) type);
5802
5803 return bptypes[(int) type].description;
5804}
5805
998580f1
MK
5806DEF_VEC_I(int);
5807
5808/* For MI, output a field named 'thread-groups' with a list as the value.
5809 For CLI, prefix the list with the string 'inf'. */
5810
5811static void
5812output_thread_groups (struct ui_out *uiout,
5813 const char *field_name,
5814 VEC(int) *inf_num,
5815 int mi_only)
5816{
752eb8b4 5817 struct cleanup *back_to;
998580f1
MK
5818 int is_mi = ui_out_is_mi_like_p (uiout);
5819 int inf;
5820 int i;
5821
5822 /* For backward compatibility, don't display inferiors in CLI unless
5823 there are several. Always display them for MI. */
5824 if (!is_mi && mi_only)
5825 return;
5826
752eb8b4
TT
5827 back_to = make_cleanup_ui_out_list_begin_end (uiout, field_name);
5828
998580f1
MK
5829 for (i = 0; VEC_iterate (int, inf_num, i, inf); ++i)
5830 {
5831 if (is_mi)
5832 {
5833 char mi_group[10];
5834
5835 xsnprintf (mi_group, sizeof (mi_group), "i%d", inf);
5836 ui_out_field_string (uiout, NULL, mi_group);
5837 }
5838 else
5839 {
5840 if (i == 0)
5841 ui_out_text (uiout, " inf ");
5842 else
5843 ui_out_text (uiout, ", ");
5844
5845 ui_out_text (uiout, plongest (inf));
5846 }
5847 }
5848
5849 do_cleanups (back_to);
5850}
5851
269b11a2
PA
5852/* Print B to gdb_stdout. */
5853
5854static void
5855print_one_breakpoint_location (struct breakpoint *b,
5856 struct bp_location *loc,
5857 int loc_number,
5858 struct bp_location **last_loc,
269b11a2
PA
5859 int allflag)
5860{
5861 struct command_line *l;
c2c6d25f 5862 static char bpenables[] = "nynny";
c906108c 5863
79a45e25 5864 struct ui_out *uiout = current_uiout;
0d381245
VP
5865 int header_of_multiple = 0;
5866 int part_of_multiple = (loc != NULL);
79a45b7d
TT
5867 struct value_print_options opts;
5868
5869 get_user_print_options (&opts);
0d381245
VP
5870
5871 gdb_assert (!loc || loc_number != 0);
4a64f543
MS
5872 /* See comment in print_one_breakpoint concerning treatment of
5873 breakpoints with single disabled location. */
0d381245
VP
5874 if (loc == NULL
5875 && (b->loc != NULL
5876 && (b->loc->next != NULL || !b->loc->enabled)))
5877 header_of_multiple = 1;
5878 if (loc == NULL)
5879 loc = b->loc;
5880
c4093a6a
JM
5881 annotate_record ();
5882
5883 /* 1 */
5884 annotate_field (0);
0d381245
VP
5885 if (part_of_multiple)
5886 {
5887 char *formatted;
0c6773c1 5888 formatted = xstrprintf ("%d.%d", b->number, loc_number);
0d381245
VP
5889 ui_out_field_string (uiout, "number", formatted);
5890 xfree (formatted);
5891 }
5892 else
5893 {
5894 ui_out_field_int (uiout, "number", b->number);
5895 }
c4093a6a
JM
5896
5897 /* 2 */
5898 annotate_field (1);
0d381245
VP
5899 if (part_of_multiple)
5900 ui_out_field_skip (uiout, "type");
269b11a2
PA
5901 else
5902 ui_out_field_string (uiout, "type", bptype_string (b->type));
c4093a6a
JM
5903
5904 /* 3 */
5905 annotate_field (2);
0d381245
VP
5906 if (part_of_multiple)
5907 ui_out_field_skip (uiout, "disp");
5908 else
2cec12e5 5909 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
0d381245 5910
c4093a6a
JM
5911
5912 /* 4 */
5913 annotate_field (3);
0d381245 5914 if (part_of_multiple)
54e52265 5915 ui_out_field_string (uiout, "enabled", loc->enabled ? "y" : "n");
0d381245 5916 else
4a64f543
MS
5917 ui_out_field_fmt (uiout, "enabled", "%c",
5918 bpenables[(int) b->enable_state]);
54e52265 5919 ui_out_spaces (uiout, 2);
0d381245 5920
c4093a6a
JM
5921
5922 /* 5 and 6 */
3086aeae 5923 if (b->ops != NULL && b->ops->print_one != NULL)
0d381245 5924 {
4a64f543
MS
5925 /* Although the print_one can possibly print all locations,
5926 calling it here is not likely to get any nice result. So,
5927 make sure there's just one location. */
0d381245 5928 gdb_assert (b->loc == NULL || b->loc->next == NULL);
a6d9a66e 5929 b->ops->print_one (b, last_loc);
0d381245 5930 }
3086aeae
DJ
5931 else
5932 switch (b->type)
5933 {
5934 case bp_none:
5935 internal_error (__FILE__, __LINE__,
e2e0b3e5 5936 _("print_one_breakpoint: bp_none encountered\n"));
3086aeae 5937 break;
c906108c 5938
3086aeae
DJ
5939 case bp_watchpoint:
5940 case bp_hardware_watchpoint:
5941 case bp_read_watchpoint:
5942 case bp_access_watchpoint:
3a5c3e22
PA
5943 {
5944 struct watchpoint *w = (struct watchpoint *) b;
5945
5946 /* Field 4, the address, is omitted (which makes the columns
5947 not line up too nicely with the headers, but the effect
5948 is relatively readable). */
5949 if (opts.addressprint)
5950 ui_out_field_skip (uiout, "addr");
5951 annotate_field (5);
5952 ui_out_field_string (uiout, "what", w->exp_string);
5953 }
3086aeae
DJ
5954 break;
5955
3086aeae
DJ
5956 case bp_breakpoint:
5957 case bp_hardware_breakpoint:
5958 case bp_until:
5959 case bp_finish:
5960 case bp_longjmp:
5961 case bp_longjmp_resume:
e2e4d78b 5962 case bp_longjmp_call_dummy:
186c406b
TT
5963 case bp_exception:
5964 case bp_exception_resume:
3086aeae 5965 case bp_step_resume:
2c03e5be 5966 case bp_hp_step_resume:
3086aeae
DJ
5967 case bp_watchpoint_scope:
5968 case bp_call_dummy:
aa7d318d 5969 case bp_std_terminate:
3086aeae
DJ
5970 case bp_shlib_event:
5971 case bp_thread_event:
5972 case bp_overlay_event:
0fd8e87f 5973 case bp_longjmp_master:
aa7d318d 5974 case bp_std_terminate_master:
186c406b 5975 case bp_exception_master:
1042e4c0 5976 case bp_tracepoint:
7a697b8d 5977 case bp_fast_tracepoint:
0fb4aa4b 5978 case bp_static_tracepoint:
e7e0cddf 5979 case bp_dprintf:
4efc6507 5980 case bp_jit_event:
0e30163f
JK
5981 case bp_gnu_ifunc_resolver:
5982 case bp_gnu_ifunc_resolver_return:
79a45b7d 5983 if (opts.addressprint)
3086aeae
DJ
5984 {
5985 annotate_field (4);
54e52265 5986 if (header_of_multiple)
0d381245 5987 ui_out_field_string (uiout, "addr", "<MULTIPLE>");
e9bbd7c5 5988 else if (b->loc == NULL || loc->shlib_disabled)
54e52265 5989 ui_out_field_string (uiout, "addr", "<PENDING>");
0101ce28 5990 else
5af949e3
UW
5991 ui_out_field_core_addr (uiout, "addr",
5992 loc->gdbarch, loc->address);
3086aeae
DJ
5993 }
5994 annotate_field (5);
0d381245 5995 if (!header_of_multiple)
170b53b2 5996 print_breakpoint_location (b, loc);
0d381245 5997 if (b->loc)
a6d9a66e 5998 *last_loc = b->loc;
3086aeae
DJ
5999 break;
6000 }
c906108c 6001
6c95b8df 6002
998580f1 6003 if (loc != NULL && !header_of_multiple)
6c95b8df
PA
6004 {
6005 struct inferior *inf;
998580f1
MK
6006 VEC(int) *inf_num = NULL;
6007 int mi_only = 1;
6c95b8df 6008
998580f1 6009 ALL_INFERIORS (inf)
6c95b8df
PA
6010 {
6011 if (inf->pspace == loc->pspace)
998580f1 6012 VEC_safe_push (int, inf_num, inf->num);
6c95b8df 6013 }
998580f1
MK
6014
6015 /* For backward compatibility, don't display inferiors in CLI unless
6016 there are several. Always display for MI. */
6017 if (allflag
6018 || (!gdbarch_has_global_breakpoints (target_gdbarch ())
6019 && (number_of_program_spaces () > 1
6020 || number_of_inferiors () > 1)
6021 /* LOC is for existing B, it cannot be in
6022 moribund_locations and thus having NULL OWNER. */
6023 && loc->owner->type != bp_catchpoint))
6024 mi_only = 0;
6025 output_thread_groups (uiout, "thread-groups", inf_num, mi_only);
6026 VEC_free (int, inf_num);
6c95b8df
PA
6027 }
6028
4a306c9a 6029 if (!part_of_multiple)
c4093a6a 6030 {
4a306c9a
JB
6031 if (b->thread != -1)
6032 {
6033 /* FIXME: This seems to be redundant and lost here; see the
4a64f543 6034 "stop only in" line a little further down. */
4a306c9a
JB
6035 ui_out_text (uiout, " thread ");
6036 ui_out_field_int (uiout, "thread", b->thread);
6037 }
6038 else if (b->task != 0)
6039 {
6040 ui_out_text (uiout, " task ");
6041 ui_out_field_int (uiout, "task", b->task);
6042 }
c4093a6a 6043 }
f1310107 6044
8b93c638 6045 ui_out_text (uiout, "\n");
f1310107 6046
348d480f 6047 if (!part_of_multiple)
f1310107
TJB
6048 b->ops->print_one_detail (b, uiout);
6049
0d381245 6050 if (part_of_multiple && frame_id_p (b->frame_id))
c4093a6a
JM
6051 {
6052 annotate_field (6);
8b93c638 6053 ui_out_text (uiout, "\tstop only in stack frame at ");
e5dd4106 6054 /* FIXME: cagney/2002-12-01: Shouldn't be poking around inside
818dd999 6055 the frame ID. */
5af949e3
UW
6056 ui_out_field_core_addr (uiout, "frame",
6057 b->gdbarch, b->frame_id.stack_addr);
8b93c638 6058 ui_out_text (uiout, "\n");
c4093a6a
JM
6059 }
6060
28010a5d 6061 if (!part_of_multiple && b->cond_string)
c4093a6a
JM
6062 {
6063 annotate_field (7);
d77f58be 6064 if (is_tracepoint (b))
1042e4c0
SS
6065 ui_out_text (uiout, "\ttrace only if ");
6066 else
6067 ui_out_text (uiout, "\tstop only if ");
0101ce28 6068 ui_out_field_string (uiout, "cond", b->cond_string);
b775012e
LM
6069
6070 /* Print whether the target is doing the breakpoint's condition
6071 evaluation. If GDB is doing the evaluation, don't print anything. */
6072 if (is_breakpoint (b)
6073 && breakpoint_condition_evaluation_mode ()
6074 == condition_evaluation_target)
6075 {
6076 ui_out_text (uiout, " (");
6077 ui_out_field_string (uiout, "evaluated-by",
6078 bp_condition_evaluator (b));
6079 ui_out_text (uiout, " evals)");
6080 }
0101ce28
JJ
6081 ui_out_text (uiout, "\n");
6082 }
6083
0d381245 6084 if (!part_of_multiple && b->thread != -1)
c4093a6a 6085 {
4a64f543 6086 /* FIXME should make an annotation for this. */
8b93c638
JM
6087 ui_out_text (uiout, "\tstop only in thread ");
6088 ui_out_field_int (uiout, "thread", b->thread);
6089 ui_out_text (uiout, "\n");
c4093a6a
JM
6090 }
6091
556ec64d
YQ
6092 if (!part_of_multiple)
6093 {
6094 if (b->hit_count)
31f56a27
YQ
6095 {
6096 /* FIXME should make an annotation for this. */
6097 if (is_catchpoint (b))
6098 ui_out_text (uiout, "\tcatchpoint");
6099 else if (is_tracepoint (b))
6100 ui_out_text (uiout, "\ttracepoint");
6101 else
6102 ui_out_text (uiout, "\tbreakpoint");
6103 ui_out_text (uiout, " already hit ");
6104 ui_out_field_int (uiout, "times", b->hit_count);
6105 if (b->hit_count == 1)
6106 ui_out_text (uiout, " time\n");
6107 else
6108 ui_out_text (uiout, " times\n");
6109 }
556ec64d
YQ
6110 else
6111 {
31f56a27
YQ
6112 /* Output the count also if it is zero, but only if this is mi. */
6113 if (ui_out_is_mi_like_p (uiout))
6114 ui_out_field_int (uiout, "times", b->hit_count);
556ec64d
YQ
6115 }
6116 }
8b93c638 6117
0d381245 6118 if (!part_of_multiple && b->ignore_count)
c4093a6a
JM
6119 {
6120 annotate_field (8);
8b93c638
JM
6121 ui_out_text (uiout, "\tignore next ");
6122 ui_out_field_int (uiout, "ignore", b->ignore_count);
6123 ui_out_text (uiout, " hits\n");
c4093a6a 6124 }
059fb39f 6125
816338b5
SS
6126 /* Note that an enable count of 1 corresponds to "enable once"
6127 behavior, which is reported by the combination of enablement and
6128 disposition, so we don't need to mention it here. */
6129 if (!part_of_multiple && b->enable_count > 1)
6130 {
6131 annotate_field (8);
6132 ui_out_text (uiout, "\tdisable after ");
6133 /* Tweak the wording to clarify that ignore and enable counts
6134 are distinct, and have additive effect. */
6135 if (b->ignore_count)
6136 ui_out_text (uiout, "additional ");
6137 else
6138 ui_out_text (uiout, "next ");
6139 ui_out_field_int (uiout, "enable", b->enable_count);
6140 ui_out_text (uiout, " hits\n");
6141 }
6142
f196051f
SS
6143 if (!part_of_multiple && is_tracepoint (b))
6144 {
6145 struct tracepoint *tp = (struct tracepoint *) b;
6146
6147 if (tp->traceframe_usage)
6148 {
6149 ui_out_text (uiout, "\ttrace buffer usage ");
6150 ui_out_field_int (uiout, "traceframe-usage", tp->traceframe_usage);
6151 ui_out_text (uiout, " bytes\n");
6152 }
6153 }
d3ce09f5 6154
9add0f1b 6155 l = b->commands ? b->commands->commands : NULL;
059fb39f 6156 if (!part_of_multiple && l)
c4093a6a 6157 {
3b31d625
EZ
6158 struct cleanup *script_chain;
6159
c4093a6a 6160 annotate_field (9);
3b31d625 6161 script_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "script");
8b93c638 6162 print_command_lines (uiout, l, 4);
3b31d625 6163 do_cleanups (script_chain);
c4093a6a 6164 }
d24317b4 6165
d9b3f62e 6166 if (is_tracepoint (b))
1042e4c0 6167 {
d9b3f62e
PA
6168 struct tracepoint *t = (struct tracepoint *) b;
6169
6170 if (!part_of_multiple && t->pass_count)
6171 {
6172 annotate_field (10);
6173 ui_out_text (uiout, "\tpass count ");
6174 ui_out_field_int (uiout, "pass", t->pass_count);
6175 ui_out_text (uiout, " \n");
6176 }
f2a8bc8a
YQ
6177
6178 /* Don't display it when tracepoint or tracepoint location is
6179 pending. */
6180 if (!header_of_multiple && loc != NULL && !loc->shlib_disabled)
6181 {
6182 annotate_field (11);
6183
6184 if (ui_out_is_mi_like_p (uiout))
6185 ui_out_field_string (uiout, "installed",
6186 loc->inserted ? "y" : "n");
6187 else
6188 {
6189 if (loc->inserted)
6190 ui_out_text (uiout, "\t");
6191 else
6192 ui_out_text (uiout, "\tnot ");
6193 ui_out_text (uiout, "installed on target\n");
6194 }
6195 }
1042e4c0
SS
6196 }
6197
d24317b4
VP
6198 if (ui_out_is_mi_like_p (uiout) && !part_of_multiple)
6199 {
3a5c3e22
PA
6200 if (is_watchpoint (b))
6201 {
6202 struct watchpoint *w = (struct watchpoint *) b;
6203
6204 ui_out_field_string (uiout, "original-location", w->exp_string);
6205 }
6206 else if (b->addr_string)
d24317b4 6207 ui_out_field_string (uiout, "original-location", b->addr_string);
d24317b4 6208 }
c4093a6a 6209}
c5aa993b 6210
0d381245
VP
6211static void
6212print_one_breakpoint (struct breakpoint *b,
4a64f543 6213 struct bp_location **last_loc,
6c95b8df 6214 int allflag)
0d381245 6215{
8d3788bd 6216 struct cleanup *bkpt_chain;
79a45e25 6217 struct ui_out *uiout = current_uiout;
8d3788bd
VP
6218
6219 bkpt_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "bkpt");
6220
12c5a436 6221 print_one_breakpoint_location (b, NULL, 0, last_loc, allflag);
8d3788bd 6222 do_cleanups (bkpt_chain);
0d381245
VP
6223
6224 /* If this breakpoint has custom print function,
6225 it's already printed. Otherwise, print individual
6226 locations, if any. */
6227 if (b->ops == NULL || b->ops->print_one == NULL)
6228 {
4a64f543
MS
6229 /* If breakpoint has a single location that is disabled, we
6230 print it as if it had several locations, since otherwise it's
6231 hard to represent "breakpoint enabled, location disabled"
6232 situation.
6233
6234 Note that while hardware watchpoints have several locations
a3be7890 6235 internally, that's not a property exposed to user. */
0d381245 6236 if (b->loc
a5606eee 6237 && !is_hardware_watchpoint (b)
8d3788bd 6238 && (b->loc->next || !b->loc->enabled))
0d381245
VP
6239 {
6240 struct bp_location *loc;
6241 int n = 1;
8d3788bd 6242
0d381245 6243 for (loc = b->loc; loc; loc = loc->next, ++n)
8d3788bd
VP
6244 {
6245 struct cleanup *inner2 =
6246 make_cleanup_ui_out_tuple_begin_end (uiout, NULL);
6247 print_one_breakpoint_location (b, loc, n, last_loc, allflag);
6248 do_cleanups (inner2);
6249 }
0d381245
VP
6250 }
6251 }
6252}
6253
a6d9a66e
UW
6254static int
6255breakpoint_address_bits (struct breakpoint *b)
6256{
6257 int print_address_bits = 0;
6258 struct bp_location *loc;
6259
6260 for (loc = b->loc; loc; loc = loc->next)
6261 {
c7437ca6
PA
6262 int addr_bit;
6263
6264 /* Software watchpoints that aren't watching memory don't have
6265 an address to print. */
6266 if (b->type == bp_watchpoint && loc->watchpoint_type == -1)
6267 continue;
6268
6269 addr_bit = gdbarch_addr_bit (loc->gdbarch);
a6d9a66e
UW
6270 if (addr_bit > print_address_bits)
6271 print_address_bits = addr_bit;
6272 }
6273
6274 return print_address_bits;
6275}
0d381245 6276
c4093a6a
JM
6277struct captured_breakpoint_query_args
6278 {
6279 int bnum;
6280 };
c5aa993b 6281
c4093a6a 6282static int
2b65245e 6283do_captured_breakpoint_query (struct ui_out *uiout, void *data)
c4093a6a
JM
6284{
6285 struct captured_breakpoint_query_args *args = data;
52f0bd74 6286 struct breakpoint *b;
a6d9a66e 6287 struct bp_location *dummy_loc = NULL;
cc59ec59 6288
c4093a6a
JM
6289 ALL_BREAKPOINTS (b)
6290 {
6291 if (args->bnum == b->number)
c5aa993b 6292 {
12c5a436 6293 print_one_breakpoint (b, &dummy_loc, 0);
c4093a6a 6294 return GDB_RC_OK;
c5aa993b 6295 }
c4093a6a
JM
6296 }
6297 return GDB_RC_NONE;
6298}
c5aa993b 6299
c4093a6a 6300enum gdb_rc
4a64f543
MS
6301gdb_breakpoint_query (struct ui_out *uiout, int bnum,
6302 char **error_message)
c4093a6a
JM
6303{
6304 struct captured_breakpoint_query_args args;
cc59ec59 6305
c4093a6a
JM
6306 args.bnum = bnum;
6307 /* For the moment we don't trust print_one_breakpoint() to not throw
4a64f543 6308 an error. */
b0b13bb4
DJ
6309 if (catch_exceptions_with_msg (uiout, do_captured_breakpoint_query, &args,
6310 error_message, RETURN_MASK_ALL) < 0)
6311 return GDB_RC_FAIL;
6312 else
6313 return GDB_RC_OK;
c4093a6a 6314}
c5aa993b 6315
09d682a4
TT
6316/* Return true if this breakpoint was set by the user, false if it is
6317 internal or momentary. */
6318
6319int
6320user_breakpoint_p (struct breakpoint *b)
6321{
46c6471b 6322 return b->number > 0;
09d682a4
TT
6323}
6324
7f3b0473 6325/* Print information on user settable breakpoint (watchpoint, etc)
d77f58be
SS
6326 number BNUM. If BNUM is -1 print all user-settable breakpoints.
6327 If ALLFLAG is non-zero, include non-user-settable breakpoints. If
6328 FILTER is non-NULL, call it on each breakpoint and only include the
6329 ones for which it returns non-zero. Return the total number of
6330 breakpoints listed. */
c906108c 6331
d77f58be 6332static int
e5a67952 6333breakpoint_1 (char *args, int allflag,
4a64f543 6334 int (*filter) (const struct breakpoint *))
c4093a6a 6335{
52f0bd74 6336 struct breakpoint *b;
a6d9a66e 6337 struct bp_location *last_loc = NULL;
7f3b0473 6338 int nr_printable_breakpoints;
3b31d625 6339 struct cleanup *bkpttbl_chain;
79a45b7d 6340 struct value_print_options opts;
a6d9a66e 6341 int print_address_bits = 0;
269b11a2 6342 int print_type_col_width = 14;
79a45e25 6343 struct ui_out *uiout = current_uiout;
269b11a2 6344
79a45b7d
TT
6345 get_user_print_options (&opts);
6346
4a64f543
MS
6347 /* Compute the number of rows in the table, as well as the size
6348 required for address fields. */
7f3b0473
AC
6349 nr_printable_breakpoints = 0;
6350 ALL_BREAKPOINTS (b)
e5a67952
MS
6351 {
6352 /* If we have a filter, only list the breakpoints it accepts. */
6353 if (filter && !filter (b))
6354 continue;
6355
6356 /* If we have an "args" string, it is a list of breakpoints to
6357 accept. Skip the others. */
6358 if (args != NULL && *args != '\0')
6359 {
6360 if (allflag && parse_and_eval_long (args) != b->number)
6361 continue;
6362 if (!allflag && !number_is_in_list (args, b->number))
6363 continue;
6364 }
269b11a2 6365
e5a67952
MS
6366 if (allflag || user_breakpoint_p (b))
6367 {
6368 int addr_bit, type_len;
a6d9a66e 6369
e5a67952
MS
6370 addr_bit = breakpoint_address_bits (b);
6371 if (addr_bit > print_address_bits)
6372 print_address_bits = addr_bit;
269b11a2 6373
e5a67952
MS
6374 type_len = strlen (bptype_string (b->type));
6375 if (type_len > print_type_col_width)
6376 print_type_col_width = type_len;
6377
6378 nr_printable_breakpoints++;
6379 }
6380 }
7f3b0473 6381
79a45b7d 6382 if (opts.addressprint)
3b31d625 6383 bkpttbl_chain
3e43a32a
MS
6384 = make_cleanup_ui_out_table_begin_end (uiout, 6,
6385 nr_printable_breakpoints,
3b31d625 6386 "BreakpointTable");
8b93c638 6387 else
3b31d625 6388 bkpttbl_chain
3e43a32a
MS
6389 = make_cleanup_ui_out_table_begin_end (uiout, 5,
6390 nr_printable_breakpoints,
3b31d625 6391 "BreakpointTable");
8b93c638 6392
7f3b0473 6393 if (nr_printable_breakpoints > 0)
d7faa9e7
AC
6394 annotate_breakpoints_headers ();
6395 if (nr_printable_breakpoints > 0)
6396 annotate_field (0);
4a64f543 6397 ui_out_table_header (uiout, 7, ui_left, "number", "Num"); /* 1 */
d7faa9e7
AC
6398 if (nr_printable_breakpoints > 0)
6399 annotate_field (1);
269b11a2 6400 ui_out_table_header (uiout, print_type_col_width, ui_left,
4a64f543 6401 "type", "Type"); /* 2 */
d7faa9e7
AC
6402 if (nr_printable_breakpoints > 0)
6403 annotate_field (2);
4a64f543 6404 ui_out_table_header (uiout, 4, ui_left, "disp", "Disp"); /* 3 */
d7faa9e7
AC
6405 if (nr_printable_breakpoints > 0)
6406 annotate_field (3);
54e52265 6407 ui_out_table_header (uiout, 3, ui_left, "enabled", "Enb"); /* 4 */
79a45b7d 6408 if (opts.addressprint)
e5a67952
MS
6409 {
6410 if (nr_printable_breakpoints > 0)
6411 annotate_field (4);
6412 if (print_address_bits <= 32)
6413 ui_out_table_header (uiout, 10, ui_left,
6414 "addr", "Address"); /* 5 */
6415 else
6416 ui_out_table_header (uiout, 18, ui_left,
6417 "addr", "Address"); /* 5 */
6418 }
d7faa9e7
AC
6419 if (nr_printable_breakpoints > 0)
6420 annotate_field (5);
6421 ui_out_table_header (uiout, 40, ui_noalign, "what", "What"); /* 6 */
6422 ui_out_table_body (uiout);
6423 if (nr_printable_breakpoints > 0)
6424 annotate_breakpoints_table ();
7f3b0473 6425
c4093a6a 6426 ALL_BREAKPOINTS (b)
e5a67952
MS
6427 {
6428 QUIT;
6429 /* If we have a filter, only list the breakpoints it accepts. */
6430 if (filter && !filter (b))
6431 continue;
6432
6433 /* If we have an "args" string, it is a list of breakpoints to
6434 accept. Skip the others. */
6435
6436 if (args != NULL && *args != '\0')
6437 {
6438 if (allflag) /* maintenance info breakpoint */
6439 {
6440 if (parse_and_eval_long (args) != b->number)
6441 continue;
6442 }
6443 else /* all others */
6444 {
6445 if (!number_is_in_list (args, b->number))
6446 continue;
6447 }
6448 }
6449 /* We only print out user settable breakpoints unless the
6450 allflag is set. */
6451 if (allflag || user_breakpoint_p (b))
12c5a436 6452 print_one_breakpoint (b, &last_loc, allflag);
e5a67952
MS
6453 }
6454
3b31d625 6455 do_cleanups (bkpttbl_chain);
698384cd 6456
7f3b0473 6457 if (nr_printable_breakpoints == 0)
c906108c 6458 {
4a64f543
MS
6459 /* If there's a filter, let the caller decide how to report
6460 empty list. */
d77f58be
SS
6461 if (!filter)
6462 {
e5a67952 6463 if (args == NULL || *args == '\0')
d77f58be
SS
6464 ui_out_message (uiout, 0, "No breakpoints or watchpoints.\n");
6465 else
4a64f543 6466 ui_out_message (uiout, 0,
e5a67952
MS
6467 "No breakpoint or watchpoint matching '%s'.\n",
6468 args);
d77f58be 6469 }
c906108c
SS
6470 }
6471 else
c4093a6a 6472 {
a6d9a66e
UW
6473 if (last_loc && !server_command)
6474 set_next_address (last_loc->gdbarch, last_loc->address);
c4093a6a 6475 }
c906108c 6476
4a64f543 6477 /* FIXME? Should this be moved up so that it is only called when
c4093a6a 6478 there have been breakpoints? */
c906108c 6479 annotate_breakpoints_table_end ();
d77f58be
SS
6480
6481 return nr_printable_breakpoints;
c906108c
SS
6482}
6483
ad443146
SS
6484/* Display the value of default-collect in a way that is generally
6485 compatible with the breakpoint list. */
6486
6487static void
6488default_collect_info (void)
6489{
79a45e25
PA
6490 struct ui_out *uiout = current_uiout;
6491
ad443146
SS
6492 /* If it has no value (which is frequently the case), say nothing; a
6493 message like "No default-collect." gets in user's face when it's
6494 not wanted. */
6495 if (!*default_collect)
6496 return;
6497
6498 /* The following phrase lines up nicely with per-tracepoint collect
6499 actions. */
6500 ui_out_text (uiout, "default collect ");
6501 ui_out_field_string (uiout, "default-collect", default_collect);
6502 ui_out_text (uiout, " \n");
6503}
6504
c906108c 6505static void
e5a67952 6506breakpoints_info (char *args, int from_tty)
c906108c 6507{
e5a67952 6508 breakpoint_1 (args, 0, NULL);
ad443146
SS
6509
6510 default_collect_info ();
d77f58be
SS
6511}
6512
6513static void
e5a67952 6514watchpoints_info (char *args, int from_tty)
d77f58be 6515{
e5a67952 6516 int num_printed = breakpoint_1 (args, 0, is_watchpoint);
79a45e25 6517 struct ui_out *uiout = current_uiout;
d77f58be
SS
6518
6519 if (num_printed == 0)
6520 {
e5a67952 6521 if (args == NULL || *args == '\0')
d77f58be
SS
6522 ui_out_message (uiout, 0, "No watchpoints.\n");
6523 else
e5a67952 6524 ui_out_message (uiout, 0, "No watchpoint matching '%s'.\n", args);
d77f58be 6525 }
c906108c
SS
6526}
6527
7a292a7a 6528static void
e5a67952 6529maintenance_info_breakpoints (char *args, int from_tty)
c906108c 6530{
e5a67952 6531 breakpoint_1 (args, 1, NULL);
ad443146
SS
6532
6533 default_collect_info ();
c906108c
SS
6534}
6535
0d381245 6536static int
714835d5 6537breakpoint_has_pc (struct breakpoint *b,
6c95b8df 6538 struct program_space *pspace,
714835d5 6539 CORE_ADDR pc, struct obj_section *section)
0d381245
VP
6540{
6541 struct bp_location *bl = b->loc;
cc59ec59 6542
0d381245
VP
6543 for (; bl; bl = bl->next)
6544 {
6c95b8df
PA
6545 if (bl->pspace == pspace
6546 && bl->address == pc
0d381245
VP
6547 && (!overlay_debugging || bl->section == section))
6548 return 1;
6549 }
6550 return 0;
6551}
6552
672f9b60 6553/* Print a message describing any user-breakpoints set at PC. This
6c95b8df
PA
6554 concerns with logical breakpoints, so we match program spaces, not
6555 address spaces. */
c906108c
SS
6556
6557static void
6c95b8df
PA
6558describe_other_breakpoints (struct gdbarch *gdbarch,
6559 struct program_space *pspace, CORE_ADDR pc,
5af949e3 6560 struct obj_section *section, int thread)
c906108c 6561{
52f0bd74
AC
6562 int others = 0;
6563 struct breakpoint *b;
c906108c
SS
6564
6565 ALL_BREAKPOINTS (b)
672f9b60
KP
6566 others += (user_breakpoint_p (b)
6567 && breakpoint_has_pc (b, pspace, pc, section));
c906108c
SS
6568 if (others > 0)
6569 {
a3f17187
AC
6570 if (others == 1)
6571 printf_filtered (_("Note: breakpoint "));
6572 else /* if (others == ???) */
6573 printf_filtered (_("Note: breakpoints "));
c906108c 6574 ALL_BREAKPOINTS (b)
672f9b60 6575 if (user_breakpoint_p (b) && breakpoint_has_pc (b, pspace, pc, section))
0d381245
VP
6576 {
6577 others--;
6578 printf_filtered ("%d", b->number);
6579 if (b->thread == -1 && thread != -1)
6580 printf_filtered (" (all threads)");
6581 else if (b->thread != -1)
6582 printf_filtered (" (thread %d)", b->thread);
6583 printf_filtered ("%s%s ",
059fb39f 6584 ((b->enable_state == bp_disabled
f8eba3c6 6585 || b->enable_state == bp_call_disabled)
0d381245
VP
6586 ? " (disabled)"
6587 : b->enable_state == bp_permanent
6588 ? " (permanent)"
6589 : ""),
6590 (others > 1) ? ","
6591 : ((others == 1) ? " and" : ""));
6592 }
a3f17187 6593 printf_filtered (_("also set at pc "));
5af949e3 6594 fputs_filtered (paddress (gdbarch, pc), gdb_stdout);
c906108c
SS
6595 printf_filtered (".\n");
6596 }
6597}
6598\f
c906108c 6599
e4f237da
KB
6600/* Return true iff it is meaningful to use the address member of
6601 BPT. For some breakpoint types, the address member is irrelevant
6602 and it makes no sense to attempt to compare it to other addresses
6603 (or use it for any other purpose either).
6604
4a64f543
MS
6605 More specifically, each of the following breakpoint types will
6606 always have a zero valued address and we don't want to mark
6607 breakpoints of any of these types to be a duplicate of an actual
6608 breakpoint at address zero:
e4f237da
KB
6609
6610 bp_watchpoint
2d134ed3
PA
6611 bp_catchpoint
6612
6613*/
e4f237da
KB
6614
6615static int
6616breakpoint_address_is_meaningful (struct breakpoint *bpt)
6617{
6618 enum bptype type = bpt->type;
6619
2d134ed3
PA
6620 return (type != bp_watchpoint && type != bp_catchpoint);
6621}
6622
6623/* Assuming LOC1 and LOC2's owners are hardware watchpoints, returns
6624 true if LOC1 and LOC2 represent the same watchpoint location. */
6625
6626static int
4a64f543
MS
6627watchpoint_locations_match (struct bp_location *loc1,
6628 struct bp_location *loc2)
2d134ed3 6629{
3a5c3e22
PA
6630 struct watchpoint *w1 = (struct watchpoint *) loc1->owner;
6631 struct watchpoint *w2 = (struct watchpoint *) loc2->owner;
6632
6633 /* Both of them must exist. */
6634 gdb_assert (w1 != NULL);
6635 gdb_assert (w2 != NULL);
2bdf28a0 6636
4a64f543
MS
6637 /* If the target can evaluate the condition expression in hardware,
6638 then we we need to insert both watchpoints even if they are at
6639 the same place. Otherwise the watchpoint will only trigger when
6640 the condition of whichever watchpoint was inserted evaluates to
6641 true, not giving a chance for GDB to check the condition of the
6642 other watchpoint. */
3a5c3e22 6643 if ((w1->cond_exp
4a64f543
MS
6644 && target_can_accel_watchpoint_condition (loc1->address,
6645 loc1->length,
0cf6dd15 6646 loc1->watchpoint_type,
3a5c3e22
PA
6647 w1->cond_exp))
6648 || (w2->cond_exp
4a64f543
MS
6649 && target_can_accel_watchpoint_condition (loc2->address,
6650 loc2->length,
0cf6dd15 6651 loc2->watchpoint_type,
3a5c3e22 6652 w2->cond_exp)))
0cf6dd15
TJB
6653 return 0;
6654
85d721b8
PA
6655 /* Note that this checks the owner's type, not the location's. In
6656 case the target does not support read watchpoints, but does
6657 support access watchpoints, we'll have bp_read_watchpoint
6658 watchpoints with hw_access locations. Those should be considered
6659 duplicates of hw_read locations. The hw_read locations will
6660 become hw_access locations later. */
2d134ed3
PA
6661 return (loc1->owner->type == loc2->owner->type
6662 && loc1->pspace->aspace == loc2->pspace->aspace
6663 && loc1->address == loc2->address
6664 && loc1->length == loc2->length);
e4f237da
KB
6665}
6666
6c95b8df
PA
6667/* Returns true if {ASPACE1,ADDR1} and {ASPACE2,ADDR2} represent the
6668 same breakpoint location. In most targets, this can only be true
6669 if ASPACE1 matches ASPACE2. On targets that have global
6670 breakpoints, the address space doesn't really matter. */
6671
6672static int
6673breakpoint_address_match (struct address_space *aspace1, CORE_ADDR addr1,
6674 struct address_space *aspace2, CORE_ADDR addr2)
6675{
f5656ead 6676 return ((gdbarch_has_global_breakpoints (target_gdbarch ())
6c95b8df
PA
6677 || aspace1 == aspace2)
6678 && addr1 == addr2);
6679}
6680
f1310107
TJB
6681/* Returns true if {ASPACE2,ADDR2} falls within the range determined by
6682 {ASPACE1,ADDR1,LEN1}. In most targets, this can only be true if ASPACE1
6683 matches ASPACE2. On targets that have global breakpoints, the address
6684 space doesn't really matter. */
6685
6686static int
6687breakpoint_address_match_range (struct address_space *aspace1, CORE_ADDR addr1,
6688 int len1, struct address_space *aspace2,
6689 CORE_ADDR addr2)
6690{
f5656ead 6691 return ((gdbarch_has_global_breakpoints (target_gdbarch ())
f1310107
TJB
6692 || aspace1 == aspace2)
6693 && addr2 >= addr1 && addr2 < addr1 + len1);
6694}
6695
6696/* Returns true if {ASPACE,ADDR} matches the breakpoint BL. BL may be
6697 a ranged breakpoint. In most targets, a match happens only if ASPACE
6698 matches the breakpoint's address space. On targets that have global
6699 breakpoints, the address space doesn't really matter. */
6700
6701static int
6702breakpoint_location_address_match (struct bp_location *bl,
6703 struct address_space *aspace,
6704 CORE_ADDR addr)
6705{
6706 return (breakpoint_address_match (bl->pspace->aspace, bl->address,
6707 aspace, addr)
6708 || (bl->length
6709 && breakpoint_address_match_range (bl->pspace->aspace,
6710 bl->address, bl->length,
6711 aspace, addr)));
6712}
6713
1e4d1764
YQ
6714/* If LOC1 and LOC2's owners are not tracepoints, returns false directly.
6715 Then, if LOC1 and LOC2 represent the same tracepoint location, returns
6716 true, otherwise returns false. */
6717
6718static int
6719tracepoint_locations_match (struct bp_location *loc1,
6720 struct bp_location *loc2)
6721{
6722 if (is_tracepoint (loc1->owner) && is_tracepoint (loc2->owner))
6723 /* Since tracepoint locations are never duplicated with others', tracepoint
6724 locations at the same address of different tracepoints are regarded as
6725 different locations. */
6726 return (loc1->address == loc2->address && loc1->owner == loc2->owner);
6727 else
6728 return 0;
6729}
6730
2d134ed3
PA
6731/* Assuming LOC1 and LOC2's types' have meaningful target addresses
6732 (breakpoint_address_is_meaningful), returns true if LOC1 and LOC2
6733 represent the same location. */
6734
6735static int
4a64f543
MS
6736breakpoint_locations_match (struct bp_location *loc1,
6737 struct bp_location *loc2)
2d134ed3 6738{
2bdf28a0
JK
6739 int hw_point1, hw_point2;
6740
6741 /* Both of them must not be in moribund_locations. */
6742 gdb_assert (loc1->owner != NULL);
6743 gdb_assert (loc2->owner != NULL);
6744
6745 hw_point1 = is_hardware_watchpoint (loc1->owner);
6746 hw_point2 = is_hardware_watchpoint (loc2->owner);
2d134ed3
PA
6747
6748 if (hw_point1 != hw_point2)
6749 return 0;
6750 else if (hw_point1)
6751 return watchpoint_locations_match (loc1, loc2);
1e4d1764
YQ
6752 else if (is_tracepoint (loc1->owner) || is_tracepoint (loc2->owner))
6753 return tracepoint_locations_match (loc1, loc2);
2d134ed3 6754 else
f1310107
TJB
6755 /* We compare bp_location.length in order to cover ranged breakpoints. */
6756 return (breakpoint_address_match (loc1->pspace->aspace, loc1->address,
6757 loc2->pspace->aspace, loc2->address)
6758 && loc1->length == loc2->length);
2d134ed3
PA
6759}
6760
76897487
KB
6761static void
6762breakpoint_adjustment_warning (CORE_ADDR from_addr, CORE_ADDR to_addr,
6763 int bnum, int have_bnum)
6764{
f63fbe86
MS
6765 /* The longest string possibly returned by hex_string_custom
6766 is 50 chars. These must be at least that big for safety. */
6767 char astr1[64];
6768 char astr2[64];
76897487 6769
bb599908
PH
6770 strcpy (astr1, hex_string_custom ((unsigned long) from_addr, 8));
6771 strcpy (astr2, hex_string_custom ((unsigned long) to_addr, 8));
76897487 6772 if (have_bnum)
8a3fe4f8 6773 warning (_("Breakpoint %d address previously adjusted from %s to %s."),
76897487
KB
6774 bnum, astr1, astr2);
6775 else
8a3fe4f8 6776 warning (_("Breakpoint address adjusted from %s to %s."), astr1, astr2);
76897487
KB
6777}
6778
4a64f543
MS
6779/* Adjust a breakpoint's address to account for architectural
6780 constraints on breakpoint placement. Return the adjusted address.
6781 Note: Very few targets require this kind of adjustment. For most
6782 targets, this function is simply the identity function. */
76897487
KB
6783
6784static CORE_ADDR
a6d9a66e
UW
6785adjust_breakpoint_address (struct gdbarch *gdbarch,
6786 CORE_ADDR bpaddr, enum bptype bptype)
76897487 6787{
a6d9a66e 6788 if (!gdbarch_adjust_breakpoint_address_p (gdbarch))
76897487
KB
6789 {
6790 /* Very few targets need any kind of breakpoint adjustment. */
6791 return bpaddr;
6792 }
88f7da05
KB
6793 else if (bptype == bp_watchpoint
6794 || bptype == bp_hardware_watchpoint
6795 || bptype == bp_read_watchpoint
6796 || bptype == bp_access_watchpoint
fe798b75 6797 || bptype == bp_catchpoint)
88f7da05
KB
6798 {
6799 /* Watchpoints and the various bp_catch_* eventpoints should not
6800 have their addresses modified. */
6801 return bpaddr;
6802 }
76897487
KB
6803 else
6804 {
6805 CORE_ADDR adjusted_bpaddr;
6806
6807 /* Some targets have architectural constraints on the placement
6808 of breakpoint instructions. Obtain the adjusted address. */
a6d9a66e 6809 adjusted_bpaddr = gdbarch_adjust_breakpoint_address (gdbarch, bpaddr);
76897487
KB
6810
6811 /* An adjusted breakpoint address can significantly alter
6812 a user's expectations. Print a warning if an adjustment
6813 is required. */
6814 if (adjusted_bpaddr != bpaddr)
6815 breakpoint_adjustment_warning (bpaddr, adjusted_bpaddr, 0, 0);
6816
6817 return adjusted_bpaddr;
6818 }
6819}
6820
28010a5d
PA
6821void
6822init_bp_location (struct bp_location *loc, const struct bp_location_ops *ops,
6823 struct breakpoint *owner)
7cc221ef 6824{
7cc221ef
DJ
6825 memset (loc, 0, sizeof (*loc));
6826
348d480f
PA
6827 gdb_assert (ops != NULL);
6828
28010a5d
PA
6829 loc->ops = ops;
6830 loc->owner = owner;
511a6cd4 6831 loc->cond = NULL;
b775012e 6832 loc->cond_bytecode = NULL;
0d381245
VP
6833 loc->shlib_disabled = 0;
6834 loc->enabled = 1;
e049a4b5 6835
28010a5d 6836 switch (owner->type)
e049a4b5
DJ
6837 {
6838 case bp_breakpoint:
6839 case bp_until:
6840 case bp_finish:
6841 case bp_longjmp:
6842 case bp_longjmp_resume:
e2e4d78b 6843 case bp_longjmp_call_dummy:
186c406b
TT
6844 case bp_exception:
6845 case bp_exception_resume:
e049a4b5 6846 case bp_step_resume:
2c03e5be 6847 case bp_hp_step_resume:
e049a4b5
DJ
6848 case bp_watchpoint_scope:
6849 case bp_call_dummy:
aa7d318d 6850 case bp_std_terminate:
e049a4b5
DJ
6851 case bp_shlib_event:
6852 case bp_thread_event:
6853 case bp_overlay_event:
4efc6507 6854 case bp_jit_event:
0fd8e87f 6855 case bp_longjmp_master:
aa7d318d 6856 case bp_std_terminate_master:
186c406b 6857 case bp_exception_master:
0e30163f
JK
6858 case bp_gnu_ifunc_resolver:
6859 case bp_gnu_ifunc_resolver_return:
e7e0cddf 6860 case bp_dprintf:
e049a4b5 6861 loc->loc_type = bp_loc_software_breakpoint;
b775012e 6862 mark_breakpoint_location_modified (loc);
e049a4b5
DJ
6863 break;
6864 case bp_hardware_breakpoint:
6865 loc->loc_type = bp_loc_hardware_breakpoint;
b775012e 6866 mark_breakpoint_location_modified (loc);
e049a4b5
DJ
6867 break;
6868 case bp_hardware_watchpoint:
6869 case bp_read_watchpoint:
6870 case bp_access_watchpoint:
6871 loc->loc_type = bp_loc_hardware_watchpoint;
6872 break;
6873 case bp_watchpoint:
ce78b96d 6874 case bp_catchpoint:
15c3d785
PA
6875 case bp_tracepoint:
6876 case bp_fast_tracepoint:
0fb4aa4b 6877 case bp_static_tracepoint:
e049a4b5
DJ
6878 loc->loc_type = bp_loc_other;
6879 break;
6880 default:
e2e0b3e5 6881 internal_error (__FILE__, __LINE__, _("unknown breakpoint type"));
e049a4b5
DJ
6882 }
6883
f431efe5 6884 loc->refc = 1;
28010a5d
PA
6885}
6886
6887/* Allocate a struct bp_location. */
6888
6889static struct bp_location *
6890allocate_bp_location (struct breakpoint *bpt)
6891{
348d480f
PA
6892 return bpt->ops->allocate_location (bpt);
6893}
7cc221ef 6894
f431efe5
PA
6895static void
6896free_bp_location (struct bp_location *loc)
fe3f5fa8 6897{
348d480f 6898 loc->ops->dtor (loc);
fe3f5fa8
VP
6899 xfree (loc);
6900}
6901
f431efe5
PA
6902/* Increment reference count. */
6903
6904static void
6905incref_bp_location (struct bp_location *bl)
6906{
6907 ++bl->refc;
6908}
6909
6910/* Decrement reference count. If the reference count reaches 0,
6911 destroy the bp_location. Sets *BLP to NULL. */
6912
6913static void
6914decref_bp_location (struct bp_location **blp)
6915{
0807b50c
PA
6916 gdb_assert ((*blp)->refc > 0);
6917
f431efe5
PA
6918 if (--(*blp)->refc == 0)
6919 free_bp_location (*blp);
6920 *blp = NULL;
6921}
6922
346774a9 6923/* Add breakpoint B at the end of the global breakpoint chain. */
c906108c 6924
346774a9
PA
6925static void
6926add_to_breakpoint_chain (struct breakpoint *b)
c906108c 6927{
346774a9 6928 struct breakpoint *b1;
c906108c 6929
346774a9
PA
6930 /* Add this breakpoint to the end of the chain so that a list of
6931 breakpoints will come out in order of increasing numbers. */
6932
6933 b1 = breakpoint_chain;
6934 if (b1 == 0)
6935 breakpoint_chain = b;
6936 else
6937 {
6938 while (b1->next)
6939 b1 = b1->next;
6940 b1->next = b;
6941 }
6942}
6943
6944/* Initializes breakpoint B with type BPTYPE and no locations yet. */
6945
6946static void
6947init_raw_breakpoint_without_location (struct breakpoint *b,
6948 struct gdbarch *gdbarch,
28010a5d 6949 enum bptype bptype,
c0a91b2b 6950 const struct breakpoint_ops *ops)
346774a9 6951{
c906108c 6952 memset (b, 0, sizeof (*b));
2219d63c 6953
348d480f
PA
6954 gdb_assert (ops != NULL);
6955
28010a5d 6956 b->ops = ops;
4d28f7a8 6957 b->type = bptype;
a6d9a66e 6958 b->gdbarch = gdbarch;
c906108c
SS
6959 b->language = current_language->la_language;
6960 b->input_radix = input_radix;
6961 b->thread = -1;
b5de0fa7 6962 b->enable_state = bp_enabled;
c906108c
SS
6963 b->next = 0;
6964 b->silent = 0;
6965 b->ignore_count = 0;
6966 b->commands = NULL;
818dd999 6967 b->frame_id = null_frame_id;
0d381245 6968 b->condition_not_parsed = 0;
84f4c1fe 6969 b->py_bp_object = NULL;
d0fb5eae 6970 b->related_breakpoint = b;
346774a9
PA
6971}
6972
6973/* Helper to set_raw_breakpoint below. Creates a breakpoint
6974 that has type BPTYPE and has no locations as yet. */
346774a9
PA
6975
6976static struct breakpoint *
6977set_raw_breakpoint_without_location (struct gdbarch *gdbarch,
348d480f 6978 enum bptype bptype,
c0a91b2b 6979 const struct breakpoint_ops *ops)
346774a9
PA
6980{
6981 struct breakpoint *b = XNEW (struct breakpoint);
6982
348d480f 6983 init_raw_breakpoint_without_location (b, gdbarch, bptype, ops);
c56053d2 6984 add_to_breakpoint_chain (b);
0d381245
VP
6985 return b;
6986}
6987
0e30163f
JK
6988/* Initialize loc->function_name. EXPLICIT_LOC says no indirect function
6989 resolutions should be made as the user specified the location explicitly
6990 enough. */
6991
0d381245 6992static void
0e30163f 6993set_breakpoint_location_function (struct bp_location *loc, int explicit_loc)
0d381245 6994{
2bdf28a0
JK
6995 gdb_assert (loc->owner != NULL);
6996
0d381245 6997 if (loc->owner->type == bp_breakpoint
1042e4c0 6998 || loc->owner->type == bp_hardware_breakpoint
d77f58be 6999 || is_tracepoint (loc->owner))
0d381245 7000 {
0e30163f 7001 int is_gnu_ifunc;
2c02bd72 7002 const char *function_name;
6a3a010b 7003 CORE_ADDR func_addr;
0e30163f 7004
2c02bd72 7005 find_pc_partial_function_gnu_ifunc (loc->address, &function_name,
6a3a010b 7006 &func_addr, NULL, &is_gnu_ifunc);
0e30163f
JK
7007
7008 if (is_gnu_ifunc && !explicit_loc)
7009 {
7010 struct breakpoint *b = loc->owner;
7011
7012 gdb_assert (loc->pspace == current_program_space);
2c02bd72 7013 if (gnu_ifunc_resolve_name (function_name,
0e30163f
JK
7014 &loc->requested_address))
7015 {
7016 /* Recalculate ADDRESS based on new REQUESTED_ADDRESS. */
7017 loc->address = adjust_breakpoint_address (loc->gdbarch,
7018 loc->requested_address,
7019 b->type);
7020 }
7021 else if (b->type == bp_breakpoint && b->loc == loc
7022 && loc->next == NULL && b->related_breakpoint == b)
7023 {
7024 /* Create only the whole new breakpoint of this type but do not
7025 mess more complicated breakpoints with multiple locations. */
7026 b->type = bp_gnu_ifunc_resolver;
6a3a010b
MR
7027 /* Remember the resolver's address for use by the return
7028 breakpoint. */
7029 loc->related_address = func_addr;
0e30163f
JK
7030 }
7031 }
7032
2c02bd72
DE
7033 if (function_name)
7034 loc->function_name = xstrdup (function_name);
0d381245
VP
7035 }
7036}
7037
a6d9a66e 7038/* Attempt to determine architecture of location identified by SAL. */
1bfeeb0f 7039struct gdbarch *
a6d9a66e
UW
7040get_sal_arch (struct symtab_and_line sal)
7041{
7042 if (sal.section)
7043 return get_objfile_arch (sal.section->objfile);
7044 if (sal.symtab)
7045 return get_objfile_arch (sal.symtab->objfile);
7046
7047 return NULL;
7048}
7049
346774a9
PA
7050/* Low level routine for partially initializing a breakpoint of type
7051 BPTYPE. The newly created breakpoint's address, section, source
c56053d2 7052 file name, and line number are provided by SAL.
0d381245
VP
7053
7054 It is expected that the caller will complete the initialization of
7055 the newly created breakpoint struct as well as output any status
c56053d2 7056 information regarding the creation of a new breakpoint. */
0d381245 7057
346774a9
PA
7058static void
7059init_raw_breakpoint (struct breakpoint *b, struct gdbarch *gdbarch,
28010a5d 7060 struct symtab_and_line sal, enum bptype bptype,
c0a91b2b 7061 const struct breakpoint_ops *ops)
0d381245 7062{
28010a5d 7063 init_raw_breakpoint_without_location (b, gdbarch, bptype, ops);
346774a9 7064
3742cc8b 7065 add_location_to_breakpoint (b, &sal);
0d381245 7066
6c95b8df
PA
7067 if (bptype != bp_catchpoint)
7068 gdb_assert (sal.pspace != NULL);
7069
f8eba3c6
TT
7070 /* Store the program space that was used to set the breakpoint,
7071 except for ordinary breakpoints, which are independent of the
7072 program space. */
7073 if (bptype != bp_breakpoint && bptype != bp_hardware_breakpoint)
7074 b->pspace = sal.pspace;
346774a9 7075}
c906108c 7076
346774a9
PA
7077/* set_raw_breakpoint is a low level routine for allocating and
7078 partially initializing a breakpoint of type BPTYPE. The newly
7079 created breakpoint's address, section, source file name, and line
7080 number are provided by SAL. The newly created and partially
7081 initialized breakpoint is added to the breakpoint chain and
7082 is also returned as the value of this function.
7083
7084 It is expected that the caller will complete the initialization of
7085 the newly created breakpoint struct as well as output any status
7086 information regarding the creation of a new breakpoint. In
7087 particular, set_raw_breakpoint does NOT set the breakpoint
7088 number! Care should be taken to not allow an error to occur
7089 prior to completing the initialization of the breakpoint. If this
7090 should happen, a bogus breakpoint will be left on the chain. */
7091
7092struct breakpoint *
7093set_raw_breakpoint (struct gdbarch *gdbarch,
348d480f 7094 struct symtab_and_line sal, enum bptype bptype,
c0a91b2b 7095 const struct breakpoint_ops *ops)
346774a9
PA
7096{
7097 struct breakpoint *b = XNEW (struct breakpoint);
7098
348d480f 7099 init_raw_breakpoint (b, gdbarch, sal, bptype, ops);
c56053d2 7100 add_to_breakpoint_chain (b);
c906108c
SS
7101 return b;
7102}
7103
c2c6d25f
JM
7104
7105/* Note that the breakpoint object B describes a permanent breakpoint
7106 instruction, hard-wired into the inferior's code. */
7107void
7108make_breakpoint_permanent (struct breakpoint *b)
7109{
0d381245 7110 struct bp_location *bl;
cc59ec59 7111
b5de0fa7 7112 b->enable_state = bp_permanent;
c2c6d25f 7113
4a64f543
MS
7114 /* By definition, permanent breakpoints are already present in the
7115 code. Mark all locations as inserted. For now,
7116 make_breakpoint_permanent is called in just one place, so it's
7117 hard to say if it's reasonable to have permanent breakpoint with
e5dd4106 7118 multiple locations or not, but it's easy to implement. */
0d381245
VP
7119 for (bl = b->loc; bl; bl = bl->next)
7120 bl->inserted = 1;
c2c6d25f
JM
7121}
7122
53a5351d 7123/* Call this routine when stepping and nexting to enable a breakpoint
186c406b
TT
7124 if we do a longjmp() or 'throw' in TP. FRAME is the frame which
7125 initiated the operation. */
c906108c
SS
7126
7127void
186c406b 7128set_longjmp_breakpoint (struct thread_info *tp, struct frame_id frame)
c906108c 7129{
35df4500 7130 struct breakpoint *b, *b_tmp;
186c406b 7131 int thread = tp->num;
0fd8e87f
UW
7132
7133 /* To avoid having to rescan all objfile symbols at every step,
7134 we maintain a list of continually-inserted but always disabled
7135 longjmp "master" breakpoints. Here, we simply create momentary
7136 clones of those and enable them for the requested thread. */
35df4500 7137 ALL_BREAKPOINTS_SAFE (b, b_tmp)
6c95b8df 7138 if (b->pspace == current_program_space
186c406b
TT
7139 && (b->type == bp_longjmp_master
7140 || b->type == bp_exception_master))
0fd8e87f 7141 {
06edf0c0
PA
7142 enum bptype type = b->type == bp_longjmp_master ? bp_longjmp : bp_exception;
7143 struct breakpoint *clone;
cc59ec59 7144
e2e4d78b
JK
7145 /* longjmp_breakpoint_ops ensures INITIATING_FRAME is cleared again
7146 after their removal. */
06edf0c0 7147 clone = momentary_breakpoint_from_master (b, type,
e2e4d78b 7148 &longjmp_breakpoint_ops);
0fd8e87f
UW
7149 clone->thread = thread;
7150 }
186c406b
TT
7151
7152 tp->initiating_frame = frame;
c906108c
SS
7153}
7154
611c83ae 7155/* Delete all longjmp breakpoints from THREAD. */
c906108c 7156void
611c83ae 7157delete_longjmp_breakpoint (int thread)
c906108c 7158{
35df4500 7159 struct breakpoint *b, *b_tmp;
c906108c 7160
35df4500 7161 ALL_BREAKPOINTS_SAFE (b, b_tmp)
186c406b 7162 if (b->type == bp_longjmp || b->type == bp_exception)
611c83ae
PA
7163 {
7164 if (b->thread == thread)
7165 delete_breakpoint (b);
7166 }
c906108c
SS
7167}
7168
f59f708a
PA
7169void
7170delete_longjmp_breakpoint_at_next_stop (int thread)
7171{
7172 struct breakpoint *b, *b_tmp;
7173
7174 ALL_BREAKPOINTS_SAFE (b, b_tmp)
7175 if (b->type == bp_longjmp || b->type == bp_exception)
7176 {
7177 if (b->thread == thread)
7178 b->disposition = disp_del_at_next_stop;
7179 }
7180}
7181
e2e4d78b
JK
7182/* Place breakpoints of type bp_longjmp_call_dummy to catch longjmp for
7183 INFERIOR_PTID thread. Chain them all by RELATED_BREAKPOINT and return
7184 pointer to any of them. Return NULL if this system cannot place longjmp
7185 breakpoints. */
7186
7187struct breakpoint *
7188set_longjmp_breakpoint_for_call_dummy (void)
7189{
7190 struct breakpoint *b, *retval = NULL;
7191
7192 ALL_BREAKPOINTS (b)
7193 if (b->pspace == current_program_space && b->type == bp_longjmp_master)
7194 {
7195 struct breakpoint *new_b;
7196
7197 new_b = momentary_breakpoint_from_master (b, bp_longjmp_call_dummy,
7198 &momentary_breakpoint_ops);
7199 new_b->thread = pid_to_thread_id (inferior_ptid);
7200
7201 /* Link NEW_B into the chain of RETVAL breakpoints. */
7202
7203 gdb_assert (new_b->related_breakpoint == new_b);
7204 if (retval == NULL)
7205 retval = new_b;
7206 new_b->related_breakpoint = retval;
7207 while (retval->related_breakpoint != new_b->related_breakpoint)
7208 retval = retval->related_breakpoint;
7209 retval->related_breakpoint = new_b;
7210 }
7211
7212 return retval;
7213}
7214
7215/* Verify all existing dummy frames and their associated breakpoints for
7216 THREAD. Remove those which can no longer be found in the current frame
7217 stack.
7218
7219 You should call this function only at places where it is safe to currently
7220 unwind the whole stack. Failed stack unwind would discard live dummy
7221 frames. */
7222
7223void
7224check_longjmp_breakpoint_for_call_dummy (int thread)
7225{
7226 struct breakpoint *b, *b_tmp;
7227
7228 ALL_BREAKPOINTS_SAFE (b, b_tmp)
7229 if (b->type == bp_longjmp_call_dummy && b->thread == thread)
7230 {
7231 struct breakpoint *dummy_b = b->related_breakpoint;
7232
7233 while (dummy_b != b && dummy_b->type != bp_call_dummy)
7234 dummy_b = dummy_b->related_breakpoint;
7235 if (dummy_b->type != bp_call_dummy
7236 || frame_find_by_id (dummy_b->frame_id) != NULL)
7237 continue;
7238
7239 dummy_frame_discard (dummy_b->frame_id);
7240
7241 while (b->related_breakpoint != b)
7242 {
7243 if (b_tmp == b->related_breakpoint)
7244 b_tmp = b->related_breakpoint->next;
7245 delete_breakpoint (b->related_breakpoint);
7246 }
7247 delete_breakpoint (b);
7248 }
7249}
7250
1900040c
MS
7251void
7252enable_overlay_breakpoints (void)
7253{
52f0bd74 7254 struct breakpoint *b;
1900040c
MS
7255
7256 ALL_BREAKPOINTS (b)
7257 if (b->type == bp_overlay_event)
7258 {
7259 b->enable_state = bp_enabled;
b60e7edf 7260 update_global_location_list (1);
c02f5703 7261 overlay_events_enabled = 1;
1900040c
MS
7262 }
7263}
7264
7265void
7266disable_overlay_breakpoints (void)
7267{
52f0bd74 7268 struct breakpoint *b;
1900040c
MS
7269
7270 ALL_BREAKPOINTS (b)
7271 if (b->type == bp_overlay_event)
7272 {
7273 b->enable_state = bp_disabled;
b60e7edf 7274 update_global_location_list (0);
c02f5703 7275 overlay_events_enabled = 0;
1900040c
MS
7276 }
7277}
7278
aa7d318d
TT
7279/* Set an active std::terminate breakpoint for each std::terminate
7280 master breakpoint. */
7281void
7282set_std_terminate_breakpoint (void)
7283{
35df4500 7284 struct breakpoint *b, *b_tmp;
aa7d318d 7285
35df4500 7286 ALL_BREAKPOINTS_SAFE (b, b_tmp)
aa7d318d
TT
7287 if (b->pspace == current_program_space
7288 && b->type == bp_std_terminate_master)
7289 {
06edf0c0
PA
7290 momentary_breakpoint_from_master (b, bp_std_terminate,
7291 &momentary_breakpoint_ops);
aa7d318d
TT
7292 }
7293}
7294
7295/* Delete all the std::terminate breakpoints. */
7296void
7297delete_std_terminate_breakpoint (void)
7298{
35df4500 7299 struct breakpoint *b, *b_tmp;
aa7d318d 7300
35df4500 7301 ALL_BREAKPOINTS_SAFE (b, b_tmp)
aa7d318d
TT
7302 if (b->type == bp_std_terminate)
7303 delete_breakpoint (b);
7304}
7305
c4093a6a 7306struct breakpoint *
a6d9a66e 7307create_thread_event_breakpoint (struct gdbarch *gdbarch, CORE_ADDR address)
c4093a6a
JM
7308{
7309 struct breakpoint *b;
c4093a6a 7310
06edf0c0
PA
7311 b = create_internal_breakpoint (gdbarch, address, bp_thread_event,
7312 &internal_breakpoint_ops);
7313
b5de0fa7 7314 b->enable_state = bp_enabled;
c4093a6a 7315 /* addr_string has to be used or breakpoint_re_set will delete me. */
5af949e3
UW
7316 b->addr_string
7317 = xstrprintf ("*%s", paddress (b->loc->gdbarch, b->loc->address));
c4093a6a 7318
b60e7edf 7319 update_global_location_list_nothrow (1);
74960c60 7320
c4093a6a
JM
7321 return b;
7322}
7323
7324void
7325remove_thread_event_breakpoints (void)
7326{
35df4500 7327 struct breakpoint *b, *b_tmp;
c4093a6a 7328
35df4500 7329 ALL_BREAKPOINTS_SAFE (b, b_tmp)
6c95b8df
PA
7330 if (b->type == bp_thread_event
7331 && b->loc->pspace == current_program_space)
c4093a6a
JM
7332 delete_breakpoint (b);
7333}
7334
0101ce28
JJ
7335struct lang_and_radix
7336 {
7337 enum language lang;
7338 int radix;
7339 };
7340
4efc6507
DE
7341/* Create a breakpoint for JIT code registration and unregistration. */
7342
7343struct breakpoint *
7344create_jit_event_breakpoint (struct gdbarch *gdbarch, CORE_ADDR address)
7345{
7346 struct breakpoint *b;
7347
06edf0c0
PA
7348 b = create_internal_breakpoint (gdbarch, address, bp_jit_event,
7349 &internal_breakpoint_ops);
4efc6507
DE
7350 update_global_location_list_nothrow (1);
7351 return b;
7352}
0101ce28 7353
03673fc7
PP
7354/* Remove JIT code registration and unregistration breakpoint(s). */
7355
7356void
7357remove_jit_event_breakpoints (void)
7358{
7359 struct breakpoint *b, *b_tmp;
7360
7361 ALL_BREAKPOINTS_SAFE (b, b_tmp)
7362 if (b->type == bp_jit_event
7363 && b->loc->pspace == current_program_space)
7364 delete_breakpoint (b);
7365}
7366
cae688ec
JJ
7367void
7368remove_solib_event_breakpoints (void)
7369{
35df4500 7370 struct breakpoint *b, *b_tmp;
cae688ec 7371
35df4500 7372 ALL_BREAKPOINTS_SAFE (b, b_tmp)
6c95b8df
PA
7373 if (b->type == bp_shlib_event
7374 && b->loc->pspace == current_program_space)
cae688ec
JJ
7375 delete_breakpoint (b);
7376}
7377
7378struct breakpoint *
a6d9a66e 7379create_solib_event_breakpoint (struct gdbarch *gdbarch, CORE_ADDR address)
cae688ec
JJ
7380{
7381 struct breakpoint *b;
7382
06edf0c0
PA
7383 b = create_internal_breakpoint (gdbarch, address, bp_shlib_event,
7384 &internal_breakpoint_ops);
b60e7edf 7385 update_global_location_list_nothrow (1);
cae688ec
JJ
7386 return b;
7387}
7388
7389/* Disable any breakpoints that are on code in shared libraries. Only
7390 apply to enabled breakpoints, disabled ones can just stay disabled. */
7391
7392void
cb851954 7393disable_breakpoints_in_shlibs (void)
cae688ec 7394{
876fa593 7395 struct bp_location *loc, **locp_tmp;
cae688ec 7396
876fa593 7397 ALL_BP_LOCATIONS (loc, locp_tmp)
cae688ec 7398 {
2bdf28a0 7399 /* ALL_BP_LOCATIONS bp_location has LOC->OWNER always non-NULL. */
0d381245 7400 struct breakpoint *b = loc->owner;
2bdf28a0 7401
4a64f543
MS
7402 /* We apply the check to all breakpoints, including disabled for
7403 those with loc->duplicate set. This is so that when breakpoint
7404 becomes enabled, or the duplicate is removed, gdb will try to
7405 insert all breakpoints. If we don't set shlib_disabled here,
7406 we'll try to insert those breakpoints and fail. */
1042e4c0 7407 if (((b->type == bp_breakpoint)
508ccb1f 7408 || (b->type == bp_jit_event)
1042e4c0 7409 || (b->type == bp_hardware_breakpoint)
d77f58be 7410 || (is_tracepoint (b)))
6c95b8df 7411 && loc->pspace == current_program_space
0d381245 7412 && !loc->shlib_disabled
6c95b8df 7413 && solib_name_from_address (loc->pspace, loc->address)
a77053c2 7414 )
0d381245
VP
7415 {
7416 loc->shlib_disabled = 1;
7417 }
cae688ec
JJ
7418 }
7419}
7420
1e4d1764
YQ
7421/* Disable any breakpoints and tracepoints that are in an unloaded shared
7422 library. Only apply to enabled breakpoints, disabled ones can just stay
4a64f543 7423 disabled. */
84acb35a 7424
75149521 7425static void
84acb35a
JJ
7426disable_breakpoints_in_unloaded_shlib (struct so_list *solib)
7427{
876fa593 7428 struct bp_location *loc, **locp_tmp;
84acb35a
JJ
7429 int disabled_shlib_breaks = 0;
7430
c86cf029
VP
7431 /* SunOS a.out shared libraries are always mapped, so do not
7432 disable breakpoints; they will only be reported as unloaded
7433 through clear_solib when GDB discards its shared library
7434 list. See clear_solib for more information. */
7435 if (exec_bfd != NULL
7436 && bfd_get_flavour (exec_bfd) == bfd_target_aout_flavour)
7437 return;
7438
876fa593 7439 ALL_BP_LOCATIONS (loc, locp_tmp)
84acb35a 7440 {
2bdf28a0 7441 /* ALL_BP_LOCATIONS bp_location has LOC->OWNER always non-NULL. */
0d381245 7442 struct breakpoint *b = loc->owner;
cc59ec59 7443
1e4d1764 7444 if (solib->pspace == loc->pspace
e2dd7057 7445 && !loc->shlib_disabled
1e4d1764
YQ
7446 && (((b->type == bp_breakpoint
7447 || b->type == bp_jit_event
7448 || b->type == bp_hardware_breakpoint)
7449 && (loc->loc_type == bp_loc_hardware_breakpoint
7450 || loc->loc_type == bp_loc_software_breakpoint))
7451 || is_tracepoint (b))
e2dd7057 7452 && solib_contains_address_p (solib, loc->address))
84acb35a 7453 {
e2dd7057
PP
7454 loc->shlib_disabled = 1;
7455 /* At this point, we cannot rely on remove_breakpoint
7456 succeeding so we must mark the breakpoint as not inserted
7457 to prevent future errors occurring in remove_breakpoints. */
7458 loc->inserted = 0;
8d3788bd
VP
7459
7460 /* This may cause duplicate notifications for the same breakpoint. */
7461 observer_notify_breakpoint_modified (b);
7462
e2dd7057
PP
7463 if (!disabled_shlib_breaks)
7464 {
7465 target_terminal_ours_for_output ();
3e43a32a
MS
7466 warning (_("Temporarily disabling breakpoints "
7467 "for unloaded shared library \"%s\""),
e2dd7057 7468 solib->so_name);
84acb35a 7469 }
e2dd7057 7470 disabled_shlib_breaks = 1;
84acb35a
JJ
7471 }
7472 }
84acb35a
JJ
7473}
7474
ce78b96d
JB
7475/* FORK & VFORK catchpoints. */
7476
e29a4733
PA
7477/* An instance of this type is used to represent a fork or vfork
7478 catchpoint. It includes a "struct breakpoint" as a kind of base
7479 class; users downcast to "struct breakpoint *" when needed. A
7480 breakpoint is really of this type iff its ops pointer points to
7481 CATCH_FORK_BREAKPOINT_OPS. */
7482
7483struct fork_catchpoint
7484{
7485 /* The base class. */
7486 struct breakpoint base;
7487
7488 /* Process id of a child process whose forking triggered this
7489 catchpoint. This field is only valid immediately after this
7490 catchpoint has triggered. */
7491 ptid_t forked_inferior_pid;
7492};
7493
4a64f543
MS
7494/* Implement the "insert" breakpoint_ops method for fork
7495 catchpoints. */
ce78b96d 7496
77b06cd7
TJB
7497static int
7498insert_catch_fork (struct bp_location *bl)
ce78b96d 7499{
77b06cd7 7500 return target_insert_fork_catchpoint (PIDGET (inferior_ptid));
ce78b96d
JB
7501}
7502
4a64f543
MS
7503/* Implement the "remove" breakpoint_ops method for fork
7504 catchpoints. */
ce78b96d
JB
7505
7506static int
77b06cd7 7507remove_catch_fork (struct bp_location *bl)
ce78b96d
JB
7508{
7509 return target_remove_fork_catchpoint (PIDGET (inferior_ptid));
7510}
7511
7512/* Implement the "breakpoint_hit" breakpoint_ops method for fork
7513 catchpoints. */
7514
7515static int
f1310107 7516breakpoint_hit_catch_fork (const struct bp_location *bl,
09ac7c10
TT
7517 struct address_space *aspace, CORE_ADDR bp_addr,
7518 const struct target_waitstatus *ws)
ce78b96d 7519{
e29a4733
PA
7520 struct fork_catchpoint *c = (struct fork_catchpoint *) bl->owner;
7521
f90263c1
TT
7522 if (ws->kind != TARGET_WAITKIND_FORKED)
7523 return 0;
7524
7525 c->forked_inferior_pid = ws->value.related_pid;
7526 return 1;
ce78b96d
JB
7527}
7528
4a64f543
MS
7529/* Implement the "print_it" breakpoint_ops method for fork
7530 catchpoints. */
ce78b96d
JB
7531
7532static enum print_stop_action
348d480f 7533print_it_catch_fork (bpstat bs)
ce78b96d 7534{
36dfb11c 7535 struct ui_out *uiout = current_uiout;
348d480f
PA
7536 struct breakpoint *b = bs->breakpoint_at;
7537 struct fork_catchpoint *c = (struct fork_catchpoint *) bs->breakpoint_at;
e29a4733 7538
ce78b96d 7539 annotate_catchpoint (b->number);
36dfb11c
TT
7540 if (b->disposition == disp_del)
7541 ui_out_text (uiout, "\nTemporary catchpoint ");
7542 else
7543 ui_out_text (uiout, "\nCatchpoint ");
7544 if (ui_out_is_mi_like_p (uiout))
7545 {
7546 ui_out_field_string (uiout, "reason",
7547 async_reason_lookup (EXEC_ASYNC_FORK));
7548 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
7549 }
7550 ui_out_field_int (uiout, "bkptno", b->number);
7551 ui_out_text (uiout, " (forked process ");
7552 ui_out_field_int (uiout, "newpid", ptid_get_pid (c->forked_inferior_pid));
7553 ui_out_text (uiout, "), ");
ce78b96d
JB
7554 return PRINT_SRC_AND_LOC;
7555}
7556
4a64f543
MS
7557/* Implement the "print_one" breakpoint_ops method for fork
7558 catchpoints. */
ce78b96d
JB
7559
7560static void
a6d9a66e 7561print_one_catch_fork (struct breakpoint *b, struct bp_location **last_loc)
ce78b96d 7562{
e29a4733 7563 struct fork_catchpoint *c = (struct fork_catchpoint *) b;
79a45b7d 7564 struct value_print_options opts;
79a45e25 7565 struct ui_out *uiout = current_uiout;
79a45b7d
TT
7566
7567 get_user_print_options (&opts);
7568
4a64f543
MS
7569 /* Field 4, the address, is omitted (which makes the columns not
7570 line up too nicely with the headers, but the effect is relatively
7571 readable). */
79a45b7d 7572 if (opts.addressprint)
ce78b96d
JB
7573 ui_out_field_skip (uiout, "addr");
7574 annotate_field (5);
7575 ui_out_text (uiout, "fork");
e29a4733 7576 if (!ptid_equal (c->forked_inferior_pid, null_ptid))
ce78b96d
JB
7577 {
7578 ui_out_text (uiout, ", process ");
7579 ui_out_field_int (uiout, "what",
e29a4733 7580 ptid_get_pid (c->forked_inferior_pid));
ce78b96d
JB
7581 ui_out_spaces (uiout, 1);
7582 }
8ac3646f
TT
7583
7584 if (ui_out_is_mi_like_p (uiout))
7585 ui_out_field_string (uiout, "catch-type", "fork");
ce78b96d
JB
7586}
7587
7588/* Implement the "print_mention" breakpoint_ops method for fork
7589 catchpoints. */
7590
7591static void
7592print_mention_catch_fork (struct breakpoint *b)
7593{
7594 printf_filtered (_("Catchpoint %d (fork)"), b->number);
7595}
7596
6149aea9
PA
7597/* Implement the "print_recreate" breakpoint_ops method for fork
7598 catchpoints. */
7599
7600static void
7601print_recreate_catch_fork (struct breakpoint *b, struct ui_file *fp)
7602{
7603 fprintf_unfiltered (fp, "catch fork");
d9b3f62e 7604 print_recreate_thread (b, fp);
6149aea9
PA
7605}
7606
ce78b96d
JB
7607/* The breakpoint_ops structure to be used in fork catchpoints. */
7608
2060206e 7609static struct breakpoint_ops catch_fork_breakpoint_ops;
ce78b96d 7610
4a64f543
MS
7611/* Implement the "insert" breakpoint_ops method for vfork
7612 catchpoints. */
ce78b96d 7613
77b06cd7
TJB
7614static int
7615insert_catch_vfork (struct bp_location *bl)
ce78b96d 7616{
77b06cd7 7617 return target_insert_vfork_catchpoint (PIDGET (inferior_ptid));
ce78b96d
JB
7618}
7619
4a64f543
MS
7620/* Implement the "remove" breakpoint_ops method for vfork
7621 catchpoints. */
ce78b96d
JB
7622
7623static int
77b06cd7 7624remove_catch_vfork (struct bp_location *bl)
ce78b96d
JB
7625{
7626 return target_remove_vfork_catchpoint (PIDGET (inferior_ptid));
7627}
7628
7629/* Implement the "breakpoint_hit" breakpoint_ops method for vfork
7630 catchpoints. */
7631
7632static int
f1310107 7633breakpoint_hit_catch_vfork (const struct bp_location *bl,
09ac7c10
TT
7634 struct address_space *aspace, CORE_ADDR bp_addr,
7635 const struct target_waitstatus *ws)
ce78b96d 7636{
e29a4733
PA
7637 struct fork_catchpoint *c = (struct fork_catchpoint *) bl->owner;
7638
f90263c1
TT
7639 if (ws->kind != TARGET_WAITKIND_VFORKED)
7640 return 0;
7641
7642 c->forked_inferior_pid = ws->value.related_pid;
7643 return 1;
ce78b96d
JB
7644}
7645
4a64f543
MS
7646/* Implement the "print_it" breakpoint_ops method for vfork
7647 catchpoints. */
ce78b96d
JB
7648
7649static enum print_stop_action
348d480f 7650print_it_catch_vfork (bpstat bs)
ce78b96d 7651{
36dfb11c 7652 struct ui_out *uiout = current_uiout;
348d480f 7653 struct breakpoint *b = bs->breakpoint_at;
e29a4733
PA
7654 struct fork_catchpoint *c = (struct fork_catchpoint *) b;
7655
ce78b96d 7656 annotate_catchpoint (b->number);
36dfb11c
TT
7657 if (b->disposition == disp_del)
7658 ui_out_text (uiout, "\nTemporary catchpoint ");
7659 else
7660 ui_out_text (uiout, "\nCatchpoint ");
7661 if (ui_out_is_mi_like_p (uiout))
7662 {
7663 ui_out_field_string (uiout, "reason",
7664 async_reason_lookup (EXEC_ASYNC_VFORK));
7665 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
7666 }
7667 ui_out_field_int (uiout, "bkptno", b->number);
7668 ui_out_text (uiout, " (vforked process ");
7669 ui_out_field_int (uiout, "newpid", ptid_get_pid (c->forked_inferior_pid));
7670 ui_out_text (uiout, "), ");
ce78b96d
JB
7671 return PRINT_SRC_AND_LOC;
7672}
7673
4a64f543
MS
7674/* Implement the "print_one" breakpoint_ops method for vfork
7675 catchpoints. */
ce78b96d
JB
7676
7677static void
a6d9a66e 7678print_one_catch_vfork (struct breakpoint *b, struct bp_location **last_loc)
ce78b96d 7679{
e29a4733 7680 struct fork_catchpoint *c = (struct fork_catchpoint *) b;
79a45b7d 7681 struct value_print_options opts;
79a45e25 7682 struct ui_out *uiout = current_uiout;
79a45b7d
TT
7683
7684 get_user_print_options (&opts);
4a64f543
MS
7685 /* Field 4, the address, is omitted (which makes the columns not
7686 line up too nicely with the headers, but the effect is relatively
7687 readable). */
79a45b7d 7688 if (opts.addressprint)
ce78b96d
JB
7689 ui_out_field_skip (uiout, "addr");
7690 annotate_field (5);
7691 ui_out_text (uiout, "vfork");
e29a4733 7692 if (!ptid_equal (c->forked_inferior_pid, null_ptid))
ce78b96d
JB
7693 {
7694 ui_out_text (uiout, ", process ");
7695 ui_out_field_int (uiout, "what",
e29a4733 7696 ptid_get_pid (c->forked_inferior_pid));
ce78b96d
JB
7697 ui_out_spaces (uiout, 1);
7698 }
8ac3646f
TT
7699
7700 if (ui_out_is_mi_like_p (uiout))
7701 ui_out_field_string (uiout, "catch-type", "vfork");
ce78b96d
JB
7702}
7703
7704/* Implement the "print_mention" breakpoint_ops method for vfork
7705 catchpoints. */
7706
7707static void
7708print_mention_catch_vfork (struct breakpoint *b)
7709{
7710 printf_filtered (_("Catchpoint %d (vfork)"), b->number);
7711}
7712
6149aea9
PA
7713/* Implement the "print_recreate" breakpoint_ops method for vfork
7714 catchpoints. */
7715
7716static void
7717print_recreate_catch_vfork (struct breakpoint *b, struct ui_file *fp)
7718{
7719 fprintf_unfiltered (fp, "catch vfork");
d9b3f62e 7720 print_recreate_thread (b, fp);
6149aea9
PA
7721}
7722
ce78b96d
JB
7723/* The breakpoint_ops structure to be used in vfork catchpoints. */
7724
2060206e 7725static struct breakpoint_ops catch_vfork_breakpoint_ops;
ce78b96d 7726
edcc5120
TT
7727/* An instance of this type is used to represent an solib catchpoint.
7728 It includes a "struct breakpoint" as a kind of base class; users
7729 downcast to "struct breakpoint *" when needed. A breakpoint is
7730 really of this type iff its ops pointer points to
7731 CATCH_SOLIB_BREAKPOINT_OPS. */
7732
7733struct solib_catchpoint
7734{
7735 /* The base class. */
7736 struct breakpoint base;
7737
7738 /* True for "catch load", false for "catch unload". */
7739 unsigned char is_load;
7740
7741 /* Regular expression to match, if any. COMPILED is only valid when
7742 REGEX is non-NULL. */
7743 char *regex;
7744 regex_t compiled;
7745};
7746
7747static void
7748dtor_catch_solib (struct breakpoint *b)
7749{
7750 struct solib_catchpoint *self = (struct solib_catchpoint *) b;
7751
7752 if (self->regex)
7753 regfree (&self->compiled);
7754 xfree (self->regex);
7755
7756 base_breakpoint_ops.dtor (b);
7757}
7758
7759static int
7760insert_catch_solib (struct bp_location *ignore)
7761{
7762 return 0;
7763}
7764
7765static int
7766remove_catch_solib (struct bp_location *ignore)
7767{
7768 return 0;
7769}
7770
7771static int
7772breakpoint_hit_catch_solib (const struct bp_location *bl,
7773 struct address_space *aspace,
7774 CORE_ADDR bp_addr,
7775 const struct target_waitstatus *ws)
7776{
7777 struct solib_catchpoint *self = (struct solib_catchpoint *) bl->owner;
7778 struct breakpoint *other;
7779
7780 if (ws->kind == TARGET_WAITKIND_LOADED)
7781 return 1;
7782
7783 ALL_BREAKPOINTS (other)
7784 {
7785 struct bp_location *other_bl;
7786
7787 if (other == bl->owner)
7788 continue;
7789
7790 if (other->type != bp_shlib_event)
7791 continue;
7792
7793 if (self->base.pspace != NULL && other->pspace != self->base.pspace)
7794 continue;
7795
7796 for (other_bl = other->loc; other_bl != NULL; other_bl = other_bl->next)
7797 {
7798 if (other->ops->breakpoint_hit (other_bl, aspace, bp_addr, ws))
7799 return 1;
7800 }
7801 }
7802
7803 return 0;
7804}
7805
7806static void
7807check_status_catch_solib (struct bpstats *bs)
7808{
7809 struct solib_catchpoint *self
7810 = (struct solib_catchpoint *) bs->breakpoint_at;
7811 int ix;
7812
7813 if (self->is_load)
7814 {
7815 struct so_list *iter;
7816
7817 for (ix = 0;
7818 VEC_iterate (so_list_ptr, current_program_space->added_solibs,
7819 ix, iter);
7820 ++ix)
7821 {
7822 if (!self->regex
7823 || regexec (&self->compiled, iter->so_name, 0, NULL, 0) == 0)
7824 return;
7825 }
7826 }
7827 else
7828 {
7829 char *iter;
7830
7831 for (ix = 0;
7832 VEC_iterate (char_ptr, current_program_space->deleted_solibs,
7833 ix, iter);
7834 ++ix)
7835 {
7836 if (!self->regex
7837 || regexec (&self->compiled, iter, 0, NULL, 0) == 0)
7838 return;
7839 }
7840 }
7841
7842 bs->stop = 0;
7843 bs->print_it = print_it_noop;
7844}
7845
7846static enum print_stop_action
7847print_it_catch_solib (bpstat bs)
7848{
7849 struct breakpoint *b = bs->breakpoint_at;
7850 struct ui_out *uiout = current_uiout;
7851
7852 annotate_catchpoint (b->number);
7853 if (b->disposition == disp_del)
7854 ui_out_text (uiout, "\nTemporary catchpoint ");
7855 else
7856 ui_out_text (uiout, "\nCatchpoint ");
7857 ui_out_field_int (uiout, "bkptno", b->number);
7858 ui_out_text (uiout, "\n");
7859 if (ui_out_is_mi_like_p (uiout))
7860 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
7861 print_solib_event (1);
7862 return PRINT_SRC_AND_LOC;
7863}
7864
7865static void
7866print_one_catch_solib (struct breakpoint *b, struct bp_location **locs)
7867{
7868 struct solib_catchpoint *self = (struct solib_catchpoint *) b;
7869 struct value_print_options opts;
7870 struct ui_out *uiout = current_uiout;
7871 char *msg;
7872
7873 get_user_print_options (&opts);
7874 /* Field 4, the address, is omitted (which makes the columns not
7875 line up too nicely with the headers, but the effect is relatively
7876 readable). */
7877 if (opts.addressprint)
7878 {
7879 annotate_field (4);
7880 ui_out_field_skip (uiout, "addr");
7881 }
7882
7883 annotate_field (5);
7884 if (self->is_load)
7885 {
7886 if (self->regex)
7887 msg = xstrprintf (_("load of library matching %s"), self->regex);
7888 else
7889 msg = xstrdup (_("load of library"));
7890 }
7891 else
7892 {
7893 if (self->regex)
7894 msg = xstrprintf (_("unload of library matching %s"), self->regex);
7895 else
7896 msg = xstrdup (_("unload of library"));
7897 }
7898 ui_out_field_string (uiout, "what", msg);
7899 xfree (msg);
8ac3646f
TT
7900
7901 if (ui_out_is_mi_like_p (uiout))
7902 ui_out_field_string (uiout, "catch-type",
7903 self->is_load ? "load" : "unload");
edcc5120
TT
7904}
7905
7906static void
7907print_mention_catch_solib (struct breakpoint *b)
7908{
7909 struct solib_catchpoint *self = (struct solib_catchpoint *) b;
7910
7911 printf_filtered (_("Catchpoint %d (%s)"), b->number,
7912 self->is_load ? "load" : "unload");
7913}
7914
7915static void
7916print_recreate_catch_solib (struct breakpoint *b, struct ui_file *fp)
7917{
7918 struct solib_catchpoint *self = (struct solib_catchpoint *) b;
7919
7920 fprintf_unfiltered (fp, "%s %s",
7921 b->disposition == disp_del ? "tcatch" : "catch",
7922 self->is_load ? "load" : "unload");
7923 if (self->regex)
7924 fprintf_unfiltered (fp, " %s", self->regex);
7925 fprintf_unfiltered (fp, "\n");
7926}
7927
7928static struct breakpoint_ops catch_solib_breakpoint_ops;
7929
91985142
MG
7930/* Shared helper function (MI and CLI) for creating and installing
7931 a shared object event catchpoint. If IS_LOAD is non-zero then
7932 the events to be caught are load events, otherwise they are
7933 unload events. If IS_TEMP is non-zero the catchpoint is a
7934 temporary one. If ENABLED is non-zero the catchpoint is
7935 created in an enabled state. */
edcc5120 7936
91985142
MG
7937void
7938add_solib_catchpoint (char *arg, int is_load, int is_temp, int enabled)
edcc5120
TT
7939{
7940 struct solib_catchpoint *c;
7941 struct gdbarch *gdbarch = get_current_arch ();
edcc5120
TT
7942 struct cleanup *cleanup;
7943
edcc5120
TT
7944 if (!arg)
7945 arg = "";
7946 arg = skip_spaces (arg);
7947
7948 c = XCNEW (struct solib_catchpoint);
7949 cleanup = make_cleanup (xfree, c);
7950
7951 if (*arg != '\0')
7952 {
7953 int errcode;
7954
7955 errcode = regcomp (&c->compiled, arg, REG_NOSUB);
7956 if (errcode != 0)
7957 {
7958 char *err = get_regcomp_error (errcode, &c->compiled);
7959
7960 make_cleanup (xfree, err);
7961 error (_("Invalid regexp (%s): %s"), err, arg);
7962 }
7963 c->regex = xstrdup (arg);
7964 }
7965
7966 c->is_load = is_load;
91985142 7967 init_catchpoint (&c->base, gdbarch, is_temp, NULL,
edcc5120
TT
7968 &catch_solib_breakpoint_ops);
7969
91985142
MG
7970 c->base.enable_state = enabled ? bp_enabled : bp_disabled;
7971
edcc5120
TT
7972 discard_cleanups (cleanup);
7973 install_breakpoint (0, &c->base, 1);
7974}
7975
91985142
MG
7976/* A helper function that does all the work for "catch load" and
7977 "catch unload". */
7978
7979static void
7980catch_load_or_unload (char *arg, int from_tty, int is_load,
7981 struct cmd_list_element *command)
7982{
7983 int tempflag;
7984 const int enabled = 1;
7985
7986 tempflag = get_cmd_context (command) == CATCH_TEMPORARY;
7987
7988 add_solib_catchpoint (arg, is_load, tempflag, enabled);
7989}
7990
edcc5120
TT
7991static void
7992catch_load_command_1 (char *arg, int from_tty,
7993 struct cmd_list_element *command)
7994{
7995 catch_load_or_unload (arg, from_tty, 1, command);
7996}
7997
7998static void
7999catch_unload_command_1 (char *arg, int from_tty,
8000 struct cmd_list_element *command)
8001{
8002 catch_load_or_unload (arg, from_tty, 0, command);
8003}
8004
be5c67c1
PA
8005/* An instance of this type is used to represent a syscall catchpoint.
8006 It includes a "struct breakpoint" as a kind of base class; users
8007 downcast to "struct breakpoint *" when needed. A breakpoint is
8008 really of this type iff its ops pointer points to
8009 CATCH_SYSCALL_BREAKPOINT_OPS. */
8010
8011struct syscall_catchpoint
8012{
8013 /* The base class. */
8014 struct breakpoint base;
8015
8016 /* Syscall numbers used for the 'catch syscall' feature. If no
8017 syscall has been specified for filtering, its value is NULL.
8018 Otherwise, it holds a list of all syscalls to be caught. The
8019 list elements are allocated with xmalloc. */
8020 VEC(int) *syscalls_to_be_caught;
8021};
8022
8023/* Implement the "dtor" breakpoint_ops method for syscall
8024 catchpoints. */
8025
8026static void
8027dtor_catch_syscall (struct breakpoint *b)
8028{
8029 struct syscall_catchpoint *c = (struct syscall_catchpoint *) b;
8030
8031 VEC_free (int, c->syscalls_to_be_caught);
348d480f 8032
2060206e 8033 base_breakpoint_ops.dtor (b);
be5c67c1
PA
8034}
8035
fa3064dd
YQ
8036static const struct inferior_data *catch_syscall_inferior_data = NULL;
8037
8038struct catch_syscall_inferior_data
8039{
8040 /* We keep a count of the number of times the user has requested a
8041 particular syscall to be tracked, and pass this information to the
8042 target. This lets capable targets implement filtering directly. */
8043
8044 /* Number of times that "any" syscall is requested. */
8045 int any_syscall_count;
8046
8047 /* Count of each system call. */
8048 VEC(int) *syscalls_counts;
8049
8050 /* This counts all syscall catch requests, so we can readily determine
8051 if any catching is necessary. */
8052 int total_syscalls_count;
8053};
8054
8055static struct catch_syscall_inferior_data*
8056get_catch_syscall_inferior_data (struct inferior *inf)
8057{
8058 struct catch_syscall_inferior_data *inf_data;
8059
8060 inf_data = inferior_data (inf, catch_syscall_inferior_data);
8061 if (inf_data == NULL)
8062 {
8063 inf_data = XZALLOC (struct catch_syscall_inferior_data);
8064 set_inferior_data (inf, catch_syscall_inferior_data, inf_data);
8065 }
8066
8067 return inf_data;
8068}
8069
8070static void
8071catch_syscall_inferior_data_cleanup (struct inferior *inf, void *arg)
8072{
8073 xfree (arg);
8074}
8075
8076
a96d9b2e
SDJ
8077/* Implement the "insert" breakpoint_ops method for syscall
8078 catchpoints. */
8079
77b06cd7
TJB
8080static int
8081insert_catch_syscall (struct bp_location *bl)
a96d9b2e 8082{
be5c67c1 8083 struct syscall_catchpoint *c = (struct syscall_catchpoint *) bl->owner;
a96d9b2e 8084 struct inferior *inf = current_inferior ();
fa3064dd
YQ
8085 struct catch_syscall_inferior_data *inf_data
8086 = get_catch_syscall_inferior_data (inf);
a96d9b2e 8087
fa3064dd 8088 ++inf_data->total_syscalls_count;
be5c67c1 8089 if (!c->syscalls_to_be_caught)
fa3064dd 8090 ++inf_data->any_syscall_count;
a96d9b2e
SDJ
8091 else
8092 {
8093 int i, iter;
cc59ec59 8094
a96d9b2e 8095 for (i = 0;
be5c67c1 8096 VEC_iterate (int, c->syscalls_to_be_caught, i, iter);
a96d9b2e
SDJ
8097 i++)
8098 {
8099 int elem;
cc59ec59 8100
fa3064dd 8101 if (iter >= VEC_length (int, inf_data->syscalls_counts))
a96d9b2e 8102 {
fa3064dd 8103 int old_size = VEC_length (int, inf_data->syscalls_counts);
3e43a32a
MS
8104 uintptr_t vec_addr_offset
8105 = old_size * ((uintptr_t) sizeof (int));
a96d9b2e 8106 uintptr_t vec_addr;
fa3064dd
YQ
8107 VEC_safe_grow (int, inf_data->syscalls_counts, iter + 1);
8108 vec_addr = ((uintptr_t) VEC_address (int,
8109 inf_data->syscalls_counts)
8110 + vec_addr_offset);
a96d9b2e
SDJ
8111 memset ((void *) vec_addr, 0,
8112 (iter + 1 - old_size) * sizeof (int));
8113 }
fa3064dd
YQ
8114 elem = VEC_index (int, inf_data->syscalls_counts, iter);
8115 VEC_replace (int, inf_data->syscalls_counts, iter, ++elem);
a96d9b2e
SDJ
8116 }
8117 }
8118
77b06cd7 8119 return target_set_syscall_catchpoint (PIDGET (inferior_ptid),
fa3064dd
YQ
8120 inf_data->total_syscalls_count != 0,
8121 inf_data->any_syscall_count,
8122 VEC_length (int,
8123 inf_data->syscalls_counts),
8124 VEC_address (int,
8125 inf_data->syscalls_counts));
a96d9b2e
SDJ
8126}
8127
8128/* Implement the "remove" breakpoint_ops method for syscall
8129 catchpoints. */
8130
8131static int
77b06cd7 8132remove_catch_syscall (struct bp_location *bl)
a96d9b2e 8133{
be5c67c1 8134 struct syscall_catchpoint *c = (struct syscall_catchpoint *) bl->owner;
a96d9b2e 8135 struct inferior *inf = current_inferior ();
fa3064dd
YQ
8136 struct catch_syscall_inferior_data *inf_data
8137 = get_catch_syscall_inferior_data (inf);
a96d9b2e 8138
fa3064dd 8139 --inf_data->total_syscalls_count;
be5c67c1 8140 if (!c->syscalls_to_be_caught)
fa3064dd 8141 --inf_data->any_syscall_count;
a96d9b2e
SDJ
8142 else
8143 {
8144 int i, iter;
cc59ec59 8145
a96d9b2e 8146 for (i = 0;
be5c67c1 8147 VEC_iterate (int, c->syscalls_to_be_caught, i, iter);
a96d9b2e
SDJ
8148 i++)
8149 {
8150 int elem;
fa3064dd 8151 if (iter >= VEC_length (int, inf_data->syscalls_counts))
a96d9b2e
SDJ
8152 /* Shouldn't happen. */
8153 continue;
fa3064dd
YQ
8154 elem = VEC_index (int, inf_data->syscalls_counts, iter);
8155 VEC_replace (int, inf_data->syscalls_counts, iter, --elem);
a96d9b2e
SDJ
8156 }
8157 }
8158
8159 return target_set_syscall_catchpoint (PIDGET (inferior_ptid),
fa3064dd
YQ
8160 inf_data->total_syscalls_count != 0,
8161 inf_data->any_syscall_count,
8162 VEC_length (int,
8163 inf_data->syscalls_counts),
3e43a32a 8164 VEC_address (int,
fa3064dd 8165 inf_data->syscalls_counts));
a96d9b2e
SDJ
8166}
8167
8168/* Implement the "breakpoint_hit" breakpoint_ops method for syscall
8169 catchpoints. */
8170
8171static int
f1310107 8172breakpoint_hit_catch_syscall (const struct bp_location *bl,
09ac7c10
TT
8173 struct address_space *aspace, CORE_ADDR bp_addr,
8174 const struct target_waitstatus *ws)
a96d9b2e 8175{
4a64f543
MS
8176 /* We must check if we are catching specific syscalls in this
8177 breakpoint. If we are, then we must guarantee that the called
8178 syscall is the same syscall we are catching. */
a96d9b2e 8179 int syscall_number = 0;
be5c67c1
PA
8180 const struct syscall_catchpoint *c
8181 = (const struct syscall_catchpoint *) bl->owner;
a96d9b2e 8182
f90263c1
TT
8183 if (ws->kind != TARGET_WAITKIND_SYSCALL_ENTRY
8184 && ws->kind != TARGET_WAITKIND_SYSCALL_RETURN)
a96d9b2e
SDJ
8185 return 0;
8186
f90263c1
TT
8187 syscall_number = ws->value.syscall_number;
8188
a96d9b2e 8189 /* Now, checking if the syscall is the same. */
be5c67c1 8190 if (c->syscalls_to_be_caught)
a96d9b2e
SDJ
8191 {
8192 int i, iter;
cc59ec59 8193
a96d9b2e 8194 for (i = 0;
be5c67c1 8195 VEC_iterate (int, c->syscalls_to_be_caught, i, iter);
a96d9b2e
SDJ
8196 i++)
8197 if (syscall_number == iter)
8198 break;
8199 /* Not the same. */
8200 if (!iter)
8201 return 0;
8202 }
8203
8204 return 1;
8205}
8206
8207/* Implement the "print_it" breakpoint_ops method for syscall
8208 catchpoints. */
8209
8210static enum print_stop_action
348d480f 8211print_it_catch_syscall (bpstat bs)
a96d9b2e 8212{
36dfb11c 8213 struct ui_out *uiout = current_uiout;
348d480f 8214 struct breakpoint *b = bs->breakpoint_at;
a96d9b2e
SDJ
8215 /* These are needed because we want to know in which state a
8216 syscall is. It can be in the TARGET_WAITKIND_SYSCALL_ENTRY
8217 or TARGET_WAITKIND_SYSCALL_RETURN, and depending on it we
8218 must print "called syscall" or "returned from syscall". */
8219 ptid_t ptid;
8220 struct target_waitstatus last;
8221 struct syscall s;
a96d9b2e
SDJ
8222
8223 get_last_target_status (&ptid, &last);
8224
8225 get_syscall_by_number (last.value.syscall_number, &s);
8226
8227 annotate_catchpoint (b->number);
8228
36dfb11c
TT
8229 if (b->disposition == disp_del)
8230 ui_out_text (uiout, "\nTemporary catchpoint ");
a96d9b2e 8231 else
36dfb11c
TT
8232 ui_out_text (uiout, "\nCatchpoint ");
8233 if (ui_out_is_mi_like_p (uiout))
8234 {
8235 ui_out_field_string (uiout, "reason",
8236 async_reason_lookup (last.kind == TARGET_WAITKIND_SYSCALL_ENTRY
8237 ? EXEC_ASYNC_SYSCALL_ENTRY
8238 : EXEC_ASYNC_SYSCALL_RETURN));
8239 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
8240 }
8241 ui_out_field_int (uiout, "bkptno", b->number);
a96d9b2e
SDJ
8242
8243 if (last.kind == TARGET_WAITKIND_SYSCALL_ENTRY)
36dfb11c
TT
8244 ui_out_text (uiout, " (call to syscall ");
8245 else
8246 ui_out_text (uiout, " (returned from syscall ");
a96d9b2e 8247
36dfb11c
TT
8248 if (s.name == NULL || ui_out_is_mi_like_p (uiout))
8249 ui_out_field_int (uiout, "syscall-number", last.value.syscall_number);
8250 if (s.name != NULL)
8251 ui_out_field_string (uiout, "syscall-name", s.name);
8252
8253 ui_out_text (uiout, "), ");
a96d9b2e
SDJ
8254
8255 return PRINT_SRC_AND_LOC;
8256}
8257
8258/* Implement the "print_one" breakpoint_ops method for syscall
8259 catchpoints. */
8260
8261static void
8262print_one_catch_syscall (struct breakpoint *b,
f1310107 8263 struct bp_location **last_loc)
a96d9b2e 8264{
be5c67c1 8265 struct syscall_catchpoint *c = (struct syscall_catchpoint *) b;
a96d9b2e 8266 struct value_print_options opts;
79a45e25 8267 struct ui_out *uiout = current_uiout;
a96d9b2e
SDJ
8268
8269 get_user_print_options (&opts);
4a64f543
MS
8270 /* Field 4, the address, is omitted (which makes the columns not
8271 line up too nicely with the headers, but the effect is relatively
8272 readable). */
a96d9b2e
SDJ
8273 if (opts.addressprint)
8274 ui_out_field_skip (uiout, "addr");
8275 annotate_field (5);
8276
be5c67c1
PA
8277 if (c->syscalls_to_be_caught
8278 && VEC_length (int, c->syscalls_to_be_caught) > 1)
a96d9b2e
SDJ
8279 ui_out_text (uiout, "syscalls \"");
8280 else
8281 ui_out_text (uiout, "syscall \"");
8282
be5c67c1 8283 if (c->syscalls_to_be_caught)
a96d9b2e
SDJ
8284 {
8285 int i, iter;
8286 char *text = xstrprintf ("%s", "");
cc59ec59 8287
a96d9b2e 8288 for (i = 0;
be5c67c1 8289 VEC_iterate (int, c->syscalls_to_be_caught, i, iter);
a96d9b2e
SDJ
8290 i++)
8291 {
8292 char *x = text;
8293 struct syscall s;
8294 get_syscall_by_number (iter, &s);
8295
8296 if (s.name != NULL)
8297 text = xstrprintf ("%s%s, ", text, s.name);
8298 else
8299 text = xstrprintf ("%s%d, ", text, iter);
8300
8301 /* We have to xfree the last 'text' (now stored at 'x')
e5dd4106 8302 because xstrprintf dynamically allocates new space for it
a96d9b2e
SDJ
8303 on every call. */
8304 xfree (x);
8305 }
8306 /* Remove the last comma. */
8307 text[strlen (text) - 2] = '\0';
8308 ui_out_field_string (uiout, "what", text);
8309 }
8310 else
8311 ui_out_field_string (uiout, "what", "<any syscall>");
8312 ui_out_text (uiout, "\" ");
8ac3646f
TT
8313
8314 if (ui_out_is_mi_like_p (uiout))
8315 ui_out_field_string (uiout, "catch-type", "syscall");
a96d9b2e
SDJ
8316}
8317
8318/* Implement the "print_mention" breakpoint_ops method for syscall
8319 catchpoints. */
8320
8321static void
8322print_mention_catch_syscall (struct breakpoint *b)
8323{
be5c67c1
PA
8324 struct syscall_catchpoint *c = (struct syscall_catchpoint *) b;
8325
8326 if (c->syscalls_to_be_caught)
a96d9b2e
SDJ
8327 {
8328 int i, iter;
8329
be5c67c1 8330 if (VEC_length (int, c->syscalls_to_be_caught) > 1)
a96d9b2e
SDJ
8331 printf_filtered (_("Catchpoint %d (syscalls"), b->number);
8332 else
8333 printf_filtered (_("Catchpoint %d (syscall"), b->number);
8334
8335 for (i = 0;
be5c67c1 8336 VEC_iterate (int, c->syscalls_to_be_caught, i, iter);
a96d9b2e
SDJ
8337 i++)
8338 {
8339 struct syscall s;
8340 get_syscall_by_number (iter, &s);
8341
8342 if (s.name)
8343 printf_filtered (" '%s' [%d]", s.name, s.number);
8344 else
8345 printf_filtered (" %d", s.number);
8346 }
8347 printf_filtered (")");
8348 }
8349 else
8350 printf_filtered (_("Catchpoint %d (any syscall)"),
8351 b->number);
8352}
8353
6149aea9
PA
8354/* Implement the "print_recreate" breakpoint_ops method for syscall
8355 catchpoints. */
8356
8357static void
8358print_recreate_catch_syscall (struct breakpoint *b, struct ui_file *fp)
8359{
be5c67c1
PA
8360 struct syscall_catchpoint *c = (struct syscall_catchpoint *) b;
8361
6149aea9
PA
8362 fprintf_unfiltered (fp, "catch syscall");
8363
be5c67c1 8364 if (c->syscalls_to_be_caught)
6149aea9
PA
8365 {
8366 int i, iter;
8367
8368 for (i = 0;
be5c67c1 8369 VEC_iterate (int, c->syscalls_to_be_caught, i, iter);
6149aea9
PA
8370 i++)
8371 {
8372 struct syscall s;
8373
8374 get_syscall_by_number (iter, &s);
8375 if (s.name)
8376 fprintf_unfiltered (fp, " %s", s.name);
8377 else
8378 fprintf_unfiltered (fp, " %d", s.number);
8379 }
8380 }
d9b3f62e 8381 print_recreate_thread (b, fp);
6149aea9
PA
8382}
8383
a96d9b2e
SDJ
8384/* The breakpoint_ops structure to be used in syscall catchpoints. */
8385
2060206e 8386static struct breakpoint_ops catch_syscall_breakpoint_ops;
a96d9b2e
SDJ
8387
8388/* Returns non-zero if 'b' is a syscall catchpoint. */
8389
8390static int
8391syscall_catchpoint_p (struct breakpoint *b)
8392{
8393 return (b->ops == &catch_syscall_breakpoint_ops);
8394}
8395
346774a9
PA
8396/* Initialize a new breakpoint of the bp_catchpoint kind. If TEMPFLAG
8397 is non-zero, then make the breakpoint temporary. If COND_STRING is
8398 not NULL, then store it in the breakpoint. OPS, if not NULL, is
8399 the breakpoint_ops structure associated to the catchpoint. */
ce78b96d 8400
ab04a2af 8401void
346774a9
PA
8402init_catchpoint (struct breakpoint *b,
8403 struct gdbarch *gdbarch, int tempflag,
8404 char *cond_string,
c0a91b2b 8405 const struct breakpoint_ops *ops)
c906108c 8406{
c5aa993b 8407 struct symtab_and_line sal;
346774a9 8408
fe39c653 8409 init_sal (&sal);
6c95b8df 8410 sal.pspace = current_program_space;
c5aa993b 8411
28010a5d 8412 init_raw_breakpoint (b, gdbarch, sal, bp_catchpoint, ops);
ce78b96d 8413
1b36a34b 8414 b->cond_string = (cond_string == NULL) ? NULL : xstrdup (cond_string);
b5de0fa7 8415 b->disposition = tempflag ? disp_del : disp_donttouch;
346774a9
PA
8416}
8417
28010a5d 8418void
3ea46bff 8419install_breakpoint (int internal, struct breakpoint *b, int update_gll)
c56053d2
PA
8420{
8421 add_to_breakpoint_chain (b);
3a5c3e22 8422 set_breakpoint_number (internal, b);
558a9d82
YQ
8423 if (is_tracepoint (b))
8424 set_tracepoint_count (breakpoint_count);
3a5c3e22
PA
8425 if (!internal)
8426 mention (b);
c56053d2 8427 observer_notify_breakpoint_created (b);
3ea46bff
YQ
8428
8429 if (update_gll)
8430 update_global_location_list (1);
c56053d2
PA
8431}
8432
9b70b993 8433static void
a6d9a66e
UW
8434create_fork_vfork_event_catchpoint (struct gdbarch *gdbarch,
8435 int tempflag, char *cond_string,
c0a91b2b 8436 const struct breakpoint_ops *ops)
c906108c 8437{
e29a4733 8438 struct fork_catchpoint *c = XNEW (struct fork_catchpoint);
ce78b96d 8439
e29a4733
PA
8440 init_catchpoint (&c->base, gdbarch, tempflag, cond_string, ops);
8441
8442 c->forked_inferior_pid = null_ptid;
8443
3ea46bff 8444 install_breakpoint (0, &c->base, 1);
c906108c
SS
8445}
8446
fe798b75
JB
8447/* Exec catchpoints. */
8448
b4d90040
PA
8449/* An instance of this type is used to represent an exec catchpoint.
8450 It includes a "struct breakpoint" as a kind of base class; users
8451 downcast to "struct breakpoint *" when needed. A breakpoint is
8452 really of this type iff its ops pointer points to
8453 CATCH_EXEC_BREAKPOINT_OPS. */
8454
8455struct exec_catchpoint
8456{
8457 /* The base class. */
8458 struct breakpoint base;
8459
8460 /* Filename of a program whose exec triggered this catchpoint.
8461 This field is only valid immediately after this catchpoint has
8462 triggered. */
8463 char *exec_pathname;
8464};
8465
8466/* Implement the "dtor" breakpoint_ops method for exec
8467 catchpoints. */
8468
8469static void
8470dtor_catch_exec (struct breakpoint *b)
8471{
8472 struct exec_catchpoint *c = (struct exec_catchpoint *) b;
8473
8474 xfree (c->exec_pathname);
348d480f 8475
2060206e 8476 base_breakpoint_ops.dtor (b);
b4d90040
PA
8477}
8478
77b06cd7
TJB
8479static int
8480insert_catch_exec (struct bp_location *bl)
c906108c 8481{
77b06cd7 8482 return target_insert_exec_catchpoint (PIDGET (inferior_ptid));
fe798b75 8483}
c906108c 8484
fe798b75 8485static int
77b06cd7 8486remove_catch_exec (struct bp_location *bl)
fe798b75
JB
8487{
8488 return target_remove_exec_catchpoint (PIDGET (inferior_ptid));
8489}
c906108c 8490
fe798b75 8491static int
f1310107 8492breakpoint_hit_catch_exec (const struct bp_location *bl,
09ac7c10
TT
8493 struct address_space *aspace, CORE_ADDR bp_addr,
8494 const struct target_waitstatus *ws)
fe798b75 8495{
b4d90040
PA
8496 struct exec_catchpoint *c = (struct exec_catchpoint *) bl->owner;
8497
f90263c1
TT
8498 if (ws->kind != TARGET_WAITKIND_EXECD)
8499 return 0;
8500
8501 c->exec_pathname = xstrdup (ws->value.execd_pathname);
8502 return 1;
fe798b75 8503}
c906108c 8504
fe798b75 8505static enum print_stop_action
348d480f 8506print_it_catch_exec (bpstat bs)
fe798b75 8507{
36dfb11c 8508 struct ui_out *uiout = current_uiout;
348d480f 8509 struct breakpoint *b = bs->breakpoint_at;
b4d90040
PA
8510 struct exec_catchpoint *c = (struct exec_catchpoint *) b;
8511
fe798b75 8512 annotate_catchpoint (b->number);
36dfb11c
TT
8513 if (b->disposition == disp_del)
8514 ui_out_text (uiout, "\nTemporary catchpoint ");
8515 else
8516 ui_out_text (uiout, "\nCatchpoint ");
8517 if (ui_out_is_mi_like_p (uiout))
8518 {
8519 ui_out_field_string (uiout, "reason",
8520 async_reason_lookup (EXEC_ASYNC_EXEC));
8521 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
8522 }
8523 ui_out_field_int (uiout, "bkptno", b->number);
8524 ui_out_text (uiout, " (exec'd ");
8525 ui_out_field_string (uiout, "new-exec", c->exec_pathname);
8526 ui_out_text (uiout, "), ");
8527
fe798b75 8528 return PRINT_SRC_AND_LOC;
c906108c
SS
8529}
8530
fe798b75 8531static void
a6d9a66e 8532print_one_catch_exec (struct breakpoint *b, struct bp_location **last_loc)
fe798b75 8533{
b4d90040 8534 struct exec_catchpoint *c = (struct exec_catchpoint *) b;
fe798b75 8535 struct value_print_options opts;
79a45e25 8536 struct ui_out *uiout = current_uiout;
fe798b75
JB
8537
8538 get_user_print_options (&opts);
8539
8540 /* Field 4, the address, is omitted (which makes the columns
8541 not line up too nicely with the headers, but the effect
8542 is relatively readable). */
8543 if (opts.addressprint)
8544 ui_out_field_skip (uiout, "addr");
8545 annotate_field (5);
8546 ui_out_text (uiout, "exec");
b4d90040 8547 if (c->exec_pathname != NULL)
fe798b75
JB
8548 {
8549 ui_out_text (uiout, ", program \"");
b4d90040 8550 ui_out_field_string (uiout, "what", c->exec_pathname);
fe798b75
JB
8551 ui_out_text (uiout, "\" ");
8552 }
8ac3646f
TT
8553
8554 if (ui_out_is_mi_like_p (uiout))
8555 ui_out_field_string (uiout, "catch-type", "exec");
fe798b75
JB
8556}
8557
8558static void
8559print_mention_catch_exec (struct breakpoint *b)
8560{
8561 printf_filtered (_("Catchpoint %d (exec)"), b->number);
8562}
8563
6149aea9
PA
8564/* Implement the "print_recreate" breakpoint_ops method for exec
8565 catchpoints. */
8566
8567static void
8568print_recreate_catch_exec (struct breakpoint *b, struct ui_file *fp)
8569{
8570 fprintf_unfiltered (fp, "catch exec");
d9b3f62e 8571 print_recreate_thread (b, fp);
6149aea9
PA
8572}
8573
2060206e 8574static struct breakpoint_ops catch_exec_breakpoint_ops;
fe798b75 8575
a96d9b2e
SDJ
8576static void
8577create_syscall_event_catchpoint (int tempflag, VEC(int) *filter,
c0a91b2b 8578 const struct breakpoint_ops *ops)
a96d9b2e 8579{
be5c67c1 8580 struct syscall_catchpoint *c;
a96d9b2e 8581 struct gdbarch *gdbarch = get_current_arch ();
a96d9b2e 8582
be5c67c1
PA
8583 c = XNEW (struct syscall_catchpoint);
8584 init_catchpoint (&c->base, gdbarch, tempflag, NULL, ops);
8585 c->syscalls_to_be_caught = filter;
a96d9b2e 8586
3ea46bff 8587 install_breakpoint (0, &c->base, 1);
a96d9b2e
SDJ
8588}
8589
c906108c 8590static int
fba45db2 8591hw_breakpoint_used_count (void)
c906108c 8592{
c906108c 8593 int i = 0;
f1310107
TJB
8594 struct breakpoint *b;
8595 struct bp_location *bl;
c906108c
SS
8596
8597 ALL_BREAKPOINTS (b)
c5aa993b 8598 {
d6b74ac4 8599 if (b->type == bp_hardware_breakpoint && breakpoint_enabled (b))
f1310107
TJB
8600 for (bl = b->loc; bl; bl = bl->next)
8601 {
8602 /* Special types of hardware breakpoints may use more than
8603 one register. */
348d480f 8604 i += b->ops->resources_needed (bl);
f1310107 8605 }
c5aa993b 8606 }
c906108c
SS
8607
8608 return i;
8609}
8610
a1398e0c
PA
8611/* Returns the resources B would use if it were a hardware
8612 watchpoint. */
8613
c906108c 8614static int
a1398e0c 8615hw_watchpoint_use_count (struct breakpoint *b)
c906108c 8616{
c906108c 8617 int i = 0;
e09342b5 8618 struct bp_location *bl;
c906108c 8619
a1398e0c
PA
8620 if (!breakpoint_enabled (b))
8621 return 0;
8622
8623 for (bl = b->loc; bl; bl = bl->next)
8624 {
8625 /* Special types of hardware watchpoints may use more than
8626 one register. */
8627 i += b->ops->resources_needed (bl);
8628 }
8629
8630 return i;
8631}
8632
8633/* Returns the sum the used resources of all hardware watchpoints of
8634 type TYPE in the breakpoints list. Also returns in OTHER_TYPE_USED
8635 the sum of the used resources of all hardware watchpoints of other
8636 types _not_ TYPE. */
8637
8638static int
8639hw_watchpoint_used_count_others (struct breakpoint *except,
8640 enum bptype type, int *other_type_used)
8641{
8642 int i = 0;
8643 struct breakpoint *b;
8644
c906108c
SS
8645 *other_type_used = 0;
8646 ALL_BREAKPOINTS (b)
e09342b5 8647 {
a1398e0c
PA
8648 if (b == except)
8649 continue;
e09342b5
TJB
8650 if (!breakpoint_enabled (b))
8651 continue;
8652
a1398e0c
PA
8653 if (b->type == type)
8654 i += hw_watchpoint_use_count (b);
8655 else if (is_hardware_watchpoint (b))
8656 *other_type_used = 1;
e09342b5
TJB
8657 }
8658
c906108c
SS
8659 return i;
8660}
8661
c906108c 8662void
fba45db2 8663disable_watchpoints_before_interactive_call_start (void)
c906108c 8664{
c5aa993b 8665 struct breakpoint *b;
c906108c
SS
8666
8667 ALL_BREAKPOINTS (b)
c5aa993b 8668 {
cc60f2e3 8669 if (is_watchpoint (b) && breakpoint_enabled (b))
c5aa993b 8670 {
b5de0fa7 8671 b->enable_state = bp_call_disabled;
b60e7edf 8672 update_global_location_list (0);
c5aa993b
JM
8673 }
8674 }
c906108c
SS
8675}
8676
8677void
fba45db2 8678enable_watchpoints_after_interactive_call_stop (void)
c906108c 8679{
c5aa993b 8680 struct breakpoint *b;
c906108c
SS
8681
8682 ALL_BREAKPOINTS (b)
c5aa993b 8683 {
cc60f2e3 8684 if (is_watchpoint (b) && b->enable_state == bp_call_disabled)
c5aa993b 8685 {
b5de0fa7 8686 b->enable_state = bp_enabled;
b60e7edf 8687 update_global_location_list (1);
c5aa993b
JM
8688 }
8689 }
c906108c
SS
8690}
8691
8bea4e01
UW
8692void
8693disable_breakpoints_before_startup (void)
8694{
6c95b8df 8695 current_program_space->executing_startup = 1;
f8eba3c6 8696 update_global_location_list (0);
8bea4e01
UW
8697}
8698
8699void
8700enable_breakpoints_after_startup (void)
8701{
6c95b8df 8702 current_program_space->executing_startup = 0;
f8eba3c6 8703 breakpoint_re_set ();
8bea4e01
UW
8704}
8705
c906108c
SS
8706
8707/* Set a breakpoint that will evaporate an end of command
8708 at address specified by SAL.
8709 Restrict it to frame FRAME if FRAME is nonzero. */
8710
8711struct breakpoint *
a6d9a66e
UW
8712set_momentary_breakpoint (struct gdbarch *gdbarch, struct symtab_and_line sal,
8713 struct frame_id frame_id, enum bptype type)
c906108c 8714{
52f0bd74 8715 struct breakpoint *b;
edb3359d 8716
193facb3
JK
8717 /* If FRAME_ID is valid, it should be a real frame, not an inlined or
8718 tail-called one. */
8719 gdb_assert (!frame_id_artificial_p (frame_id));
edb3359d 8720
06edf0c0 8721 b = set_raw_breakpoint (gdbarch, sal, type, &momentary_breakpoint_ops);
b5de0fa7
EZ
8722 b->enable_state = bp_enabled;
8723 b->disposition = disp_donttouch;
818dd999 8724 b->frame_id = frame_id;
c906108c 8725
4a64f543
MS
8726 /* If we're debugging a multi-threaded program, then we want
8727 momentary breakpoints to be active in only a single thread of
8728 control. */
39f77062
KB
8729 if (in_thread_list (inferior_ptid))
8730 b->thread = pid_to_thread_id (inferior_ptid);
c906108c 8731
b60e7edf 8732 update_global_location_list_nothrow (1);
74960c60 8733
c906108c
SS
8734 return b;
8735}
611c83ae 8736
06edf0c0
PA
8737/* Make a momentary breakpoint based on the master breakpoint ORIG.
8738 The new breakpoint will have type TYPE, and use OPS as it
8739 breakpoint_ops. */
e58b0e63 8740
06edf0c0
PA
8741static struct breakpoint *
8742momentary_breakpoint_from_master (struct breakpoint *orig,
8743 enum bptype type,
c0a91b2b 8744 const struct breakpoint_ops *ops)
e58b0e63
PA
8745{
8746 struct breakpoint *copy;
8747
06edf0c0 8748 copy = set_raw_breakpoint_without_location (orig->gdbarch, type, ops);
e58b0e63 8749 copy->loc = allocate_bp_location (copy);
0e30163f 8750 set_breakpoint_location_function (copy->loc, 1);
e58b0e63 8751
a6d9a66e 8752 copy->loc->gdbarch = orig->loc->gdbarch;
e58b0e63
PA
8753 copy->loc->requested_address = orig->loc->requested_address;
8754 copy->loc->address = orig->loc->address;
8755 copy->loc->section = orig->loc->section;
6c95b8df 8756 copy->loc->pspace = orig->loc->pspace;
55aa24fb 8757 copy->loc->probe = orig->loc->probe;
f8eba3c6 8758 copy->loc->line_number = orig->loc->line_number;
2f202fde 8759 copy->loc->symtab = orig->loc->symtab;
e58b0e63
PA
8760 copy->frame_id = orig->frame_id;
8761 copy->thread = orig->thread;
6c95b8df 8762 copy->pspace = orig->pspace;
e58b0e63
PA
8763
8764 copy->enable_state = bp_enabled;
8765 copy->disposition = disp_donttouch;
8766 copy->number = internal_breakpoint_number--;
8767
8768 update_global_location_list_nothrow (0);
8769 return copy;
8770}
8771
06edf0c0
PA
8772/* Make a deep copy of momentary breakpoint ORIG. Returns NULL if
8773 ORIG is NULL. */
8774
8775struct breakpoint *
8776clone_momentary_breakpoint (struct breakpoint *orig)
8777{
8778 /* If there's nothing to clone, then return nothing. */
8779 if (orig == NULL)
8780 return NULL;
8781
8782 return momentary_breakpoint_from_master (orig, orig->type, orig->ops);
8783}
8784
611c83ae 8785struct breakpoint *
a6d9a66e
UW
8786set_momentary_breakpoint_at_pc (struct gdbarch *gdbarch, CORE_ADDR pc,
8787 enum bptype type)
611c83ae
PA
8788{
8789 struct symtab_and_line sal;
8790
8791 sal = find_pc_line (pc, 0);
8792 sal.pc = pc;
8793 sal.section = find_pc_overlay (pc);
8794 sal.explicit_pc = 1;
8795
a6d9a66e 8796 return set_momentary_breakpoint (gdbarch, sal, null_frame_id, type);
611c83ae 8797}
c906108c 8798\f
c5aa993b 8799
c906108c
SS
8800/* Tell the user we have just set a breakpoint B. */
8801
8802static void
fba45db2 8803mention (struct breakpoint *b)
c906108c 8804{
348d480f 8805 b->ops->print_mention (b);
79a45e25 8806 if (ui_out_is_mi_like_p (current_uiout))
fb40c209 8807 return;
c906108c
SS
8808 printf_filtered ("\n");
8809}
c906108c 8810\f
c5aa993b 8811
0d381245 8812static struct bp_location *
39d61571 8813add_location_to_breakpoint (struct breakpoint *b,
0d381245
VP
8814 const struct symtab_and_line *sal)
8815{
8816 struct bp_location *loc, **tmp;
3742cc8b
YQ
8817 CORE_ADDR adjusted_address;
8818 struct gdbarch *loc_gdbarch = get_sal_arch (*sal);
8819
8820 if (loc_gdbarch == NULL)
8821 loc_gdbarch = b->gdbarch;
8822
8823 /* Adjust the breakpoint's address prior to allocating a location.
8824 Once we call allocate_bp_location(), that mostly uninitialized
8825 location will be placed on the location chain. Adjustment of the
8826 breakpoint may cause target_read_memory() to be called and we do
8827 not want its scan of the location chain to find a breakpoint and
8828 location that's only been partially initialized. */
8829 adjusted_address = adjust_breakpoint_address (loc_gdbarch,
8830 sal->pc, b->type);
0d381245 8831
d30113d4 8832 /* Sort the locations by their ADDRESS. */
39d61571 8833 loc = allocate_bp_location (b);
d30113d4
JK
8834 for (tmp = &(b->loc); *tmp != NULL && (*tmp)->address <= adjusted_address;
8835 tmp = &((*tmp)->next))
0d381245 8836 ;
d30113d4 8837 loc->next = *tmp;
0d381245 8838 *tmp = loc;
3742cc8b 8839
0d381245 8840 loc->requested_address = sal->pc;
3742cc8b 8841 loc->address = adjusted_address;
6c95b8df 8842 loc->pspace = sal->pspace;
55aa24fb 8843 loc->probe = sal->probe;
6c95b8df 8844 gdb_assert (loc->pspace != NULL);
0d381245 8845 loc->section = sal->section;
3742cc8b 8846 loc->gdbarch = loc_gdbarch;
f8eba3c6 8847 loc->line_number = sal->line;
2f202fde 8848 loc->symtab = sal->symtab;
f8eba3c6 8849
0e30163f
JK
8850 set_breakpoint_location_function (loc,
8851 sal->explicit_pc || sal->explicit_line);
0d381245
VP
8852 return loc;
8853}
514f746b
AR
8854\f
8855
8856/* Return 1 if LOC is pointing to a permanent breakpoint,
8857 return 0 otherwise. */
8858
8859static int
8860bp_loc_is_permanent (struct bp_location *loc)
8861{
8862 int len;
8863 CORE_ADDR addr;
1afeeb75 8864 const gdb_byte *bpoint;
514f746b 8865 gdb_byte *target_mem;
939c61fa
JK
8866 struct cleanup *cleanup;
8867 int retval = 0;
514f746b
AR
8868
8869 gdb_assert (loc != NULL);
8870
8871 addr = loc->address;
1afeeb75 8872 bpoint = gdbarch_breakpoint_from_pc (loc->gdbarch, &addr, &len);
514f746b 8873
939c61fa 8874 /* Software breakpoints unsupported? */
1afeeb75 8875 if (bpoint == NULL)
939c61fa
JK
8876 return 0;
8877
514f746b
AR
8878 target_mem = alloca (len);
8879
939c61fa
JK
8880 /* Enable the automatic memory restoration from breakpoints while
8881 we read the memory. Otherwise we could say about our temporary
8882 breakpoints they are permanent. */
6c95b8df
PA
8883 cleanup = save_current_space_and_thread ();
8884
8885 switch_to_program_space_and_thread (loc->pspace);
8886 make_show_memory_breakpoints_cleanup (0);
939c61fa 8887
514f746b 8888 if (target_read_memory (loc->address, target_mem, len) == 0
1afeeb75 8889 && memcmp (target_mem, bpoint, len) == 0)
939c61fa 8890 retval = 1;
514f746b 8891
939c61fa
JK
8892 do_cleanups (cleanup);
8893
8894 return retval;
514f746b
AR
8895}
8896
e7e0cddf
SS
8897/* Build a command list for the dprintf corresponding to the current
8898 settings of the dprintf style options. */
8899
8900static void
8901update_dprintf_command_list (struct breakpoint *b)
8902{
8903 char *dprintf_args = b->extra_string;
8904 char *printf_line = NULL;
8905
8906 if (!dprintf_args)
8907 return;
8908
8909 dprintf_args = skip_spaces (dprintf_args);
8910
8911 /* Allow a comma, as it may have terminated a location, but don't
8912 insist on it. */
8913 if (*dprintf_args == ',')
8914 ++dprintf_args;
8915 dprintf_args = skip_spaces (dprintf_args);
8916
8917 if (*dprintf_args != '"')
8918 error (_("Bad format string, missing '\"'."));
8919
d3ce09f5 8920 if (strcmp (dprintf_style, dprintf_style_gdb) == 0)
e7e0cddf 8921 printf_line = xstrprintf ("printf %s", dprintf_args);
d3ce09f5 8922 else if (strcmp (dprintf_style, dprintf_style_call) == 0)
e7e0cddf
SS
8923 {
8924 if (!dprintf_function)
8925 error (_("No function supplied for dprintf call"));
8926
8927 if (dprintf_channel && strlen (dprintf_channel) > 0)
8928 printf_line = xstrprintf ("call (void) %s (%s,%s)",
8929 dprintf_function,
8930 dprintf_channel,
8931 dprintf_args);
8932 else
8933 printf_line = xstrprintf ("call (void) %s (%s)",
8934 dprintf_function,
8935 dprintf_args);
8936 }
d3ce09f5
SS
8937 else if (strcmp (dprintf_style, dprintf_style_agent) == 0)
8938 {
8939 if (target_can_run_breakpoint_commands ())
8940 printf_line = xstrprintf ("agent-printf %s", dprintf_args);
8941 else
8942 {
8943 warning (_("Target cannot run dprintf commands, falling back to GDB printf"));
8944 printf_line = xstrprintf ("printf %s", dprintf_args);
8945 }
8946 }
e7e0cddf
SS
8947 else
8948 internal_error (__FILE__, __LINE__,
8949 _("Invalid dprintf style."));
8950
f28045c2 8951 gdb_assert (printf_line != NULL);
e7e0cddf 8952 /* Manufacture a printf/continue sequence. */
f28045c2
YQ
8953 {
8954 struct command_line *printf_cmd_line, *cont_cmd_line = NULL;
e7e0cddf 8955
f28045c2
YQ
8956 if (strcmp (dprintf_style, dprintf_style_agent) != 0)
8957 {
8958 cont_cmd_line = xmalloc (sizeof (struct command_line));
8959 cont_cmd_line->control_type = simple_control;
8960 cont_cmd_line->body_count = 0;
8961 cont_cmd_line->body_list = NULL;
8962 cont_cmd_line->next = NULL;
8963 cont_cmd_line->line = xstrdup ("continue");
8964 }
e7e0cddf 8965
f28045c2
YQ
8966 printf_cmd_line = xmalloc (sizeof (struct command_line));
8967 printf_cmd_line->control_type = simple_control;
8968 printf_cmd_line->body_count = 0;
8969 printf_cmd_line->body_list = NULL;
8970 printf_cmd_line->next = cont_cmd_line;
8971 printf_cmd_line->line = printf_line;
e7e0cddf 8972
f28045c2
YQ
8973 breakpoint_set_commands (b, printf_cmd_line);
8974 }
e7e0cddf
SS
8975}
8976
8977/* Update all dprintf commands, making their command lists reflect
8978 current style settings. */
8979
8980static void
8981update_dprintf_commands (char *args, int from_tty,
8982 struct cmd_list_element *c)
8983{
8984 struct breakpoint *b;
8985
8986 ALL_BREAKPOINTS (b)
8987 {
8988 if (b->type == bp_dprintf)
8989 update_dprintf_command_list (b);
8990 }
8991}
c3f6f71d 8992
018d34a4
VP
8993/* Create a breakpoint with SAL as location. Use ADDR_STRING
8994 as textual description of the location, and COND_STRING
db107f19 8995 as condition expression. */
018d34a4
VP
8996
8997static void
d9b3f62e
PA
8998init_breakpoint_sal (struct breakpoint *b, struct gdbarch *gdbarch,
8999 struct symtabs_and_lines sals, char *addr_string,
f8eba3c6 9000 char *filter, char *cond_string,
e7e0cddf 9001 char *extra_string,
d9b3f62e
PA
9002 enum bptype type, enum bpdisp disposition,
9003 int thread, int task, int ignore_count,
c0a91b2b 9004 const struct breakpoint_ops *ops, int from_tty,
44f238bb
PA
9005 int enabled, int internal, unsigned flags,
9006 int display_canonical)
018d34a4 9007{
0d381245 9008 int i;
018d34a4
VP
9009
9010 if (type == bp_hardware_breakpoint)
9011 {
fbbd034e
AS
9012 int target_resources_ok;
9013
9014 i = hw_breakpoint_used_count ();
9015 target_resources_ok =
9016 target_can_use_hardware_watchpoint (bp_hardware_breakpoint,
018d34a4
VP
9017 i + 1, 0);
9018 if (target_resources_ok == 0)
9019 error (_("No hardware breakpoint support in the target."));
9020 else if (target_resources_ok < 0)
9021 error (_("Hardware breakpoints used exceeds limit."));
9022 }
9023
6c95b8df
PA
9024 gdb_assert (sals.nelts > 0);
9025
0d381245
VP
9026 for (i = 0; i < sals.nelts; ++i)
9027 {
9028 struct symtab_and_line sal = sals.sals[i];
9029 struct bp_location *loc;
9030
9031 if (from_tty)
5af949e3
UW
9032 {
9033 struct gdbarch *loc_gdbarch = get_sal_arch (sal);
9034 if (!loc_gdbarch)
9035 loc_gdbarch = gdbarch;
9036
9037 describe_other_breakpoints (loc_gdbarch,
6c95b8df 9038 sal.pspace, sal.pc, sal.section, thread);
5af949e3 9039 }
0d381245
VP
9040
9041 if (i == 0)
9042 {
d9b3f62e 9043 init_raw_breakpoint (b, gdbarch, sal, type, ops);
0d381245 9044 b->thread = thread;
4a306c9a 9045 b->task = task;
855a6e68 9046
0d381245 9047 b->cond_string = cond_string;
e7e0cddf 9048 b->extra_string = extra_string;
0d381245 9049 b->ignore_count = ignore_count;
41447f92 9050 b->enable_state = enabled ? bp_enabled : bp_disabled;
0d381245 9051 b->disposition = disposition;
6c95b8df 9052
44f238bb
PA
9053 if ((flags & CREATE_BREAKPOINT_FLAGS_INSERTED) != 0)
9054 b->loc->inserted = 1;
9055
0fb4aa4b
PA
9056 if (type == bp_static_tracepoint)
9057 {
d9b3f62e 9058 struct tracepoint *t = (struct tracepoint *) b;
0fb4aa4b
PA
9059 struct static_tracepoint_marker marker;
9060
983af33b 9061 if (strace_marker_p (b))
0fb4aa4b
PA
9062 {
9063 /* We already know the marker exists, otherwise, we
9064 wouldn't see a sal for it. */
9065 char *p = &addr_string[3];
9066 char *endp;
9067 char *marker_str;
0fb4aa4b 9068
e9cafbcc 9069 p = skip_spaces (p);
0fb4aa4b 9070
e9cafbcc 9071 endp = skip_to_space (p);
0fb4aa4b
PA
9072
9073 marker_str = savestring (p, endp - p);
d9b3f62e 9074 t->static_trace_marker_id = marker_str;
0fb4aa4b 9075
3e43a32a
MS
9076 printf_filtered (_("Probed static tracepoint "
9077 "marker \"%s\"\n"),
d9b3f62e 9078 t->static_trace_marker_id);
0fb4aa4b
PA
9079 }
9080 else if (target_static_tracepoint_marker_at (sal.pc, &marker))
9081 {
d9b3f62e 9082 t->static_trace_marker_id = xstrdup (marker.str_id);
0fb4aa4b
PA
9083 release_static_tracepoint_marker (&marker);
9084
3e43a32a
MS
9085 printf_filtered (_("Probed static tracepoint "
9086 "marker \"%s\"\n"),
d9b3f62e 9087 t->static_trace_marker_id);
0fb4aa4b
PA
9088 }
9089 else
3e43a32a
MS
9090 warning (_("Couldn't determine the static "
9091 "tracepoint marker to probe"));
0fb4aa4b
PA
9092 }
9093
0d381245
VP
9094 loc = b->loc;
9095 }
9096 else
018d34a4 9097 {
39d61571 9098 loc = add_location_to_breakpoint (b, &sal);
44f238bb
PA
9099 if ((flags & CREATE_BREAKPOINT_FLAGS_INSERTED) != 0)
9100 loc->inserted = 1;
0d381245
VP
9101 }
9102
514f746b
AR
9103 if (bp_loc_is_permanent (loc))
9104 make_breakpoint_permanent (b);
9105
0d381245
VP
9106 if (b->cond_string)
9107 {
bbc13ae3
KS
9108 const char *arg = b->cond_string;
9109
1bb9788d
TT
9110 loc->cond = parse_exp_1 (&arg, loc->address,
9111 block_for_pc (loc->address), 0);
0d381245 9112 if (*arg)
588ae58c 9113 error (_("Garbage '%s' follows condition"), arg);
018d34a4 9114 }
e7e0cddf
SS
9115
9116 /* Dynamic printf requires and uses additional arguments on the
9117 command line, otherwise it's an error. */
9118 if (type == bp_dprintf)
9119 {
9120 if (b->extra_string)
9121 update_dprintf_command_list (b);
9122 else
9123 error (_("Format string required"));
9124 }
9125 else if (b->extra_string)
588ae58c 9126 error (_("Garbage '%s' at end of command"), b->extra_string);
855a6e68 9127 }
018d34a4 9128
56435ebe 9129 b->display_canonical = display_canonical;
018d34a4
VP
9130 if (addr_string)
9131 b->addr_string = addr_string;
9132 else
9133 /* addr_string has to be used or breakpoint_re_set will delete
9134 me. */
5af949e3
UW
9135 b->addr_string
9136 = xstrprintf ("*%s", paddress (b->loc->gdbarch, b->loc->address));
f8eba3c6 9137 b->filter = filter;
d9b3f62e 9138}
018d34a4 9139
d9b3f62e
PA
9140static void
9141create_breakpoint_sal (struct gdbarch *gdbarch,
9142 struct symtabs_and_lines sals, char *addr_string,
f8eba3c6 9143 char *filter, char *cond_string,
e7e0cddf 9144 char *extra_string,
d9b3f62e
PA
9145 enum bptype type, enum bpdisp disposition,
9146 int thread, int task, int ignore_count,
c0a91b2b 9147 const struct breakpoint_ops *ops, int from_tty,
44f238bb
PA
9148 int enabled, int internal, unsigned flags,
9149 int display_canonical)
d9b3f62e
PA
9150{
9151 struct breakpoint *b;
9152 struct cleanup *old_chain;
9153
9154 if (is_tracepoint_type (type))
9155 {
9156 struct tracepoint *t;
9157
9158 t = XCNEW (struct tracepoint);
9159 b = &t->base;
9160 }
9161 else
9162 b = XNEW (struct breakpoint);
9163
9164 old_chain = make_cleanup (xfree, b);
9165
9166 init_breakpoint_sal (b, gdbarch,
9167 sals, addr_string,
e7e0cddf 9168 filter, cond_string, extra_string,
d9b3f62e
PA
9169 type, disposition,
9170 thread, task, ignore_count,
9171 ops, from_tty,
44f238bb
PA
9172 enabled, internal, flags,
9173 display_canonical);
d9b3f62e
PA
9174 discard_cleanups (old_chain);
9175
3ea46bff 9176 install_breakpoint (internal, b, 0);
018d34a4
VP
9177}
9178
9179/* Add SALS.nelts breakpoints to the breakpoint table. For each
9180 SALS.sal[i] breakpoint, include the corresponding ADDR_STRING[i]
9181 value. COND_STRING, if not NULL, specified the condition to be
9182 used for all breakpoints. Essentially the only case where
9183 SALS.nelts is not 1 is when we set a breakpoint on an overloaded
9184 function. In that case, it's still not possible to specify
9185 separate conditions for different overloaded functions, so
9186 we take just a single condition string.
9187
c3f6f71d 9188 NOTE: If the function succeeds, the caller is expected to cleanup
018d34a4 9189 the arrays ADDR_STRING, COND_STRING, and SALS (but not the
c3f6f71d
JM
9190 array contents). If the function fails (error() is called), the
9191 caller is expected to cleanups both the ADDR_STRING, COND_STRING,
4a64f543 9192 COND and SALS arrays and each of those arrays contents. */
c906108c
SS
9193
9194static void
8cdf0e15 9195create_breakpoints_sal (struct gdbarch *gdbarch,
7efd8fc2 9196 struct linespec_result *canonical,
e7e0cddf 9197 char *cond_string, char *extra_string,
8cdf0e15
VP
9198 enum bptype type, enum bpdisp disposition,
9199 int thread, int task, int ignore_count,
c0a91b2b 9200 const struct breakpoint_ops *ops, int from_tty,
44f238bb 9201 int enabled, int internal, unsigned flags)
c906108c 9202{
018d34a4 9203 int i;
f8eba3c6 9204 struct linespec_sals *lsal;
cc59ec59 9205
f8eba3c6
TT
9206 if (canonical->pre_expanded)
9207 gdb_assert (VEC_length (linespec_sals, canonical->sals) == 1);
9208
9209 for (i = 0; VEC_iterate (linespec_sals, canonical->sals, i, lsal); ++i)
c3f6f71d 9210 {
f8eba3c6
TT
9211 /* Note that 'addr_string' can be NULL in the case of a plain
9212 'break', without arguments. */
9213 char *addr_string = (canonical->addr_string
9214 ? xstrdup (canonical->addr_string)
9215 : NULL);
9216 char *filter_string = lsal->canonical ? xstrdup (lsal->canonical) : NULL;
9217 struct cleanup *inner = make_cleanup (xfree, addr_string);
0d381245 9218
f8eba3c6
TT
9219 make_cleanup (xfree, filter_string);
9220 create_breakpoint_sal (gdbarch, lsal->sals,
9221 addr_string,
9222 filter_string,
e7e0cddf
SS
9223 cond_string, extra_string,
9224 type, disposition,
84f4c1fe 9225 thread, task, ignore_count, ops,
44f238bb 9226 from_tty, enabled, internal, flags,
56435ebe 9227 canonical->special_display);
f8eba3c6 9228 discard_cleanups (inner);
c3f6f71d 9229 }
c3f6f71d 9230}
c906108c 9231
9998af43 9232/* Parse ADDRESS which is assumed to be a SAL specification possibly
c3f6f71d 9233 followed by conditionals. On return, SALS contains an array of SAL
4a64f543 9234 addresses found. ADDR_STRING contains a vector of (canonical)
9998af43
TJB
9235 address strings. ADDRESS points to the end of the SAL.
9236
9237 The array and the line spec strings are allocated on the heap, it is
9238 the caller's responsibility to free them. */
c906108c 9239
b9362cc7 9240static void
c3f6f71d 9241parse_breakpoint_sals (char **address,
58438ac1 9242 struct linespec_result *canonical)
c3f6f71d 9243{
c3f6f71d 9244 /* If no arg given, or if first arg is 'if ', use the default
4a64f543 9245 breakpoint. */
c3f6f71d
JM
9246 if ((*address) == NULL
9247 || (strncmp ((*address), "if", 2) == 0 && isspace ((*address)[2])))
c906108c 9248 {
1bfeeb0f
JL
9249 /* The last displayed codepoint, if it's valid, is our default breakpoint
9250 address. */
9251 if (last_displayed_sal_is_valid ())
c906108c 9252 {
f8eba3c6 9253 struct linespec_sals lsal;
c3f6f71d 9254 struct symtab_and_line sal;
1c8cdcb1 9255 CORE_ADDR pc;
cc59ec59 9256
4a64f543 9257 init_sal (&sal); /* Initialize to zeroes. */
f8eba3c6 9258 lsal.sals.sals = (struct symtab_and_line *)
c906108c 9259 xmalloc (sizeof (struct symtab_and_line));
1bfeeb0f
JL
9260
9261 /* Set sal's pspace, pc, symtab, and line to the values
1c8cdcb1
JK
9262 corresponding to the last call to print_frame_info.
9263 Be sure to reinitialize LINE with NOTCURRENT == 0
9264 as the breakpoint line number is inappropriate otherwise.
9265 find_pc_line would adjust PC, re-set it back. */
1bfeeb0f 9266 get_last_displayed_sal (&sal);
1c8cdcb1
JK
9267 pc = sal.pc;
9268 sal = find_pc_line (pc, 0);
00903456 9269
4a64f543 9270 /* "break" without arguments is equivalent to "break *PC"
1bfeeb0f
JL
9271 where PC is the last displayed codepoint's address. So
9272 make sure to set sal.explicit_pc to prevent GDB from
9273 trying to expand the list of sals to include all other
9274 instances with the same symtab and line. */
1c8cdcb1 9275 sal.pc = pc;
00903456
JK
9276 sal.explicit_pc = 1;
9277
f8eba3c6
TT
9278 lsal.sals.sals[0] = sal;
9279 lsal.sals.nelts = 1;
9280 lsal.canonical = NULL;
9281
9282 VEC_safe_push (linespec_sals, canonical->sals, &lsal);
c906108c
SS
9283 }
9284 else
8a3fe4f8 9285 error (_("No default breakpoint address now."));
c906108c
SS
9286 }
9287 else
9288 {
cc80f267
JK
9289 struct symtab_and_line cursal = get_current_source_symtab_and_line ();
9290
c906108c 9291 /* Force almost all breakpoints to be in terms of the
4a64f543
MS
9292 current_source_symtab (which is decode_line_1's default).
9293 This should produce the results we want almost all of the
cc80f267
JK
9294 time while leaving default_breakpoint_* alone.
9295
9296 ObjC: However, don't match an Objective-C method name which
9297 may have a '+' or '-' succeeded by a '['. */
9298 if (last_displayed_sal_is_valid ()
9299 && (!cursal.symtab
9300 || ((strchr ("+-", (*address)[0]) != NULL)
9301 && ((*address)[1] != '['))))
f8eba3c6
TT
9302 decode_line_full (address, DECODE_LINE_FUNFIRSTLINE,
9303 get_last_displayed_symtab (),
9304 get_last_displayed_line (),
9305 canonical, NULL, NULL);
c906108c 9306 else
f8eba3c6 9307 decode_line_full (address, DECODE_LINE_FUNFIRSTLINE,
cc80f267 9308 cursal.symtab, cursal.line, canonical, NULL, NULL);
c906108c 9309 }
c3f6f71d 9310}
c906108c 9311
c906108c 9312
c3f6f71d 9313/* Convert each SAL into a real PC. Verify that the PC can be
4a64f543 9314 inserted as a breakpoint. If it can't throw an error. */
c906108c 9315
b9362cc7 9316static void
23e7acfb 9317breakpoint_sals_to_pc (struct symtabs_and_lines *sals)
c3f6f71d
JM
9318{
9319 int i;
cc59ec59 9320
c3f6f71d 9321 for (i = 0; i < sals->nelts; i++)
ee53e872 9322 resolve_sal_pc (&sals->sals[i]);
c3f6f71d
JM
9323}
9324
7a697b8d
SS
9325/* Fast tracepoints may have restrictions on valid locations. For
9326 instance, a fast tracepoint using a jump instead of a trap will
9327 likely have to overwrite more bytes than a trap would, and so can
9328 only be placed where the instruction is longer than the jump, or a
9329 multi-instruction sequence does not have a jump into the middle of
9330 it, etc. */
9331
9332static void
9333check_fast_tracepoint_sals (struct gdbarch *gdbarch,
9334 struct symtabs_and_lines *sals)
9335{
9336 int i, rslt;
9337 struct symtab_and_line *sal;
9338 char *msg;
9339 struct cleanup *old_chain;
9340
9341 for (i = 0; i < sals->nelts; i++)
9342 {
f8eba3c6
TT
9343 struct gdbarch *sarch;
9344
7a697b8d
SS
9345 sal = &sals->sals[i];
9346
f8eba3c6
TT
9347 sarch = get_sal_arch (*sal);
9348 /* We fall back to GDBARCH if there is no architecture
9349 associated with SAL. */
9350 if (sarch == NULL)
9351 sarch = gdbarch;
9352 rslt = gdbarch_fast_tracepoint_valid_at (sarch, sal->pc,
7a697b8d
SS
9353 NULL, &msg);
9354 old_chain = make_cleanup (xfree, msg);
9355
9356 if (!rslt)
9357 error (_("May not have a fast tracepoint at 0x%s%s"),
f8eba3c6 9358 paddress (sarch, sal->pc), (msg ? msg : ""));
7a697b8d
SS
9359
9360 do_cleanups (old_chain);
9361 }
9362}
9363
af4908ba
KS
9364/* Issue an invalid thread ID error. */
9365
9366static void ATTRIBUTE_NORETURN
9367invalid_thread_id_error (int id)
9368{
9369 error (_("Unknown thread %d."), id);
9370}
9371
018d34a4
VP
9372/* Given TOK, a string specification of condition and thread, as
9373 accepted by the 'break' command, extract the condition
9374 string and thread number and set *COND_STRING and *THREAD.
4a64f543 9375 PC identifies the context at which the condition should be parsed.
018d34a4
VP
9376 If no condition is found, *COND_STRING is set to NULL.
9377 If no thread is found, *THREAD is set to -1. */
d634f2de
JB
9378
9379static void
bbc13ae3 9380find_condition_and_thread (const char *tok, CORE_ADDR pc,
e7e0cddf
SS
9381 char **cond_string, int *thread, int *task,
9382 char **rest)
018d34a4
VP
9383{
9384 *cond_string = NULL;
9385 *thread = -1;
ed1d1739
KS
9386 *task = 0;
9387 *rest = NULL;
9388
018d34a4
VP
9389 while (tok && *tok)
9390 {
bbc13ae3 9391 const char *end_tok;
018d34a4 9392 int toklen;
bbc13ae3
KS
9393 const char *cond_start = NULL;
9394 const char *cond_end = NULL;
cc59ec59 9395
bbc13ae3 9396 tok = skip_spaces_const (tok);
e7e0cddf
SS
9397
9398 if ((*tok == '"' || *tok == ',') && rest)
9399 {
9400 *rest = savestring (tok, strlen (tok));
9401 return;
9402 }
9403
bbc13ae3 9404 end_tok = skip_to_space_const (tok);
d634f2de 9405
018d34a4 9406 toklen = end_tok - tok;
d634f2de 9407
018d34a4
VP
9408 if (toklen >= 1 && strncmp (tok, "if", toklen) == 0)
9409 {
f7545552
TT
9410 struct expression *expr;
9411
018d34a4 9412 tok = cond_start = end_tok + 1;
1bb9788d 9413 expr = parse_exp_1 (&tok, pc, block_for_pc (pc), 0);
f7545552 9414 xfree (expr);
018d34a4 9415 cond_end = tok;
d634f2de 9416 *cond_string = savestring (cond_start, cond_end - cond_start);
018d34a4
VP
9417 }
9418 else if (toklen >= 1 && strncmp (tok, "thread", toklen) == 0)
9419 {
9420 char *tmptok;
d634f2de 9421
018d34a4 9422 tok = end_tok + 1;
bbc13ae3 9423 *thread = strtol (tok, &tmptok, 0);
018d34a4
VP
9424 if (tok == tmptok)
9425 error (_("Junk after thread keyword."));
9426 if (!valid_thread_id (*thread))
af4908ba 9427 invalid_thread_id_error (*thread);
bbc13ae3 9428 tok = tmptok;
018d34a4 9429 }
4a306c9a
JB
9430 else if (toklen >= 1 && strncmp (tok, "task", toklen) == 0)
9431 {
9432 char *tmptok;
9433
9434 tok = end_tok + 1;
bbc13ae3 9435 *task = strtol (tok, &tmptok, 0);
4a306c9a
JB
9436 if (tok == tmptok)
9437 error (_("Junk after task keyword."));
9438 if (!valid_task_id (*task))
b6199126 9439 error (_("Unknown task %d."), *task);
bbc13ae3 9440 tok = tmptok;
4a306c9a 9441 }
e7e0cddf
SS
9442 else if (rest)
9443 {
9444 *rest = savestring (tok, strlen (tok));
ccab2054 9445 return;
e7e0cddf 9446 }
018d34a4
VP
9447 else
9448 error (_("Junk at end of arguments."));
9449 }
9450}
9451
0fb4aa4b
PA
9452/* Decode a static tracepoint marker spec. */
9453
9454static struct symtabs_and_lines
9455decode_static_tracepoint_spec (char **arg_p)
9456{
9457 VEC(static_tracepoint_marker_p) *markers = NULL;
9458 struct symtabs_and_lines sals;
0fb4aa4b
PA
9459 struct cleanup *old_chain;
9460 char *p = &(*arg_p)[3];
9461 char *endp;
9462 char *marker_str;
9463 int i;
9464
e9cafbcc 9465 p = skip_spaces (p);
0fb4aa4b 9466
e9cafbcc 9467 endp = skip_to_space (p);
0fb4aa4b
PA
9468
9469 marker_str = savestring (p, endp - p);
9470 old_chain = make_cleanup (xfree, marker_str);
9471
9472 markers = target_static_tracepoint_markers_by_strid (marker_str);
9473 if (VEC_empty(static_tracepoint_marker_p, markers))
9474 error (_("No known static tracepoint marker named %s"), marker_str);
9475
9476 sals.nelts = VEC_length(static_tracepoint_marker_p, markers);
9477 sals.sals = xmalloc (sizeof *sals.sals * sals.nelts);
9478
9479 for (i = 0; i < sals.nelts; i++)
9480 {
9481 struct static_tracepoint_marker *marker;
9482
9483 marker = VEC_index (static_tracepoint_marker_p, markers, i);
9484
9485 init_sal (&sals.sals[i]);
9486
9487 sals.sals[i] = find_pc_line (marker->address, 0);
9488 sals.sals[i].pc = marker->address;
9489
9490 release_static_tracepoint_marker (marker);
9491 }
9492
9493 do_cleanups (old_chain);
9494
9495 *arg_p = endp;
9496 return sals;
9497}
9498
fd9b8c24
PA
9499/* Set a breakpoint. This function is shared between CLI and MI
9500 functions for setting a breakpoint. This function has two major
f6de8ec2
PA
9501 modes of operations, selected by the PARSE_ARG parameter. If
9502 non-zero, the function will parse ARG, extracting location,
9503 condition, thread and extra string. Otherwise, ARG is just the
9504 breakpoint's location, with condition, thread, and extra string
9505 specified by the COND_STRING, THREAD and EXTRA_STRING parameters.
9506 If INTERNAL is non-zero, the breakpoint number will be allocated
9507 from the internal breakpoint count. Returns true if any breakpoint
9508 was created; false otherwise. */
0101ce28 9509
8cdf0e15
VP
9510int
9511create_breakpoint (struct gdbarch *gdbarch,
e7e0cddf
SS
9512 char *arg, char *cond_string,
9513 int thread, char *extra_string,
f6de8ec2 9514 int parse_arg,
0fb4aa4b 9515 int tempflag, enum bptype type_wanted,
8cdf0e15
VP
9516 int ignore_count,
9517 enum auto_boolean pending_break_support,
c0a91b2b 9518 const struct breakpoint_ops *ops,
44f238bb
PA
9519 int from_tty, int enabled, int internal,
9520 unsigned flags)
c3f6f71d 9521{
b78a6381 9522 volatile struct gdb_exception e;
f8eba3c6 9523 char *copy_arg = NULL;
c3f6f71d 9524 char *addr_start = arg;
7efd8fc2 9525 struct linespec_result canonical;
c3f6f71d 9526 struct cleanup *old_chain;
80c99de1 9527 struct cleanup *bkpt_chain = NULL;
0101ce28 9528 int pending = 0;
4a306c9a 9529 int task = 0;
86b17b60 9530 int prev_bkpt_count = breakpoint_count;
c3f6f71d 9531
348d480f
PA
9532 gdb_assert (ops != NULL);
9533
7efd8fc2 9534 init_linespec_result (&canonical);
c3f6f71d 9535
b78a6381
TT
9536 TRY_CATCH (e, RETURN_MASK_ALL)
9537 {
983af33b
SDJ
9538 ops->create_sals_from_address (&arg, &canonical, type_wanted,
9539 addr_start, &copy_arg);
b78a6381 9540 }
0101ce28
JJ
9541
9542 /* If caller is interested in rc value from parse, set value. */
05ff989b 9543 switch (e.reason)
0101ce28 9544 {
983af33b
SDJ
9545 case GDB_NO_ERROR:
9546 if (VEC_empty (linespec_sals, canonical.sals))
9547 return 0;
9548 break;
05ff989b
AC
9549 case RETURN_ERROR:
9550 switch (e.error)
0101ce28 9551 {
05ff989b 9552 case NOT_FOUND_ERROR:
0101ce28 9553
05ff989b
AC
9554 /* If pending breakpoint support is turned off, throw
9555 error. */
fa8d40ab
JJ
9556
9557 if (pending_break_support == AUTO_BOOLEAN_FALSE)
723a2275
VP
9558 throw_exception (e);
9559
9560 exception_print (gdb_stderr, e);
fa8d40ab 9561
05ff989b
AC
9562 /* If pending breakpoint support is auto query and the user
9563 selects no, then simply return the error code. */
059fb39f 9564 if (pending_break_support == AUTO_BOOLEAN_AUTO
bfccc43c
YQ
9565 && !nquery (_("Make %s pending on future shared library load? "),
9566 bptype_string (type_wanted)))
fd9b8c24 9567 return 0;
fa8d40ab 9568
05ff989b
AC
9569 /* At this point, either the user was queried about setting
9570 a pending breakpoint and selected yes, or pending
9571 breakpoint behavior is on and thus a pending breakpoint
9572 is defaulted on behalf of the user. */
f8eba3c6
TT
9573 {
9574 struct linespec_sals lsal;
9575
9576 copy_arg = xstrdup (addr_start);
9577 lsal.canonical = xstrdup (copy_arg);
9578 lsal.sals.nelts = 1;
9579 lsal.sals.sals = XNEW (struct symtab_and_line);
9580 init_sal (&lsal.sals.sals[0]);
9581 pending = 1;
9582 VEC_safe_push (linespec_sals, canonical.sals, &lsal);
9583 }
05ff989b
AC
9584 break;
9585 default:
98deb0da 9586 throw_exception (e);
0101ce28 9587 }
2abae994 9588 break;
05ff989b 9589 default:
983af33b 9590 throw_exception (e);
0101ce28 9591 }
c3f6f71d 9592
4a64f543 9593 /* Create a chain of things that always need to be cleaned up. */
f8eba3c6 9594 old_chain = make_cleanup_destroy_linespec_result (&canonical);
c3f6f71d 9595
c3f6f71d
JM
9596 /* ----------------------------- SNIP -----------------------------
9597 Anything added to the cleanup chain beyond this point is assumed
9598 to be part of a breakpoint. If the breakpoint create succeeds
80c99de1
PA
9599 then the memory is not reclaimed. */
9600 bkpt_chain = make_cleanup (null_cleanup, 0);
c3f6f71d 9601
c3f6f71d
JM
9602 /* Resolve all line numbers to PC's and verify that the addresses
9603 are ok for the target. */
0101ce28 9604 if (!pending)
f8eba3c6
TT
9605 {
9606 int ix;
9607 struct linespec_sals *iter;
9608
9609 for (ix = 0; VEC_iterate (linespec_sals, canonical.sals, ix, iter); ++ix)
9610 breakpoint_sals_to_pc (&iter->sals);
9611 }
c3f6f71d 9612
7a697b8d 9613 /* Fast tracepoints may have additional restrictions on location. */
bfccc43c 9614 if (!pending && type_wanted == bp_fast_tracepoint)
f8eba3c6
TT
9615 {
9616 int ix;
9617 struct linespec_sals *iter;
9618
9619 for (ix = 0; VEC_iterate (linespec_sals, canonical.sals, ix, iter); ++ix)
9620 check_fast_tracepoint_sals (gdbarch, &iter->sals);
9621 }
7a697b8d 9622
c3f6f71d
JM
9623 /* Verify that condition can be parsed, before setting any
9624 breakpoints. Allocate a separate condition expression for each
4a64f543 9625 breakpoint. */
0101ce28 9626 if (!pending)
c3f6f71d 9627 {
f8eba3c6
TT
9628 struct linespec_sals *lsal;
9629
9630 lsal = VEC_index (linespec_sals, canonical.sals, 0);
9631
f6de8ec2 9632 if (parse_arg)
72b2ff0e 9633 {
e7e0cddf 9634 char *rest;
72b2ff0e
VP
9635 /* Here we only parse 'arg' to separate condition
9636 from thread number, so parsing in context of first
9637 sal is OK. When setting the breakpoint we'll
9638 re-parse it in context of each sal. */
ed1d1739 9639
f8eba3c6 9640 find_condition_and_thread (arg, lsal->sals.sals[0].pc, &cond_string,
e7e0cddf 9641 &thread, &task, &rest);
72b2ff0e
VP
9642 if (cond_string)
9643 make_cleanup (xfree, cond_string);
e7e0cddf
SS
9644 if (rest)
9645 make_cleanup (xfree, rest);
9646 if (rest)
9647 extra_string = rest;
72b2ff0e 9648 }
2f069f6f 9649 else
72b2ff0e 9650 {
f6de8ec2
PA
9651 if (*arg != '\0')
9652 error (_("Garbage '%s' at end of location"), arg);
9653
72b2ff0e
VP
9654 /* Create a private copy of condition string. */
9655 if (cond_string)
9656 {
9657 cond_string = xstrdup (cond_string);
9658 make_cleanup (xfree, cond_string);
9659 }
e7e0cddf
SS
9660 /* Create a private copy of any extra string. */
9661 if (extra_string)
9662 {
9663 extra_string = xstrdup (extra_string);
9664 make_cleanup (xfree, extra_string);
9665 }
72b2ff0e 9666 }
0fb4aa4b 9667
983af33b 9668 ops->create_breakpoints_sal (gdbarch, &canonical, lsal,
e7e0cddf 9669 cond_string, extra_string, type_wanted,
d9b3f62e
PA
9670 tempflag ? disp_del : disp_donttouch,
9671 thread, task, ignore_count, ops,
44f238bb 9672 from_tty, enabled, internal, flags);
c906108c 9673 }
0101ce28
JJ
9674 else
9675 {
0101ce28
JJ
9676 struct breakpoint *b;
9677
0101ce28
JJ
9678 make_cleanup (xfree, copy_arg);
9679
bfccc43c
YQ
9680 if (is_tracepoint_type (type_wanted))
9681 {
9682 struct tracepoint *t;
9683
9684 t = XCNEW (struct tracepoint);
9685 b = &t->base;
9686 }
9687 else
9688 b = XNEW (struct breakpoint);
9689
9690 init_raw_breakpoint_without_location (b, gdbarch, type_wanted, ops);
9691
f8eba3c6 9692 b->addr_string = copy_arg;
f6de8ec2 9693 if (parse_arg)
e12c7713
MK
9694 b->cond_string = NULL;
9695 else
9696 {
9697 /* Create a private copy of condition string. */
9698 if (cond_string)
9699 {
9700 cond_string = xstrdup (cond_string);
9701 make_cleanup (xfree, cond_string);
9702 }
9703 b->cond_string = cond_string;
9704 }
e7e0cddf 9705 b->extra_string = NULL;
0101ce28 9706 b->ignore_count = ignore_count;
0101ce28 9707 b->disposition = tempflag ? disp_del : disp_donttouch;
0d381245 9708 b->condition_not_parsed = 1;
41447f92 9709 b->enable_state = enabled ? bp_enabled : bp_disabled;
cc72b2a2
KP
9710 if ((type_wanted != bp_breakpoint
9711 && type_wanted != bp_hardware_breakpoint) || thread != -1)
f8eba3c6 9712 b->pspace = current_program_space;
8bea4e01 9713
bfccc43c 9714 install_breakpoint (internal, b, 0);
0101ce28
JJ
9715 }
9716
f8eba3c6 9717 if (VEC_length (linespec_sals, canonical.sals) > 1)
95a42b64 9718 {
3e43a32a
MS
9719 warning (_("Multiple breakpoints were set.\nUse the "
9720 "\"delete\" command to delete unwanted breakpoints."));
86b17b60 9721 prev_breakpoint_count = prev_bkpt_count;
95a42b64
TT
9722 }
9723
80c99de1
PA
9724 /* That's it. Discard the cleanups for data inserted into the
9725 breakpoint. */
9726 discard_cleanups (bkpt_chain);
9727 /* But cleanup everything else. */
c3f6f71d 9728 do_cleanups (old_chain);
217dc9e2 9729
80c99de1 9730 /* error call may happen here - have BKPT_CHAIN already discarded. */
217dc9e2 9731 update_global_location_list (1);
fd9b8c24
PA
9732
9733 return 1;
c3f6f71d 9734}
c906108c 9735
348d480f 9736/* Set a breakpoint.
72b2ff0e
VP
9737 ARG is a string describing breakpoint address,
9738 condition, and thread.
9739 FLAG specifies if a breakpoint is hardware on,
9740 and if breakpoint is temporary, using BP_HARDWARE_FLAG
9741 and BP_TEMPFLAG. */
348d480f 9742
98deb0da 9743static void
72b2ff0e 9744break_command_1 (char *arg, int flag, int from_tty)
c3f6f71d 9745{
72b2ff0e 9746 int tempflag = flag & BP_TEMPFLAG;
0fb4aa4b
PA
9747 enum bptype type_wanted = (flag & BP_HARDWAREFLAG
9748 ? bp_hardware_breakpoint
9749 : bp_breakpoint);
55aa24fb
SDJ
9750 struct breakpoint_ops *ops;
9751 const char *arg_cp = arg;
9752
9753 /* Matching breakpoints on probes. */
9754 if (arg && probe_linespec_to_ops (&arg_cp) != NULL)
9755 ops = &bkpt_probe_breakpoint_ops;
9756 else
9757 ops = &bkpt_breakpoint_ops;
c3f6f71d 9758
8cdf0e15
VP
9759 create_breakpoint (get_current_arch (),
9760 arg,
e7e0cddf 9761 NULL, 0, NULL, 1 /* parse arg */,
0fb4aa4b 9762 tempflag, type_wanted,
8cdf0e15
VP
9763 0 /* Ignore count */,
9764 pending_break_support,
55aa24fb 9765 ops,
8cdf0e15 9766 from_tty,
84f4c1fe 9767 1 /* enabled */,
44f238bb
PA
9768 0 /* internal */,
9769 0);
c906108c
SS
9770}
9771
c906108c
SS
9772/* Helper function for break_command_1 and disassemble_command. */
9773
9774void
fba45db2 9775resolve_sal_pc (struct symtab_and_line *sal)
c906108c
SS
9776{
9777 CORE_ADDR pc;
9778
9779 if (sal->pc == 0 && sal->symtab != NULL)
9780 {
9781 if (!find_line_pc (sal->symtab, sal->line, &pc))
8a3fe4f8 9782 error (_("No line %d in file \"%s\"."),
05cba821 9783 sal->line, symtab_to_filename_for_display (sal->symtab));
c906108c 9784 sal->pc = pc;
6a048695 9785
4a64f543
MS
9786 /* If this SAL corresponds to a breakpoint inserted using a line
9787 number, then skip the function prologue if necessary. */
6a048695 9788 if (sal->explicit_line)
059acae7 9789 skip_prologue_sal (sal);
c906108c
SS
9790 }
9791
9792 if (sal->section == 0 && sal->symtab != NULL)
9793 {
9794 struct blockvector *bv;
c5aa993b
JM
9795 struct block *b;
9796 struct symbol *sym;
c906108c 9797
801e3a5b 9798 bv = blockvector_for_pc_sect (sal->pc, 0, &b, sal->symtab);
c906108c
SS
9799 if (bv != NULL)
9800 {
7f0df278 9801 sym = block_linkage_function (b);
c906108c
SS
9802 if (sym != NULL)
9803 {
9804 fixup_symbol_section (sym, sal->symtab->objfile);
e27d198c 9805 sal->section = SYMBOL_OBJ_SECTION (sal->symtab->objfile, sym);
c906108c
SS
9806 }
9807 else
9808 {
4a64f543
MS
9809 /* It really is worthwhile to have the section, so we'll
9810 just have to look harder. This case can be executed
9811 if we have line numbers but no functions (as can
9812 happen in assembly source). */
c906108c 9813
7cbd4a93 9814 struct bound_minimal_symbol msym;
6c95b8df
PA
9815 struct cleanup *old_chain = save_current_space_and_thread ();
9816
9817 switch_to_program_space_and_thread (sal->pspace);
c906108c
SS
9818
9819 msym = lookup_minimal_symbol_by_pc (sal->pc);
7cbd4a93 9820 if (msym.minsym)
e27d198c 9821 sal->section = SYMBOL_OBJ_SECTION (msym.objfile, msym.minsym);
6c95b8df
PA
9822
9823 do_cleanups (old_chain);
c906108c
SS
9824 }
9825 }
9826 }
9827}
9828
9829void
fba45db2 9830break_command (char *arg, int from_tty)
c906108c 9831{
db107f19 9832 break_command_1 (arg, 0, from_tty);
c906108c
SS
9833}
9834
c906108c 9835void
fba45db2 9836tbreak_command (char *arg, int from_tty)
c906108c 9837{
db107f19 9838 break_command_1 (arg, BP_TEMPFLAG, from_tty);
c906108c
SS
9839}
9840
c906108c 9841static void
fba45db2 9842hbreak_command (char *arg, int from_tty)
c906108c 9843{
db107f19 9844 break_command_1 (arg, BP_HARDWAREFLAG, from_tty);
c906108c
SS
9845}
9846
9847static void
fba45db2 9848thbreak_command (char *arg, int from_tty)
c906108c 9849{
db107f19 9850 break_command_1 (arg, (BP_TEMPFLAG | BP_HARDWAREFLAG), from_tty);
c906108c
SS
9851}
9852
9853static void
fba45db2 9854stop_command (char *arg, int from_tty)
c906108c 9855{
a3f17187 9856 printf_filtered (_("Specify the type of breakpoint to set.\n\
c906108c 9857Usage: stop in <function | address>\n\
a3f17187 9858 stop at <line>\n"));
c906108c
SS
9859}
9860
9861static void
fba45db2 9862stopin_command (char *arg, int from_tty)
c906108c
SS
9863{
9864 int badInput = 0;
9865
c5aa993b 9866 if (arg == (char *) NULL)
c906108c
SS
9867 badInput = 1;
9868 else if (*arg != '*')
9869 {
9870 char *argptr = arg;
9871 int hasColon = 0;
9872
4a64f543 9873 /* Look for a ':'. If this is a line number specification, then
53a5351d 9874 say it is bad, otherwise, it should be an address or
4a64f543 9875 function/method name. */
c906108c 9876 while (*argptr && !hasColon)
c5aa993b
JM
9877 {
9878 hasColon = (*argptr == ':');
9879 argptr++;
9880 }
c906108c
SS
9881
9882 if (hasColon)
c5aa993b 9883 badInput = (*argptr != ':'); /* Not a class::method */
c906108c 9884 else
c5aa993b 9885 badInput = isdigit (*arg); /* a simple line number */
c906108c
SS
9886 }
9887
9888 if (badInput)
a3f17187 9889 printf_filtered (_("Usage: stop in <function | address>\n"));
c906108c 9890 else
db107f19 9891 break_command_1 (arg, 0, from_tty);
c906108c
SS
9892}
9893
9894static void
fba45db2 9895stopat_command (char *arg, int from_tty)
c906108c
SS
9896{
9897 int badInput = 0;
9898
c5aa993b 9899 if (arg == (char *) NULL || *arg == '*') /* no line number */
c906108c
SS
9900 badInput = 1;
9901 else
9902 {
9903 char *argptr = arg;
9904 int hasColon = 0;
9905
4a64f543
MS
9906 /* Look for a ':'. If there is a '::' then get out, otherwise
9907 it is probably a line number. */
c906108c 9908 while (*argptr && !hasColon)
c5aa993b
JM
9909 {
9910 hasColon = (*argptr == ':');
9911 argptr++;
9912 }
c906108c
SS
9913
9914 if (hasColon)
c5aa993b 9915 badInput = (*argptr == ':'); /* we have class::method */
c906108c 9916 else
c5aa993b 9917 badInput = !isdigit (*arg); /* not a line number */
c906108c
SS
9918 }
9919
9920 if (badInput)
a3f17187 9921 printf_filtered (_("Usage: stop at <line>\n"));
c906108c 9922 else
db107f19 9923 break_command_1 (arg, 0, from_tty);
c906108c
SS
9924}
9925
e7e0cddf
SS
9926/* The dynamic printf command is mostly like a regular breakpoint, but
9927 with a prewired command list consisting of a single output command,
9928 built from extra arguments supplied on the dprintf command
9929 line. */
9930
da821c7b 9931static void
e7e0cddf
SS
9932dprintf_command (char *arg, int from_tty)
9933{
9934 create_breakpoint (get_current_arch (),
9935 arg,
9936 NULL, 0, NULL, 1 /* parse arg */,
9937 0, bp_dprintf,
9938 0 /* Ignore count */,
9939 pending_break_support,
9940 &dprintf_breakpoint_ops,
9941 from_tty,
9942 1 /* enabled */,
9943 0 /* internal */,
9944 0);
9945}
9946
d3ce09f5
SS
9947static void
9948agent_printf_command (char *arg, int from_tty)
9949{
9950 error (_("May only run agent-printf on the target"));
9951}
9952
f1310107
TJB
9953/* Implement the "breakpoint_hit" breakpoint_ops method for
9954 ranged breakpoints. */
9955
9956static int
9957breakpoint_hit_ranged_breakpoint (const struct bp_location *bl,
9958 struct address_space *aspace,
09ac7c10
TT
9959 CORE_ADDR bp_addr,
9960 const struct target_waitstatus *ws)
f1310107 9961{
09ac7c10 9962 if (ws->kind != TARGET_WAITKIND_STOPPED
a493e3e2 9963 || ws->value.sig != GDB_SIGNAL_TRAP)
09ac7c10
TT
9964 return 0;
9965
f1310107
TJB
9966 return breakpoint_address_match_range (bl->pspace->aspace, bl->address,
9967 bl->length, aspace, bp_addr);
9968}
9969
9970/* Implement the "resources_needed" breakpoint_ops method for
9971 ranged breakpoints. */
9972
9973static int
9974resources_needed_ranged_breakpoint (const struct bp_location *bl)
9975{
9976 return target_ranged_break_num_registers ();
9977}
9978
9979/* Implement the "print_it" breakpoint_ops method for
9980 ranged breakpoints. */
9981
9982static enum print_stop_action
348d480f 9983print_it_ranged_breakpoint (bpstat bs)
f1310107 9984{
348d480f 9985 struct breakpoint *b = bs->breakpoint_at;
f1310107 9986 struct bp_location *bl = b->loc;
79a45e25 9987 struct ui_out *uiout = current_uiout;
f1310107
TJB
9988
9989 gdb_assert (b->type == bp_hardware_breakpoint);
9990
9991 /* Ranged breakpoints have only one location. */
9992 gdb_assert (bl && bl->next == NULL);
9993
9994 annotate_breakpoint (b->number);
9995 if (b->disposition == disp_del)
9996 ui_out_text (uiout, "\nTemporary ranged breakpoint ");
9997 else
9998 ui_out_text (uiout, "\nRanged breakpoint ");
9999 if (ui_out_is_mi_like_p (uiout))
10000 {
10001 ui_out_field_string (uiout, "reason",
10002 async_reason_lookup (EXEC_ASYNC_BREAKPOINT_HIT));
10003 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
10004 }
10005 ui_out_field_int (uiout, "bkptno", b->number);
10006 ui_out_text (uiout, ", ");
10007
10008 return PRINT_SRC_AND_LOC;
10009}
10010
10011/* Implement the "print_one" breakpoint_ops method for
10012 ranged breakpoints. */
10013
10014static void
10015print_one_ranged_breakpoint (struct breakpoint *b,
10016 struct bp_location **last_loc)
10017{
10018 struct bp_location *bl = b->loc;
10019 struct value_print_options opts;
79a45e25 10020 struct ui_out *uiout = current_uiout;
f1310107
TJB
10021
10022 /* Ranged breakpoints have only one location. */
10023 gdb_assert (bl && bl->next == NULL);
10024
10025 get_user_print_options (&opts);
10026
10027 if (opts.addressprint)
10028 /* We don't print the address range here, it will be printed later
10029 by print_one_detail_ranged_breakpoint. */
10030 ui_out_field_skip (uiout, "addr");
10031 annotate_field (5);
10032 print_breakpoint_location (b, bl);
10033 *last_loc = bl;
10034}
10035
10036/* Implement the "print_one_detail" breakpoint_ops method for
10037 ranged breakpoints. */
10038
10039static void
10040print_one_detail_ranged_breakpoint (const struct breakpoint *b,
10041 struct ui_out *uiout)
10042{
10043 CORE_ADDR address_start, address_end;
10044 struct bp_location *bl = b->loc;
f99d8bf4
PA
10045 struct ui_file *stb = mem_fileopen ();
10046 struct cleanup *cleanup = make_cleanup_ui_file_delete (stb);
f1310107
TJB
10047
10048 gdb_assert (bl);
10049
10050 address_start = bl->address;
10051 address_end = address_start + bl->length - 1;
10052
10053 ui_out_text (uiout, "\taddress range: ");
f99d8bf4 10054 fprintf_unfiltered (stb, "[%s, %s]",
f1310107
TJB
10055 print_core_address (bl->gdbarch, address_start),
10056 print_core_address (bl->gdbarch, address_end));
10057 ui_out_field_stream (uiout, "addr", stb);
10058 ui_out_text (uiout, "\n");
10059
10060 do_cleanups (cleanup);
10061}
10062
10063/* Implement the "print_mention" breakpoint_ops method for
10064 ranged breakpoints. */
10065
10066static void
10067print_mention_ranged_breakpoint (struct breakpoint *b)
10068{
10069 struct bp_location *bl = b->loc;
79a45e25 10070 struct ui_out *uiout = current_uiout;
f1310107
TJB
10071
10072 gdb_assert (bl);
10073 gdb_assert (b->type == bp_hardware_breakpoint);
10074
10075 if (ui_out_is_mi_like_p (uiout))
10076 return;
10077
10078 printf_filtered (_("Hardware assisted ranged breakpoint %d from %s to %s."),
10079 b->number, paddress (bl->gdbarch, bl->address),
10080 paddress (bl->gdbarch, bl->address + bl->length - 1));
10081}
10082
10083/* Implement the "print_recreate" breakpoint_ops method for
10084 ranged breakpoints. */
10085
10086static void
10087print_recreate_ranged_breakpoint (struct breakpoint *b, struct ui_file *fp)
10088{
10089 fprintf_unfiltered (fp, "break-range %s, %s", b->addr_string,
10090 b->addr_string_range_end);
d9b3f62e 10091 print_recreate_thread (b, fp);
f1310107
TJB
10092}
10093
10094/* The breakpoint_ops structure to be used in ranged breakpoints. */
10095
2060206e 10096static struct breakpoint_ops ranged_breakpoint_ops;
f1310107
TJB
10097
10098/* Find the address where the end of the breakpoint range should be
10099 placed, given the SAL of the end of the range. This is so that if
10100 the user provides a line number, the end of the range is set to the
10101 last instruction of the given line. */
10102
10103static CORE_ADDR
10104find_breakpoint_range_end (struct symtab_and_line sal)
10105{
10106 CORE_ADDR end;
10107
10108 /* If the user provided a PC value, use it. Otherwise,
10109 find the address of the end of the given location. */
10110 if (sal.explicit_pc)
10111 end = sal.pc;
10112 else
10113 {
10114 int ret;
10115 CORE_ADDR start;
10116
10117 ret = find_line_pc_range (sal, &start, &end);
10118 if (!ret)
10119 error (_("Could not find location of the end of the range."));
10120
10121 /* find_line_pc_range returns the start of the next line. */
10122 end--;
10123 }
10124
10125 return end;
10126}
10127
10128/* Implement the "break-range" CLI command. */
10129
10130static void
10131break_range_command (char *arg, int from_tty)
10132{
10133 char *arg_start, *addr_string_start, *addr_string_end;
10134 struct linespec_result canonical_start, canonical_end;
10135 int bp_count, can_use_bp, length;
10136 CORE_ADDR end;
10137 struct breakpoint *b;
10138 struct symtab_and_line sal_start, sal_end;
f1310107 10139 struct cleanup *cleanup_bkpt;
f8eba3c6 10140 struct linespec_sals *lsal_start, *lsal_end;
f1310107
TJB
10141
10142 /* We don't support software ranged breakpoints. */
10143 if (target_ranged_break_num_registers () < 0)
10144 error (_("This target does not support hardware ranged breakpoints."));
10145
10146 bp_count = hw_breakpoint_used_count ();
10147 bp_count += target_ranged_break_num_registers ();
10148 can_use_bp = target_can_use_hardware_watchpoint (bp_hardware_breakpoint,
10149 bp_count, 0);
10150 if (can_use_bp < 0)
10151 error (_("Hardware breakpoints used exceeds limit."));
10152
f8eba3c6 10153 arg = skip_spaces (arg);
f1310107
TJB
10154 if (arg == NULL || arg[0] == '\0')
10155 error(_("No address range specified."));
10156
f1310107
TJB
10157 init_linespec_result (&canonical_start);
10158
f8eba3c6
TT
10159 arg_start = arg;
10160 parse_breakpoint_sals (&arg, &canonical_start);
f1310107 10161
f8eba3c6 10162 cleanup_bkpt = make_cleanup_destroy_linespec_result (&canonical_start);
f1310107
TJB
10163
10164 if (arg[0] != ',')
10165 error (_("Too few arguments."));
f8eba3c6 10166 else if (VEC_empty (linespec_sals, canonical_start.sals))
f1310107 10167 error (_("Could not find location of the beginning of the range."));
f8eba3c6
TT
10168
10169 lsal_start = VEC_index (linespec_sals, canonical_start.sals, 0);
10170
10171 if (VEC_length (linespec_sals, canonical_start.sals) > 1
10172 || lsal_start->sals.nelts != 1)
f1310107
TJB
10173 error (_("Cannot create a ranged breakpoint with multiple locations."));
10174
f8eba3c6
TT
10175 sal_start = lsal_start->sals.sals[0];
10176 addr_string_start = savestring (arg_start, arg - arg_start);
10177 make_cleanup (xfree, addr_string_start);
f1310107
TJB
10178
10179 arg++; /* Skip the comma. */
f8eba3c6 10180 arg = skip_spaces (arg);
f1310107
TJB
10181
10182 /* Parse the end location. */
10183
f1310107
TJB
10184 init_linespec_result (&canonical_end);
10185 arg_start = arg;
10186
f8eba3c6 10187 /* We call decode_line_full directly here instead of using
f1310107
TJB
10188 parse_breakpoint_sals because we need to specify the start location's
10189 symtab and line as the default symtab and line for the end of the
10190 range. This makes it possible to have ranges like "foo.c:27, +14",
10191 where +14 means 14 lines from the start location. */
f8eba3c6
TT
10192 decode_line_full (&arg, DECODE_LINE_FUNFIRSTLINE,
10193 sal_start.symtab, sal_start.line,
10194 &canonical_end, NULL, NULL);
10195
10196 make_cleanup_destroy_linespec_result (&canonical_end);
f1310107 10197
f8eba3c6 10198 if (VEC_empty (linespec_sals, canonical_end.sals))
f1310107 10199 error (_("Could not find location of the end of the range."));
f8eba3c6
TT
10200
10201 lsal_end = VEC_index (linespec_sals, canonical_end.sals, 0);
10202 if (VEC_length (linespec_sals, canonical_end.sals) > 1
10203 || lsal_end->sals.nelts != 1)
f1310107
TJB
10204 error (_("Cannot create a ranged breakpoint with multiple locations."));
10205
f8eba3c6
TT
10206 sal_end = lsal_end->sals.sals[0];
10207 addr_string_end = savestring (arg_start, arg - arg_start);
10208 make_cleanup (xfree, addr_string_end);
f1310107
TJB
10209
10210 end = find_breakpoint_range_end (sal_end);
10211 if (sal_start.pc > end)
177b42fe 10212 error (_("Invalid address range, end precedes start."));
f1310107
TJB
10213
10214 length = end - sal_start.pc + 1;
10215 if (length < 0)
10216 /* Length overflowed. */
10217 error (_("Address range too large."));
10218 else if (length == 1)
10219 {
10220 /* This range is simple enough to be handled by
10221 the `hbreak' command. */
10222 hbreak_command (addr_string_start, 1);
10223
10224 do_cleanups (cleanup_bkpt);
10225
10226 return;
10227 }
10228
10229 /* Now set up the breakpoint. */
10230 b = set_raw_breakpoint (get_current_arch (), sal_start,
348d480f 10231 bp_hardware_breakpoint, &ranged_breakpoint_ops);
f1310107
TJB
10232 set_breakpoint_count (breakpoint_count + 1);
10233 b->number = breakpoint_count;
10234 b->disposition = disp_donttouch;
f8eba3c6
TT
10235 b->addr_string = xstrdup (addr_string_start);
10236 b->addr_string_range_end = xstrdup (addr_string_end);
f1310107
TJB
10237 b->loc->length = length;
10238
f8eba3c6 10239 do_cleanups (cleanup_bkpt);
f1310107
TJB
10240
10241 mention (b);
8d3788bd 10242 observer_notify_breakpoint_created (b);
f1310107
TJB
10243 update_global_location_list (1);
10244}
10245
4a64f543
MS
10246/* Return non-zero if EXP is verified as constant. Returned zero
10247 means EXP is variable. Also the constant detection may fail for
10248 some constant expressions and in such case still falsely return
10249 zero. */
2e6e3d9c 10250
65d79d4b
SDJ
10251static int
10252watchpoint_exp_is_const (const struct expression *exp)
10253{
10254 int i = exp->nelts;
10255
10256 while (i > 0)
10257 {
10258 int oplenp, argsp;
10259
10260 /* We are only interested in the descriptor of each element. */
10261 operator_length (exp, i, &oplenp, &argsp);
10262 i -= oplenp;
10263
10264 switch (exp->elts[i].opcode)
10265 {
10266 case BINOP_ADD:
10267 case BINOP_SUB:
10268 case BINOP_MUL:
10269 case BINOP_DIV:
10270 case BINOP_REM:
10271 case BINOP_MOD:
10272 case BINOP_LSH:
10273 case BINOP_RSH:
10274 case BINOP_LOGICAL_AND:
10275 case BINOP_LOGICAL_OR:
10276 case BINOP_BITWISE_AND:
10277 case BINOP_BITWISE_IOR:
10278 case BINOP_BITWISE_XOR:
10279 case BINOP_EQUAL:
10280 case BINOP_NOTEQUAL:
10281 case BINOP_LESS:
10282 case BINOP_GTR:
10283 case BINOP_LEQ:
10284 case BINOP_GEQ:
10285 case BINOP_REPEAT:
10286 case BINOP_COMMA:
10287 case BINOP_EXP:
10288 case BINOP_MIN:
10289 case BINOP_MAX:
10290 case BINOP_INTDIV:
10291 case BINOP_CONCAT:
10292 case BINOP_IN:
10293 case BINOP_RANGE:
10294 case TERNOP_COND:
10295 case TERNOP_SLICE:
65d79d4b
SDJ
10296
10297 case OP_LONG:
10298 case OP_DOUBLE:
10299 case OP_DECFLOAT:
10300 case OP_LAST:
10301 case OP_COMPLEX:
10302 case OP_STRING:
65d79d4b
SDJ
10303 case OP_ARRAY:
10304 case OP_TYPE:
608b4967
TT
10305 case OP_TYPEOF:
10306 case OP_DECLTYPE:
6e72ca20 10307 case OP_TYPEID:
65d79d4b
SDJ
10308 case OP_NAME:
10309 case OP_OBJC_NSSTRING:
10310
10311 case UNOP_NEG:
10312 case UNOP_LOGICAL_NOT:
10313 case UNOP_COMPLEMENT:
10314 case UNOP_ADDR:
10315 case UNOP_HIGH:
aeaa2474 10316 case UNOP_CAST:
9eaf6705
TT
10317
10318 case UNOP_CAST_TYPE:
10319 case UNOP_REINTERPRET_CAST:
10320 case UNOP_DYNAMIC_CAST:
4a64f543
MS
10321 /* Unary, binary and ternary operators: We have to check
10322 their operands. If they are constant, then so is the
10323 result of that operation. For instance, if A and B are
10324 determined to be constants, then so is "A + B".
10325
10326 UNOP_IND is one exception to the rule above, because the
10327 value of *ADDR is not necessarily a constant, even when
10328 ADDR is. */
65d79d4b
SDJ
10329 break;
10330
10331 case OP_VAR_VALUE:
10332 /* Check whether the associated symbol is a constant.
4a64f543 10333
65d79d4b 10334 We use SYMBOL_CLASS rather than TYPE_CONST because it's
4a64f543
MS
10335 possible that a buggy compiler could mark a variable as
10336 constant even when it is not, and TYPE_CONST would return
10337 true in this case, while SYMBOL_CLASS wouldn't.
10338
10339 We also have to check for function symbols because they
10340 are always constant. */
65d79d4b
SDJ
10341 {
10342 struct symbol *s = exp->elts[i + 2].symbol;
10343
10344 if (SYMBOL_CLASS (s) != LOC_BLOCK
10345 && SYMBOL_CLASS (s) != LOC_CONST
10346 && SYMBOL_CLASS (s) != LOC_CONST_BYTES)
10347 return 0;
10348 break;
10349 }
10350
10351 /* The default action is to return 0 because we are using
10352 the optimistic approach here: If we don't know something,
10353 then it is not a constant. */
10354 default:
10355 return 0;
10356 }
10357 }
10358
10359 return 1;
10360}
10361
3a5c3e22
PA
10362/* Implement the "dtor" breakpoint_ops method for watchpoints. */
10363
10364static void
10365dtor_watchpoint (struct breakpoint *self)
10366{
10367 struct watchpoint *w = (struct watchpoint *) self;
10368
10369 xfree (w->cond_exp);
10370 xfree (w->exp);
10371 xfree (w->exp_string);
10372 xfree (w->exp_string_reparse);
10373 value_free (w->val);
10374
10375 base_breakpoint_ops.dtor (self);
10376}
10377
348d480f
PA
10378/* Implement the "re_set" breakpoint_ops method for watchpoints. */
10379
10380static void
10381re_set_watchpoint (struct breakpoint *b)
10382{
3a5c3e22
PA
10383 struct watchpoint *w = (struct watchpoint *) b;
10384
348d480f
PA
10385 /* Watchpoint can be either on expression using entirely global
10386 variables, or it can be on local variables.
10387
10388 Watchpoints of the first kind are never auto-deleted, and even
10389 persist across program restarts. Since they can use variables
10390 from shared libraries, we need to reparse expression as libraries
10391 are loaded and unloaded.
10392
10393 Watchpoints on local variables can also change meaning as result
10394 of solib event. For example, if a watchpoint uses both a local
10395 and a global variables in expression, it's a local watchpoint,
10396 but unloading of a shared library will make the expression
10397 invalid. This is not a very common use case, but we still
10398 re-evaluate expression, to avoid surprises to the user.
10399
10400 Note that for local watchpoints, we re-evaluate it only if
10401 watchpoints frame id is still valid. If it's not, it means the
10402 watchpoint is out of scope and will be deleted soon. In fact,
10403 I'm not sure we'll ever be called in this case.
10404
10405 If a local watchpoint's frame id is still valid, then
3a5c3e22 10406 w->exp_valid_block is likewise valid, and we can safely use it.
348d480f 10407
3a5c3e22
PA
10408 Don't do anything about disabled watchpoints, since they will be
10409 reevaluated again when enabled. */
10410 update_watchpoint (w, 1 /* reparse */);
348d480f
PA
10411}
10412
77b06cd7
TJB
10413/* Implement the "insert" breakpoint_ops method for hardware watchpoints. */
10414
10415static int
10416insert_watchpoint (struct bp_location *bl)
10417{
3a5c3e22
PA
10418 struct watchpoint *w = (struct watchpoint *) bl->owner;
10419 int length = w->exact ? 1 : bl->length;
e09342b5
TJB
10420
10421 return target_insert_watchpoint (bl->address, length, bl->watchpoint_type,
3a5c3e22 10422 w->cond_exp);
77b06cd7
TJB
10423}
10424
10425/* Implement the "remove" breakpoint_ops method for hardware watchpoints. */
10426
10427static int
10428remove_watchpoint (struct bp_location *bl)
10429{
3a5c3e22
PA
10430 struct watchpoint *w = (struct watchpoint *) bl->owner;
10431 int length = w->exact ? 1 : bl->length;
e09342b5
TJB
10432
10433 return target_remove_watchpoint (bl->address, length, bl->watchpoint_type,
3a5c3e22 10434 w->cond_exp);
e09342b5
TJB
10435}
10436
e09342b5 10437static int
348d480f 10438breakpoint_hit_watchpoint (const struct bp_location *bl,
09ac7c10
TT
10439 struct address_space *aspace, CORE_ADDR bp_addr,
10440 const struct target_waitstatus *ws)
e09342b5 10441{
348d480f 10442 struct breakpoint *b = bl->owner;
3a5c3e22 10443 struct watchpoint *w = (struct watchpoint *) b;
77b06cd7 10444
348d480f
PA
10445 /* Continuable hardware watchpoints are treated as non-existent if the
10446 reason we stopped wasn't a hardware watchpoint (we didn't stop on
10447 some data address). Otherwise gdb won't stop on a break instruction
10448 in the code (not from a breakpoint) when a hardware watchpoint has
10449 been defined. Also skip watchpoints which we know did not trigger
10450 (did not match the data address). */
10451 if (is_hardware_watchpoint (b)
3a5c3e22 10452 && w->watchpoint_triggered == watch_triggered_no)
348d480f 10453 return 0;
9c06b0b4 10454
348d480f 10455 return 1;
9c06b0b4
TJB
10456}
10457
348d480f
PA
10458static void
10459check_status_watchpoint (bpstat bs)
9c06b0b4 10460{
348d480f 10461 gdb_assert (is_watchpoint (bs->breakpoint_at));
9c06b0b4 10462
348d480f 10463 bpstat_check_watchpoint (bs);
9c06b0b4
TJB
10464}
10465
10466/* Implement the "resources_needed" breakpoint_ops method for
348d480f 10467 hardware watchpoints. */
9c06b0b4
TJB
10468
10469static int
348d480f 10470resources_needed_watchpoint (const struct bp_location *bl)
9c06b0b4 10471{
3a5c3e22
PA
10472 struct watchpoint *w = (struct watchpoint *) bl->owner;
10473 int length = w->exact? 1 : bl->length;
348d480f
PA
10474
10475 return target_region_ok_for_hw_watchpoint (bl->address, length);
9c06b0b4
TJB
10476}
10477
10478/* Implement the "works_in_software_mode" breakpoint_ops method for
348d480f 10479 hardware watchpoints. */
9c06b0b4
TJB
10480
10481static int
348d480f 10482works_in_software_mode_watchpoint (const struct breakpoint *b)
9c06b0b4 10483{
efa80663
PA
10484 /* Read and access watchpoints only work with hardware support. */
10485 return b->type == bp_watchpoint || b->type == bp_hardware_watchpoint;
9c06b0b4
TJB
10486}
10487
9c06b0b4 10488static enum print_stop_action
348d480f 10489print_it_watchpoint (bpstat bs)
9c06b0b4 10490{
348d480f
PA
10491 struct cleanup *old_chain;
10492 struct breakpoint *b;
f99d8bf4 10493 struct ui_file *stb;
348d480f 10494 enum print_stop_action result;
3a5c3e22 10495 struct watchpoint *w;
79a45e25 10496 struct ui_out *uiout = current_uiout;
348d480f
PA
10497
10498 gdb_assert (bs->bp_location_at != NULL);
10499
348d480f 10500 b = bs->breakpoint_at;
3a5c3e22 10501 w = (struct watchpoint *) b;
348d480f 10502
f99d8bf4
PA
10503 stb = mem_fileopen ();
10504 old_chain = make_cleanup_ui_file_delete (stb);
9c06b0b4
TJB
10505
10506 switch (b->type)
10507 {
348d480f 10508 case bp_watchpoint:
9c06b0b4
TJB
10509 case bp_hardware_watchpoint:
10510 annotate_watchpoint (b->number);
10511 if (ui_out_is_mi_like_p (uiout))
10512 ui_out_field_string
10513 (uiout, "reason",
10514 async_reason_lookup (EXEC_ASYNC_WATCHPOINT_TRIGGER));
348d480f
PA
10515 mention (b);
10516 make_cleanup_ui_out_tuple_begin_end (uiout, "value");
10517 ui_out_text (uiout, "\nOld value = ");
f99d8bf4 10518 watchpoint_value_print (bs->old_val, stb);
348d480f
PA
10519 ui_out_field_stream (uiout, "old", stb);
10520 ui_out_text (uiout, "\nNew value = ");
f99d8bf4 10521 watchpoint_value_print (w->val, stb);
348d480f
PA
10522 ui_out_field_stream (uiout, "new", stb);
10523 ui_out_text (uiout, "\n");
10524 /* More than one watchpoint may have been triggered. */
10525 result = PRINT_UNKNOWN;
9c06b0b4
TJB
10526 break;
10527
10528 case bp_read_watchpoint:
10529 if (ui_out_is_mi_like_p (uiout))
10530 ui_out_field_string
10531 (uiout, "reason",
10532 async_reason_lookup (EXEC_ASYNC_READ_WATCHPOINT_TRIGGER));
348d480f
PA
10533 mention (b);
10534 make_cleanup_ui_out_tuple_begin_end (uiout, "value");
10535 ui_out_text (uiout, "\nValue = ");
f99d8bf4 10536 watchpoint_value_print (w->val, stb);
348d480f
PA
10537 ui_out_field_stream (uiout, "value", stb);
10538 ui_out_text (uiout, "\n");
10539 result = PRINT_UNKNOWN;
9c06b0b4
TJB
10540 break;
10541
10542 case bp_access_watchpoint:
348d480f
PA
10543 if (bs->old_val != NULL)
10544 {
10545 annotate_watchpoint (b->number);
10546 if (ui_out_is_mi_like_p (uiout))
10547 ui_out_field_string
10548 (uiout, "reason",
10549 async_reason_lookup (EXEC_ASYNC_ACCESS_WATCHPOINT_TRIGGER));
10550 mention (b);
10551 make_cleanup_ui_out_tuple_begin_end (uiout, "value");
10552 ui_out_text (uiout, "\nOld value = ");
f99d8bf4 10553 watchpoint_value_print (bs->old_val, stb);
348d480f
PA
10554 ui_out_field_stream (uiout, "old", stb);
10555 ui_out_text (uiout, "\nNew value = ");
10556 }
10557 else
10558 {
10559 mention (b);
10560 if (ui_out_is_mi_like_p (uiout))
10561 ui_out_field_string
10562 (uiout, "reason",
10563 async_reason_lookup (EXEC_ASYNC_ACCESS_WATCHPOINT_TRIGGER));
10564 make_cleanup_ui_out_tuple_begin_end (uiout, "value");
10565 ui_out_text (uiout, "\nValue = ");
10566 }
f99d8bf4 10567 watchpoint_value_print (w->val, stb);
348d480f
PA
10568 ui_out_field_stream (uiout, "new", stb);
10569 ui_out_text (uiout, "\n");
10570 result = PRINT_UNKNOWN;
9c06b0b4
TJB
10571 break;
10572 default:
348d480f 10573 result = PRINT_UNKNOWN;
9c06b0b4
TJB
10574 }
10575
348d480f
PA
10576 do_cleanups (old_chain);
10577 return result;
10578}
10579
10580/* Implement the "print_mention" breakpoint_ops method for hardware
10581 watchpoints. */
10582
10583static void
10584print_mention_watchpoint (struct breakpoint *b)
10585{
10586 struct cleanup *ui_out_chain;
3a5c3e22 10587 struct watchpoint *w = (struct watchpoint *) b;
79a45e25 10588 struct ui_out *uiout = current_uiout;
348d480f
PA
10589
10590 switch (b->type)
10591 {
10592 case bp_watchpoint:
10593 ui_out_text (uiout, "Watchpoint ");
10594 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "wpt");
10595 break;
10596 case bp_hardware_watchpoint:
10597 ui_out_text (uiout, "Hardware watchpoint ");
10598 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "wpt");
10599 break;
10600 case bp_read_watchpoint:
10601 ui_out_text (uiout, "Hardware read watchpoint ");
10602 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "hw-rwpt");
10603 break;
10604 case bp_access_watchpoint:
10605 ui_out_text (uiout, "Hardware access (read/write) watchpoint ");
10606 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "hw-awpt");
10607 break;
10608 default:
10609 internal_error (__FILE__, __LINE__,
10610 _("Invalid hardware watchpoint type."));
10611 }
10612
10613 ui_out_field_int (uiout, "number", b->number);
10614 ui_out_text (uiout, ": ");
3a5c3e22 10615 ui_out_field_string (uiout, "exp", w->exp_string);
348d480f
PA
10616 do_cleanups (ui_out_chain);
10617}
10618
10619/* Implement the "print_recreate" breakpoint_ops method for
10620 watchpoints. */
10621
10622static void
10623print_recreate_watchpoint (struct breakpoint *b, struct ui_file *fp)
10624{
3a5c3e22
PA
10625 struct watchpoint *w = (struct watchpoint *) b;
10626
348d480f
PA
10627 switch (b->type)
10628 {
10629 case bp_watchpoint:
10630 case bp_hardware_watchpoint:
10631 fprintf_unfiltered (fp, "watch");
10632 break;
10633 case bp_read_watchpoint:
10634 fprintf_unfiltered (fp, "rwatch");
10635 break;
10636 case bp_access_watchpoint:
10637 fprintf_unfiltered (fp, "awatch");
10638 break;
10639 default:
10640 internal_error (__FILE__, __LINE__,
10641 _("Invalid watchpoint type."));
10642 }
10643
3a5c3e22 10644 fprintf_unfiltered (fp, " %s", w->exp_string);
d9b3f62e 10645 print_recreate_thread (b, fp);
348d480f
PA
10646}
10647
10648/* The breakpoint_ops structure to be used in hardware watchpoints. */
10649
2060206e 10650static struct breakpoint_ops watchpoint_breakpoint_ops;
348d480f
PA
10651
10652/* Implement the "insert" breakpoint_ops method for
10653 masked hardware watchpoints. */
10654
10655static int
10656insert_masked_watchpoint (struct bp_location *bl)
10657{
3a5c3e22
PA
10658 struct watchpoint *w = (struct watchpoint *) bl->owner;
10659
10660 return target_insert_mask_watchpoint (bl->address, w->hw_wp_mask,
348d480f
PA
10661 bl->watchpoint_type);
10662}
10663
10664/* Implement the "remove" breakpoint_ops method for
10665 masked hardware watchpoints. */
10666
10667static int
10668remove_masked_watchpoint (struct bp_location *bl)
10669{
3a5c3e22
PA
10670 struct watchpoint *w = (struct watchpoint *) bl->owner;
10671
10672 return target_remove_mask_watchpoint (bl->address, w->hw_wp_mask,
348d480f
PA
10673 bl->watchpoint_type);
10674}
10675
10676/* Implement the "resources_needed" breakpoint_ops method for
10677 masked hardware watchpoints. */
10678
10679static int
10680resources_needed_masked_watchpoint (const struct bp_location *bl)
10681{
3a5c3e22
PA
10682 struct watchpoint *w = (struct watchpoint *) bl->owner;
10683
10684 return target_masked_watch_num_registers (bl->address, w->hw_wp_mask);
348d480f
PA
10685}
10686
10687/* Implement the "works_in_software_mode" breakpoint_ops method for
10688 masked hardware watchpoints. */
10689
10690static int
10691works_in_software_mode_masked_watchpoint (const struct breakpoint *b)
10692{
10693 return 0;
10694}
10695
10696/* Implement the "print_it" breakpoint_ops method for
10697 masked hardware watchpoints. */
10698
10699static enum print_stop_action
10700print_it_masked_watchpoint (bpstat bs)
10701{
10702 struct breakpoint *b = bs->breakpoint_at;
79a45e25 10703 struct ui_out *uiout = current_uiout;
348d480f
PA
10704
10705 /* Masked watchpoints have only one location. */
10706 gdb_assert (b->loc && b->loc->next == NULL);
10707
10708 switch (b->type)
10709 {
10710 case bp_hardware_watchpoint:
10711 annotate_watchpoint (b->number);
10712 if (ui_out_is_mi_like_p (uiout))
10713 ui_out_field_string
10714 (uiout, "reason",
10715 async_reason_lookup (EXEC_ASYNC_WATCHPOINT_TRIGGER));
10716 break;
10717
10718 case bp_read_watchpoint:
10719 if (ui_out_is_mi_like_p (uiout))
10720 ui_out_field_string
10721 (uiout, "reason",
10722 async_reason_lookup (EXEC_ASYNC_READ_WATCHPOINT_TRIGGER));
10723 break;
10724
10725 case bp_access_watchpoint:
10726 if (ui_out_is_mi_like_p (uiout))
10727 ui_out_field_string
10728 (uiout, "reason",
10729 async_reason_lookup (EXEC_ASYNC_ACCESS_WATCHPOINT_TRIGGER));
10730 break;
10731 default:
10732 internal_error (__FILE__, __LINE__,
10733 _("Invalid hardware watchpoint type."));
10734 }
10735
10736 mention (b);
9c06b0b4
TJB
10737 ui_out_text (uiout, _("\n\
10738Check the underlying instruction at PC for the memory\n\
10739address and value which triggered this watchpoint.\n"));
10740 ui_out_text (uiout, "\n");
10741
10742 /* More than one watchpoint may have been triggered. */
10743 return PRINT_UNKNOWN;
10744}
10745
10746/* Implement the "print_one_detail" breakpoint_ops method for
10747 masked hardware watchpoints. */
10748
10749static void
10750print_one_detail_masked_watchpoint (const struct breakpoint *b,
10751 struct ui_out *uiout)
10752{
3a5c3e22
PA
10753 struct watchpoint *w = (struct watchpoint *) b;
10754
9c06b0b4
TJB
10755 /* Masked watchpoints have only one location. */
10756 gdb_assert (b->loc && b->loc->next == NULL);
10757
10758 ui_out_text (uiout, "\tmask ");
3a5c3e22 10759 ui_out_field_core_addr (uiout, "mask", b->loc->gdbarch, w->hw_wp_mask);
9c06b0b4
TJB
10760 ui_out_text (uiout, "\n");
10761}
10762
10763/* Implement the "print_mention" breakpoint_ops method for
10764 masked hardware watchpoints. */
10765
10766static void
10767print_mention_masked_watchpoint (struct breakpoint *b)
10768{
3a5c3e22 10769 struct watchpoint *w = (struct watchpoint *) b;
79a45e25 10770 struct ui_out *uiout = current_uiout;
9c06b0b4
TJB
10771 struct cleanup *ui_out_chain;
10772
10773 switch (b->type)
10774 {
10775 case bp_hardware_watchpoint:
10776 ui_out_text (uiout, "Masked hardware watchpoint ");
10777 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "wpt");
10778 break;
10779 case bp_read_watchpoint:
10780 ui_out_text (uiout, "Masked hardware read watchpoint ");
10781 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "hw-rwpt");
10782 break;
10783 case bp_access_watchpoint:
10784 ui_out_text (uiout, "Masked hardware access (read/write) watchpoint ");
10785 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "hw-awpt");
10786 break;
10787 default:
10788 internal_error (__FILE__, __LINE__,
10789 _("Invalid hardware watchpoint type."));
10790 }
10791
10792 ui_out_field_int (uiout, "number", b->number);
10793 ui_out_text (uiout, ": ");
3a5c3e22 10794 ui_out_field_string (uiout, "exp", w->exp_string);
9c06b0b4
TJB
10795 do_cleanups (ui_out_chain);
10796}
10797
10798/* Implement the "print_recreate" breakpoint_ops method for
10799 masked hardware watchpoints. */
10800
10801static void
10802print_recreate_masked_watchpoint (struct breakpoint *b, struct ui_file *fp)
10803{
3a5c3e22 10804 struct watchpoint *w = (struct watchpoint *) b;
9c06b0b4
TJB
10805 char tmp[40];
10806
10807 switch (b->type)
10808 {
10809 case bp_hardware_watchpoint:
10810 fprintf_unfiltered (fp, "watch");
10811 break;
10812 case bp_read_watchpoint:
10813 fprintf_unfiltered (fp, "rwatch");
10814 break;
10815 case bp_access_watchpoint:
10816 fprintf_unfiltered (fp, "awatch");
10817 break;
10818 default:
10819 internal_error (__FILE__, __LINE__,
10820 _("Invalid hardware watchpoint type."));
10821 }
10822
3a5c3e22
PA
10823 sprintf_vma (tmp, w->hw_wp_mask);
10824 fprintf_unfiltered (fp, " %s mask 0x%s", w->exp_string, tmp);
d9b3f62e 10825 print_recreate_thread (b, fp);
9c06b0b4
TJB
10826}
10827
10828/* The breakpoint_ops structure to be used in masked hardware watchpoints. */
10829
2060206e 10830static struct breakpoint_ops masked_watchpoint_breakpoint_ops;
9c06b0b4
TJB
10831
10832/* Tell whether the given watchpoint is a masked hardware watchpoint. */
10833
10834static int
10835is_masked_watchpoint (const struct breakpoint *b)
10836{
10837 return b->ops == &masked_watchpoint_breakpoint_ops;
10838}
10839
53a5351d
JM
10840/* accessflag: hw_write: watch write,
10841 hw_read: watch read,
10842 hw_access: watch access (read or write) */
c906108c 10843static void
bbc13ae3 10844watch_command_1 (const char *arg, int accessflag, int from_tty,
84f4c1fe 10845 int just_location, int internal)
c906108c 10846{
a9634178 10847 volatile struct gdb_exception e;
d983da9c 10848 struct breakpoint *b, *scope_breakpoint = NULL;
c906108c 10849 struct expression *exp;
270140bd 10850 const struct block *exp_valid_block = NULL, *cond_exp_valid_block = NULL;
a1442452 10851 struct value *val, *mark, *result;
c906108c 10852 struct frame_info *frame;
bbc13ae3
KS
10853 const char *exp_start = NULL;
10854 const char *exp_end = NULL;
10855 const char *tok, *end_tok;
9c06b0b4 10856 int toklen = -1;
bbc13ae3
KS
10857 const char *cond_start = NULL;
10858 const char *cond_end = NULL;
c906108c 10859 enum bptype bp_type;
37e4754d 10860 int thread = -1;
0cf6dd15 10861 int pc = 0;
9c06b0b4
TJB
10862 /* Flag to indicate whether we are going to use masks for
10863 the hardware watchpoint. */
10864 int use_mask = 0;
10865 CORE_ADDR mask = 0;
3a5c3e22 10866 struct watchpoint *w;
bbc13ae3
KS
10867 char *expression;
10868 struct cleanup *back_to;
c906108c 10869
37e4754d
LM
10870 /* Make sure that we actually have parameters to parse. */
10871 if (arg != NULL && arg[0] != '\0')
10872 {
bbc13ae3
KS
10873 const char *value_start;
10874
10875 exp_end = arg + strlen (arg);
37e4754d 10876
9c06b0b4
TJB
10877 /* Look for "parameter value" pairs at the end
10878 of the arguments string. */
bbc13ae3 10879 for (tok = exp_end - 1; tok > arg; tok--)
9c06b0b4
TJB
10880 {
10881 /* Skip whitespace at the end of the argument list. */
10882 while (tok > arg && (*tok == ' ' || *tok == '\t'))
10883 tok--;
10884
10885 /* Find the beginning of the last token.
10886 This is the value of the parameter. */
10887 while (tok > arg && (*tok != ' ' && *tok != '\t'))
10888 tok--;
10889 value_start = tok + 1;
10890
10891 /* Skip whitespace. */
10892 while (tok > arg && (*tok == ' ' || *tok == '\t'))
10893 tok--;
10894
10895 end_tok = tok;
10896
10897 /* Find the beginning of the second to last token.
10898 This is the parameter itself. */
10899 while (tok > arg && (*tok != ' ' && *tok != '\t'))
10900 tok--;
10901 tok++;
10902 toklen = end_tok - tok + 1;
10903
10904 if (toklen == 6 && !strncmp (tok, "thread", 6))
10905 {
10906 /* At this point we've found a "thread" token, which means
10907 the user is trying to set a watchpoint that triggers
10908 only in a specific thread. */
10909 char *endp;
37e4754d 10910
9c06b0b4
TJB
10911 if (thread != -1)
10912 error(_("You can specify only one thread."));
37e4754d 10913
9c06b0b4
TJB
10914 /* Extract the thread ID from the next token. */
10915 thread = strtol (value_start, &endp, 0);
37e4754d 10916
9c06b0b4
TJB
10917 /* Check if the user provided a valid numeric value for the
10918 thread ID. */
10919 if (*endp != ' ' && *endp != '\t' && *endp != '\0')
10920 error (_("Invalid thread ID specification %s."), value_start);
10921
10922 /* Check if the thread actually exists. */
10923 if (!valid_thread_id (thread))
af4908ba 10924 invalid_thread_id_error (thread);
9c06b0b4
TJB
10925 }
10926 else if (toklen == 4 && !strncmp (tok, "mask", 4))
10927 {
10928 /* We've found a "mask" token, which means the user wants to
10929 create a hardware watchpoint that is going to have the mask
10930 facility. */
10931 struct value *mask_value, *mark;
37e4754d 10932
9c06b0b4
TJB
10933 if (use_mask)
10934 error(_("You can specify only one mask."));
37e4754d 10935
9c06b0b4 10936 use_mask = just_location = 1;
37e4754d 10937
9c06b0b4
TJB
10938 mark = value_mark ();
10939 mask_value = parse_to_comma_and_eval (&value_start);
10940 mask = value_as_address (mask_value);
10941 value_free_to_mark (mark);
10942 }
10943 else
10944 /* We didn't recognize what we found. We should stop here. */
10945 break;
37e4754d 10946
9c06b0b4
TJB
10947 /* Truncate the string and get rid of the "parameter value" pair before
10948 the arguments string is parsed by the parse_exp_1 function. */
bbc13ae3 10949 exp_end = tok;
9c06b0b4 10950 }
37e4754d 10951 }
bbc13ae3
KS
10952 else
10953 exp_end = arg;
37e4754d 10954
bbc13ae3
KS
10955 /* Parse the rest of the arguments. From here on out, everything
10956 is in terms of a newly allocated string instead of the original
10957 ARG. */
c906108c 10958 innermost_block = NULL;
bbc13ae3
KS
10959 expression = savestring (arg, exp_end - arg);
10960 back_to = make_cleanup (xfree, expression);
10961 exp_start = arg = expression;
1bb9788d 10962 exp = parse_exp_1 (&arg, 0, 0, 0);
c906108c 10963 exp_end = arg;
fa8a61dc
TT
10964 /* Remove trailing whitespace from the expression before saving it.
10965 This makes the eventual display of the expression string a bit
10966 prettier. */
10967 while (exp_end > exp_start && (exp_end[-1] == ' ' || exp_end[-1] == '\t'))
10968 --exp_end;
10969
65d79d4b
SDJ
10970 /* Checking if the expression is not constant. */
10971 if (watchpoint_exp_is_const (exp))
10972 {
10973 int len;
10974
10975 len = exp_end - exp_start;
10976 while (len > 0 && isspace (exp_start[len - 1]))
10977 len--;
10978 error (_("Cannot watch constant value `%.*s'."), len, exp_start);
10979 }
10980
c906108c
SS
10981 exp_valid_block = innermost_block;
10982 mark = value_mark ();
a1442452 10983 fetch_subexp_value (exp, &pc, &val, &result, NULL);
06a64a0b
TT
10984
10985 if (just_location)
10986 {
9c06b0b4
TJB
10987 int ret;
10988
06a64a0b 10989 exp_valid_block = NULL;
a1442452 10990 val = value_addr (result);
06a64a0b
TT
10991 release_value (val);
10992 value_free_to_mark (mark);
9c06b0b4
TJB
10993
10994 if (use_mask)
10995 {
10996 ret = target_masked_watch_num_registers (value_as_address (val),
10997 mask);
10998 if (ret == -1)
10999 error (_("This target does not support masked watchpoints."));
11000 else if (ret == -2)
11001 error (_("Invalid mask or memory region."));
11002 }
06a64a0b
TT
11003 }
11004 else if (val != NULL)
fa4727a6 11005 release_value (val);
c906108c 11006
bbc13ae3
KS
11007 tok = skip_spaces_const (arg);
11008 end_tok = skip_to_space_const (tok);
c906108c
SS
11009
11010 toklen = end_tok - tok;
11011 if (toklen >= 1 && strncmp (tok, "if", toklen) == 0)
11012 {
2d134ed3
PA
11013 struct expression *cond;
11014
60e1c644 11015 innermost_block = NULL;
c906108c 11016 tok = cond_start = end_tok + 1;
1bb9788d 11017 cond = parse_exp_1 (&tok, 0, 0, 0);
60e1c644
PA
11018
11019 /* The watchpoint expression may not be local, but the condition
11020 may still be. E.g.: `watch global if local > 0'. */
11021 cond_exp_valid_block = innermost_block;
11022
2d134ed3 11023 xfree (cond);
c906108c
SS
11024 cond_end = tok;
11025 }
11026 if (*tok)
8a3fe4f8 11027 error (_("Junk at end of command."));
c906108c 11028
53a5351d 11029 if (accessflag == hw_read)
c5aa993b 11030 bp_type = bp_read_watchpoint;
53a5351d 11031 else if (accessflag == hw_access)
c5aa993b
JM
11032 bp_type = bp_access_watchpoint;
11033 else
11034 bp_type = bp_hardware_watchpoint;
c906108c 11035
d983da9c 11036 frame = block_innermost_frame (exp_valid_block);
d983da9c
DJ
11037
11038 /* If the expression is "local", then set up a "watchpoint scope"
11039 breakpoint at the point where we've left the scope of the watchpoint
11040 expression. Create the scope breakpoint before the watchpoint, so
11041 that we will encounter it first in bpstat_stop_status. */
60e1c644 11042 if (exp_valid_block && frame)
d983da9c 11043 {
edb3359d
DJ
11044 if (frame_id_p (frame_unwind_caller_id (frame)))
11045 {
11046 scope_breakpoint
a6d9a66e
UW
11047 = create_internal_breakpoint (frame_unwind_caller_arch (frame),
11048 frame_unwind_caller_pc (frame),
06edf0c0
PA
11049 bp_watchpoint_scope,
11050 &momentary_breakpoint_ops);
d983da9c 11051
edb3359d 11052 scope_breakpoint->enable_state = bp_enabled;
d983da9c 11053
edb3359d
DJ
11054 /* Automatically delete the breakpoint when it hits. */
11055 scope_breakpoint->disposition = disp_del;
d983da9c 11056
edb3359d
DJ
11057 /* Only break in the proper frame (help with recursion). */
11058 scope_breakpoint->frame_id = frame_unwind_caller_id (frame);
d983da9c 11059
edb3359d 11060 /* Set the address at which we will stop. */
a6d9a66e
UW
11061 scope_breakpoint->loc->gdbarch
11062 = frame_unwind_caller_arch (frame);
edb3359d
DJ
11063 scope_breakpoint->loc->requested_address
11064 = frame_unwind_caller_pc (frame);
11065 scope_breakpoint->loc->address
a6d9a66e
UW
11066 = adjust_breakpoint_address (scope_breakpoint->loc->gdbarch,
11067 scope_breakpoint->loc->requested_address,
edb3359d
DJ
11068 scope_breakpoint->type);
11069 }
d983da9c
DJ
11070 }
11071
c906108c 11072 /* Now set up the breakpoint. */
3a5c3e22
PA
11073
11074 w = XCNEW (struct watchpoint);
11075 b = &w->base;
348d480f 11076 if (use_mask)
3a5c3e22
PA
11077 init_raw_breakpoint_without_location (b, NULL, bp_type,
11078 &masked_watchpoint_breakpoint_ops);
348d480f 11079 else
3a5c3e22
PA
11080 init_raw_breakpoint_without_location (b, NULL, bp_type,
11081 &watchpoint_breakpoint_ops);
37e4754d 11082 b->thread = thread;
b5de0fa7 11083 b->disposition = disp_donttouch;
348d480f 11084 b->pspace = current_program_space;
3a5c3e22
PA
11085 w->exp = exp;
11086 w->exp_valid_block = exp_valid_block;
11087 w->cond_exp_valid_block = cond_exp_valid_block;
06a64a0b
TT
11088 if (just_location)
11089 {
11090 struct type *t = value_type (val);
11091 CORE_ADDR addr = value_as_address (val);
11092 char *name;
11093
11094 t = check_typedef (TYPE_TARGET_TYPE (check_typedef (t)));
11095 name = type_to_string (t);
11096
3a5c3e22 11097 w->exp_string_reparse = xstrprintf ("* (%s *) %s", name,
d63d0675 11098 core_addr_to_string (addr));
06a64a0b
TT
11099 xfree (name);
11100
3a5c3e22 11101 w->exp_string = xstrprintf ("-location %.*s",
d63d0675
JK
11102 (int) (exp_end - exp_start), exp_start);
11103
06a64a0b
TT
11104 /* The above expression is in C. */
11105 b->language = language_c;
11106 }
11107 else
3a5c3e22 11108 w->exp_string = savestring (exp_start, exp_end - exp_start);
9c06b0b4
TJB
11109
11110 if (use_mask)
11111 {
3a5c3e22 11112 w->hw_wp_mask = mask;
9c06b0b4
TJB
11113 }
11114 else
11115 {
3a5c3e22
PA
11116 w->val = val;
11117 w->val_valid = 1;
9c06b0b4 11118 }
77b06cd7 11119
c906108c
SS
11120 if (cond_start)
11121 b->cond_string = savestring (cond_start, cond_end - cond_start);
11122 else
11123 b->cond_string = 0;
c5aa993b 11124
c906108c 11125 if (frame)
f6bc2008 11126 {
3a5c3e22
PA
11127 w->watchpoint_frame = get_frame_id (frame);
11128 w->watchpoint_thread = inferior_ptid;
f6bc2008 11129 }
c906108c 11130 else
f6bc2008 11131 {
3a5c3e22
PA
11132 w->watchpoint_frame = null_frame_id;
11133 w->watchpoint_thread = null_ptid;
f6bc2008 11134 }
c906108c 11135
d983da9c 11136 if (scope_breakpoint != NULL)
c906108c 11137 {
d983da9c
DJ
11138 /* The scope breakpoint is related to the watchpoint. We will
11139 need to act on them together. */
11140 b->related_breakpoint = scope_breakpoint;
11141 scope_breakpoint->related_breakpoint = b;
c906108c 11142 }
d983da9c 11143
06a64a0b
TT
11144 if (!just_location)
11145 value_free_to_mark (mark);
2d134ed3 11146
a9634178
TJB
11147 TRY_CATCH (e, RETURN_MASK_ALL)
11148 {
11149 /* Finally update the new watchpoint. This creates the locations
11150 that should be inserted. */
3a5c3e22 11151 update_watchpoint (w, 1);
a9634178
TJB
11152 }
11153 if (e.reason < 0)
11154 {
11155 delete_breakpoint (b);
11156 throw_exception (e);
11157 }
11158
3ea46bff 11159 install_breakpoint (internal, b, 1);
bbc13ae3 11160 do_cleanups (back_to);
c906108c
SS
11161}
11162
e09342b5 11163/* Return count of debug registers needed to watch the given expression.
e09342b5 11164 If the watchpoint cannot be handled in hardware return zero. */
c906108c 11165
c906108c 11166static int
a9634178 11167can_use_hardware_watchpoint (struct value *v)
c906108c
SS
11168{
11169 int found_memory_cnt = 0;
2e70b7b9 11170 struct value *head = v;
c906108c
SS
11171
11172 /* Did the user specifically forbid us to use hardware watchpoints? */
c5aa993b 11173 if (!can_use_hw_watchpoints)
c906108c 11174 return 0;
c5aa993b 11175
5c44784c
JM
11176 /* Make sure that the value of the expression depends only upon
11177 memory contents, and values computed from them within GDB. If we
11178 find any register references or function calls, we can't use a
11179 hardware watchpoint.
11180
11181 The idea here is that evaluating an expression generates a series
11182 of values, one holding the value of every subexpression. (The
11183 expression a*b+c has five subexpressions: a, b, a*b, c, and
11184 a*b+c.) GDB's values hold almost enough information to establish
11185 the criteria given above --- they identify memory lvalues,
11186 register lvalues, computed values, etcetera. So we can evaluate
11187 the expression, and then scan the chain of values that leaves
11188 behind to decide whether we can detect any possible change to the
11189 expression's final value using only hardware watchpoints.
11190
11191 However, I don't think that the values returned by inferior
11192 function calls are special in any way. So this function may not
11193 notice that an expression involving an inferior function call
11194 can't be watched with hardware watchpoints. FIXME. */
17cf0ecd 11195 for (; v; v = value_next (v))
c906108c 11196 {
5c44784c 11197 if (VALUE_LVAL (v) == lval_memory)
c906108c 11198 {
8464be76
DJ
11199 if (v != head && value_lazy (v))
11200 /* A lazy memory lvalue in the chain is one that GDB never
11201 needed to fetch; we either just used its address (e.g.,
11202 `a' in `a.b') or we never needed it at all (e.g., `a'
11203 in `a,b'). This doesn't apply to HEAD; if that is
11204 lazy then it was not readable, but watch it anyway. */
5c44784c 11205 ;
53a5351d 11206 else
5c44784c
JM
11207 {
11208 /* Ahh, memory we actually used! Check if we can cover
11209 it with hardware watchpoints. */
df407dfe 11210 struct type *vtype = check_typedef (value_type (v));
2e70b7b9
MS
11211
11212 /* We only watch structs and arrays if user asked for it
11213 explicitly, never if they just happen to appear in a
11214 middle of some value chain. */
11215 if (v == head
11216 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
11217 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
11218 {
42ae5230 11219 CORE_ADDR vaddr = value_address (v);
e09342b5
TJB
11220 int len;
11221 int num_regs;
11222
a9634178 11223 len = (target_exact_watchpoints
e09342b5
TJB
11224 && is_scalar_type_recursive (vtype))?
11225 1 : TYPE_LENGTH (value_type (v));
2e70b7b9 11226
e09342b5
TJB
11227 num_regs = target_region_ok_for_hw_watchpoint (vaddr, len);
11228 if (!num_regs)
2e70b7b9
MS
11229 return 0;
11230 else
e09342b5 11231 found_memory_cnt += num_regs;
2e70b7b9 11232 }
5c44784c 11233 }
c5aa993b 11234 }
5086187c
AC
11235 else if (VALUE_LVAL (v) != not_lval
11236 && deprecated_value_modifiable (v) == 0)
38b6c3b3 11237 return 0; /* These are values from the history (e.g., $1). */
5086187c 11238 else if (VALUE_LVAL (v) == lval_register)
38b6c3b3 11239 return 0; /* Cannot watch a register with a HW watchpoint. */
c906108c
SS
11240 }
11241
11242 /* The expression itself looks suitable for using a hardware
11243 watchpoint, but give the target machine a chance to reject it. */
11244 return found_memory_cnt;
11245}
11246
8b93c638 11247void
84f4c1fe 11248watch_command_wrapper (char *arg, int from_tty, int internal)
8b93c638 11249{
84f4c1fe 11250 watch_command_1 (arg, hw_write, from_tty, 0, internal);
06a64a0b
TT
11251}
11252
06a64a0b
TT
11253/* A helper function that looks for the "-location" argument and then
11254 calls watch_command_1. */
11255
11256static void
11257watch_maybe_just_location (char *arg, int accessflag, int from_tty)
11258{
11259 int just_location = 0;
11260
11261 if (arg
11262 && (check_for_argument (&arg, "-location", sizeof ("-location") - 1)
11263 || check_for_argument (&arg, "-l", sizeof ("-l") - 1)))
11264 {
e9cafbcc 11265 arg = skip_spaces (arg);
06a64a0b
TT
11266 just_location = 1;
11267 }
11268
84f4c1fe 11269 watch_command_1 (arg, accessflag, from_tty, just_location, 0);
8b93c638 11270}
8926118c 11271
c5aa993b 11272static void
fba45db2 11273watch_command (char *arg, int from_tty)
c906108c 11274{
06a64a0b 11275 watch_maybe_just_location (arg, hw_write, from_tty);
c906108c
SS
11276}
11277
8b93c638 11278void
84f4c1fe 11279rwatch_command_wrapper (char *arg, int from_tty, int internal)
8b93c638 11280{
84f4c1fe 11281 watch_command_1 (arg, hw_read, from_tty, 0, internal);
8b93c638 11282}
8926118c 11283
c5aa993b 11284static void
fba45db2 11285rwatch_command (char *arg, int from_tty)
c906108c 11286{
06a64a0b 11287 watch_maybe_just_location (arg, hw_read, from_tty);
c906108c
SS
11288}
11289
8b93c638 11290void
84f4c1fe 11291awatch_command_wrapper (char *arg, int from_tty, int internal)
8b93c638 11292{
84f4c1fe 11293 watch_command_1 (arg, hw_access, from_tty, 0, internal);
8b93c638 11294}
8926118c 11295
c5aa993b 11296static void
fba45db2 11297awatch_command (char *arg, int from_tty)
c906108c 11298{
06a64a0b 11299 watch_maybe_just_location (arg, hw_access, from_tty);
c906108c 11300}
c906108c 11301\f
c5aa993b 11302
43ff13b4 11303/* Helper routines for the until_command routine in infcmd.c. Here
c906108c
SS
11304 because it uses the mechanisms of breakpoints. */
11305
bfec99b2
PA
11306struct until_break_command_continuation_args
11307{
11308 struct breakpoint *breakpoint;
11309 struct breakpoint *breakpoint2;
186c406b 11310 int thread_num;
bfec99b2
PA
11311};
11312
43ff13b4 11313/* This function is called by fetch_inferior_event via the
4a64f543 11314 cmd_continuation pointer, to complete the until command. It takes
43ff13b4 11315 care of cleaning up the temporary breakpoints set up by the until
4a64f543 11316 command. */
c2c6d25f 11317static void
fa4cd53f 11318until_break_command_continuation (void *arg, int err)
43ff13b4 11319{
bfec99b2
PA
11320 struct until_break_command_continuation_args *a = arg;
11321
11322 delete_breakpoint (a->breakpoint);
11323 if (a->breakpoint2)
11324 delete_breakpoint (a->breakpoint2);
186c406b 11325 delete_longjmp_breakpoint (a->thread_num);
43ff13b4
JM
11326}
11327
c906108c 11328void
ae66c1fc 11329until_break_command (char *arg, int from_tty, int anywhere)
c906108c
SS
11330{
11331 struct symtabs_and_lines sals;
11332 struct symtab_and_line sal;
8556afb4
PA
11333 struct frame_info *frame;
11334 struct gdbarch *frame_gdbarch;
11335 struct frame_id stack_frame_id;
11336 struct frame_id caller_frame_id;
c906108c 11337 struct breakpoint *breakpoint;
f107f563 11338 struct breakpoint *breakpoint2 = NULL;
c906108c 11339 struct cleanup *old_chain;
186c406b
TT
11340 int thread;
11341 struct thread_info *tp;
c906108c
SS
11342
11343 clear_proceed_status ();
11344
11345 /* Set a breakpoint where the user wants it and at return from
4a64f543 11346 this function. */
c5aa993b 11347
1bfeeb0f 11348 if (last_displayed_sal_is_valid ())
f8eba3c6 11349 sals = decode_line_1 (&arg, DECODE_LINE_FUNFIRSTLINE,
1bfeeb0f 11350 get_last_displayed_symtab (),
f8eba3c6 11351 get_last_displayed_line ());
c906108c 11352 else
f8eba3c6
TT
11353 sals = decode_line_1 (&arg, DECODE_LINE_FUNFIRSTLINE,
11354 (struct symtab *) NULL, 0);
c5aa993b 11355
c906108c 11356 if (sals.nelts != 1)
8a3fe4f8 11357 error (_("Couldn't get information on specified line."));
c5aa993b 11358
c906108c 11359 sal = sals.sals[0];
4a64f543 11360 xfree (sals.sals); /* malloc'd, so freed. */
c5aa993b 11361
c906108c 11362 if (*arg)
8a3fe4f8 11363 error (_("Junk at end of arguments."));
c5aa993b 11364
c906108c 11365 resolve_sal_pc (&sal);
c5aa993b 11366
186c406b
TT
11367 tp = inferior_thread ();
11368 thread = tp->num;
11369
883bc8d1
PA
11370 old_chain = make_cleanup (null_cleanup, NULL);
11371
8556afb4
PA
11372 /* Note linespec handling above invalidates the frame chain.
11373 Installing a breakpoint also invalidates the frame chain (as it
11374 may need to switch threads), so do any frame handling before
11375 that. */
11376
11377 frame = get_selected_frame (NULL);
11378 frame_gdbarch = get_frame_arch (frame);
11379 stack_frame_id = get_stack_frame_id (frame);
11380 caller_frame_id = frame_unwind_caller_id (frame);
883bc8d1 11381
ae66c1fc
EZ
11382 /* Keep within the current frame, or in frames called by the current
11383 one. */
edb3359d 11384
883bc8d1 11385 if (frame_id_p (caller_frame_id))
c906108c 11386 {
883bc8d1
PA
11387 struct symtab_and_line sal2;
11388
11389 sal2 = find_pc_line (frame_unwind_caller_pc (frame), 0);
11390 sal2.pc = frame_unwind_caller_pc (frame);
a6d9a66e 11391 breakpoint2 = set_momentary_breakpoint (frame_unwind_caller_arch (frame),
883bc8d1
PA
11392 sal2,
11393 caller_frame_id,
f107f563
VP
11394 bp_until);
11395 make_cleanup_delete_breakpoint (breakpoint2);
186c406b 11396
883bc8d1 11397 set_longjmp_breakpoint (tp, caller_frame_id);
186c406b 11398 make_cleanup (delete_longjmp_breakpoint_cleanup, &thread);
c906108c 11399 }
c5aa993b 11400
c70a6932
JK
11401 /* set_momentary_breakpoint could invalidate FRAME. */
11402 frame = NULL;
11403
883bc8d1
PA
11404 if (anywhere)
11405 /* If the user told us to continue until a specified location,
11406 we don't specify a frame at which we need to stop. */
11407 breakpoint = set_momentary_breakpoint (frame_gdbarch, sal,
11408 null_frame_id, bp_until);
11409 else
11410 /* Otherwise, specify the selected frame, because we want to stop
11411 only at the very same frame. */
11412 breakpoint = set_momentary_breakpoint (frame_gdbarch, sal,
11413 stack_frame_id, bp_until);
11414 make_cleanup_delete_breakpoint (breakpoint);
11415
a493e3e2 11416 proceed (-1, GDB_SIGNAL_DEFAULT, 0);
f107f563 11417
4a64f543
MS
11418 /* If we are running asynchronously, and proceed call above has
11419 actually managed to start the target, arrange for breakpoints to
11420 be deleted when the target stops. Otherwise, we're already
11421 stopped and delete breakpoints via cleanup chain. */
f107f563 11422
8ea051c5 11423 if (target_can_async_p () && is_running (inferior_ptid))
f107f563 11424 {
bfec99b2
PA
11425 struct until_break_command_continuation_args *args;
11426 args = xmalloc (sizeof (*args));
f107f563 11427
bfec99b2
PA
11428 args->breakpoint = breakpoint;
11429 args->breakpoint2 = breakpoint2;
186c406b 11430 args->thread_num = thread;
f107f563
VP
11431
11432 discard_cleanups (old_chain);
95e54da7
PA
11433 add_continuation (inferior_thread (),
11434 until_break_command_continuation, args,
604ead4a 11435 xfree);
f107f563
VP
11436 }
11437 else
c5aa993b 11438 do_cleanups (old_chain);
c906108c 11439}
ae66c1fc 11440
c906108c
SS
11441/* This function attempts to parse an optional "if <cond>" clause
11442 from the arg string. If one is not found, it returns NULL.
c5aa993b 11443
c906108c
SS
11444 Else, it returns a pointer to the condition string. (It does not
11445 attempt to evaluate the string against a particular block.) And,
11446 it updates arg to point to the first character following the parsed
4a64f543 11447 if clause in the arg string. */
53a5351d 11448
916703c0 11449char *
fba45db2 11450ep_parse_optional_if_clause (char **arg)
c906108c 11451{
c5aa993b
JM
11452 char *cond_string;
11453
11454 if (((*arg)[0] != 'i') || ((*arg)[1] != 'f') || !isspace ((*arg)[2]))
c906108c 11455 return NULL;
c5aa993b 11456
4a64f543 11457 /* Skip the "if" keyword. */
c906108c 11458 (*arg) += 2;
c5aa993b 11459
c906108c 11460 /* Skip any extra leading whitespace, and record the start of the
4a64f543 11461 condition string. */
e9cafbcc 11462 *arg = skip_spaces (*arg);
c906108c 11463 cond_string = *arg;
c5aa993b 11464
4a64f543
MS
11465 /* Assume that the condition occupies the remainder of the arg
11466 string. */
c906108c 11467 (*arg) += strlen (cond_string);
c5aa993b 11468
c906108c
SS
11469 return cond_string;
11470}
c5aa993b 11471
c906108c
SS
11472/* Commands to deal with catching events, such as signals, exceptions,
11473 process start/exit, etc. */
c5aa993b
JM
11474
11475typedef enum
11476{
44feb3ce
TT
11477 catch_fork_temporary, catch_vfork_temporary,
11478 catch_fork_permanent, catch_vfork_permanent
c5aa993b
JM
11479}
11480catch_fork_kind;
11481
c906108c 11482static void
cc59ec59
MS
11483catch_fork_command_1 (char *arg, int from_tty,
11484 struct cmd_list_element *command)
c906108c 11485{
a6d9a66e 11486 struct gdbarch *gdbarch = get_current_arch ();
c5aa993b 11487 char *cond_string = NULL;
44feb3ce
TT
11488 catch_fork_kind fork_kind;
11489 int tempflag;
11490
11491 fork_kind = (catch_fork_kind) (uintptr_t) get_cmd_context (command);
11492 tempflag = (fork_kind == catch_fork_temporary
11493 || fork_kind == catch_vfork_temporary);
c5aa993b 11494
44feb3ce
TT
11495 if (!arg)
11496 arg = "";
e9cafbcc 11497 arg = skip_spaces (arg);
c5aa993b 11498
c906108c 11499 /* The allowed syntax is:
c5aa993b
JM
11500 catch [v]fork
11501 catch [v]fork if <cond>
11502
4a64f543 11503 First, check if there's an if clause. */
c906108c 11504 cond_string = ep_parse_optional_if_clause (&arg);
c5aa993b 11505
c906108c 11506 if ((*arg != '\0') && !isspace (*arg))
8a3fe4f8 11507 error (_("Junk at end of arguments."));
c5aa993b 11508
c906108c 11509 /* If this target supports it, create a fork or vfork catchpoint
4a64f543 11510 and enable reporting of such events. */
c5aa993b
JM
11511 switch (fork_kind)
11512 {
44feb3ce
TT
11513 case catch_fork_temporary:
11514 case catch_fork_permanent:
a6d9a66e 11515 create_fork_vfork_event_catchpoint (gdbarch, tempflag, cond_string,
ce78b96d 11516 &catch_fork_breakpoint_ops);
c906108c 11517 break;
44feb3ce
TT
11518 case catch_vfork_temporary:
11519 case catch_vfork_permanent:
a6d9a66e 11520 create_fork_vfork_event_catchpoint (gdbarch, tempflag, cond_string,
ce78b96d 11521 &catch_vfork_breakpoint_ops);
c906108c 11522 break;
c5aa993b 11523 default:
8a3fe4f8 11524 error (_("unsupported or unknown fork kind; cannot catch it"));
c906108c 11525 break;
c5aa993b 11526 }
c906108c
SS
11527}
11528
11529static void
cc59ec59
MS
11530catch_exec_command_1 (char *arg, int from_tty,
11531 struct cmd_list_element *command)
c906108c 11532{
b4d90040 11533 struct exec_catchpoint *c;
a6d9a66e 11534 struct gdbarch *gdbarch = get_current_arch ();
44feb3ce 11535 int tempflag;
c5aa993b 11536 char *cond_string = NULL;
c906108c 11537
44feb3ce
TT
11538 tempflag = get_cmd_context (command) == CATCH_TEMPORARY;
11539
11540 if (!arg)
11541 arg = "";
e9cafbcc 11542 arg = skip_spaces (arg);
c906108c
SS
11543
11544 /* The allowed syntax is:
c5aa993b
JM
11545 catch exec
11546 catch exec if <cond>
c906108c 11547
4a64f543 11548 First, check if there's an if clause. */
c906108c
SS
11549 cond_string = ep_parse_optional_if_clause (&arg);
11550
11551 if ((*arg != '\0') && !isspace (*arg))
8a3fe4f8 11552 error (_("Junk at end of arguments."));
c906108c 11553
b4d90040
PA
11554 c = XNEW (struct exec_catchpoint);
11555 init_catchpoint (&c->base, gdbarch, tempflag, cond_string,
11556 &catch_exec_breakpoint_ops);
11557 c->exec_pathname = NULL;
11558
3ea46bff 11559 install_breakpoint (0, &c->base, 1);
c906108c 11560}
c5aa993b 11561
9ac4176b 11562void
28010a5d
PA
11563init_ada_exception_breakpoint (struct breakpoint *b,
11564 struct gdbarch *gdbarch,
11565 struct symtab_and_line sal,
11566 char *addr_string,
c0a91b2b 11567 const struct breakpoint_ops *ops,
28010a5d
PA
11568 int tempflag,
11569 int from_tty)
f7f9143b 11570{
f7f9143b
JB
11571 if (from_tty)
11572 {
5af949e3
UW
11573 struct gdbarch *loc_gdbarch = get_sal_arch (sal);
11574 if (!loc_gdbarch)
11575 loc_gdbarch = gdbarch;
11576
6c95b8df
PA
11577 describe_other_breakpoints (loc_gdbarch,
11578 sal.pspace, sal.pc, sal.section, -1);
f7f9143b
JB
11579 /* FIXME: brobecker/2006-12-28: Actually, re-implement a special
11580 version for exception catchpoints, because two catchpoints
11581 used for different exception names will use the same address.
11582 In this case, a "breakpoint ... also set at..." warning is
4a64f543 11583 unproductive. Besides, the warning phrasing is also a bit
e5dd4106 11584 inappropriate, we should use the word catchpoint, and tell
f7f9143b
JB
11585 the user what type of catchpoint it is. The above is good
11586 enough for now, though. */
11587 }
11588
28010a5d 11589 init_raw_breakpoint (b, gdbarch, sal, bp_breakpoint, ops);
f7f9143b
JB
11590
11591 b->enable_state = bp_enabled;
11592 b->disposition = tempflag ? disp_del : disp_donttouch;
f7f9143b
JB
11593 b->addr_string = addr_string;
11594 b->language = language_ada;
f7f9143b
JB
11595}
11596
a96d9b2e
SDJ
11597/* Splits the argument using space as delimiter. Returns an xmalloc'd
11598 filter list, or NULL if no filtering is required. */
11599static VEC(int) *
11600catch_syscall_split_args (char *arg)
11601{
11602 VEC(int) *result = NULL;
29d0bb3d 11603 struct cleanup *cleanup = make_cleanup (VEC_cleanup (int), &result);
a96d9b2e
SDJ
11604
11605 while (*arg != '\0')
11606 {
11607 int i, syscall_number;
11608 char *endptr;
11609 char cur_name[128];
11610 struct syscall s;
11611
11612 /* Skip whitespace. */
529480d0 11613 arg = skip_spaces (arg);
a96d9b2e
SDJ
11614
11615 for (i = 0; i < 127 && arg[i] && !isspace (arg[i]); ++i)
11616 cur_name[i] = arg[i];
11617 cur_name[i] = '\0';
11618 arg += i;
11619
11620 /* Check if the user provided a syscall name or a number. */
11621 syscall_number = (int) strtol (cur_name, &endptr, 0);
11622 if (*endptr == '\0')
bccd0dd2 11623 get_syscall_by_number (syscall_number, &s);
a96d9b2e
SDJ
11624 else
11625 {
11626 /* We have a name. Let's check if it's valid and convert it
11627 to a number. */
11628 get_syscall_by_name (cur_name, &s);
11629
11630 if (s.number == UNKNOWN_SYSCALL)
4a64f543
MS
11631 /* Here we have to issue an error instead of a warning,
11632 because GDB cannot do anything useful if there's no
11633 syscall number to be caught. */
a96d9b2e
SDJ
11634 error (_("Unknown syscall name '%s'."), cur_name);
11635 }
11636
11637 /* Ok, it's valid. */
11638 VEC_safe_push (int, result, s.number);
11639 }
11640
11641 discard_cleanups (cleanup);
11642 return result;
11643}
11644
11645/* Implement the "catch syscall" command. */
11646
11647static void
cc59ec59
MS
11648catch_syscall_command_1 (char *arg, int from_tty,
11649 struct cmd_list_element *command)
a96d9b2e
SDJ
11650{
11651 int tempflag;
11652 VEC(int) *filter;
11653 struct syscall s;
11654 struct gdbarch *gdbarch = get_current_arch ();
11655
11656 /* Checking if the feature if supported. */
11657 if (gdbarch_get_syscall_number_p (gdbarch) == 0)
11658 error (_("The feature 'catch syscall' is not supported on \
ea666128 11659this architecture yet."));
a96d9b2e
SDJ
11660
11661 tempflag = get_cmd_context (command) == CATCH_TEMPORARY;
11662
e9cafbcc 11663 arg = skip_spaces (arg);
a96d9b2e
SDJ
11664
11665 /* We need to do this first "dummy" translation in order
11666 to get the syscall XML file loaded or, most important,
11667 to display a warning to the user if there's no XML file
11668 for his/her architecture. */
11669 get_syscall_by_number (0, &s);
11670
11671 /* The allowed syntax is:
11672 catch syscall
11673 catch syscall <name | number> [<name | number> ... <name | number>]
11674
11675 Let's check if there's a syscall name. */
11676
11677 if (arg != NULL)
11678 filter = catch_syscall_split_args (arg);
11679 else
11680 filter = NULL;
11681
11682 create_syscall_event_catchpoint (tempflag, filter,
11683 &catch_syscall_breakpoint_ops);
11684}
11685
c906108c 11686static void
fba45db2 11687catch_command (char *arg, int from_tty)
c906108c 11688{
44feb3ce 11689 error (_("Catch requires an event name."));
c906108c
SS
11690}
11691\f
11692
11693static void
fba45db2 11694tcatch_command (char *arg, int from_tty)
c906108c 11695{
44feb3ce 11696 error (_("Catch requires an event name."));
c906108c
SS
11697}
11698
8a2c437b
TT
11699/* A qsort comparison function that sorts breakpoints in order. */
11700
11701static int
11702compare_breakpoints (const void *a, const void *b)
11703{
11704 const breakpoint_p *ba = a;
11705 uintptr_t ua = (uintptr_t) *ba;
11706 const breakpoint_p *bb = b;
11707 uintptr_t ub = (uintptr_t) *bb;
11708
11709 if ((*ba)->number < (*bb)->number)
11710 return -1;
11711 else if ((*ba)->number > (*bb)->number)
11712 return 1;
11713
11714 /* Now sort by address, in case we see, e..g, two breakpoints with
11715 the number 0. */
11716 if (ua < ub)
11717 return -1;
94b0e70d 11718 return ua > ub ? 1 : 0;
8a2c437b
TT
11719}
11720
80f8a6eb 11721/* Delete breakpoints by address or line. */
c906108c
SS
11722
11723static void
fba45db2 11724clear_command (char *arg, int from_tty)
c906108c 11725{
8a2c437b 11726 struct breakpoint *b, *prev;
d6e956e5
VP
11727 VEC(breakpoint_p) *found = 0;
11728 int ix;
c906108c
SS
11729 int default_match;
11730 struct symtabs_and_lines sals;
11731 struct symtab_and_line sal;
c906108c 11732 int i;
8a2c437b 11733 struct cleanup *cleanups = make_cleanup (null_cleanup, NULL);
c906108c
SS
11734
11735 if (arg)
11736 {
39cf75f7
DE
11737 sals = decode_line_with_current_source (arg,
11738 (DECODE_LINE_FUNFIRSTLINE
11739 | DECODE_LINE_LIST_MODE));
cf4ded82 11740 make_cleanup (xfree, sals.sals);
c906108c
SS
11741 default_match = 0;
11742 }
11743 else
11744 {
c5aa993b 11745 sals.sals = (struct symtab_and_line *)
c906108c 11746 xmalloc (sizeof (struct symtab_and_line));
80f8a6eb 11747 make_cleanup (xfree, sals.sals);
4a64f543 11748 init_sal (&sal); /* Initialize to zeroes. */
1bfeeb0f
JL
11749
11750 /* Set sal's line, symtab, pc, and pspace to the values
11751 corresponding to the last call to print_frame_info. If the
11752 codepoint is not valid, this will set all the fields to 0. */
11753 get_last_displayed_sal (&sal);
c906108c 11754 if (sal.symtab == 0)
8a3fe4f8 11755 error (_("No source file specified."));
c906108c
SS
11756
11757 sals.sals[0] = sal;
11758 sals.nelts = 1;
11759
11760 default_match = 1;
11761 }
11762
4a64f543
MS
11763 /* We don't call resolve_sal_pc here. That's not as bad as it
11764 seems, because all existing breakpoints typically have both
11765 file/line and pc set. So, if clear is given file/line, we can
11766 match this to existing breakpoint without obtaining pc at all.
ed0616c6
VP
11767
11768 We only support clearing given the address explicitly
11769 present in breakpoint table. Say, we've set breakpoint
4a64f543 11770 at file:line. There were several PC values for that file:line,
ed0616c6 11771 due to optimization, all in one block.
4a64f543
MS
11772
11773 We've picked one PC value. If "clear" is issued with another
ed0616c6
VP
11774 PC corresponding to the same file:line, the breakpoint won't
11775 be cleared. We probably can still clear the breakpoint, but
11776 since the other PC value is never presented to user, user
11777 can only find it by guessing, and it does not seem important
11778 to support that. */
11779
4a64f543
MS
11780 /* For each line spec given, delete bps which correspond to it. Do
11781 it in two passes, solely to preserve the current behavior that
11782 from_tty is forced true if we delete more than one
11783 breakpoint. */
c906108c 11784
80f8a6eb 11785 found = NULL;
8a2c437b 11786 make_cleanup (VEC_cleanup (breakpoint_p), &found);
c906108c
SS
11787 for (i = 0; i < sals.nelts; i++)
11788 {
05cba821
JK
11789 const char *sal_fullname;
11790
c906108c 11791 /* If exact pc given, clear bpts at that pc.
c5aa993b
JM
11792 If line given (pc == 0), clear all bpts on specified line.
11793 If defaulting, clear all bpts on default line
c906108c 11794 or at default pc.
c5aa993b
JM
11795
11796 defaulting sal.pc != 0 tests to do
11797
11798 0 1 pc
11799 1 1 pc _and_ line
11800 0 0 line
11801 1 0 <can't happen> */
c906108c
SS
11802
11803 sal = sals.sals[i];
05cba821
JK
11804 sal_fullname = (sal.symtab == NULL
11805 ? NULL : symtab_to_fullname (sal.symtab));
c906108c 11806
4a64f543 11807 /* Find all matching breakpoints and add them to 'found'. */
d6e956e5 11808 ALL_BREAKPOINTS (b)
c5aa993b 11809 {
0d381245 11810 int match = 0;
4a64f543 11811 /* Are we going to delete b? */
cc60f2e3 11812 if (b->type != bp_none && !is_watchpoint (b))
0d381245
VP
11813 {
11814 struct bp_location *loc = b->loc;
11815 for (; loc; loc = loc->next)
11816 {
f8eba3c6
TT
11817 /* If the user specified file:line, don't allow a PC
11818 match. This matches historical gdb behavior. */
11819 int pc_match = (!sal.explicit_line
11820 && sal.pc
11821 && (loc->pspace == sal.pspace)
11822 && (loc->address == sal.pc)
11823 && (!section_is_overlay (loc->section)
11824 || loc->section == sal.section));
4aac40c8
TT
11825 int line_match = 0;
11826
11827 if ((default_match || sal.explicit_line)
2f202fde 11828 && loc->symtab != NULL
05cba821 11829 && sal_fullname != NULL
4aac40c8 11830 && sal.pspace == loc->pspace
05cba821
JK
11831 && loc->line_number == sal.line
11832 && filename_cmp (symtab_to_fullname (loc->symtab),
11833 sal_fullname) == 0)
11834 line_match = 1;
4aac40c8 11835
0d381245
VP
11836 if (pc_match || line_match)
11837 {
11838 match = 1;
11839 break;
11840 }
11841 }
11842 }
11843
11844 if (match)
d6e956e5 11845 VEC_safe_push(breakpoint_p, found, b);
c906108c 11846 }
80f8a6eb 11847 }
8a2c437b 11848
80f8a6eb 11849 /* Now go thru the 'found' chain and delete them. */
d6e956e5 11850 if (VEC_empty(breakpoint_p, found))
80f8a6eb
MS
11851 {
11852 if (arg)
8a3fe4f8 11853 error (_("No breakpoint at %s."), arg);
80f8a6eb 11854 else
8a3fe4f8 11855 error (_("No breakpoint at this line."));
80f8a6eb 11856 }
c906108c 11857
8a2c437b
TT
11858 /* Remove duplicates from the vec. */
11859 qsort (VEC_address (breakpoint_p, found),
11860 VEC_length (breakpoint_p, found),
11861 sizeof (breakpoint_p),
11862 compare_breakpoints);
11863 prev = VEC_index (breakpoint_p, found, 0);
11864 for (ix = 1; VEC_iterate (breakpoint_p, found, ix, b); ++ix)
11865 {
11866 if (b == prev)
11867 {
11868 VEC_ordered_remove (breakpoint_p, found, ix);
11869 --ix;
11870 }
11871 }
11872
d6e956e5 11873 if (VEC_length(breakpoint_p, found) > 1)
4a64f543 11874 from_tty = 1; /* Always report if deleted more than one. */
80f8a6eb 11875 if (from_tty)
a3f17187 11876 {
d6e956e5 11877 if (VEC_length(breakpoint_p, found) == 1)
a3f17187
AC
11878 printf_unfiltered (_("Deleted breakpoint "));
11879 else
11880 printf_unfiltered (_("Deleted breakpoints "));
11881 }
d6e956e5
VP
11882
11883 for (ix = 0; VEC_iterate(breakpoint_p, found, ix, b); ix++)
80f8a6eb 11884 {
c5aa993b 11885 if (from_tty)
d6e956e5
VP
11886 printf_unfiltered ("%d ", b->number);
11887 delete_breakpoint (b);
c906108c 11888 }
80f8a6eb
MS
11889 if (from_tty)
11890 putchar_unfiltered ('\n');
8a2c437b
TT
11891
11892 do_cleanups (cleanups);
c906108c
SS
11893}
11894\f
11895/* Delete breakpoint in BS if they are `delete' breakpoints and
11896 all breakpoints that are marked for deletion, whether hit or not.
11897 This is called after any breakpoint is hit, or after errors. */
11898
11899void
fba45db2 11900breakpoint_auto_delete (bpstat bs)
c906108c 11901{
35df4500 11902 struct breakpoint *b, *b_tmp;
c906108c
SS
11903
11904 for (; bs; bs = bs->next)
f431efe5
PA
11905 if (bs->breakpoint_at
11906 && bs->breakpoint_at->disposition == disp_del
c906108c 11907 && bs->stop)
f431efe5 11908 delete_breakpoint (bs->breakpoint_at);
c906108c 11909
35df4500 11910 ALL_BREAKPOINTS_SAFE (b, b_tmp)
c5aa993b 11911 {
b5de0fa7 11912 if (b->disposition == disp_del_at_next_stop)
c5aa993b
JM
11913 delete_breakpoint (b);
11914 }
c906108c
SS
11915}
11916
4a64f543
MS
11917/* A comparison function for bp_location AP and BP being interfaced to
11918 qsort. Sort elements primarily by their ADDRESS (no matter what
11919 does breakpoint_address_is_meaningful say for its OWNER),
11920 secondarily by ordering first bp_permanent OWNERed elements and
11921 terciarily just ensuring the array is sorted stable way despite
e5dd4106 11922 qsort being an unstable algorithm. */
876fa593
JK
11923
11924static int
494cfb0f 11925bp_location_compare (const void *ap, const void *bp)
876fa593 11926{
494cfb0f
JK
11927 struct bp_location *a = *(void **) ap;
11928 struct bp_location *b = *(void **) bp;
2bdf28a0 11929 /* A and B come from existing breakpoints having non-NULL OWNER. */
876fa593
JK
11930 int a_perm = a->owner->enable_state == bp_permanent;
11931 int b_perm = b->owner->enable_state == bp_permanent;
11932
11933 if (a->address != b->address)
11934 return (a->address > b->address) - (a->address < b->address);
11935
dea2aa5f
LM
11936 /* Sort locations at the same address by their pspace number, keeping
11937 locations of the same inferior (in a multi-inferior environment)
11938 grouped. */
11939
11940 if (a->pspace->num != b->pspace->num)
11941 return ((a->pspace->num > b->pspace->num)
11942 - (a->pspace->num < b->pspace->num));
11943
876fa593
JK
11944 /* Sort permanent breakpoints first. */
11945 if (a_perm != b_perm)
11946 return (a_perm < b_perm) - (a_perm > b_perm);
11947
c56a97f9
JK
11948 /* Make the internal GDB representation stable across GDB runs
11949 where A and B memory inside GDB can differ. Breakpoint locations of
11950 the same type at the same address can be sorted in arbitrary order. */
876fa593
JK
11951
11952 if (a->owner->number != b->owner->number)
c56a97f9
JK
11953 return ((a->owner->number > b->owner->number)
11954 - (a->owner->number < b->owner->number));
876fa593
JK
11955
11956 return (a > b) - (a < b);
11957}
11958
876fa593 11959/* Set bp_location_placed_address_before_address_max and
4a64f543
MS
11960 bp_location_shadow_len_after_address_max according to the current
11961 content of the bp_location array. */
f7545552
TT
11962
11963static void
876fa593 11964bp_location_target_extensions_update (void)
f7545552 11965{
876fa593
JK
11966 struct bp_location *bl, **blp_tmp;
11967
11968 bp_location_placed_address_before_address_max = 0;
11969 bp_location_shadow_len_after_address_max = 0;
11970
11971 ALL_BP_LOCATIONS (bl, blp_tmp)
11972 {
11973 CORE_ADDR start, end, addr;
11974
11975 if (!bp_location_has_shadow (bl))
11976 continue;
11977
11978 start = bl->target_info.placed_address;
11979 end = start + bl->target_info.shadow_len;
11980
11981 gdb_assert (bl->address >= start);
11982 addr = bl->address - start;
11983 if (addr > bp_location_placed_address_before_address_max)
11984 bp_location_placed_address_before_address_max = addr;
11985
11986 /* Zero SHADOW_LEN would not pass bp_location_has_shadow. */
11987
11988 gdb_assert (bl->address < end);
11989 addr = end - bl->address;
11990 if (addr > bp_location_shadow_len_after_address_max)
11991 bp_location_shadow_len_after_address_max = addr;
11992 }
f7545552
TT
11993}
11994
1e4d1764
YQ
11995/* Download tracepoint locations if they haven't been. */
11996
11997static void
11998download_tracepoint_locations (void)
11999{
7ed2c994 12000 struct breakpoint *b;
1e4d1764
YQ
12001 struct cleanup *old_chain;
12002
12003 if (!target_can_download_tracepoint ())
12004 return;
12005
12006 old_chain = save_current_space_and_thread ();
12007
7ed2c994 12008 ALL_TRACEPOINTS (b)
1e4d1764 12009 {
7ed2c994 12010 struct bp_location *bl;
1e4d1764 12011 struct tracepoint *t;
f2a8bc8a 12012 int bp_location_downloaded = 0;
1e4d1764 12013
7ed2c994 12014 if ((b->type == bp_fast_tracepoint
1e4d1764
YQ
12015 ? !may_insert_fast_tracepoints
12016 : !may_insert_tracepoints))
12017 continue;
12018
7ed2c994
YQ
12019 for (bl = b->loc; bl; bl = bl->next)
12020 {
12021 /* In tracepoint, locations are _never_ duplicated, so
12022 should_be_inserted is equivalent to
12023 unduplicated_should_be_inserted. */
12024 if (!should_be_inserted (bl) || bl->inserted)
12025 continue;
1e4d1764 12026
7ed2c994 12027 switch_to_program_space_and_thread (bl->pspace);
1e4d1764 12028
7ed2c994 12029 target_download_tracepoint (bl);
1e4d1764 12030
7ed2c994 12031 bl->inserted = 1;
f2a8bc8a 12032 bp_location_downloaded = 1;
7ed2c994
YQ
12033 }
12034 t = (struct tracepoint *) b;
12035 t->number_on_target = b->number;
f2a8bc8a
YQ
12036 if (bp_location_downloaded)
12037 observer_notify_breakpoint_modified (b);
1e4d1764
YQ
12038 }
12039
12040 do_cleanups (old_chain);
12041}
12042
934709f0
PW
12043/* Swap the insertion/duplication state between two locations. */
12044
12045static void
12046swap_insertion (struct bp_location *left, struct bp_location *right)
12047{
12048 const int left_inserted = left->inserted;
12049 const int left_duplicate = left->duplicate;
b775012e 12050 const int left_needs_update = left->needs_update;
934709f0
PW
12051 const struct bp_target_info left_target_info = left->target_info;
12052
1e4d1764
YQ
12053 /* Locations of tracepoints can never be duplicated. */
12054 if (is_tracepoint (left->owner))
12055 gdb_assert (!left->duplicate);
12056 if (is_tracepoint (right->owner))
12057 gdb_assert (!right->duplicate);
12058
934709f0
PW
12059 left->inserted = right->inserted;
12060 left->duplicate = right->duplicate;
b775012e 12061 left->needs_update = right->needs_update;
934709f0
PW
12062 left->target_info = right->target_info;
12063 right->inserted = left_inserted;
12064 right->duplicate = left_duplicate;
b775012e 12065 right->needs_update = left_needs_update;
934709f0
PW
12066 right->target_info = left_target_info;
12067}
12068
b775012e
LM
12069/* Force the re-insertion of the locations at ADDRESS. This is called
12070 once a new/deleted/modified duplicate location is found and we are evaluating
12071 conditions on the target's side. Such conditions need to be updated on
12072 the target. */
12073
12074static void
12075force_breakpoint_reinsertion (struct bp_location *bl)
12076{
12077 struct bp_location **locp = NULL, **loc2p;
12078 struct bp_location *loc;
12079 CORE_ADDR address = 0;
12080 int pspace_num;
12081
12082 address = bl->address;
12083 pspace_num = bl->pspace->num;
12084
12085 /* This is only meaningful if the target is
12086 evaluating conditions and if the user has
12087 opted for condition evaluation on the target's
12088 side. */
12089 if (gdb_evaluates_breakpoint_condition_p ()
12090 || !target_supports_evaluation_of_breakpoint_conditions ())
12091 return;
12092
12093 /* Flag all breakpoint locations with this address and
12094 the same program space as the location
12095 as "its condition has changed". We need to
12096 update the conditions on the target's side. */
12097 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, address)
12098 {
12099 loc = *loc2p;
12100
12101 if (!is_breakpoint (loc->owner)
12102 || pspace_num != loc->pspace->num)
12103 continue;
12104
12105 /* Flag the location appropriately. We use a different state to
12106 let everyone know that we already updated the set of locations
12107 with addr bl->address and program space bl->pspace. This is so
12108 we don't have to keep calling these functions just to mark locations
12109 that have already been marked. */
12110 loc->condition_changed = condition_updated;
12111
12112 /* Free the agent expression bytecode as well. We will compute
12113 it later on. */
12114 if (loc->cond_bytecode)
12115 {
12116 free_agent_expr (loc->cond_bytecode);
12117 loc->cond_bytecode = NULL;
12118 }
12119 }
12120}
12121
4cd9bd08 12122/* If SHOULD_INSERT is false, do not insert any breakpoint locations
b60e7edf
PA
12123 into the inferior, only remove already-inserted locations that no
12124 longer should be inserted. Functions that delete a breakpoint or
12125 breakpoints should pass false, so that deleting a breakpoint
12126 doesn't have the side effect of inserting the locations of other
12127 breakpoints that are marked not-inserted, but should_be_inserted
12128 returns true on them.
12129
12130 This behaviour is useful is situations close to tear-down -- e.g.,
12131 after an exec, while the target still has execution, but breakpoint
12132 shadows of the previous executable image should *NOT* be restored
12133 to the new image; or before detaching, where the target still has
12134 execution and wants to delete breakpoints from GDB's lists, and all
12135 breakpoints had already been removed from the inferior. */
12136
0d381245 12137static void
b60e7edf 12138update_global_location_list (int should_insert)
0d381245 12139{
74960c60 12140 struct breakpoint *b;
876fa593 12141 struct bp_location **locp, *loc;
f7545552 12142 struct cleanup *cleanups;
b775012e
LM
12143 /* Last breakpoint location address that was marked for update. */
12144 CORE_ADDR last_addr = 0;
12145 /* Last breakpoint location program space that was marked for update. */
12146 int last_pspace_num = -1;
f7545552 12147
2d134ed3
PA
12148 /* Used in the duplicates detection below. When iterating over all
12149 bp_locations, points to the first bp_location of a given address.
12150 Breakpoints and watchpoints of different types are never
12151 duplicates of each other. Keep one pointer for each type of
12152 breakpoint/watchpoint, so we only need to loop over all locations
12153 once. */
12154 struct bp_location *bp_loc_first; /* breakpoint */
12155 struct bp_location *wp_loc_first; /* hardware watchpoint */
12156 struct bp_location *awp_loc_first; /* access watchpoint */
12157 struct bp_location *rwp_loc_first; /* read watchpoint */
876fa593 12158
4a64f543
MS
12159 /* Saved former bp_location array which we compare against the newly
12160 built bp_location from the current state of ALL_BREAKPOINTS. */
876fa593
JK
12161 struct bp_location **old_location, **old_locp;
12162 unsigned old_location_count;
12163
12164 old_location = bp_location;
12165 old_location_count = bp_location_count;
12166 bp_location = NULL;
12167 bp_location_count = 0;
12168 cleanups = make_cleanup (xfree, old_location);
0d381245 12169
74960c60 12170 ALL_BREAKPOINTS (b)
876fa593
JK
12171 for (loc = b->loc; loc; loc = loc->next)
12172 bp_location_count++;
12173
12174 bp_location = xmalloc (sizeof (*bp_location) * bp_location_count);
12175 locp = bp_location;
12176 ALL_BREAKPOINTS (b)
12177 for (loc = b->loc; loc; loc = loc->next)
12178 *locp++ = loc;
12179 qsort (bp_location, bp_location_count, sizeof (*bp_location),
494cfb0f 12180 bp_location_compare);
876fa593
JK
12181
12182 bp_location_target_extensions_update ();
74960c60 12183
4a64f543
MS
12184 /* Identify bp_location instances that are no longer present in the
12185 new list, and therefore should be freed. Note that it's not
12186 necessary that those locations should be removed from inferior --
12187 if there's another location at the same address (previously
12188 marked as duplicate), we don't need to remove/insert the
12189 location.
876fa593 12190
4a64f543
MS
12191 LOCP is kept in sync with OLD_LOCP, each pointing to the current
12192 and former bp_location array state respectively. */
876fa593
JK
12193
12194 locp = bp_location;
12195 for (old_locp = old_location; old_locp < old_location + old_location_count;
12196 old_locp++)
74960c60 12197 {
876fa593 12198 struct bp_location *old_loc = *old_locp;
c7d46a38 12199 struct bp_location **loc2p;
876fa593 12200
e5dd4106 12201 /* Tells if 'old_loc' is found among the new locations. If
4a64f543 12202 not, we have to free it. */
c7d46a38 12203 int found_object = 0;
20874c92
VP
12204 /* Tells if the location should remain inserted in the target. */
12205 int keep_in_target = 0;
12206 int removed = 0;
876fa593 12207
4a64f543
MS
12208 /* Skip LOCP entries which will definitely never be needed.
12209 Stop either at or being the one matching OLD_LOC. */
876fa593 12210 while (locp < bp_location + bp_location_count
c7d46a38 12211 && (*locp)->address < old_loc->address)
876fa593 12212 locp++;
c7d46a38
PA
12213
12214 for (loc2p = locp;
12215 (loc2p < bp_location + bp_location_count
12216 && (*loc2p)->address == old_loc->address);
12217 loc2p++)
12218 {
b775012e
LM
12219 /* Check if this is a new/duplicated location or a duplicated
12220 location that had its condition modified. If so, we want to send
12221 its condition to the target if evaluation of conditions is taking
12222 place there. */
12223 if ((*loc2p)->condition_changed == condition_modified
12224 && (last_addr != old_loc->address
12225 || last_pspace_num != old_loc->pspace->num))
c7d46a38 12226 {
b775012e
LM
12227 force_breakpoint_reinsertion (*loc2p);
12228 last_pspace_num = old_loc->pspace->num;
c7d46a38 12229 }
b775012e
LM
12230
12231 if (*loc2p == old_loc)
12232 found_object = 1;
c7d46a38 12233 }
74960c60 12234
b775012e
LM
12235 /* We have already handled this address, update it so that we don't
12236 have to go through updates again. */
12237 last_addr = old_loc->address;
12238
12239 /* Target-side condition evaluation: Handle deleted locations. */
12240 if (!found_object)
12241 force_breakpoint_reinsertion (old_loc);
12242
4a64f543
MS
12243 /* If this location is no longer present, and inserted, look if
12244 there's maybe a new location at the same address. If so,
12245 mark that one inserted, and don't remove this one. This is
12246 needed so that we don't have a time window where a breakpoint
12247 at certain location is not inserted. */
74960c60 12248
876fa593 12249 if (old_loc->inserted)
0d381245 12250 {
4a64f543
MS
12251 /* If the location is inserted now, we might have to remove
12252 it. */
74960c60 12253
876fa593 12254 if (found_object && should_be_inserted (old_loc))
74960c60 12255 {
4a64f543
MS
12256 /* The location is still present in the location list,
12257 and still should be inserted. Don't do anything. */
20874c92 12258 keep_in_target = 1;
74960c60
VP
12259 }
12260 else
12261 {
b775012e
LM
12262 /* This location still exists, but it won't be kept in the
12263 target since it may have been disabled. We proceed to
12264 remove its target-side condition. */
12265
4a64f543
MS
12266 /* The location is either no longer present, or got
12267 disabled. See if there's another location at the
12268 same address, in which case we don't need to remove
12269 this one from the target. */
876fa593 12270
2bdf28a0 12271 /* OLD_LOC comes from existing struct breakpoint. */
876fa593
JK
12272 if (breakpoint_address_is_meaningful (old_loc->owner))
12273 {
876fa593 12274 for (loc2p = locp;
c7d46a38
PA
12275 (loc2p < bp_location + bp_location_count
12276 && (*loc2p)->address == old_loc->address);
876fa593
JK
12277 loc2p++)
12278 {
12279 struct bp_location *loc2 = *loc2p;
12280
2d134ed3 12281 if (breakpoint_locations_match (loc2, old_loc))
c7d46a38 12282 {
85d721b8
PA
12283 /* Read watchpoint locations are switched to
12284 access watchpoints, if the former are not
12285 supported, but the latter are. */
12286 if (is_hardware_watchpoint (old_loc->owner))
12287 {
12288 gdb_assert (is_hardware_watchpoint (loc2->owner));
12289 loc2->watchpoint_type = old_loc->watchpoint_type;
12290 }
12291
934709f0
PW
12292 /* loc2 is a duplicated location. We need to check
12293 if it should be inserted in case it will be
12294 unduplicated. */
12295 if (loc2 != old_loc
12296 && unduplicated_should_be_inserted (loc2))
c7d46a38 12297 {
934709f0 12298 swap_insertion (old_loc, loc2);
c7d46a38
PA
12299 keep_in_target = 1;
12300 break;
12301 }
876fa593
JK
12302 }
12303 }
12304 }
74960c60
VP
12305 }
12306
20874c92
VP
12307 if (!keep_in_target)
12308 {
876fa593 12309 if (remove_breakpoint (old_loc, mark_uninserted))
20874c92 12310 {
4a64f543
MS
12311 /* This is just about all we can do. We could keep
12312 this location on the global list, and try to
12313 remove it next time, but there's no particular
12314 reason why we will succeed next time.
20874c92 12315
4a64f543
MS
12316 Note that at this point, old_loc->owner is still
12317 valid, as delete_breakpoint frees the breakpoint
12318 only after calling us. */
3e43a32a
MS
12319 printf_filtered (_("warning: Error removing "
12320 "breakpoint %d\n"),
876fa593 12321 old_loc->owner->number);
20874c92
VP
12322 }
12323 removed = 1;
12324 }
0d381245 12325 }
74960c60
VP
12326
12327 if (!found_object)
1c5cfe86 12328 {
db82e815
PA
12329 if (removed && non_stop
12330 && breakpoint_address_is_meaningful (old_loc->owner)
12331 && !is_hardware_watchpoint (old_loc->owner))
20874c92 12332 {
db82e815
PA
12333 /* This location was removed from the target. In
12334 non-stop mode, a race condition is possible where
12335 we've removed a breakpoint, but stop events for that
12336 breakpoint are already queued and will arrive later.
12337 We apply an heuristic to be able to distinguish such
12338 SIGTRAPs from other random SIGTRAPs: we keep this
12339 breakpoint location for a bit, and will retire it
12340 after we see some number of events. The theory here
12341 is that reporting of events should, "on the average",
12342 be fair, so after a while we'll see events from all
12343 threads that have anything of interest, and no longer
12344 need to keep this breakpoint location around. We
12345 don't hold locations forever so to reduce chances of
12346 mistaking a non-breakpoint SIGTRAP for a breakpoint
12347 SIGTRAP.
12348
12349 The heuristic failing can be disastrous on
12350 decr_pc_after_break targets.
12351
12352 On decr_pc_after_break targets, like e.g., x86-linux,
12353 if we fail to recognize a late breakpoint SIGTRAP,
12354 because events_till_retirement has reached 0 too
12355 soon, we'll fail to do the PC adjustment, and report
12356 a random SIGTRAP to the user. When the user resumes
12357 the inferior, it will most likely immediately crash
2dec564e 12358 with SIGILL/SIGBUS/SIGSEGV, or worse, get silently
db82e815
PA
12359 corrupted, because of being resumed e.g., in the
12360 middle of a multi-byte instruction, or skipped a
12361 one-byte instruction. This was actually seen happen
12362 on native x86-linux, and should be less rare on
12363 targets that do not support new thread events, like
12364 remote, due to the heuristic depending on
12365 thread_count.
12366
12367 Mistaking a random SIGTRAP for a breakpoint trap
12368 causes similar symptoms (PC adjustment applied when
12369 it shouldn't), but then again, playing with SIGTRAPs
12370 behind the debugger's back is asking for trouble.
12371
12372 Since hardware watchpoint traps are always
12373 distinguishable from other traps, so we don't need to
12374 apply keep hardware watchpoint moribund locations
12375 around. We simply always ignore hardware watchpoint
12376 traps we can no longer explain. */
12377
876fa593
JK
12378 old_loc->events_till_retirement = 3 * (thread_count () + 1);
12379 old_loc->owner = NULL;
20874c92 12380
876fa593 12381 VEC_safe_push (bp_location_p, moribund_locations, old_loc);
1c5cfe86
PA
12382 }
12383 else
f431efe5
PA
12384 {
12385 old_loc->owner = NULL;
12386 decref_bp_location (&old_loc);
12387 }
20874c92 12388 }
74960c60 12389 }
1c5cfe86 12390
348d480f
PA
12391 /* Rescan breakpoints at the same address and section, marking the
12392 first one as "first" and any others as "duplicates". This is so
12393 that the bpt instruction is only inserted once. If we have a
12394 permanent breakpoint at the same place as BPT, make that one the
12395 official one, and the rest as duplicates. Permanent breakpoints
12396 are sorted first for the same address.
12397
12398 Do the same for hardware watchpoints, but also considering the
12399 watchpoint's type (regular/access/read) and length. */
12400
12401 bp_loc_first = NULL;
12402 wp_loc_first = NULL;
12403 awp_loc_first = NULL;
12404 rwp_loc_first = NULL;
12405 ALL_BP_LOCATIONS (loc, locp)
12406 {
12407 /* ALL_BP_LOCATIONS bp_location has LOC->OWNER always
12408 non-NULL. */
348d480f 12409 struct bp_location **loc_first_p;
d3fbdd86 12410 b = loc->owner;
348d480f 12411
6f380991 12412 if (!unduplicated_should_be_inserted (loc)
348d480f 12413 || !breakpoint_address_is_meaningful (b)
1e4d1764
YQ
12414 /* Don't detect duplicate for tracepoint locations because they are
12415 never duplicated. See the comments in field `duplicate' of
12416 `struct bp_location'. */
348d480f 12417 || is_tracepoint (b))
b775012e
LM
12418 {
12419 /* Clear the condition modification flag. */
12420 loc->condition_changed = condition_unchanged;
12421 continue;
12422 }
348d480f
PA
12423
12424 /* Permanent breakpoint should always be inserted. */
12425 if (b->enable_state == bp_permanent && ! loc->inserted)
12426 internal_error (__FILE__, __LINE__,
12427 _("allegedly permanent breakpoint is not "
12428 "actually inserted"));
12429
12430 if (b->type == bp_hardware_watchpoint)
12431 loc_first_p = &wp_loc_first;
12432 else if (b->type == bp_read_watchpoint)
12433 loc_first_p = &rwp_loc_first;
12434 else if (b->type == bp_access_watchpoint)
12435 loc_first_p = &awp_loc_first;
12436 else
12437 loc_first_p = &bp_loc_first;
12438
12439 if (*loc_first_p == NULL
12440 || (overlay_debugging && loc->section != (*loc_first_p)->section)
12441 || !breakpoint_locations_match (loc, *loc_first_p))
12442 {
12443 *loc_first_p = loc;
12444 loc->duplicate = 0;
b775012e
LM
12445
12446 if (is_breakpoint (loc->owner) && loc->condition_changed)
12447 {
12448 loc->needs_update = 1;
12449 /* Clear the condition modification flag. */
12450 loc->condition_changed = condition_unchanged;
12451 }
348d480f
PA
12452 continue;
12453 }
12454
934709f0
PW
12455
12456 /* This and the above ensure the invariant that the first location
12457 is not duplicated, and is the inserted one.
12458 All following are marked as duplicated, and are not inserted. */
12459 if (loc->inserted)
12460 swap_insertion (loc, *loc_first_p);
348d480f
PA
12461 loc->duplicate = 1;
12462
b775012e
LM
12463 /* Clear the condition modification flag. */
12464 loc->condition_changed = condition_unchanged;
12465
348d480f
PA
12466 if ((*loc_first_p)->owner->enable_state == bp_permanent && loc->inserted
12467 && b->enable_state != bp_permanent)
12468 internal_error (__FILE__, __LINE__,
12469 _("another breakpoint was inserted on top of "
12470 "a permanent breakpoint"));
12471 }
12472
b775012e 12473 if (breakpoints_always_inserted_mode ()
348d480f 12474 && (have_live_inferiors ()
f5656ead 12475 || (gdbarch_has_global_breakpoints (target_gdbarch ()))))
b775012e
LM
12476 {
12477 if (should_insert)
12478 insert_breakpoint_locations ();
12479 else
12480 {
12481 /* Though should_insert is false, we may need to update conditions
12482 on the target's side if it is evaluating such conditions. We
12483 only update conditions for locations that are marked
12484 "needs_update". */
12485 update_inserted_breakpoint_locations ();
12486 }
12487 }
348d480f 12488
1e4d1764
YQ
12489 if (should_insert)
12490 download_tracepoint_locations ();
12491
348d480f
PA
12492 do_cleanups (cleanups);
12493}
12494
12495void
12496breakpoint_retire_moribund (void)
12497{
12498 struct bp_location *loc;
12499 int ix;
12500
12501 for (ix = 0; VEC_iterate (bp_location_p, moribund_locations, ix, loc); ++ix)
12502 if (--(loc->events_till_retirement) == 0)
12503 {
12504 decref_bp_location (&loc);
12505 VEC_unordered_remove (bp_location_p, moribund_locations, ix);
12506 --ix;
12507 }
12508}
12509
12510static void
12511update_global_location_list_nothrow (int inserting)
12512{
bfd189b1 12513 volatile struct gdb_exception e;
348d480f
PA
12514
12515 TRY_CATCH (e, RETURN_MASK_ERROR)
12516 update_global_location_list (inserting);
12517}
12518
12519/* Clear BKP from a BPS. */
12520
12521static void
12522bpstat_remove_bp_location (bpstat bps, struct breakpoint *bpt)
12523{
12524 bpstat bs;
12525
12526 for (bs = bps; bs; bs = bs->next)
12527 if (bs->breakpoint_at == bpt)
12528 {
12529 bs->breakpoint_at = NULL;
12530 bs->old_val = NULL;
12531 /* bs->commands will be freed later. */
12532 }
12533}
12534
12535/* Callback for iterate_over_threads. */
12536static int
12537bpstat_remove_breakpoint_callback (struct thread_info *th, void *data)
12538{
12539 struct breakpoint *bpt = data;
12540
12541 bpstat_remove_bp_location (th->control.stop_bpstat, bpt);
12542 return 0;
12543}
12544
12545/* Helper for breakpoint and tracepoint breakpoint_ops->mention
12546 callbacks. */
12547
12548static void
12549say_where (struct breakpoint *b)
12550{
12551 struct value_print_options opts;
12552
12553 get_user_print_options (&opts);
12554
12555 /* i18n: cagney/2005-02-11: Below needs to be merged into a
12556 single string. */
12557 if (b->loc == NULL)
12558 {
12559 printf_filtered (_(" (%s) pending."), b->addr_string);
12560 }
12561 else
12562 {
2f202fde 12563 if (opts.addressprint || b->loc->symtab == NULL)
348d480f
PA
12564 {
12565 printf_filtered (" at ");
12566 fputs_filtered (paddress (b->loc->gdbarch, b->loc->address),
12567 gdb_stdout);
12568 }
2f202fde 12569 if (b->loc->symtab != NULL)
f8eba3c6
TT
12570 {
12571 /* If there is a single location, we can print the location
12572 more nicely. */
12573 if (b->loc->next == NULL)
12574 printf_filtered (": file %s, line %d.",
05cba821
JK
12575 symtab_to_filename_for_display (b->loc->symtab),
12576 b->loc->line_number);
f8eba3c6
TT
12577 else
12578 /* This is not ideal, but each location may have a
12579 different file name, and this at least reflects the
12580 real situation somewhat. */
12581 printf_filtered (": %s.", b->addr_string);
12582 }
348d480f
PA
12583
12584 if (b->loc->next)
12585 {
12586 struct bp_location *loc = b->loc;
12587 int n = 0;
12588 for (; loc; loc = loc->next)
12589 ++n;
12590 printf_filtered (" (%d locations)", n);
12591 }
12592 }
12593}
12594
348d480f
PA
12595/* Default bp_location_ops methods. */
12596
12597static void
12598bp_location_dtor (struct bp_location *self)
12599{
12600 xfree (self->cond);
b775012e
LM
12601 if (self->cond_bytecode)
12602 free_agent_expr (self->cond_bytecode);
348d480f
PA
12603 xfree (self->function_name);
12604}
12605
12606static const struct bp_location_ops bp_location_ops =
12607{
12608 bp_location_dtor
12609};
12610
2060206e
PA
12611/* Default breakpoint_ops methods all breakpoint_ops ultimately
12612 inherit from. */
348d480f 12613
2060206e
PA
12614static void
12615base_breakpoint_dtor (struct breakpoint *self)
348d480f
PA
12616{
12617 decref_counted_command_line (&self->commands);
12618 xfree (self->cond_string);
fb81d016 12619 xfree (self->extra_string);
348d480f 12620 xfree (self->addr_string);
f8eba3c6 12621 xfree (self->filter);
348d480f 12622 xfree (self->addr_string_range_end);
348d480f
PA
12623}
12624
2060206e
PA
12625static struct bp_location *
12626base_breakpoint_allocate_location (struct breakpoint *self)
348d480f
PA
12627{
12628 struct bp_location *loc;
12629
12630 loc = XNEW (struct bp_location);
12631 init_bp_location (loc, &bp_location_ops, self);
12632 return loc;
12633}
12634
2060206e
PA
12635static void
12636base_breakpoint_re_set (struct breakpoint *b)
12637{
12638 /* Nothing to re-set. */
12639}
12640
12641#define internal_error_pure_virtual_called() \
12642 gdb_assert_not_reached ("pure virtual function called")
12643
12644static int
12645base_breakpoint_insert_location (struct bp_location *bl)
12646{
12647 internal_error_pure_virtual_called ();
12648}
12649
12650static int
12651base_breakpoint_remove_location (struct bp_location *bl)
12652{
12653 internal_error_pure_virtual_called ();
12654}
12655
12656static int
12657base_breakpoint_breakpoint_hit (const struct bp_location *bl,
12658 struct address_space *aspace,
09ac7c10
TT
12659 CORE_ADDR bp_addr,
12660 const struct target_waitstatus *ws)
2060206e
PA
12661{
12662 internal_error_pure_virtual_called ();
12663}
12664
12665static void
12666base_breakpoint_check_status (bpstat bs)
12667{
12668 /* Always stop. */
12669}
12670
12671/* A "works_in_software_mode" breakpoint_ops method that just internal
12672 errors. */
12673
12674static int
12675base_breakpoint_works_in_software_mode (const struct breakpoint *b)
12676{
12677 internal_error_pure_virtual_called ();
12678}
12679
12680/* A "resources_needed" breakpoint_ops method that just internal
12681 errors. */
12682
12683static int
12684base_breakpoint_resources_needed (const struct bp_location *bl)
12685{
12686 internal_error_pure_virtual_called ();
12687}
12688
12689static enum print_stop_action
12690base_breakpoint_print_it (bpstat bs)
12691{
12692 internal_error_pure_virtual_called ();
12693}
12694
12695static void
12696base_breakpoint_print_one_detail (const struct breakpoint *self,
12697 struct ui_out *uiout)
12698{
12699 /* nothing */
12700}
12701
12702static void
12703base_breakpoint_print_mention (struct breakpoint *b)
12704{
12705 internal_error_pure_virtual_called ();
12706}
12707
12708static void
12709base_breakpoint_print_recreate (struct breakpoint *b, struct ui_file *fp)
12710{
12711 internal_error_pure_virtual_called ();
12712}
12713
983af33b
SDJ
12714static void
12715base_breakpoint_create_sals_from_address (char **arg,
12716 struct linespec_result *canonical,
12717 enum bptype type_wanted,
12718 char *addr_start,
12719 char **copy_arg)
12720{
12721 internal_error_pure_virtual_called ();
12722}
12723
12724static void
12725base_breakpoint_create_breakpoints_sal (struct gdbarch *gdbarch,
12726 struct linespec_result *c,
12727 struct linespec_sals *lsal,
12728 char *cond_string,
e7e0cddf 12729 char *extra_string,
983af33b
SDJ
12730 enum bptype type_wanted,
12731 enum bpdisp disposition,
12732 int thread,
12733 int task, int ignore_count,
12734 const struct breakpoint_ops *o,
12735 int from_tty, int enabled,
44f238bb 12736 int internal, unsigned flags)
983af33b
SDJ
12737{
12738 internal_error_pure_virtual_called ();
12739}
12740
12741static void
12742base_breakpoint_decode_linespec (struct breakpoint *b, char **s,
12743 struct symtabs_and_lines *sals)
12744{
12745 internal_error_pure_virtual_called ();
12746}
12747
ab04a2af
TT
12748/* The default 'explains_signal' method. */
12749
12750static enum bpstat_signal_value
12751base_breakpoint_explains_signal (struct breakpoint *b)
12752{
12753 return BPSTAT_SIGNAL_HIDE;
12754}
12755
12756struct breakpoint_ops base_breakpoint_ops =
2060206e
PA
12757{
12758 base_breakpoint_dtor,
12759 base_breakpoint_allocate_location,
12760 base_breakpoint_re_set,
12761 base_breakpoint_insert_location,
12762 base_breakpoint_remove_location,
12763 base_breakpoint_breakpoint_hit,
12764 base_breakpoint_check_status,
12765 base_breakpoint_resources_needed,
12766 base_breakpoint_works_in_software_mode,
12767 base_breakpoint_print_it,
12768 NULL,
12769 base_breakpoint_print_one_detail,
12770 base_breakpoint_print_mention,
983af33b
SDJ
12771 base_breakpoint_print_recreate,
12772 base_breakpoint_create_sals_from_address,
12773 base_breakpoint_create_breakpoints_sal,
12774 base_breakpoint_decode_linespec,
ab04a2af 12775 base_breakpoint_explains_signal
2060206e
PA
12776};
12777
12778/* Default breakpoint_ops methods. */
12779
12780static void
348d480f
PA
12781bkpt_re_set (struct breakpoint *b)
12782{
06edf0c0
PA
12783 /* FIXME: is this still reachable? */
12784 if (b->addr_string == NULL)
12785 {
12786 /* Anything without a string can't be re-set. */
348d480f 12787 delete_breakpoint (b);
06edf0c0 12788 return;
348d480f 12789 }
06edf0c0
PA
12790
12791 breakpoint_re_set_default (b);
348d480f
PA
12792}
12793
2060206e 12794static int
348d480f
PA
12795bkpt_insert_location (struct bp_location *bl)
12796{
12797 if (bl->loc_type == bp_loc_hardware_breakpoint)
12798 return target_insert_hw_breakpoint (bl->gdbarch,
12799 &bl->target_info);
12800 else
12801 return target_insert_breakpoint (bl->gdbarch,
12802 &bl->target_info);
12803}
12804
2060206e 12805static int
348d480f
PA
12806bkpt_remove_location (struct bp_location *bl)
12807{
12808 if (bl->loc_type == bp_loc_hardware_breakpoint)
12809 return target_remove_hw_breakpoint (bl->gdbarch, &bl->target_info);
12810 else
12811 return target_remove_breakpoint (bl->gdbarch, &bl->target_info);
12812}
12813
2060206e 12814static int
348d480f 12815bkpt_breakpoint_hit (const struct bp_location *bl,
09ac7c10
TT
12816 struct address_space *aspace, CORE_ADDR bp_addr,
12817 const struct target_waitstatus *ws)
348d480f 12818{
09ac7c10 12819 if (ws->kind != TARGET_WAITKIND_STOPPED
a493e3e2 12820 || ws->value.sig != GDB_SIGNAL_TRAP)
09ac7c10
TT
12821 return 0;
12822
348d480f
PA
12823 if (!breakpoint_address_match (bl->pspace->aspace, bl->address,
12824 aspace, bp_addr))
12825 return 0;
12826
12827 if (overlay_debugging /* unmapped overlay section */
12828 && section_is_overlay (bl->section)
12829 && !section_is_mapped (bl->section))
12830 return 0;
12831
12832 return 1;
12833}
12834
2060206e 12835static int
348d480f
PA
12836bkpt_resources_needed (const struct bp_location *bl)
12837{
12838 gdb_assert (bl->owner->type == bp_hardware_breakpoint);
12839
12840 return 1;
12841}
12842
2060206e 12843static enum print_stop_action
348d480f
PA
12844bkpt_print_it (bpstat bs)
12845{
348d480f
PA
12846 struct breakpoint *b;
12847 const struct bp_location *bl;
001c8c33 12848 int bp_temp;
79a45e25 12849 struct ui_out *uiout = current_uiout;
348d480f
PA
12850
12851 gdb_assert (bs->bp_location_at != NULL);
12852
12853 bl = bs->bp_location_at;
12854 b = bs->breakpoint_at;
12855
001c8c33
PA
12856 bp_temp = b->disposition == disp_del;
12857 if (bl->address != bl->requested_address)
12858 breakpoint_adjustment_warning (bl->requested_address,
12859 bl->address,
12860 b->number, 1);
12861 annotate_breakpoint (b->number);
12862 if (bp_temp)
12863 ui_out_text (uiout, "\nTemporary breakpoint ");
12864 else
12865 ui_out_text (uiout, "\nBreakpoint ");
12866 if (ui_out_is_mi_like_p (uiout))
348d480f 12867 {
001c8c33
PA
12868 ui_out_field_string (uiout, "reason",
12869 async_reason_lookup (EXEC_ASYNC_BREAKPOINT_HIT));
12870 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
06edf0c0 12871 }
001c8c33
PA
12872 ui_out_field_int (uiout, "bkptno", b->number);
12873 ui_out_text (uiout, ", ");
06edf0c0 12874
001c8c33 12875 return PRINT_SRC_AND_LOC;
06edf0c0
PA
12876}
12877
2060206e 12878static void
06edf0c0
PA
12879bkpt_print_mention (struct breakpoint *b)
12880{
79a45e25 12881 if (ui_out_is_mi_like_p (current_uiout))
06edf0c0
PA
12882 return;
12883
12884 switch (b->type)
12885 {
12886 case bp_breakpoint:
12887 case bp_gnu_ifunc_resolver:
12888 if (b->disposition == disp_del)
12889 printf_filtered (_("Temporary breakpoint"));
12890 else
12891 printf_filtered (_("Breakpoint"));
12892 printf_filtered (_(" %d"), b->number);
12893 if (b->type == bp_gnu_ifunc_resolver)
12894 printf_filtered (_(" at gnu-indirect-function resolver"));
12895 break;
12896 case bp_hardware_breakpoint:
12897 printf_filtered (_("Hardware assisted breakpoint %d"), b->number);
12898 break;
e7e0cddf
SS
12899 case bp_dprintf:
12900 printf_filtered (_("Dprintf %d"), b->number);
12901 break;
06edf0c0
PA
12902 }
12903
12904 say_where (b);
12905}
12906
2060206e 12907static void
06edf0c0
PA
12908bkpt_print_recreate (struct breakpoint *tp, struct ui_file *fp)
12909{
12910 if (tp->type == bp_breakpoint && tp->disposition == disp_del)
12911 fprintf_unfiltered (fp, "tbreak");
12912 else if (tp->type == bp_breakpoint)
12913 fprintf_unfiltered (fp, "break");
12914 else if (tp->type == bp_hardware_breakpoint
12915 && tp->disposition == disp_del)
12916 fprintf_unfiltered (fp, "thbreak");
12917 else if (tp->type == bp_hardware_breakpoint)
12918 fprintf_unfiltered (fp, "hbreak");
12919 else
12920 internal_error (__FILE__, __LINE__,
12921 _("unhandled breakpoint type %d"), (int) tp->type);
12922
2060206e 12923 fprintf_unfiltered (fp, " %s", tp->addr_string);
dd11a36c 12924 print_recreate_thread (tp, fp);
06edf0c0
PA
12925}
12926
983af33b
SDJ
12927static void
12928bkpt_create_sals_from_address (char **arg,
12929 struct linespec_result *canonical,
12930 enum bptype type_wanted,
12931 char *addr_start, char **copy_arg)
12932{
12933 create_sals_from_address_default (arg, canonical, type_wanted,
12934 addr_start, copy_arg);
12935}
12936
12937static void
12938bkpt_create_breakpoints_sal (struct gdbarch *gdbarch,
12939 struct linespec_result *canonical,
12940 struct linespec_sals *lsal,
12941 char *cond_string,
e7e0cddf 12942 char *extra_string,
983af33b
SDJ
12943 enum bptype type_wanted,
12944 enum bpdisp disposition,
12945 int thread,
12946 int task, int ignore_count,
12947 const struct breakpoint_ops *ops,
12948 int from_tty, int enabled,
44f238bb 12949 int internal, unsigned flags)
983af33b
SDJ
12950{
12951 create_breakpoints_sal_default (gdbarch, canonical, lsal,
e7e0cddf
SS
12952 cond_string, extra_string,
12953 type_wanted,
983af33b
SDJ
12954 disposition, thread, task,
12955 ignore_count, ops, from_tty,
44f238bb 12956 enabled, internal, flags);
983af33b
SDJ
12957}
12958
12959static void
12960bkpt_decode_linespec (struct breakpoint *b, char **s,
12961 struct symtabs_and_lines *sals)
12962{
12963 decode_linespec_default (b, s, sals);
12964}
12965
06edf0c0
PA
12966/* Virtual table for internal breakpoints. */
12967
12968static void
12969internal_bkpt_re_set (struct breakpoint *b)
12970{
12971 switch (b->type)
12972 {
12973 /* Delete overlay event and longjmp master breakpoints; they
12974 will be reset later by breakpoint_re_set. */
12975 case bp_overlay_event:
12976 case bp_longjmp_master:
12977 case bp_std_terminate_master:
12978 case bp_exception_master:
12979 delete_breakpoint (b);
12980 break;
12981
12982 /* This breakpoint is special, it's set up when the inferior
12983 starts and we really don't want to touch it. */
12984 case bp_shlib_event:
12985
12986 /* Like bp_shlib_event, this breakpoint type is special. Once
12987 it is set up, we do not want to touch it. */
12988 case bp_thread_event:
12989 break;
12990 }
12991}
12992
12993static void
12994internal_bkpt_check_status (bpstat bs)
12995{
a9b3a50f
PA
12996 if (bs->breakpoint_at->type == bp_shlib_event)
12997 {
12998 /* If requested, stop when the dynamic linker notifies GDB of
12999 events. This allows the user to get control and place
13000 breakpoints in initializer routines for dynamically loaded
13001 objects (among other things). */
13002 bs->stop = stop_on_solib_events;
13003 bs->print = stop_on_solib_events;
13004 }
13005 else
13006 bs->stop = 0;
06edf0c0
PA
13007}
13008
13009static enum print_stop_action
13010internal_bkpt_print_it (bpstat bs)
13011{
06edf0c0 13012 struct breakpoint *b;
06edf0c0 13013
06edf0c0
PA
13014 b = bs->breakpoint_at;
13015
06edf0c0
PA
13016 switch (b->type)
13017 {
348d480f
PA
13018 case bp_shlib_event:
13019 /* Did we stop because the user set the stop_on_solib_events
13020 variable? (If so, we report this as a generic, "Stopped due
13021 to shlib event" message.) */
edcc5120 13022 print_solib_event (0);
348d480f
PA
13023 break;
13024
13025 case bp_thread_event:
13026 /* Not sure how we will get here.
13027 GDB should not stop for these breakpoints. */
13028 printf_filtered (_("Thread Event Breakpoint: gdb should not stop!\n"));
348d480f
PA
13029 break;
13030
13031 case bp_overlay_event:
13032 /* By analogy with the thread event, GDB should not stop for these. */
13033 printf_filtered (_("Overlay Event Breakpoint: gdb should not stop!\n"));
348d480f
PA
13034 break;
13035
13036 case bp_longjmp_master:
13037 /* These should never be enabled. */
13038 printf_filtered (_("Longjmp Master Breakpoint: gdb should not stop!\n"));
348d480f
PA
13039 break;
13040
13041 case bp_std_terminate_master:
13042 /* These should never be enabled. */
13043 printf_filtered (_("std::terminate Master Breakpoint: "
13044 "gdb should not stop!\n"));
348d480f
PA
13045 break;
13046
13047 case bp_exception_master:
13048 /* These should never be enabled. */
13049 printf_filtered (_("Exception Master Breakpoint: "
13050 "gdb should not stop!\n"));
06edf0c0
PA
13051 break;
13052 }
13053
001c8c33 13054 return PRINT_NOTHING;
06edf0c0
PA
13055}
13056
13057static void
13058internal_bkpt_print_mention (struct breakpoint *b)
13059{
13060 /* Nothing to mention. These breakpoints are internal. */
13061}
13062
06edf0c0
PA
13063/* Virtual table for momentary breakpoints */
13064
13065static void
13066momentary_bkpt_re_set (struct breakpoint *b)
13067{
13068 /* Keep temporary breakpoints, which can be encountered when we step
4d1eb6b4 13069 over a dlopen call and solib_add is resetting the breakpoints.
06edf0c0
PA
13070 Otherwise these should have been blown away via the cleanup chain
13071 or by breakpoint_init_inferior when we rerun the executable. */
13072}
13073
13074static void
13075momentary_bkpt_check_status (bpstat bs)
13076{
13077 /* Nothing. The point of these breakpoints is causing a stop. */
13078}
13079
13080static enum print_stop_action
13081momentary_bkpt_print_it (bpstat bs)
13082{
79a45e25
PA
13083 struct ui_out *uiout = current_uiout;
13084
001c8c33 13085 if (ui_out_is_mi_like_p (uiout))
06edf0c0 13086 {
001c8c33 13087 struct breakpoint *b = bs->breakpoint_at;
348d480f 13088
001c8c33
PA
13089 switch (b->type)
13090 {
13091 case bp_finish:
13092 ui_out_field_string
13093 (uiout, "reason",
13094 async_reason_lookup (EXEC_ASYNC_FUNCTION_FINISHED));
13095 break;
348d480f 13096
001c8c33
PA
13097 case bp_until:
13098 ui_out_field_string
13099 (uiout, "reason",
13100 async_reason_lookup (EXEC_ASYNC_LOCATION_REACHED));
13101 break;
13102 }
348d480f
PA
13103 }
13104
001c8c33 13105 return PRINT_UNKNOWN;
348d480f
PA
13106}
13107
06edf0c0
PA
13108static void
13109momentary_bkpt_print_mention (struct breakpoint *b)
348d480f 13110{
06edf0c0 13111 /* Nothing to mention. These breakpoints are internal. */
348d480f
PA
13112}
13113
e2e4d78b
JK
13114/* Ensure INITIATING_FRAME is cleared when no such breakpoint exists.
13115
13116 It gets cleared already on the removal of the first one of such placed
13117 breakpoints. This is OK as they get all removed altogether. */
13118
13119static void
13120longjmp_bkpt_dtor (struct breakpoint *self)
13121{
13122 struct thread_info *tp = find_thread_id (self->thread);
13123
13124 if (tp)
13125 tp->initiating_frame = null_frame_id;
13126
13127 momentary_breakpoint_ops.dtor (self);
13128}
13129
55aa24fb
SDJ
13130/* Specific methods for probe breakpoints. */
13131
13132static int
13133bkpt_probe_insert_location (struct bp_location *bl)
13134{
13135 int v = bkpt_insert_location (bl);
13136
13137 if (v == 0)
13138 {
13139 /* The insertion was successful, now let's set the probe's semaphore
13140 if needed. */
13141 bl->probe->pops->set_semaphore (bl->probe, bl->gdbarch);
13142 }
13143
13144 return v;
13145}
13146
13147static int
13148bkpt_probe_remove_location (struct bp_location *bl)
13149{
13150 /* Let's clear the semaphore before removing the location. */
13151 bl->probe->pops->clear_semaphore (bl->probe, bl->gdbarch);
13152
13153 return bkpt_remove_location (bl);
13154}
13155
13156static void
13157bkpt_probe_create_sals_from_address (char **arg,
13158 struct linespec_result *canonical,
13159 enum bptype type_wanted,
13160 char *addr_start, char **copy_arg)
13161{
13162 struct linespec_sals lsal;
13163
13164 lsal.sals = parse_probes (arg, canonical);
13165
13166 *copy_arg = xstrdup (canonical->addr_string);
13167 lsal.canonical = xstrdup (*copy_arg);
13168
13169 VEC_safe_push (linespec_sals, canonical->sals, &lsal);
13170}
13171
13172static void
13173bkpt_probe_decode_linespec (struct breakpoint *b, char **s,
13174 struct symtabs_and_lines *sals)
13175{
13176 *sals = parse_probes (s, NULL);
13177 if (!sals->sals)
13178 error (_("probe not found"));
13179}
13180
348d480f 13181/* The breakpoint_ops structure to be used in tracepoints. */
876fa593 13182
348d480f
PA
13183static void
13184tracepoint_re_set (struct breakpoint *b)
13185{
13186 breakpoint_re_set_default (b);
13187}
876fa593 13188
348d480f
PA
13189static int
13190tracepoint_breakpoint_hit (const struct bp_location *bl,
09ac7c10
TT
13191 struct address_space *aspace, CORE_ADDR bp_addr,
13192 const struct target_waitstatus *ws)
348d480f
PA
13193{
13194 /* By definition, the inferior does not report stops at
13195 tracepoints. */
13196 return 0;
74960c60
VP
13197}
13198
13199static void
348d480f
PA
13200tracepoint_print_one_detail (const struct breakpoint *self,
13201 struct ui_out *uiout)
74960c60 13202{
d9b3f62e
PA
13203 struct tracepoint *tp = (struct tracepoint *) self;
13204 if (tp->static_trace_marker_id)
348d480f
PA
13205 {
13206 gdb_assert (self->type == bp_static_tracepoint);
cc59ec59 13207
348d480f
PA
13208 ui_out_text (uiout, "\tmarker id is ");
13209 ui_out_field_string (uiout, "static-tracepoint-marker-string-id",
d9b3f62e 13210 tp->static_trace_marker_id);
348d480f
PA
13211 ui_out_text (uiout, "\n");
13212 }
0d381245
VP
13213}
13214
a474d7c2 13215static void
348d480f 13216tracepoint_print_mention (struct breakpoint *b)
a474d7c2 13217{
79a45e25 13218 if (ui_out_is_mi_like_p (current_uiout))
348d480f 13219 return;
cc59ec59 13220
348d480f
PA
13221 switch (b->type)
13222 {
13223 case bp_tracepoint:
13224 printf_filtered (_("Tracepoint"));
13225 printf_filtered (_(" %d"), b->number);
13226 break;
13227 case bp_fast_tracepoint:
13228 printf_filtered (_("Fast tracepoint"));
13229 printf_filtered (_(" %d"), b->number);
13230 break;
13231 case bp_static_tracepoint:
13232 printf_filtered (_("Static tracepoint"));
13233 printf_filtered (_(" %d"), b->number);
13234 break;
13235 default:
13236 internal_error (__FILE__, __LINE__,
13237 _("unhandled tracepoint type %d"), (int) b->type);
13238 }
13239
13240 say_where (b);
a474d7c2
PA
13241}
13242
348d480f 13243static void
d9b3f62e 13244tracepoint_print_recreate (struct breakpoint *self, struct ui_file *fp)
a474d7c2 13245{
d9b3f62e
PA
13246 struct tracepoint *tp = (struct tracepoint *) self;
13247
13248 if (self->type == bp_fast_tracepoint)
348d480f 13249 fprintf_unfiltered (fp, "ftrace");
d9b3f62e 13250 if (self->type == bp_static_tracepoint)
348d480f 13251 fprintf_unfiltered (fp, "strace");
d9b3f62e 13252 else if (self->type == bp_tracepoint)
348d480f
PA
13253 fprintf_unfiltered (fp, "trace");
13254 else
13255 internal_error (__FILE__, __LINE__,
d9b3f62e 13256 _("unhandled tracepoint type %d"), (int) self->type);
cc59ec59 13257
d9b3f62e
PA
13258 fprintf_unfiltered (fp, " %s", self->addr_string);
13259 print_recreate_thread (self, fp);
13260
13261 if (tp->pass_count)
13262 fprintf_unfiltered (fp, " passcount %d\n", tp->pass_count);
a474d7c2
PA
13263}
13264
983af33b
SDJ
13265static void
13266tracepoint_create_sals_from_address (char **arg,
13267 struct linespec_result *canonical,
13268 enum bptype type_wanted,
13269 char *addr_start, char **copy_arg)
13270{
13271 create_sals_from_address_default (arg, canonical, type_wanted,
13272 addr_start, copy_arg);
13273}
13274
13275static void
13276tracepoint_create_breakpoints_sal (struct gdbarch *gdbarch,
13277 struct linespec_result *canonical,
13278 struct linespec_sals *lsal,
13279 char *cond_string,
e7e0cddf 13280 char *extra_string,
983af33b
SDJ
13281 enum bptype type_wanted,
13282 enum bpdisp disposition,
13283 int thread,
13284 int task, int ignore_count,
13285 const struct breakpoint_ops *ops,
13286 int from_tty, int enabled,
44f238bb 13287 int internal, unsigned flags)
983af33b
SDJ
13288{
13289 create_breakpoints_sal_default (gdbarch, canonical, lsal,
e7e0cddf
SS
13290 cond_string, extra_string,
13291 type_wanted,
983af33b
SDJ
13292 disposition, thread, task,
13293 ignore_count, ops, from_tty,
44f238bb 13294 enabled, internal, flags);
983af33b
SDJ
13295}
13296
13297static void
13298tracepoint_decode_linespec (struct breakpoint *b, char **s,
13299 struct symtabs_and_lines *sals)
13300{
13301 decode_linespec_default (b, s, sals);
13302}
13303
2060206e 13304struct breakpoint_ops tracepoint_breakpoint_ops;
348d480f 13305
55aa24fb
SDJ
13306/* The breakpoint_ops structure to be use on tracepoints placed in a
13307 static probe. */
13308
13309static void
13310tracepoint_probe_create_sals_from_address (char **arg,
13311 struct linespec_result *canonical,
13312 enum bptype type_wanted,
13313 char *addr_start, char **copy_arg)
13314{
13315 /* We use the same method for breakpoint on probes. */
13316 bkpt_probe_create_sals_from_address (arg, canonical, type_wanted,
13317 addr_start, copy_arg);
13318}
13319
13320static void
13321tracepoint_probe_decode_linespec (struct breakpoint *b, char **s,
13322 struct symtabs_and_lines *sals)
13323{
13324 /* We use the same method for breakpoint on probes. */
13325 bkpt_probe_decode_linespec (b, s, sals);
13326}
13327
13328static struct breakpoint_ops tracepoint_probe_breakpoint_ops;
13329
5c2b4418
HZ
13330/* Dprintf breakpoint_ops methods. */
13331
13332static void
13333dprintf_re_set (struct breakpoint *b)
13334{
13335 breakpoint_re_set_default (b);
13336
13337 /* This breakpoint could have been pending, and be resolved now, and
13338 if so, we should now have the extra string. If we don't, the
13339 dprintf was malformed when created, but we couldn't tell because
13340 we can't extract the extra string until the location is
13341 resolved. */
13342 if (b->loc != NULL && b->extra_string == NULL)
13343 error (_("Format string required"));
13344
13345 /* 1 - connect to target 1, that can run breakpoint commands.
13346 2 - create a dprintf, which resolves fine.
13347 3 - disconnect from target 1
13348 4 - connect to target 2, that can NOT run breakpoint commands.
13349
13350 After steps #3/#4, you'll want the dprintf command list to
13351 be updated, because target 1 and 2 may well return different
13352 answers for target_can_run_breakpoint_commands().
13353 Given absence of finer grained resetting, we get to do
13354 it all the time. */
13355 if (b->extra_string != NULL)
13356 update_dprintf_command_list (b);
13357}
13358
2d9442cc
HZ
13359/* Implement the "print_recreate" breakpoint_ops method for dprintf. */
13360
13361static void
13362dprintf_print_recreate (struct breakpoint *tp, struct ui_file *fp)
13363{
13364 fprintf_unfiltered (fp, "dprintf %s%s", tp->addr_string,
13365 tp->extra_string);
13366 print_recreate_thread (tp, fp);
13367}
13368
983af33b
SDJ
13369/* The breakpoint_ops structure to be used on static tracepoints with
13370 markers (`-m'). */
13371
13372static void
13373strace_marker_create_sals_from_address (char **arg,
13374 struct linespec_result *canonical,
13375 enum bptype type_wanted,
13376 char *addr_start, char **copy_arg)
13377{
13378 struct linespec_sals lsal;
13379
13380 lsal.sals = decode_static_tracepoint_spec (arg);
13381
13382 *copy_arg = savestring (addr_start, *arg - addr_start);
13383
13384 canonical->addr_string = xstrdup (*copy_arg);
13385 lsal.canonical = xstrdup (*copy_arg);
13386 VEC_safe_push (linespec_sals, canonical->sals, &lsal);
13387}
13388
13389static void
13390strace_marker_create_breakpoints_sal (struct gdbarch *gdbarch,
13391 struct linespec_result *canonical,
13392 struct linespec_sals *lsal,
13393 char *cond_string,
e7e0cddf 13394 char *extra_string,
983af33b
SDJ
13395 enum bptype type_wanted,
13396 enum bpdisp disposition,
13397 int thread,
13398 int task, int ignore_count,
13399 const struct breakpoint_ops *ops,
13400 int from_tty, int enabled,
44f238bb 13401 int internal, unsigned flags)
983af33b
SDJ
13402{
13403 int i;
13404
13405 /* If the user is creating a static tracepoint by marker id
13406 (strace -m MARKER_ID), then store the sals index, so that
13407 breakpoint_re_set can try to match up which of the newly
13408 found markers corresponds to this one, and, don't try to
13409 expand multiple locations for each sal, given than SALS
13410 already should contain all sals for MARKER_ID. */
13411
13412 for (i = 0; i < lsal->sals.nelts; ++i)
13413 {
13414 struct symtabs_and_lines expanded;
13415 struct tracepoint *tp;
13416 struct cleanup *old_chain;
13417 char *addr_string;
13418
13419 expanded.nelts = 1;
13420 expanded.sals = &lsal->sals.sals[i];
13421
13422 addr_string = xstrdup (canonical->addr_string);
13423 old_chain = make_cleanup (xfree, addr_string);
13424
13425 tp = XCNEW (struct tracepoint);
13426 init_breakpoint_sal (&tp->base, gdbarch, expanded,
13427 addr_string, NULL,
e7e0cddf
SS
13428 cond_string, extra_string,
13429 type_wanted, disposition,
983af33b 13430 thread, task, ignore_count, ops,
44f238bb 13431 from_tty, enabled, internal, flags,
983af33b
SDJ
13432 canonical->special_display);
13433 /* Given that its possible to have multiple markers with
13434 the same string id, if the user is creating a static
13435 tracepoint by marker id ("strace -m MARKER_ID"), then
13436 store the sals index, so that breakpoint_re_set can
13437 try to match up which of the newly found markers
13438 corresponds to this one */
13439 tp->static_trace_marker_id_idx = i;
13440
13441 install_breakpoint (internal, &tp->base, 0);
13442
13443 discard_cleanups (old_chain);
13444 }
13445}
13446
13447static void
13448strace_marker_decode_linespec (struct breakpoint *b, char **s,
13449 struct symtabs_and_lines *sals)
13450{
13451 struct tracepoint *tp = (struct tracepoint *) b;
13452
13453 *sals = decode_static_tracepoint_spec (s);
13454 if (sals->nelts > tp->static_trace_marker_id_idx)
13455 {
13456 sals->sals[0] = sals->sals[tp->static_trace_marker_id_idx];
13457 sals->nelts = 1;
13458 }
13459 else
13460 error (_("marker %s not found"), tp->static_trace_marker_id);
13461}
13462
13463static struct breakpoint_ops strace_marker_breakpoint_ops;
13464
13465static int
13466strace_marker_p (struct breakpoint *b)
13467{
13468 return b->ops == &strace_marker_breakpoint_ops;
13469}
13470
53a5351d 13471/* Delete a breakpoint and clean up all traces of it in the data
f431efe5 13472 structures. */
c906108c
SS
13473
13474void
fba45db2 13475delete_breakpoint (struct breakpoint *bpt)
c906108c 13476{
52f0bd74 13477 struct breakpoint *b;
c906108c 13478
8a3fe4f8 13479 gdb_assert (bpt != NULL);
c906108c 13480
4a64f543
MS
13481 /* Has this bp already been deleted? This can happen because
13482 multiple lists can hold pointers to bp's. bpstat lists are
13483 especial culprits.
13484
13485 One example of this happening is a watchpoint's scope bp. When
13486 the scope bp triggers, we notice that the watchpoint is out of
13487 scope, and delete it. We also delete its scope bp. But the
13488 scope bp is marked "auto-deleting", and is already on a bpstat.
13489 That bpstat is then checked for auto-deleting bp's, which are
13490 deleted.
13491
13492 A real solution to this problem might involve reference counts in
13493 bp's, and/or giving them pointers back to their referencing
13494 bpstat's, and teaching delete_breakpoint to only free a bp's
13495 storage when no more references were extent. A cheaper bandaid
13496 was chosen. */
c906108c
SS
13497 if (bpt->type == bp_none)
13498 return;
13499
4a64f543
MS
13500 /* At least avoid this stale reference until the reference counting
13501 of breakpoints gets resolved. */
d0fb5eae 13502 if (bpt->related_breakpoint != bpt)
e5a0a904 13503 {
d0fb5eae 13504 struct breakpoint *related;
3a5c3e22 13505 struct watchpoint *w;
d0fb5eae
JK
13506
13507 if (bpt->type == bp_watchpoint_scope)
3a5c3e22 13508 w = (struct watchpoint *) bpt->related_breakpoint;
d0fb5eae 13509 else if (bpt->related_breakpoint->type == bp_watchpoint_scope)
3a5c3e22
PA
13510 w = (struct watchpoint *) bpt;
13511 else
13512 w = NULL;
13513 if (w != NULL)
13514 watchpoint_del_at_next_stop (w);
d0fb5eae
JK
13515
13516 /* Unlink bpt from the bpt->related_breakpoint ring. */
13517 for (related = bpt; related->related_breakpoint != bpt;
13518 related = related->related_breakpoint);
13519 related->related_breakpoint = bpt->related_breakpoint;
13520 bpt->related_breakpoint = bpt;
e5a0a904
JK
13521 }
13522
a9634178
TJB
13523 /* watch_command_1 creates a watchpoint but only sets its number if
13524 update_watchpoint succeeds in creating its bp_locations. If there's
13525 a problem in that process, we'll be asked to delete the half-created
13526 watchpoint. In that case, don't announce the deletion. */
13527 if (bpt->number)
13528 observer_notify_breakpoint_deleted (bpt);
c906108c 13529
c906108c
SS
13530 if (breakpoint_chain == bpt)
13531 breakpoint_chain = bpt->next;
13532
c906108c
SS
13533 ALL_BREAKPOINTS (b)
13534 if (b->next == bpt)
c5aa993b
JM
13535 {
13536 b->next = bpt->next;
13537 break;
13538 }
c906108c 13539
f431efe5
PA
13540 /* Be sure no bpstat's are pointing at the breakpoint after it's
13541 been freed. */
13542 /* FIXME, how can we find all bpstat's? We just check stop_bpstat
e5dd4106 13543 in all threads for now. Note that we cannot just remove bpstats
f431efe5
PA
13544 pointing at bpt from the stop_bpstat list entirely, as breakpoint
13545 commands are associated with the bpstat; if we remove it here,
13546 then the later call to bpstat_do_actions (&stop_bpstat); in
13547 event-top.c won't do anything, and temporary breakpoints with
13548 commands won't work. */
13549
13550 iterate_over_threads (bpstat_remove_breakpoint_callback, bpt);
13551
4a64f543
MS
13552 /* Now that breakpoint is removed from breakpoint list, update the
13553 global location list. This will remove locations that used to
13554 belong to this breakpoint. Do this before freeing the breakpoint
13555 itself, since remove_breakpoint looks at location's owner. It
13556 might be better design to have location completely
13557 self-contained, but it's not the case now. */
b60e7edf 13558 update_global_location_list (0);
74960c60 13559
348d480f 13560 bpt->ops->dtor (bpt);
4a64f543
MS
13561 /* On the chance that someone will soon try again to delete this
13562 same bp, we mark it as deleted before freeing its storage. */
c906108c 13563 bpt->type = bp_none;
b8c9b27d 13564 xfree (bpt);
c906108c
SS
13565}
13566
4d6140d9
AC
13567static void
13568do_delete_breakpoint_cleanup (void *b)
13569{
13570 delete_breakpoint (b);
13571}
13572
13573struct cleanup *
13574make_cleanup_delete_breakpoint (struct breakpoint *b)
13575{
13576 return make_cleanup (do_delete_breakpoint_cleanup, b);
13577}
13578
51be5b68
PA
13579/* Iterator function to call a user-provided callback function once
13580 for each of B and its related breakpoints. */
13581
13582static void
13583iterate_over_related_breakpoints (struct breakpoint *b,
13584 void (*function) (struct breakpoint *,
13585 void *),
13586 void *data)
13587{
13588 struct breakpoint *related;
13589
13590 related = b;
13591 do
13592 {
13593 struct breakpoint *next;
13594
13595 /* FUNCTION may delete RELATED. */
13596 next = related->related_breakpoint;
13597
13598 if (next == related)
13599 {
13600 /* RELATED is the last ring entry. */
13601 function (related, data);
13602
13603 /* FUNCTION may have deleted it, so we'd never reach back to
13604 B. There's nothing left to do anyway, so just break
13605 out. */
13606 break;
13607 }
13608 else
13609 function (related, data);
13610
13611 related = next;
13612 }
13613 while (related != b);
13614}
95a42b64
TT
13615
13616static void
13617do_delete_breakpoint (struct breakpoint *b, void *ignore)
13618{
13619 delete_breakpoint (b);
13620}
13621
51be5b68
PA
13622/* A callback for map_breakpoint_numbers that calls
13623 delete_breakpoint. */
13624
13625static void
13626do_map_delete_breakpoint (struct breakpoint *b, void *ignore)
13627{
13628 iterate_over_related_breakpoints (b, do_delete_breakpoint, NULL);
13629}
13630
c906108c 13631void
fba45db2 13632delete_command (char *arg, int from_tty)
c906108c 13633{
35df4500 13634 struct breakpoint *b, *b_tmp;
c906108c 13635
ea9365bb
TT
13636 dont_repeat ();
13637
c906108c
SS
13638 if (arg == 0)
13639 {
13640 int breaks_to_delete = 0;
13641
46c6471b
PA
13642 /* Delete all breakpoints if no argument. Do not delete
13643 internal breakpoints, these have to be deleted with an
13644 explicit breakpoint number argument. */
c5aa993b 13645 ALL_BREAKPOINTS (b)
46c6471b 13646 if (user_breakpoint_p (b))
973d738b
DJ
13647 {
13648 breaks_to_delete = 1;
13649 break;
13650 }
c906108c
SS
13651
13652 /* Ask user only if there are some breakpoints to delete. */
13653 if (!from_tty
e2e0b3e5 13654 || (breaks_to_delete && query (_("Delete all breakpoints? "))))
c906108c 13655 {
35df4500 13656 ALL_BREAKPOINTS_SAFE (b, b_tmp)
46c6471b 13657 if (user_breakpoint_p (b))
c5aa993b 13658 delete_breakpoint (b);
c906108c
SS
13659 }
13660 }
13661 else
51be5b68 13662 map_breakpoint_numbers (arg, do_map_delete_breakpoint, NULL);
c906108c
SS
13663}
13664
0d381245
VP
13665static int
13666all_locations_are_pending (struct bp_location *loc)
fe3f5fa8 13667{
0d381245 13668 for (; loc; loc = loc->next)
8645ff69
UW
13669 if (!loc->shlib_disabled
13670 && !loc->pspace->executing_startup)
0d381245
VP
13671 return 0;
13672 return 1;
fe3f5fa8
VP
13673}
13674
776592bf
DE
13675/* Subroutine of update_breakpoint_locations to simplify it.
13676 Return non-zero if multiple fns in list LOC have the same name.
13677 Null names are ignored. */
13678
13679static int
13680ambiguous_names_p (struct bp_location *loc)
13681{
13682 struct bp_location *l;
13683 htab_t htab = htab_create_alloc (13, htab_hash_string,
cc59ec59
MS
13684 (int (*) (const void *,
13685 const void *)) streq,
776592bf
DE
13686 NULL, xcalloc, xfree);
13687
13688 for (l = loc; l != NULL; l = l->next)
13689 {
13690 const char **slot;
13691 const char *name = l->function_name;
13692
13693 /* Allow for some names to be NULL, ignore them. */
13694 if (name == NULL)
13695 continue;
13696
13697 slot = (const char **) htab_find_slot (htab, (const void *) name,
13698 INSERT);
4a64f543
MS
13699 /* NOTE: We can assume slot != NULL here because xcalloc never
13700 returns NULL. */
776592bf
DE
13701 if (*slot != NULL)
13702 {
13703 htab_delete (htab);
13704 return 1;
13705 }
13706 *slot = name;
13707 }
13708
13709 htab_delete (htab);
13710 return 0;
13711}
13712
0fb4aa4b
PA
13713/* When symbols change, it probably means the sources changed as well,
13714 and it might mean the static tracepoint markers are no longer at
13715 the same address or line numbers they used to be at last we
13716 checked. Losing your static tracepoints whenever you rebuild is
13717 undesirable. This function tries to resync/rematch gdb static
13718 tracepoints with the markers on the target, for static tracepoints
13719 that have not been set by marker id. Static tracepoint that have
13720 been set by marker id are reset by marker id in breakpoint_re_set.
13721 The heuristic is:
13722
13723 1) For a tracepoint set at a specific address, look for a marker at
13724 the old PC. If one is found there, assume to be the same marker.
13725 If the name / string id of the marker found is different from the
13726 previous known name, assume that means the user renamed the marker
13727 in the sources, and output a warning.
13728
13729 2) For a tracepoint set at a given line number, look for a marker
13730 at the new address of the old line number. If one is found there,
13731 assume to be the same marker. If the name / string id of the
13732 marker found is different from the previous known name, assume that
13733 means the user renamed the marker in the sources, and output a
13734 warning.
13735
13736 3) If a marker is no longer found at the same address or line, it
13737 may mean the marker no longer exists. But it may also just mean
13738 the code changed a bit. Maybe the user added a few lines of code
13739 that made the marker move up or down (in line number terms). Ask
13740 the target for info about the marker with the string id as we knew
13741 it. If found, update line number and address in the matching
13742 static tracepoint. This will get confused if there's more than one
13743 marker with the same ID (possible in UST, although unadvised
13744 precisely because it confuses tools). */
13745
13746static struct symtab_and_line
13747update_static_tracepoint (struct breakpoint *b, struct symtab_and_line sal)
13748{
d9b3f62e 13749 struct tracepoint *tp = (struct tracepoint *) b;
0fb4aa4b
PA
13750 struct static_tracepoint_marker marker;
13751 CORE_ADDR pc;
0fb4aa4b
PA
13752
13753 pc = sal.pc;
13754 if (sal.line)
13755 find_line_pc (sal.symtab, sal.line, &pc);
13756
13757 if (target_static_tracepoint_marker_at (pc, &marker))
13758 {
d9b3f62e 13759 if (strcmp (tp->static_trace_marker_id, marker.str_id) != 0)
0fb4aa4b
PA
13760 warning (_("static tracepoint %d changed probed marker from %s to %s"),
13761 b->number,
d9b3f62e 13762 tp->static_trace_marker_id, marker.str_id);
0fb4aa4b 13763
d9b3f62e
PA
13764 xfree (tp->static_trace_marker_id);
13765 tp->static_trace_marker_id = xstrdup (marker.str_id);
0fb4aa4b
PA
13766 release_static_tracepoint_marker (&marker);
13767
13768 return sal;
13769 }
13770
13771 /* Old marker wasn't found on target at lineno. Try looking it up
13772 by string ID. */
13773 if (!sal.explicit_pc
13774 && sal.line != 0
13775 && sal.symtab != NULL
d9b3f62e 13776 && tp->static_trace_marker_id != NULL)
0fb4aa4b
PA
13777 {
13778 VEC(static_tracepoint_marker_p) *markers;
13779
13780 markers
d9b3f62e 13781 = target_static_tracepoint_markers_by_strid (tp->static_trace_marker_id);
0fb4aa4b
PA
13782
13783 if (!VEC_empty(static_tracepoint_marker_p, markers))
13784 {
80e1d417 13785 struct symtab_and_line sal2;
0fb4aa4b 13786 struct symbol *sym;
80e1d417 13787 struct static_tracepoint_marker *tpmarker;
79a45e25 13788 struct ui_out *uiout = current_uiout;
0fb4aa4b 13789
80e1d417 13790 tpmarker = VEC_index (static_tracepoint_marker_p, markers, 0);
0fb4aa4b 13791
d9b3f62e 13792 xfree (tp->static_trace_marker_id);
80e1d417 13793 tp->static_trace_marker_id = xstrdup (tpmarker->str_id);
0fb4aa4b
PA
13794
13795 warning (_("marker for static tracepoint %d (%s) not "
13796 "found at previous line number"),
d9b3f62e 13797 b->number, tp->static_trace_marker_id);
0fb4aa4b 13798
80e1d417 13799 init_sal (&sal2);
0fb4aa4b 13800
80e1d417 13801 sal2.pc = tpmarker->address;
0fb4aa4b 13802
80e1d417
AS
13803 sal2 = find_pc_line (tpmarker->address, 0);
13804 sym = find_pc_sect_function (tpmarker->address, NULL);
0fb4aa4b
PA
13805 ui_out_text (uiout, "Now in ");
13806 if (sym)
13807 {
13808 ui_out_field_string (uiout, "func",
13809 SYMBOL_PRINT_NAME (sym));
13810 ui_out_text (uiout, " at ");
13811 }
05cba821
JK
13812 ui_out_field_string (uiout, "file",
13813 symtab_to_filename_for_display (sal2.symtab));
0fb4aa4b
PA
13814 ui_out_text (uiout, ":");
13815
13816 if (ui_out_is_mi_like_p (uiout))
13817 {
0b0865da 13818 const char *fullname = symtab_to_fullname (sal2.symtab);
0fb4aa4b 13819
f35a17b5 13820 ui_out_field_string (uiout, "fullname", fullname);
0fb4aa4b
PA
13821 }
13822
80e1d417 13823 ui_out_field_int (uiout, "line", sal2.line);
0fb4aa4b
PA
13824 ui_out_text (uiout, "\n");
13825
80e1d417 13826 b->loc->line_number = sal2.line;
2f202fde 13827 b->loc->symtab = sym != NULL ? sal2.symtab : NULL;
0fb4aa4b
PA
13828
13829 xfree (b->addr_string);
13830 b->addr_string = xstrprintf ("%s:%d",
05cba821 13831 symtab_to_filename_for_display (sal2.symtab),
f8eba3c6 13832 b->loc->line_number);
0fb4aa4b
PA
13833
13834 /* Might be nice to check if function changed, and warn if
13835 so. */
13836
80e1d417 13837 release_static_tracepoint_marker (tpmarker);
0fb4aa4b
PA
13838 }
13839 }
13840 return sal;
13841}
13842
8d3788bd
VP
13843/* Returns 1 iff locations A and B are sufficiently same that
13844 we don't need to report breakpoint as changed. */
13845
13846static int
13847locations_are_equal (struct bp_location *a, struct bp_location *b)
13848{
13849 while (a && b)
13850 {
13851 if (a->address != b->address)
13852 return 0;
13853
13854 if (a->shlib_disabled != b->shlib_disabled)
13855 return 0;
13856
13857 if (a->enabled != b->enabled)
13858 return 0;
13859
13860 a = a->next;
13861 b = b->next;
13862 }
13863
13864 if ((a == NULL) != (b == NULL))
13865 return 0;
13866
13867 return 1;
13868}
13869
f1310107
TJB
13870/* Create new breakpoint locations for B (a hardware or software breakpoint)
13871 based on SALS and SALS_END. If SALS_END.NELTS is not zero, then B is
13872 a ranged breakpoint. */
13873
0e30163f 13874void
0d381245 13875update_breakpoint_locations (struct breakpoint *b,
f1310107
TJB
13876 struct symtabs_and_lines sals,
13877 struct symtabs_and_lines sals_end)
fe3f5fa8
VP
13878{
13879 int i;
0d381245
VP
13880 struct bp_location *existing_locations = b->loc;
13881
f8eba3c6
TT
13882 if (sals_end.nelts != 0 && (sals.nelts != 1 || sals_end.nelts != 1))
13883 {
13884 /* Ranged breakpoints have only one start location and one end
13885 location. */
13886 b->enable_state = bp_disabled;
13887 update_global_location_list (1);
13888 printf_unfiltered (_("Could not reset ranged breakpoint %d: "
13889 "multiple locations found\n"),
13890 b->number);
13891 return;
13892 }
f1310107 13893
4a64f543
MS
13894 /* If there's no new locations, and all existing locations are
13895 pending, don't do anything. This optimizes the common case where
13896 all locations are in the same shared library, that was unloaded.
13897 We'd like to retain the location, so that when the library is
13898 loaded again, we don't loose the enabled/disabled status of the
13899 individual locations. */
0d381245 13900 if (all_locations_are_pending (existing_locations) && sals.nelts == 0)
fe3f5fa8
VP
13901 return;
13902
fe3f5fa8
VP
13903 b->loc = NULL;
13904
0d381245 13905 for (i = 0; i < sals.nelts; ++i)
fe3f5fa8 13906 {
f8eba3c6
TT
13907 struct bp_location *new_loc;
13908
13909 switch_to_program_space_and_thread (sals.sals[i].pspace);
13910
13911 new_loc = add_location_to_breakpoint (b, &(sals.sals[i]));
fe3f5fa8 13912
0d381245
VP
13913 /* Reparse conditions, they might contain references to the
13914 old symtab. */
13915 if (b->cond_string != NULL)
13916 {
bbc13ae3 13917 const char *s;
bfd189b1 13918 volatile struct gdb_exception e;
fe3f5fa8 13919
0d381245
VP
13920 s = b->cond_string;
13921 TRY_CATCH (e, RETURN_MASK_ERROR)
13922 {
1bb9788d
TT
13923 new_loc->cond = parse_exp_1 (&s, sals.sals[i].pc,
13924 block_for_pc (sals.sals[i].pc),
0d381245
VP
13925 0);
13926 }
13927 if (e.reason < 0)
13928 {
3e43a32a
MS
13929 warning (_("failed to reevaluate condition "
13930 "for breakpoint %d: %s"),
0d381245
VP
13931 b->number, e.message);
13932 new_loc->enabled = 0;
13933 }
13934 }
fe3f5fa8 13935
f1310107
TJB
13936 if (sals_end.nelts)
13937 {
13938 CORE_ADDR end = find_breakpoint_range_end (sals_end.sals[0]);
13939
13940 new_loc->length = end - sals.sals[0].pc + 1;
13941 }
0d381245 13942 }
fe3f5fa8 13943
514f746b
AR
13944 /* Update locations of permanent breakpoints. */
13945 if (b->enable_state == bp_permanent)
13946 make_breakpoint_permanent (b);
13947
4a64f543
MS
13948 /* If possible, carry over 'disable' status from existing
13949 breakpoints. */
0d381245
VP
13950 {
13951 struct bp_location *e = existing_locations;
776592bf
DE
13952 /* If there are multiple breakpoints with the same function name,
13953 e.g. for inline functions, comparing function names won't work.
13954 Instead compare pc addresses; this is just a heuristic as things
13955 may have moved, but in practice it gives the correct answer
13956 often enough until a better solution is found. */
13957 int have_ambiguous_names = ambiguous_names_p (b->loc);
13958
0d381245
VP
13959 for (; e; e = e->next)
13960 {
13961 if (!e->enabled && e->function_name)
13962 {
13963 struct bp_location *l = b->loc;
776592bf
DE
13964 if (have_ambiguous_names)
13965 {
13966 for (; l; l = l->next)
f1310107 13967 if (breakpoint_locations_match (e, l))
776592bf
DE
13968 {
13969 l->enabled = 0;
13970 break;
13971 }
13972 }
13973 else
13974 {
13975 for (; l; l = l->next)
13976 if (l->function_name
13977 && strcmp (e->function_name, l->function_name) == 0)
13978 {
13979 l->enabled = 0;
13980 break;
13981 }
13982 }
0d381245
VP
13983 }
13984 }
13985 }
fe3f5fa8 13986
8d3788bd
VP
13987 if (!locations_are_equal (existing_locations, b->loc))
13988 observer_notify_breakpoint_modified (b);
13989
b60e7edf 13990 update_global_location_list (1);
fe3f5fa8
VP
13991}
13992
ef23e705
TJB
13993/* Find the SaL locations corresponding to the given ADDR_STRING.
13994 On return, FOUND will be 1 if any SaL was found, zero otherwise. */
13995
13996static struct symtabs_and_lines
13997addr_string_to_sals (struct breakpoint *b, char *addr_string, int *found)
13998{
13999 char *s;
02d20e4a 14000 struct symtabs_and_lines sals = {0};
f8eba3c6 14001 volatile struct gdb_exception e;
ef23e705 14002
983af33b 14003 gdb_assert (b->ops != NULL);
ef23e705 14004 s = addr_string;
ef23e705
TJB
14005
14006 TRY_CATCH (e, RETURN_MASK_ERROR)
14007 {
983af33b 14008 b->ops->decode_linespec (b, &s, &sals);
ef23e705
TJB
14009 }
14010 if (e.reason < 0)
14011 {
14012 int not_found_and_ok = 0;
14013 /* For pending breakpoints, it's expected that parsing will
14014 fail until the right shared library is loaded. User has
14015 already told to create pending breakpoints and don't need
14016 extra messages. If breakpoint is in bp_shlib_disabled
14017 state, then user already saw the message about that
14018 breakpoint being disabled, and don't want to see more
14019 errors. */
58438ac1 14020 if (e.error == NOT_FOUND_ERROR
ef23e705
TJB
14021 && (b->condition_not_parsed
14022 || (b->loc && b->loc->shlib_disabled)
f8eba3c6 14023 || (b->loc && b->loc->pspace->executing_startup)
ef23e705
TJB
14024 || b->enable_state == bp_disabled))
14025 not_found_and_ok = 1;
14026
14027 if (!not_found_and_ok)
14028 {
14029 /* We surely don't want to warn about the same breakpoint
14030 10 times. One solution, implemented here, is disable
14031 the breakpoint on error. Another solution would be to
14032 have separate 'warning emitted' flag. Since this
14033 happens only when a binary has changed, I don't know
14034 which approach is better. */
14035 b->enable_state = bp_disabled;
14036 throw_exception (e);
14037 }
14038 }
14039
58438ac1 14040 if (e.reason == 0 || e.error != NOT_FOUND_ERROR)
ef23e705 14041 {
f8eba3c6 14042 int i;
ef23e705 14043
f8eba3c6
TT
14044 for (i = 0; i < sals.nelts; ++i)
14045 resolve_sal_pc (&sals.sals[i]);
ef23e705
TJB
14046 if (b->condition_not_parsed && s && s[0])
14047 {
ed1d1739
KS
14048 char *cond_string, *extra_string;
14049 int thread, task;
ef23e705
TJB
14050
14051 find_condition_and_thread (s, sals.sals[0].pc,
e7e0cddf
SS
14052 &cond_string, &thread, &task,
14053 &extra_string);
ef23e705
TJB
14054 if (cond_string)
14055 b->cond_string = cond_string;
14056 b->thread = thread;
14057 b->task = task;
e7e0cddf
SS
14058 if (extra_string)
14059 b->extra_string = extra_string;
ef23e705
TJB
14060 b->condition_not_parsed = 0;
14061 }
14062
983af33b 14063 if (b->type == bp_static_tracepoint && !strace_marker_p (b))
ef23e705 14064 sals.sals[0] = update_static_tracepoint (b, sals.sals[0]);
ef23e705 14065
58438ac1
TT
14066 *found = 1;
14067 }
14068 else
14069 *found = 0;
ef23e705
TJB
14070
14071 return sals;
14072}
14073
348d480f
PA
14074/* The default re_set method, for typical hardware or software
14075 breakpoints. Reevaluate the breakpoint and recreate its
14076 locations. */
14077
14078static void
28010a5d 14079breakpoint_re_set_default (struct breakpoint *b)
ef23e705
TJB
14080{
14081 int found;
f1310107 14082 struct symtabs_and_lines sals, sals_end;
ef23e705 14083 struct symtabs_and_lines expanded = {0};
f1310107 14084 struct symtabs_and_lines expanded_end = {0};
ef23e705
TJB
14085
14086 sals = addr_string_to_sals (b, b->addr_string, &found);
14087 if (found)
14088 {
14089 make_cleanup (xfree, sals.sals);
f8eba3c6 14090 expanded = sals;
ef23e705
TJB
14091 }
14092
f1310107
TJB
14093 if (b->addr_string_range_end)
14094 {
14095 sals_end = addr_string_to_sals (b, b->addr_string_range_end, &found);
14096 if (found)
14097 {
14098 make_cleanup (xfree, sals_end.sals);
f8eba3c6 14099 expanded_end = sals_end;
f1310107
TJB
14100 }
14101 }
14102
14103 update_breakpoint_locations (b, expanded, expanded_end);
28010a5d
PA
14104}
14105
983af33b
SDJ
14106/* Default method for creating SALs from an address string. It basically
14107 calls parse_breakpoint_sals. Return 1 for success, zero for failure. */
14108
14109static void
14110create_sals_from_address_default (char **arg,
14111 struct linespec_result *canonical,
14112 enum bptype type_wanted,
14113 char *addr_start, char **copy_arg)
14114{
14115 parse_breakpoint_sals (arg, canonical);
14116}
14117
14118/* Call create_breakpoints_sal for the given arguments. This is the default
14119 function for the `create_breakpoints_sal' method of
14120 breakpoint_ops. */
14121
14122static void
14123create_breakpoints_sal_default (struct gdbarch *gdbarch,
14124 struct linespec_result *canonical,
14125 struct linespec_sals *lsal,
14126 char *cond_string,
e7e0cddf 14127 char *extra_string,
983af33b
SDJ
14128 enum bptype type_wanted,
14129 enum bpdisp disposition,
14130 int thread,
14131 int task, int ignore_count,
14132 const struct breakpoint_ops *ops,
14133 int from_tty, int enabled,
44f238bb 14134 int internal, unsigned flags)
983af33b
SDJ
14135{
14136 create_breakpoints_sal (gdbarch, canonical, cond_string,
e7e0cddf 14137 extra_string,
983af33b
SDJ
14138 type_wanted, disposition,
14139 thread, task, ignore_count, ops, from_tty,
44f238bb 14140 enabled, internal, flags);
983af33b
SDJ
14141}
14142
14143/* Decode the line represented by S by calling decode_line_full. This is the
14144 default function for the `decode_linespec' method of breakpoint_ops. */
14145
14146static void
14147decode_linespec_default (struct breakpoint *b, char **s,
14148 struct symtabs_and_lines *sals)
14149{
14150 struct linespec_result canonical;
14151
14152 init_linespec_result (&canonical);
14153 decode_line_full (s, DECODE_LINE_FUNFIRSTLINE,
14154 (struct symtab *) NULL, 0,
14155 &canonical, multiple_symbols_all,
14156 b->filter);
14157
14158 /* We should get 0 or 1 resulting SALs. */
14159 gdb_assert (VEC_length (linespec_sals, canonical.sals) < 2);
14160
14161 if (VEC_length (linespec_sals, canonical.sals) > 0)
14162 {
14163 struct linespec_sals *lsal;
14164
14165 lsal = VEC_index (linespec_sals, canonical.sals, 0);
14166 *sals = lsal->sals;
14167 /* Arrange it so the destructor does not free the
14168 contents. */
14169 lsal->sals.sals = NULL;
14170 }
14171
14172 destroy_linespec_result (&canonical);
14173}
14174
28010a5d
PA
14175/* Prepare the global context for a re-set of breakpoint B. */
14176
14177static struct cleanup *
14178prepare_re_set_context (struct breakpoint *b)
14179{
14180 struct cleanup *cleanups;
14181
14182 input_radix = b->input_radix;
14183 cleanups = save_current_space_and_thread ();
f8eba3c6
TT
14184 if (b->pspace != NULL)
14185 switch_to_program_space_and_thread (b->pspace);
28010a5d
PA
14186 set_language (b->language);
14187
14188 return cleanups;
ef23e705
TJB
14189}
14190
c906108c
SS
14191/* Reset a breakpoint given it's struct breakpoint * BINT.
14192 The value we return ends up being the return value from catch_errors.
14193 Unused in this case. */
14194
14195static int
4efb68b1 14196breakpoint_re_set_one (void *bint)
c906108c 14197{
4a64f543 14198 /* Get past catch_errs. */
53a5351d 14199 struct breakpoint *b = (struct breakpoint *) bint;
348d480f 14200 struct cleanup *cleanups;
c906108c 14201
348d480f
PA
14202 cleanups = prepare_re_set_context (b);
14203 b->ops->re_set (b);
14204 do_cleanups (cleanups);
c906108c
SS
14205 return 0;
14206}
14207
69de3c6a 14208/* Re-set all breakpoints after symbols have been re-loaded. */
c906108c 14209void
69de3c6a 14210breakpoint_re_set (void)
c906108c 14211{
35df4500 14212 struct breakpoint *b, *b_tmp;
c906108c
SS
14213 enum language save_language;
14214 int save_input_radix;
6c95b8df 14215 struct cleanup *old_chain;
c5aa993b 14216
c906108c
SS
14217 save_language = current_language->la_language;
14218 save_input_radix = input_radix;
6c95b8df
PA
14219 old_chain = save_current_program_space ();
14220
35df4500 14221 ALL_BREAKPOINTS_SAFE (b, b_tmp)
c5aa993b 14222 {
4a64f543 14223 /* Format possible error msg. */
fe3f5fa8 14224 char *message = xstrprintf ("Error in re-setting breakpoint %d: ",
9ebf4acf
AC
14225 b->number);
14226 struct cleanup *cleanups = make_cleanup (xfree, message);
c5aa993b 14227 catch_errors (breakpoint_re_set_one, b, message, RETURN_MASK_ALL);
9ebf4acf 14228 do_cleanups (cleanups);
c5aa993b 14229 }
c906108c
SS
14230 set_language (save_language);
14231 input_radix = save_input_radix;
e62c965a 14232
0756c555 14233 jit_breakpoint_re_set ();
4efc6507 14234
6c95b8df
PA
14235 do_cleanups (old_chain);
14236
af02033e
PP
14237 create_overlay_event_breakpoint ();
14238 create_longjmp_master_breakpoint ();
14239 create_std_terminate_master_breakpoint ();
186c406b 14240 create_exception_master_breakpoint ();
c906108c
SS
14241}
14242\f
c906108c
SS
14243/* Reset the thread number of this breakpoint:
14244
14245 - If the breakpoint is for all threads, leave it as-is.
4a64f543 14246 - Else, reset it to the current thread for inferior_ptid. */
c906108c 14247void
fba45db2 14248breakpoint_re_set_thread (struct breakpoint *b)
c906108c
SS
14249{
14250 if (b->thread != -1)
14251 {
39f77062
KB
14252 if (in_thread_list (inferior_ptid))
14253 b->thread = pid_to_thread_id (inferior_ptid);
6c95b8df
PA
14254
14255 /* We're being called after following a fork. The new fork is
14256 selected as current, and unless this was a vfork will have a
14257 different program space from the original thread. Reset that
14258 as well. */
14259 b->loc->pspace = current_program_space;
c906108c
SS
14260 }
14261}
14262
03ac34d5
MS
14263/* Set ignore-count of breakpoint number BPTNUM to COUNT.
14264 If from_tty is nonzero, it prints a message to that effect,
14265 which ends with a period (no newline). */
14266
c906108c 14267void
fba45db2 14268set_ignore_count (int bptnum, int count, int from_tty)
c906108c 14269{
52f0bd74 14270 struct breakpoint *b;
c906108c
SS
14271
14272 if (count < 0)
14273 count = 0;
14274
14275 ALL_BREAKPOINTS (b)
14276 if (b->number == bptnum)
c5aa993b 14277 {
d77f58be
SS
14278 if (is_tracepoint (b))
14279 {
14280 if (from_tty && count != 0)
14281 printf_filtered (_("Ignore count ignored for tracepoint %d."),
14282 bptnum);
14283 return;
14284 }
14285
c5aa993b 14286 b->ignore_count = count;
221ea385
KS
14287 if (from_tty)
14288 {
14289 if (count == 0)
3e43a32a
MS
14290 printf_filtered (_("Will stop next time "
14291 "breakpoint %d is reached."),
221ea385
KS
14292 bptnum);
14293 else if (count == 1)
a3f17187 14294 printf_filtered (_("Will ignore next crossing of breakpoint %d."),
221ea385
KS
14295 bptnum);
14296 else
3e43a32a
MS
14297 printf_filtered (_("Will ignore next %d "
14298 "crossings of breakpoint %d."),
221ea385
KS
14299 count, bptnum);
14300 }
8d3788bd 14301 observer_notify_breakpoint_modified (b);
c5aa993b
JM
14302 return;
14303 }
c906108c 14304
8a3fe4f8 14305 error (_("No breakpoint number %d."), bptnum);
c906108c
SS
14306}
14307
c906108c
SS
14308/* Command to set ignore-count of breakpoint N to COUNT. */
14309
14310static void
fba45db2 14311ignore_command (char *args, int from_tty)
c906108c
SS
14312{
14313 char *p = args;
52f0bd74 14314 int num;
c906108c
SS
14315
14316 if (p == 0)
e2e0b3e5 14317 error_no_arg (_("a breakpoint number"));
c5aa993b 14318
c906108c 14319 num = get_number (&p);
5c44784c 14320 if (num == 0)
8a3fe4f8 14321 error (_("bad breakpoint number: '%s'"), args);
c906108c 14322 if (*p == 0)
8a3fe4f8 14323 error (_("Second argument (specified ignore-count) is missing."));
c906108c
SS
14324
14325 set_ignore_count (num,
14326 longest_to_int (value_as_long (parse_and_eval (p))),
14327 from_tty);
221ea385
KS
14328 if (from_tty)
14329 printf_filtered ("\n");
c906108c
SS
14330}
14331\f
14332/* Call FUNCTION on each of the breakpoints
14333 whose numbers are given in ARGS. */
14334
14335static void
95a42b64
TT
14336map_breakpoint_numbers (char *args, void (*function) (struct breakpoint *,
14337 void *),
14338 void *data)
c906108c 14339{
52f0bd74
AC
14340 int num;
14341 struct breakpoint *b, *tmp;
11cf8741 14342 int match;
197f0a60 14343 struct get_number_or_range_state state;
c906108c 14344
197f0a60 14345 if (args == 0)
e2e0b3e5 14346 error_no_arg (_("one or more breakpoint numbers"));
c906108c 14347
197f0a60
TT
14348 init_number_or_range (&state, args);
14349
14350 while (!state.finished)
c906108c 14351 {
197f0a60
TT
14352 char *p = state.string;
14353
11cf8741 14354 match = 0;
c5aa993b 14355
197f0a60 14356 num = get_number_or_range (&state);
5c44784c 14357 if (num == 0)
c5aa993b 14358 {
8a3fe4f8 14359 warning (_("bad breakpoint number at or near '%s'"), p);
5c44784c
JM
14360 }
14361 else
14362 {
14363 ALL_BREAKPOINTS_SAFE (b, tmp)
14364 if (b->number == num)
14365 {
11cf8741 14366 match = 1;
cdac0397 14367 function (b, data);
11cf8741 14368 break;
5c44784c 14369 }
11cf8741 14370 if (match == 0)
a3f17187 14371 printf_unfiltered (_("No breakpoint number %d.\n"), num);
c5aa993b 14372 }
c906108c
SS
14373 }
14374}
14375
0d381245
VP
14376static struct bp_location *
14377find_location_by_number (char *number)
14378{
14379 char *dot = strchr (number, '.');
14380 char *p1;
14381 int bp_num;
14382 int loc_num;
14383 struct breakpoint *b;
14384 struct bp_location *loc;
14385
14386 *dot = '\0';
14387
14388 p1 = number;
197f0a60 14389 bp_num = get_number (&p1);
0d381245
VP
14390 if (bp_num == 0)
14391 error (_("Bad breakpoint number '%s'"), number);
14392
14393 ALL_BREAKPOINTS (b)
14394 if (b->number == bp_num)
14395 {
14396 break;
14397 }
14398
14399 if (!b || b->number != bp_num)
14400 error (_("Bad breakpoint number '%s'"), number);
14401
14402 p1 = dot+1;
197f0a60 14403 loc_num = get_number (&p1);
0d381245
VP
14404 if (loc_num == 0)
14405 error (_("Bad breakpoint location number '%s'"), number);
14406
14407 --loc_num;
14408 loc = b->loc;
14409 for (;loc_num && loc; --loc_num, loc = loc->next)
14410 ;
14411 if (!loc)
14412 error (_("Bad breakpoint location number '%s'"), dot+1);
14413
14414 return loc;
14415}
14416
14417
1900040c
MS
14418/* Set ignore-count of breakpoint number BPTNUM to COUNT.
14419 If from_tty is nonzero, it prints a message to that effect,
14420 which ends with a period (no newline). */
14421
c906108c 14422void
fba45db2 14423disable_breakpoint (struct breakpoint *bpt)
c906108c
SS
14424{
14425 /* Never disable a watchpoint scope breakpoint; we want to
14426 hit them when we leave scope so we can delete both the
14427 watchpoint and its scope breakpoint at that time. */
14428 if (bpt->type == bp_watchpoint_scope)
14429 return;
14430
c2c6d25f 14431 /* You can't disable permanent breakpoints. */
b5de0fa7 14432 if (bpt->enable_state == bp_permanent)
c2c6d25f
JM
14433 return;
14434
b5de0fa7 14435 bpt->enable_state = bp_disabled;
c906108c 14436
b775012e
LM
14437 /* Mark breakpoint locations modified. */
14438 mark_breakpoint_modified (bpt);
14439
d248b706
KY
14440 if (target_supports_enable_disable_tracepoint ()
14441 && current_trace_status ()->running && is_tracepoint (bpt))
14442 {
14443 struct bp_location *location;
14444
14445 for (location = bpt->loc; location; location = location->next)
14446 target_disable_tracepoint (location);
14447 }
14448
b60e7edf 14449 update_global_location_list (0);
c906108c 14450
8d3788bd 14451 observer_notify_breakpoint_modified (bpt);
c906108c
SS
14452}
14453
51be5b68
PA
14454/* A callback for iterate_over_related_breakpoints. */
14455
14456static void
14457do_disable_breakpoint (struct breakpoint *b, void *ignore)
14458{
14459 disable_breakpoint (b);
14460}
14461
95a42b64
TT
14462/* A callback for map_breakpoint_numbers that calls
14463 disable_breakpoint. */
14464
14465static void
14466do_map_disable_breakpoint (struct breakpoint *b, void *ignore)
14467{
51be5b68 14468 iterate_over_related_breakpoints (b, do_disable_breakpoint, NULL);
95a42b64
TT
14469}
14470
c906108c 14471static void
fba45db2 14472disable_command (char *args, int from_tty)
c906108c 14473{
c906108c 14474 if (args == 0)
46c6471b
PA
14475 {
14476 struct breakpoint *bpt;
14477
14478 ALL_BREAKPOINTS (bpt)
14479 if (user_breakpoint_p (bpt))
14480 disable_breakpoint (bpt);
14481 }
0d381245
VP
14482 else if (strchr (args, '.'))
14483 {
14484 struct bp_location *loc = find_location_by_number (args);
14485 if (loc)
d248b706 14486 {
b775012e
LM
14487 if (loc->enabled)
14488 {
14489 loc->enabled = 0;
14490 mark_breakpoint_location_modified (loc);
14491 }
d248b706
KY
14492 if (target_supports_enable_disable_tracepoint ()
14493 && current_trace_status ()->running && loc->owner
14494 && is_tracepoint (loc->owner))
14495 target_disable_tracepoint (loc);
14496 }
b60e7edf 14497 update_global_location_list (0);
0d381245 14498 }
c906108c 14499 else
95a42b64 14500 map_breakpoint_numbers (args, do_map_disable_breakpoint, NULL);
c906108c
SS
14501}
14502
14503static void
816338b5
SS
14504enable_breakpoint_disp (struct breakpoint *bpt, enum bpdisp disposition,
14505 int count)
c906108c 14506{
afe38095 14507 int target_resources_ok;
c906108c
SS
14508
14509 if (bpt->type == bp_hardware_breakpoint)
14510 {
14511 int i;
c5aa993b 14512 i = hw_breakpoint_used_count ();
53a5351d 14513 target_resources_ok =
d92524f1 14514 target_can_use_hardware_watchpoint (bp_hardware_breakpoint,
53a5351d 14515 i + 1, 0);
c906108c 14516 if (target_resources_ok == 0)
8a3fe4f8 14517 error (_("No hardware breakpoint support in the target."));
c906108c 14518 else if (target_resources_ok < 0)
8a3fe4f8 14519 error (_("Hardware breakpoints used exceeds limit."));
c906108c
SS
14520 }
14521
cc60f2e3 14522 if (is_watchpoint (bpt))
c906108c 14523 {
d07205c2
JK
14524 /* Initialize it just to avoid a GCC false warning. */
14525 enum enable_state orig_enable_state = 0;
bfd189b1 14526 volatile struct gdb_exception e;
dde02812
ES
14527
14528 TRY_CATCH (e, RETURN_MASK_ALL)
c906108c 14529 {
3a5c3e22
PA
14530 struct watchpoint *w = (struct watchpoint *) bpt;
14531
1e718ff1
TJB
14532 orig_enable_state = bpt->enable_state;
14533 bpt->enable_state = bp_enabled;
3a5c3e22 14534 update_watchpoint (w, 1 /* reparse */);
c906108c 14535 }
dde02812 14536 if (e.reason < 0)
c5aa993b 14537 {
1e718ff1 14538 bpt->enable_state = orig_enable_state;
dde02812
ES
14539 exception_fprintf (gdb_stderr, e, _("Cannot enable watchpoint %d: "),
14540 bpt->number);
14541 return;
c5aa993b 14542 }
c906108c 14543 }
0101ce28 14544
b4c291bb
KH
14545 if (bpt->enable_state != bp_permanent)
14546 bpt->enable_state = bp_enabled;
d248b706 14547
b775012e
LM
14548 bpt->enable_state = bp_enabled;
14549
14550 /* Mark breakpoint locations modified. */
14551 mark_breakpoint_modified (bpt);
14552
d248b706
KY
14553 if (target_supports_enable_disable_tracepoint ()
14554 && current_trace_status ()->running && is_tracepoint (bpt))
14555 {
14556 struct bp_location *location;
14557
14558 for (location = bpt->loc; location; location = location->next)
14559 target_enable_tracepoint (location);
14560 }
14561
b4c291bb 14562 bpt->disposition = disposition;
816338b5 14563 bpt->enable_count = count;
b60e7edf 14564 update_global_location_list (1);
9c97429f 14565
8d3788bd 14566 observer_notify_breakpoint_modified (bpt);
c906108c
SS
14567}
14568
fe3f5fa8 14569
c906108c 14570void
fba45db2 14571enable_breakpoint (struct breakpoint *bpt)
c906108c 14572{
816338b5 14573 enable_breakpoint_disp (bpt, bpt->disposition, 0);
51be5b68
PA
14574}
14575
14576static void
14577do_enable_breakpoint (struct breakpoint *bpt, void *arg)
14578{
14579 enable_breakpoint (bpt);
c906108c
SS
14580}
14581
95a42b64
TT
14582/* A callback for map_breakpoint_numbers that calls
14583 enable_breakpoint. */
14584
14585static void
14586do_map_enable_breakpoint (struct breakpoint *b, void *ignore)
14587{
51be5b68 14588 iterate_over_related_breakpoints (b, do_enable_breakpoint, NULL);
95a42b64
TT
14589}
14590
c906108c
SS
14591/* The enable command enables the specified breakpoints (or all defined
14592 breakpoints) so they once again become (or continue to be) effective
1272ad14 14593 in stopping the inferior. */
c906108c 14594
c906108c 14595static void
fba45db2 14596enable_command (char *args, int from_tty)
c906108c 14597{
c906108c 14598 if (args == 0)
46c6471b
PA
14599 {
14600 struct breakpoint *bpt;
14601
14602 ALL_BREAKPOINTS (bpt)
14603 if (user_breakpoint_p (bpt))
14604 enable_breakpoint (bpt);
14605 }
0d381245
VP
14606 else if (strchr (args, '.'))
14607 {
14608 struct bp_location *loc = find_location_by_number (args);
14609 if (loc)
d248b706 14610 {
b775012e
LM
14611 if (!loc->enabled)
14612 {
14613 loc->enabled = 1;
14614 mark_breakpoint_location_modified (loc);
14615 }
d248b706
KY
14616 if (target_supports_enable_disable_tracepoint ()
14617 && current_trace_status ()->running && loc->owner
14618 && is_tracepoint (loc->owner))
14619 target_enable_tracepoint (loc);
14620 }
b60e7edf 14621 update_global_location_list (1);
0d381245 14622 }
c906108c 14623 else
95a42b64 14624 map_breakpoint_numbers (args, do_map_enable_breakpoint, NULL);
c906108c
SS
14625}
14626
816338b5
SS
14627/* This struct packages up disposition data for application to multiple
14628 breakpoints. */
14629
14630struct disp_data
14631{
14632 enum bpdisp disp;
14633 int count;
14634};
14635
c906108c 14636static void
51be5b68
PA
14637do_enable_breakpoint_disp (struct breakpoint *bpt, void *arg)
14638{
816338b5 14639 struct disp_data disp_data = *(struct disp_data *) arg;
51be5b68 14640
816338b5 14641 enable_breakpoint_disp (bpt, disp_data.disp, disp_data.count);
51be5b68
PA
14642}
14643
14644static void
14645do_map_enable_once_breakpoint (struct breakpoint *bpt, void *ignore)
c906108c 14646{
816338b5 14647 struct disp_data disp = { disp_disable, 1 };
51be5b68
PA
14648
14649 iterate_over_related_breakpoints (bpt, do_enable_breakpoint_disp, &disp);
c906108c
SS
14650}
14651
c906108c 14652static void
fba45db2 14653enable_once_command (char *args, int from_tty)
c906108c 14654{
51be5b68 14655 map_breakpoint_numbers (args, do_map_enable_once_breakpoint, NULL);
c906108c
SS
14656}
14657
816338b5
SS
14658static void
14659do_map_enable_count_breakpoint (struct breakpoint *bpt, void *countptr)
14660{
14661 struct disp_data disp = { disp_disable, *(int *) countptr };
14662
14663 iterate_over_related_breakpoints (bpt, do_enable_breakpoint_disp, &disp);
14664}
14665
14666static void
14667enable_count_command (char *args, int from_tty)
14668{
14669 int count = get_number (&args);
14670
14671 map_breakpoint_numbers (args, do_map_enable_count_breakpoint, &count);
14672}
14673
c906108c 14674static void
51be5b68 14675do_map_enable_delete_breakpoint (struct breakpoint *bpt, void *ignore)
c906108c 14676{
816338b5 14677 struct disp_data disp = { disp_del, 1 };
51be5b68
PA
14678
14679 iterate_over_related_breakpoints (bpt, do_enable_breakpoint_disp, &disp);
c906108c
SS
14680}
14681
c906108c 14682static void
fba45db2 14683enable_delete_command (char *args, int from_tty)
c906108c 14684{
51be5b68 14685 map_breakpoint_numbers (args, do_map_enable_delete_breakpoint, NULL);
c906108c
SS
14686}
14687\f
fa8d40ab
JJ
14688static void
14689set_breakpoint_cmd (char *args, int from_tty)
14690{
14691}
14692
14693static void
14694show_breakpoint_cmd (char *args, int from_tty)
14695{
14696}
14697
1f3b5d1b
PP
14698/* Invalidate last known value of any hardware watchpoint if
14699 the memory which that value represents has been written to by
14700 GDB itself. */
14701
14702static void
8de0566d
YQ
14703invalidate_bp_value_on_memory_change (struct inferior *inferior,
14704 CORE_ADDR addr, ssize_t len,
1f3b5d1b
PP
14705 const bfd_byte *data)
14706{
14707 struct breakpoint *bp;
14708
14709 ALL_BREAKPOINTS (bp)
14710 if (bp->enable_state == bp_enabled
3a5c3e22 14711 && bp->type == bp_hardware_watchpoint)
1f3b5d1b 14712 {
3a5c3e22 14713 struct watchpoint *wp = (struct watchpoint *) bp;
1f3b5d1b 14714
3a5c3e22
PA
14715 if (wp->val_valid && wp->val)
14716 {
14717 struct bp_location *loc;
14718
14719 for (loc = bp->loc; loc != NULL; loc = loc->next)
14720 if (loc->loc_type == bp_loc_hardware_watchpoint
14721 && loc->address + loc->length > addr
14722 && addr + len > loc->address)
14723 {
14724 value_free (wp->val);
14725 wp->val = NULL;
14726 wp->val_valid = 0;
14727 }
14728 }
1f3b5d1b
PP
14729 }
14730}
14731
8181d85f
DJ
14732/* Create and insert a raw software breakpoint at PC. Return an
14733 identifier, which should be used to remove the breakpoint later.
14734 In general, places which call this should be using something on the
14735 breakpoint chain instead; this function should be eliminated
14736 someday. */
14737
14738void *
6c95b8df
PA
14739deprecated_insert_raw_breakpoint (struct gdbarch *gdbarch,
14740 struct address_space *aspace, CORE_ADDR pc)
8181d85f
DJ
14741{
14742 struct bp_target_info *bp_tgt;
14743
6c95b8df 14744 bp_tgt = XZALLOC (struct bp_target_info);
8181d85f 14745
6c95b8df 14746 bp_tgt->placed_address_space = aspace;
8181d85f 14747 bp_tgt->placed_address = pc;
6c95b8df 14748
a6d9a66e 14749 if (target_insert_breakpoint (gdbarch, bp_tgt) != 0)
8181d85f
DJ
14750 {
14751 /* Could not insert the breakpoint. */
14752 xfree (bp_tgt);
14753 return NULL;
14754 }
14755
14756 return bp_tgt;
14757}
14758
4a64f543
MS
14759/* Remove a breakpoint BP inserted by
14760 deprecated_insert_raw_breakpoint. */
8181d85f
DJ
14761
14762int
a6d9a66e 14763deprecated_remove_raw_breakpoint (struct gdbarch *gdbarch, void *bp)
8181d85f
DJ
14764{
14765 struct bp_target_info *bp_tgt = bp;
14766 int ret;
14767
a6d9a66e 14768 ret = target_remove_breakpoint (gdbarch, bp_tgt);
8181d85f
DJ
14769 xfree (bp_tgt);
14770
14771 return ret;
14772}
14773
4a64f543
MS
14774/* One (or perhaps two) breakpoints used for software single
14775 stepping. */
8181d85f
DJ
14776
14777static void *single_step_breakpoints[2];
a6d9a66e 14778static struct gdbarch *single_step_gdbarch[2];
8181d85f
DJ
14779
14780/* Create and insert a breakpoint for software single step. */
14781
14782void
6c95b8df 14783insert_single_step_breakpoint (struct gdbarch *gdbarch,
4a64f543
MS
14784 struct address_space *aspace,
14785 CORE_ADDR next_pc)
8181d85f
DJ
14786{
14787 void **bpt_p;
14788
14789 if (single_step_breakpoints[0] == NULL)
a6d9a66e
UW
14790 {
14791 bpt_p = &single_step_breakpoints[0];
14792 single_step_gdbarch[0] = gdbarch;
14793 }
8181d85f
DJ
14794 else
14795 {
14796 gdb_assert (single_step_breakpoints[1] == NULL);
14797 bpt_p = &single_step_breakpoints[1];
a6d9a66e 14798 single_step_gdbarch[1] = gdbarch;
8181d85f
DJ
14799 }
14800
4a64f543
MS
14801 /* NOTE drow/2006-04-11: A future improvement to this function would
14802 be to only create the breakpoints once, and actually put them on
14803 the breakpoint chain. That would let us use set_raw_breakpoint.
14804 We could adjust the addresses each time they were needed. Doing
14805 this requires corresponding changes elsewhere where single step
14806 breakpoints are handled, however. So, for now, we use this. */
8181d85f 14807
6c95b8df 14808 *bpt_p = deprecated_insert_raw_breakpoint (gdbarch, aspace, next_pc);
8181d85f 14809 if (*bpt_p == NULL)
5af949e3
UW
14810 error (_("Could not insert single-step breakpoint at %s"),
14811 paddress (gdbarch, next_pc));
8181d85f
DJ
14812}
14813
f02253f1
HZ
14814/* Check if the breakpoints used for software single stepping
14815 were inserted or not. */
14816
14817int
14818single_step_breakpoints_inserted (void)
14819{
14820 return (single_step_breakpoints[0] != NULL
14821 || single_step_breakpoints[1] != NULL);
14822}
14823
8181d85f
DJ
14824/* Remove and delete any breakpoints used for software single step. */
14825
14826void
14827remove_single_step_breakpoints (void)
14828{
14829 gdb_assert (single_step_breakpoints[0] != NULL);
14830
14831 /* See insert_single_step_breakpoint for more about this deprecated
14832 call. */
a6d9a66e
UW
14833 deprecated_remove_raw_breakpoint (single_step_gdbarch[0],
14834 single_step_breakpoints[0]);
14835 single_step_gdbarch[0] = NULL;
8181d85f
DJ
14836 single_step_breakpoints[0] = NULL;
14837
14838 if (single_step_breakpoints[1] != NULL)
14839 {
a6d9a66e
UW
14840 deprecated_remove_raw_breakpoint (single_step_gdbarch[1],
14841 single_step_breakpoints[1]);
14842 single_step_gdbarch[1] = NULL;
8181d85f
DJ
14843 single_step_breakpoints[1] = NULL;
14844 }
14845}
14846
d03285ec
UW
14847/* Delete software single step breakpoints without removing them from
14848 the inferior. This is intended to be used if the inferior's address
14849 space where they were inserted is already gone, e.g. after exit or
14850 exec. */
14851
14852void
14853cancel_single_step_breakpoints (void)
14854{
14855 int i;
14856
14857 for (i = 0; i < 2; i++)
14858 if (single_step_breakpoints[i])
14859 {
14860 xfree (single_step_breakpoints[i]);
14861 single_step_breakpoints[i] = NULL;
14862 single_step_gdbarch[i] = NULL;
14863 }
14864}
14865
14866/* Detach software single-step breakpoints from INFERIOR_PTID without
14867 removing them. */
14868
14869static void
14870detach_single_step_breakpoints (void)
14871{
14872 int i;
14873
14874 for (i = 0; i < 2; i++)
14875 if (single_step_breakpoints[i])
14876 target_remove_breakpoint (single_step_gdbarch[i],
14877 single_step_breakpoints[i]);
14878}
14879
4a64f543
MS
14880/* Check whether a software single-step breakpoint is inserted at
14881 PC. */
1aafd4da
UW
14882
14883static int
cc59ec59
MS
14884single_step_breakpoint_inserted_here_p (struct address_space *aspace,
14885 CORE_ADDR pc)
1aafd4da
UW
14886{
14887 int i;
14888
14889 for (i = 0; i < 2; i++)
14890 {
14891 struct bp_target_info *bp_tgt = single_step_breakpoints[i];
6c95b8df
PA
14892 if (bp_tgt
14893 && breakpoint_address_match (bp_tgt->placed_address_space,
14894 bp_tgt->placed_address,
14895 aspace, pc))
1aafd4da
UW
14896 return 1;
14897 }
14898
14899 return 0;
14900}
14901
a96d9b2e
SDJ
14902/* Returns 0 if 'bp' is NOT a syscall catchpoint,
14903 non-zero otherwise. */
14904static int
14905is_syscall_catchpoint_enabled (struct breakpoint *bp)
14906{
14907 if (syscall_catchpoint_p (bp)
14908 && bp->enable_state != bp_disabled
14909 && bp->enable_state != bp_call_disabled)
14910 return 1;
14911 else
14912 return 0;
14913}
14914
14915int
14916catch_syscall_enabled (void)
14917{
fa3064dd
YQ
14918 struct catch_syscall_inferior_data *inf_data
14919 = get_catch_syscall_inferior_data (current_inferior ());
a96d9b2e 14920
fa3064dd 14921 return inf_data->total_syscalls_count != 0;
a96d9b2e
SDJ
14922}
14923
14924int
14925catching_syscall_number (int syscall_number)
14926{
14927 struct breakpoint *bp;
14928
14929 ALL_BREAKPOINTS (bp)
14930 if (is_syscall_catchpoint_enabled (bp))
14931 {
be5c67c1
PA
14932 struct syscall_catchpoint *c = (struct syscall_catchpoint *) bp;
14933
14934 if (c->syscalls_to_be_caught)
a96d9b2e
SDJ
14935 {
14936 int i, iter;
14937 for (i = 0;
be5c67c1 14938 VEC_iterate (int, c->syscalls_to_be_caught, i, iter);
a96d9b2e
SDJ
14939 i++)
14940 if (syscall_number == iter)
14941 return 1;
14942 }
14943 else
14944 return 1;
14945 }
14946
14947 return 0;
14948}
14949
14950/* Complete syscall names. Used by "catch syscall". */
49c4e619 14951static VEC (char_ptr) *
a96d9b2e 14952catch_syscall_completer (struct cmd_list_element *cmd,
6f937416 14953 const char *text, const char *word)
a96d9b2e
SDJ
14954{
14955 const char **list = get_syscall_names ();
49c4e619 14956 VEC (char_ptr) *retlist
b45627a0 14957 = (list == NULL) ? NULL : complete_on_enum (list, word, word);
cc59ec59 14958
c38eea1a
MS
14959 xfree (list);
14960 return retlist;
a96d9b2e
SDJ
14961}
14962
1042e4c0
SS
14963/* Tracepoint-specific operations. */
14964
14965/* Set tracepoint count to NUM. */
14966static void
14967set_tracepoint_count (int num)
14968{
14969 tracepoint_count = num;
4fa62494 14970 set_internalvar_integer (lookup_internalvar ("tpnum"), num);
1042e4c0
SS
14971}
14972
70221824 14973static void
1042e4c0
SS
14974trace_command (char *arg, int from_tty)
14975{
55aa24fb
SDJ
14976 struct breakpoint_ops *ops;
14977 const char *arg_cp = arg;
14978
14979 if (arg && probe_linespec_to_ops (&arg_cp))
14980 ops = &tracepoint_probe_breakpoint_ops;
14981 else
14982 ops = &tracepoint_breakpoint_ops;
14983
558a9d82
YQ
14984 create_breakpoint (get_current_arch (),
14985 arg,
14986 NULL, 0, NULL, 1 /* parse arg */,
14987 0 /* tempflag */,
14988 bp_tracepoint /* type_wanted */,
14989 0 /* Ignore count */,
14990 pending_break_support,
14991 ops,
14992 from_tty,
14993 1 /* enabled */,
14994 0 /* internal */, 0);
1042e4c0
SS
14995}
14996
70221824 14997static void
7a697b8d
SS
14998ftrace_command (char *arg, int from_tty)
14999{
558a9d82
YQ
15000 create_breakpoint (get_current_arch (),
15001 arg,
15002 NULL, 0, NULL, 1 /* parse arg */,
15003 0 /* tempflag */,
15004 bp_fast_tracepoint /* type_wanted */,
15005 0 /* Ignore count */,
15006 pending_break_support,
15007 &tracepoint_breakpoint_ops,
15008 from_tty,
15009 1 /* enabled */,
15010 0 /* internal */, 0);
0fb4aa4b
PA
15011}
15012
15013/* strace command implementation. Creates a static tracepoint. */
15014
70221824 15015static void
0fb4aa4b
PA
15016strace_command (char *arg, int from_tty)
15017{
983af33b
SDJ
15018 struct breakpoint_ops *ops;
15019
15020 /* Decide if we are dealing with a static tracepoint marker (`-m'),
15021 or with a normal static tracepoint. */
15022 if (arg && strncmp (arg, "-m", 2) == 0 && isspace (arg[2]))
15023 ops = &strace_marker_breakpoint_ops;
15024 else
15025 ops = &tracepoint_breakpoint_ops;
15026
558a9d82
YQ
15027 create_breakpoint (get_current_arch (),
15028 arg,
15029 NULL, 0, NULL, 1 /* parse arg */,
15030 0 /* tempflag */,
15031 bp_static_tracepoint /* type_wanted */,
15032 0 /* Ignore count */,
15033 pending_break_support,
15034 ops,
15035 from_tty,
15036 1 /* enabled */,
15037 0 /* internal */, 0);
7a697b8d
SS
15038}
15039
409873ef
SS
15040/* Set up a fake reader function that gets command lines from a linked
15041 list that was acquired during tracepoint uploading. */
15042
15043static struct uploaded_tp *this_utp;
3149d8c1 15044static int next_cmd;
409873ef
SS
15045
15046static char *
15047read_uploaded_action (void)
15048{
15049 char *rslt;
15050
3149d8c1 15051 VEC_iterate (char_ptr, this_utp->cmd_strings, next_cmd, rslt);
409873ef 15052
3149d8c1 15053 next_cmd++;
409873ef
SS
15054
15055 return rslt;
15056}
15057
00bf0b85
SS
15058/* Given information about a tracepoint as recorded on a target (which
15059 can be either a live system or a trace file), attempt to create an
15060 equivalent GDB tracepoint. This is not a reliable process, since
15061 the target does not necessarily have all the information used when
15062 the tracepoint was originally defined. */
15063
d9b3f62e 15064struct tracepoint *
00bf0b85 15065create_tracepoint_from_upload (struct uploaded_tp *utp)
d5551862 15066{
409873ef 15067 char *addr_str, small_buf[100];
d9b3f62e 15068 struct tracepoint *tp;
fd9b8c24 15069
409873ef
SS
15070 if (utp->at_string)
15071 addr_str = utp->at_string;
15072 else
15073 {
15074 /* In the absence of a source location, fall back to raw
15075 address. Since there is no way to confirm that the address
15076 means the same thing as when the trace was started, warn the
15077 user. */
3e43a32a
MS
15078 warning (_("Uploaded tracepoint %d has no "
15079 "source location, using raw address"),
409873ef 15080 utp->number);
8c042590 15081 xsnprintf (small_buf, sizeof (small_buf), "*%s", hex_string (utp->addr));
409873ef
SS
15082 addr_str = small_buf;
15083 }
15084
15085 /* There's not much we can do with a sequence of bytecodes. */
15086 if (utp->cond && !utp->cond_string)
3e43a32a
MS
15087 warning (_("Uploaded tracepoint %d condition "
15088 "has no source form, ignoring it"),
409873ef 15089 utp->number);
d5551862 15090
8cdf0e15 15091 if (!create_breakpoint (get_current_arch (),
409873ef 15092 addr_str,
e7e0cddf
SS
15093 utp->cond_string, -1, NULL,
15094 0 /* parse cond/thread */,
8cdf0e15 15095 0 /* tempflag */,
0fb4aa4b 15096 utp->type /* type_wanted */,
8cdf0e15
VP
15097 0 /* Ignore count */,
15098 pending_break_support,
348d480f 15099 &tracepoint_breakpoint_ops,
8cdf0e15 15100 0 /* from_tty */,
84f4c1fe 15101 utp->enabled /* enabled */,
44f238bb
PA
15102 0 /* internal */,
15103 CREATE_BREAKPOINT_FLAGS_INSERTED))
fd9b8c24
PA
15104 return NULL;
15105
409873ef 15106 /* Get the tracepoint we just created. */
fd9b8c24
PA
15107 tp = get_tracepoint (tracepoint_count);
15108 gdb_assert (tp != NULL);
d5551862 15109
00bf0b85
SS
15110 if (utp->pass > 0)
15111 {
8c042590
PM
15112 xsnprintf (small_buf, sizeof (small_buf), "%d %d", utp->pass,
15113 tp->base.number);
00bf0b85 15114
409873ef 15115 trace_pass_command (small_buf, 0);
00bf0b85
SS
15116 }
15117
409873ef
SS
15118 /* If we have uploaded versions of the original commands, set up a
15119 special-purpose "reader" function and call the usual command line
15120 reader, then pass the result to the breakpoint command-setting
15121 function. */
3149d8c1 15122 if (!VEC_empty (char_ptr, utp->cmd_strings))
00bf0b85 15123 {
409873ef 15124 struct command_line *cmd_list;
00bf0b85 15125
409873ef 15126 this_utp = utp;
3149d8c1 15127 next_cmd = 0;
d5551862 15128
409873ef
SS
15129 cmd_list = read_command_lines_1 (read_uploaded_action, 1, NULL, NULL);
15130
d9b3f62e 15131 breakpoint_set_commands (&tp->base, cmd_list);
00bf0b85 15132 }
3149d8c1
SS
15133 else if (!VEC_empty (char_ptr, utp->actions)
15134 || !VEC_empty (char_ptr, utp->step_actions))
3e43a32a
MS
15135 warning (_("Uploaded tracepoint %d actions "
15136 "have no source form, ignoring them"),
409873ef 15137 utp->number);
00bf0b85 15138
f196051f
SS
15139 /* Copy any status information that might be available. */
15140 tp->base.hit_count = utp->hit_count;
15141 tp->traceframe_usage = utp->traceframe_usage;
15142
00bf0b85 15143 return tp;
d9b3f62e 15144}
00bf0b85 15145
1042e4c0
SS
15146/* Print information on tracepoint number TPNUM_EXP, or all if
15147 omitted. */
15148
15149static void
e5a67952 15150tracepoints_info (char *args, int from_tty)
1042e4c0 15151{
79a45e25 15152 struct ui_out *uiout = current_uiout;
e5a67952 15153 int num_printed;
1042e4c0 15154
e5a67952 15155 num_printed = breakpoint_1 (args, 0, is_tracepoint);
d77f58be
SS
15156
15157 if (num_printed == 0)
1042e4c0 15158 {
e5a67952 15159 if (args == NULL || *args == '\0')
d77f58be
SS
15160 ui_out_message (uiout, 0, "No tracepoints.\n");
15161 else
e5a67952 15162 ui_out_message (uiout, 0, "No tracepoint matching '%s'.\n", args);
1042e4c0 15163 }
ad443146
SS
15164
15165 default_collect_info ();
1042e4c0
SS
15166}
15167
4a64f543 15168/* The 'enable trace' command enables tracepoints.
1042e4c0
SS
15169 Not supported by all targets. */
15170static void
15171enable_trace_command (char *args, int from_tty)
15172{
15173 enable_command (args, from_tty);
15174}
15175
4a64f543 15176/* The 'disable trace' command disables tracepoints.
1042e4c0
SS
15177 Not supported by all targets. */
15178static void
15179disable_trace_command (char *args, int from_tty)
15180{
15181 disable_command (args, from_tty);
15182}
15183
4a64f543 15184/* Remove a tracepoint (or all if no argument). */
1042e4c0
SS
15185static void
15186delete_trace_command (char *arg, int from_tty)
15187{
35df4500 15188 struct breakpoint *b, *b_tmp;
1042e4c0
SS
15189
15190 dont_repeat ();
15191
15192 if (arg == 0)
15193 {
15194 int breaks_to_delete = 0;
15195
15196 /* Delete all breakpoints if no argument.
15197 Do not delete internal or call-dummy breakpoints, these
4a64f543
MS
15198 have to be deleted with an explicit breakpoint number
15199 argument. */
1042e4c0 15200 ALL_TRACEPOINTS (b)
46c6471b 15201 if (is_tracepoint (b) && user_breakpoint_p (b))
1042e4c0
SS
15202 {
15203 breaks_to_delete = 1;
15204 break;
15205 }
1042e4c0
SS
15206
15207 /* Ask user only if there are some breakpoints to delete. */
15208 if (!from_tty
15209 || (breaks_to_delete && query (_("Delete all tracepoints? "))))
15210 {
35df4500 15211 ALL_BREAKPOINTS_SAFE (b, b_tmp)
46c6471b 15212 if (is_tracepoint (b) && user_breakpoint_p (b))
1042e4c0 15213 delete_breakpoint (b);
1042e4c0
SS
15214 }
15215 }
15216 else
51be5b68 15217 map_breakpoint_numbers (arg, do_map_delete_breakpoint, NULL);
1042e4c0
SS
15218}
15219
197f0a60
TT
15220/* Helper function for trace_pass_command. */
15221
15222static void
d9b3f62e 15223trace_pass_set_count (struct tracepoint *tp, int count, int from_tty)
197f0a60 15224{
d9b3f62e 15225 tp->pass_count = count;
6f6484cd 15226 observer_notify_breakpoint_modified (&tp->base);
197f0a60
TT
15227 if (from_tty)
15228 printf_filtered (_("Setting tracepoint %d's passcount to %d\n"),
d9b3f62e 15229 tp->base.number, count);
197f0a60
TT
15230}
15231
1042e4c0
SS
15232/* Set passcount for tracepoint.
15233
15234 First command argument is passcount, second is tracepoint number.
15235 If tracepoint number omitted, apply to most recently defined.
15236 Also accepts special argument "all". */
15237
15238static void
15239trace_pass_command (char *args, int from_tty)
15240{
d9b3f62e 15241 struct tracepoint *t1;
1042e4c0 15242 unsigned int count;
1042e4c0
SS
15243
15244 if (args == 0 || *args == 0)
3e43a32a
MS
15245 error (_("passcount command requires an "
15246 "argument (count + optional TP num)"));
1042e4c0 15247
4a64f543 15248 count = strtoul (args, &args, 10); /* Count comes first, then TP num. */
1042e4c0 15249
529480d0 15250 args = skip_spaces (args);
1042e4c0
SS
15251 if (*args && strncasecmp (args, "all", 3) == 0)
15252 {
d9b3f62e
PA
15253 struct breakpoint *b;
15254
1042e4c0 15255 args += 3; /* Skip special argument "all". */
1042e4c0
SS
15256 if (*args)
15257 error (_("Junk at end of arguments."));
1042e4c0 15258
d9b3f62e 15259 ALL_TRACEPOINTS (b)
197f0a60 15260 {
d9b3f62e 15261 t1 = (struct tracepoint *) b;
197f0a60
TT
15262 trace_pass_set_count (t1, count, from_tty);
15263 }
15264 }
15265 else if (*args == '\0')
1042e4c0 15266 {
197f0a60 15267 t1 = get_tracepoint_by_number (&args, NULL, 1);
1042e4c0 15268 if (t1)
197f0a60
TT
15269 trace_pass_set_count (t1, count, from_tty);
15270 }
15271 else
15272 {
15273 struct get_number_or_range_state state;
15274
15275 init_number_or_range (&state, args);
15276 while (!state.finished)
1042e4c0 15277 {
197f0a60
TT
15278 t1 = get_tracepoint_by_number (&args, &state, 1);
15279 if (t1)
15280 trace_pass_set_count (t1, count, from_tty);
1042e4c0
SS
15281 }
15282 }
1042e4c0
SS
15283}
15284
d9b3f62e 15285struct tracepoint *
1042e4c0
SS
15286get_tracepoint (int num)
15287{
15288 struct breakpoint *t;
15289
15290 ALL_TRACEPOINTS (t)
15291 if (t->number == num)
d9b3f62e 15292 return (struct tracepoint *) t;
1042e4c0
SS
15293
15294 return NULL;
15295}
15296
d5551862
SS
15297/* Find the tracepoint with the given target-side number (which may be
15298 different from the tracepoint number after disconnecting and
15299 reconnecting). */
15300
d9b3f62e 15301struct tracepoint *
d5551862
SS
15302get_tracepoint_by_number_on_target (int num)
15303{
d9b3f62e 15304 struct breakpoint *b;
d5551862 15305
d9b3f62e
PA
15306 ALL_TRACEPOINTS (b)
15307 {
15308 struct tracepoint *t = (struct tracepoint *) b;
15309
15310 if (t->number_on_target == num)
15311 return t;
15312 }
d5551862
SS
15313
15314 return NULL;
15315}
15316
1042e4c0 15317/* Utility: parse a tracepoint number and look it up in the list.
197f0a60
TT
15318 If STATE is not NULL, use, get_number_or_range_state and ignore ARG.
15319 If OPTIONAL_P is true, then if the argument is missing, the most
1042e4c0 15320 recent tracepoint (tracepoint_count) is returned. */
d9b3f62e 15321struct tracepoint *
197f0a60
TT
15322get_tracepoint_by_number (char **arg,
15323 struct get_number_or_range_state *state,
15324 int optional_p)
1042e4c0 15325{
1042e4c0
SS
15326 struct breakpoint *t;
15327 int tpnum;
15328 char *instring = arg == NULL ? NULL : *arg;
15329
197f0a60
TT
15330 if (state)
15331 {
15332 gdb_assert (!state->finished);
15333 tpnum = get_number_or_range (state);
15334 }
15335 else if (arg == NULL || *arg == NULL || ! **arg)
1042e4c0
SS
15336 {
15337 if (optional_p)
15338 tpnum = tracepoint_count;
15339 else
15340 error_no_arg (_("tracepoint number"));
15341 }
15342 else
197f0a60 15343 tpnum = get_number (arg);
1042e4c0
SS
15344
15345 if (tpnum <= 0)
15346 {
15347 if (instring && *instring)
15348 printf_filtered (_("bad tracepoint number at or near '%s'\n"),
15349 instring);
15350 else
3e43a32a
MS
15351 printf_filtered (_("Tracepoint argument missing "
15352 "and no previous tracepoint\n"));
1042e4c0
SS
15353 return NULL;
15354 }
15355
15356 ALL_TRACEPOINTS (t)
15357 if (t->number == tpnum)
15358 {
d9b3f62e 15359 return (struct tracepoint *) t;
1042e4c0
SS
15360 }
15361
1042e4c0
SS
15362 printf_unfiltered ("No tracepoint number %d.\n", tpnum);
15363 return NULL;
15364}
15365
d9b3f62e
PA
15366void
15367print_recreate_thread (struct breakpoint *b, struct ui_file *fp)
15368{
15369 if (b->thread != -1)
15370 fprintf_unfiltered (fp, " thread %d", b->thread);
15371
15372 if (b->task != 0)
15373 fprintf_unfiltered (fp, " task %d", b->task);
15374
15375 fprintf_unfiltered (fp, "\n");
15376}
15377
6149aea9
PA
15378/* Save information on user settable breakpoints (watchpoints, etc) to
15379 a new script file named FILENAME. If FILTER is non-NULL, call it
15380 on each breakpoint and only include the ones for which it returns
15381 non-zero. */
15382
1042e4c0 15383static void
6149aea9
PA
15384save_breakpoints (char *filename, int from_tty,
15385 int (*filter) (const struct breakpoint *))
1042e4c0
SS
15386{
15387 struct breakpoint *tp;
6149aea9 15388 int any = 0;
a7bdde9e 15389 char *pathname;
1042e4c0 15390 struct cleanup *cleanup;
a7bdde9e 15391 struct ui_file *fp;
6149aea9 15392 int extra_trace_bits = 0;
1042e4c0 15393
6149aea9
PA
15394 if (filename == 0 || *filename == 0)
15395 error (_("Argument required (file name in which to save)"));
1042e4c0
SS
15396
15397 /* See if we have anything to save. */
6149aea9 15398 ALL_BREAKPOINTS (tp)
1042e4c0 15399 {
6149aea9 15400 /* Skip internal and momentary breakpoints. */
09d682a4 15401 if (!user_breakpoint_p (tp))
6149aea9
PA
15402 continue;
15403
15404 /* If we have a filter, only save the breakpoints it accepts. */
15405 if (filter && !filter (tp))
15406 continue;
15407
15408 any = 1;
15409
15410 if (is_tracepoint (tp))
15411 {
15412 extra_trace_bits = 1;
15413
15414 /* We can stop searching. */
15415 break;
15416 }
1042e4c0 15417 }
6149aea9
PA
15418
15419 if (!any)
1042e4c0 15420 {
6149aea9 15421 warning (_("Nothing to save."));
1042e4c0
SS
15422 return;
15423 }
15424
6149aea9 15425 pathname = tilde_expand (filename);
1042e4c0 15426 cleanup = make_cleanup (xfree, pathname);
a7bdde9e 15427 fp = gdb_fopen (pathname, "w");
059fb39f 15428 if (!fp)
6149aea9
PA
15429 error (_("Unable to open file '%s' for saving (%s)"),
15430 filename, safe_strerror (errno));
a7bdde9e 15431 make_cleanup_ui_file_delete (fp);
8bf6485c 15432
6149aea9
PA
15433 if (extra_trace_bits)
15434 save_trace_state_variables (fp);
8bf6485c 15435
6149aea9 15436 ALL_BREAKPOINTS (tp)
1042e4c0 15437 {
6149aea9 15438 /* Skip internal and momentary breakpoints. */
09d682a4 15439 if (!user_breakpoint_p (tp))
6149aea9 15440 continue;
8bf6485c 15441
6149aea9
PA
15442 /* If we have a filter, only save the breakpoints it accepts. */
15443 if (filter && !filter (tp))
15444 continue;
15445
348d480f 15446 tp->ops->print_recreate (tp, fp);
1042e4c0 15447
6149aea9
PA
15448 /* Note, we can't rely on tp->number for anything, as we can't
15449 assume the recreated breakpoint numbers will match. Use $bpnum
15450 instead. */
15451
15452 if (tp->cond_string)
15453 fprintf_unfiltered (fp, " condition $bpnum %s\n", tp->cond_string);
15454
15455 if (tp->ignore_count)
15456 fprintf_unfiltered (fp, " ignore $bpnum %d\n", tp->ignore_count);
15457
2d9442cc 15458 if (tp->type != bp_dprintf && tp->commands)
1042e4c0 15459 {
a7bdde9e
VP
15460 volatile struct gdb_exception ex;
15461
6149aea9 15462 fprintf_unfiltered (fp, " commands\n");
a7bdde9e 15463
79a45e25 15464 ui_out_redirect (current_uiout, fp);
14dba4b4 15465 TRY_CATCH (ex, RETURN_MASK_ALL)
1042e4c0 15466 {
79a45e25 15467 print_command_lines (current_uiout, tp->commands->commands, 2);
a7bdde9e 15468 }
79a45e25 15469 ui_out_redirect (current_uiout, NULL);
1042e4c0 15470
a7bdde9e
VP
15471 if (ex.reason < 0)
15472 throw_exception (ex);
1042e4c0 15473
a7bdde9e 15474 fprintf_unfiltered (fp, " end\n");
1042e4c0 15475 }
6149aea9
PA
15476
15477 if (tp->enable_state == bp_disabled)
15478 fprintf_unfiltered (fp, "disable\n");
15479
15480 /* If this is a multi-location breakpoint, check if the locations
15481 should be individually disabled. Watchpoint locations are
15482 special, and not user visible. */
15483 if (!is_watchpoint (tp) && tp->loc && tp->loc->next)
15484 {
15485 struct bp_location *loc;
15486 int n = 1;
15487
15488 for (loc = tp->loc; loc != NULL; loc = loc->next, n++)
15489 if (!loc->enabled)
15490 fprintf_unfiltered (fp, "disable $bpnum.%d\n", n);
15491 }
1042e4c0 15492 }
8bf6485c 15493
6149aea9 15494 if (extra_trace_bits && *default_collect)
8bf6485c
SS
15495 fprintf_unfiltered (fp, "set default-collect %s\n", default_collect);
15496
1042e4c0
SS
15497 do_cleanups (cleanup);
15498 if (from_tty)
6149aea9
PA
15499 printf_filtered (_("Saved to file '%s'.\n"), filename);
15500}
15501
15502/* The `save breakpoints' command. */
15503
15504static void
15505save_breakpoints_command (char *args, int from_tty)
15506{
15507 save_breakpoints (args, from_tty, NULL);
15508}
15509
15510/* The `save tracepoints' command. */
15511
15512static void
15513save_tracepoints_command (char *args, int from_tty)
15514{
15515 save_breakpoints (args, from_tty, is_tracepoint);
1042e4c0
SS
15516}
15517
15518/* Create a vector of all tracepoints. */
15519
15520VEC(breakpoint_p) *
eeae04df 15521all_tracepoints (void)
1042e4c0
SS
15522{
15523 VEC(breakpoint_p) *tp_vec = 0;
15524 struct breakpoint *tp;
15525
15526 ALL_TRACEPOINTS (tp)
15527 {
15528 VEC_safe_push (breakpoint_p, tp_vec, tp);
15529 }
15530
15531 return tp_vec;
15532}
15533
c906108c 15534\f
4a64f543
MS
15535/* This help string is used for the break, hbreak, tbreak and thbreak
15536 commands. It is defined as a macro to prevent duplication.
15537 COMMAND should be a string constant containing the name of the
15538 command. */
31e2b00f 15539#define BREAK_ARGS_HELP(command) \
fb7b5af4
SDJ
15540command" [PROBE_MODIFIER] [LOCATION] [thread THREADNUM] [if CONDITION]\n\
15541PROBE_MODIFIER shall be present if the command is to be placed in a\n\
15542probe point. Accepted values are `-probe' (for a generic, automatically\n\
15543guessed probe type) or `-probe-stap' (for a SystemTap probe).\n\
31e2b00f
AS
15544LOCATION may be a line number, function name, or \"*\" and an address.\n\
15545If a line number is specified, break at start of code for that line.\n\
15546If a function is specified, break at start of code for that function.\n\
15547If an address is specified, break at that exact address.\n\
dc10affe
PA
15548With no LOCATION, uses current execution address of the selected\n\
15549stack frame. This is useful for breaking on return to a stack frame.\n\
31e2b00f
AS
15550\n\
15551THREADNUM is the number from \"info threads\".\n\
15552CONDITION is a boolean expression.\n\
15553\n\
d41c0fc8
PA
15554Multiple breakpoints at one place are permitted, and useful if their\n\
15555conditions are different.\n\
31e2b00f
AS
15556\n\
15557Do \"help breakpoints\" for info on other commands dealing with breakpoints."
15558
44feb3ce
TT
15559/* List of subcommands for "catch". */
15560static struct cmd_list_element *catch_cmdlist;
15561
15562/* List of subcommands for "tcatch". */
15563static struct cmd_list_element *tcatch_cmdlist;
15564
9ac4176b 15565void
44feb3ce
TT
15566add_catch_command (char *name, char *docstring,
15567 void (*sfunc) (char *args, int from_tty,
15568 struct cmd_list_element *command),
625e8578 15569 completer_ftype *completer,
44feb3ce
TT
15570 void *user_data_catch,
15571 void *user_data_tcatch)
15572{
15573 struct cmd_list_element *command;
15574
15575 command = add_cmd (name, class_breakpoint, NULL, docstring,
15576 &catch_cmdlist);
15577 set_cmd_sfunc (command, sfunc);
15578 set_cmd_context (command, user_data_catch);
a96d9b2e 15579 set_cmd_completer (command, completer);
44feb3ce
TT
15580
15581 command = add_cmd (name, class_breakpoint, NULL, docstring,
15582 &tcatch_cmdlist);
15583 set_cmd_sfunc (command, sfunc);
15584 set_cmd_context (command, user_data_tcatch);
a96d9b2e 15585 set_cmd_completer (command, completer);
44feb3ce
TT
15586}
15587
6c95b8df 15588static void
a79b8f6e 15589clear_syscall_counts (struct inferior *inf)
6c95b8df 15590{
fa3064dd
YQ
15591 struct catch_syscall_inferior_data *inf_data
15592 = get_catch_syscall_inferior_data (inf);
15593
15594 inf_data->total_syscalls_count = 0;
15595 inf_data->any_syscall_count = 0;
15596 VEC_free (int, inf_data->syscalls_counts);
6c95b8df
PA
15597}
15598
6149aea9
PA
15599static void
15600save_command (char *arg, int from_tty)
15601{
3e43a32a
MS
15602 printf_unfiltered (_("\"save\" must be followed by "
15603 "the name of a save subcommand.\n"));
6149aea9
PA
15604 help_list (save_cmdlist, "save ", -1, gdb_stdout);
15605}
15606
84f4c1fe
PM
15607struct breakpoint *
15608iterate_over_breakpoints (int (*callback) (struct breakpoint *, void *),
15609 void *data)
15610{
35df4500 15611 struct breakpoint *b, *b_tmp;
84f4c1fe 15612
35df4500 15613 ALL_BREAKPOINTS_SAFE (b, b_tmp)
84f4c1fe
PM
15614 {
15615 if ((*callback) (b, data))
15616 return b;
15617 }
15618
15619 return NULL;
15620}
15621
0574c78f
GB
15622/* Zero if any of the breakpoint's locations could be a location where
15623 functions have been inlined, nonzero otherwise. */
15624
15625static int
15626is_non_inline_function (struct breakpoint *b)
15627{
15628 /* The shared library event breakpoint is set on the address of a
15629 non-inline function. */
15630 if (b->type == bp_shlib_event)
15631 return 1;
15632
15633 return 0;
15634}
15635
15636/* Nonzero if the specified PC cannot be a location where functions
15637 have been inlined. */
15638
15639int
09ac7c10
TT
15640pc_at_non_inline_function (struct address_space *aspace, CORE_ADDR pc,
15641 const struct target_waitstatus *ws)
0574c78f
GB
15642{
15643 struct breakpoint *b;
15644 struct bp_location *bl;
15645
15646 ALL_BREAKPOINTS (b)
15647 {
15648 if (!is_non_inline_function (b))
15649 continue;
15650
15651 for (bl = b->loc; bl != NULL; bl = bl->next)
15652 {
15653 if (!bl->shlib_disabled
09ac7c10 15654 && bpstat_check_location (bl, aspace, pc, ws))
0574c78f
GB
15655 return 1;
15656 }
15657 }
15658
15659 return 0;
15660}
15661
2f202fde
JK
15662/* Remove any references to OBJFILE which is going to be freed. */
15663
15664void
15665breakpoint_free_objfile (struct objfile *objfile)
15666{
15667 struct bp_location **locp, *loc;
15668
15669 ALL_BP_LOCATIONS (loc, locp)
15670 if (loc->symtab != NULL && loc->symtab->objfile == objfile)
15671 loc->symtab = NULL;
15672}
15673
2060206e
PA
15674void
15675initialize_breakpoint_ops (void)
15676{
15677 static int initialized = 0;
15678
15679 struct breakpoint_ops *ops;
15680
15681 if (initialized)
15682 return;
15683 initialized = 1;
15684
15685 /* The breakpoint_ops structure to be inherit by all kinds of
15686 breakpoints (real breakpoints, i.e., user "break" breakpoints,
15687 internal and momentary breakpoints, etc.). */
15688 ops = &bkpt_base_breakpoint_ops;
15689 *ops = base_breakpoint_ops;
15690 ops->re_set = bkpt_re_set;
15691 ops->insert_location = bkpt_insert_location;
15692 ops->remove_location = bkpt_remove_location;
15693 ops->breakpoint_hit = bkpt_breakpoint_hit;
983af33b
SDJ
15694 ops->create_sals_from_address = bkpt_create_sals_from_address;
15695 ops->create_breakpoints_sal = bkpt_create_breakpoints_sal;
15696 ops->decode_linespec = bkpt_decode_linespec;
2060206e
PA
15697
15698 /* The breakpoint_ops structure to be used in regular breakpoints. */
15699 ops = &bkpt_breakpoint_ops;
15700 *ops = bkpt_base_breakpoint_ops;
15701 ops->re_set = bkpt_re_set;
15702 ops->resources_needed = bkpt_resources_needed;
15703 ops->print_it = bkpt_print_it;
15704 ops->print_mention = bkpt_print_mention;
15705 ops->print_recreate = bkpt_print_recreate;
15706
15707 /* Ranged breakpoints. */
15708 ops = &ranged_breakpoint_ops;
15709 *ops = bkpt_breakpoint_ops;
15710 ops->breakpoint_hit = breakpoint_hit_ranged_breakpoint;
15711 ops->resources_needed = resources_needed_ranged_breakpoint;
15712 ops->print_it = print_it_ranged_breakpoint;
15713 ops->print_one = print_one_ranged_breakpoint;
15714 ops->print_one_detail = print_one_detail_ranged_breakpoint;
15715 ops->print_mention = print_mention_ranged_breakpoint;
15716 ops->print_recreate = print_recreate_ranged_breakpoint;
15717
15718 /* Internal breakpoints. */
15719 ops = &internal_breakpoint_ops;
15720 *ops = bkpt_base_breakpoint_ops;
15721 ops->re_set = internal_bkpt_re_set;
15722 ops->check_status = internal_bkpt_check_status;
15723 ops->print_it = internal_bkpt_print_it;
15724 ops->print_mention = internal_bkpt_print_mention;
15725
15726 /* Momentary breakpoints. */
15727 ops = &momentary_breakpoint_ops;
15728 *ops = bkpt_base_breakpoint_ops;
15729 ops->re_set = momentary_bkpt_re_set;
15730 ops->check_status = momentary_bkpt_check_status;
15731 ops->print_it = momentary_bkpt_print_it;
15732 ops->print_mention = momentary_bkpt_print_mention;
15733
e2e4d78b
JK
15734 /* Momentary breakpoints for bp_longjmp and bp_exception. */
15735 ops = &longjmp_breakpoint_ops;
15736 *ops = momentary_breakpoint_ops;
15737 ops->dtor = longjmp_bkpt_dtor;
15738
55aa24fb
SDJ
15739 /* Probe breakpoints. */
15740 ops = &bkpt_probe_breakpoint_ops;
15741 *ops = bkpt_breakpoint_ops;
15742 ops->insert_location = bkpt_probe_insert_location;
15743 ops->remove_location = bkpt_probe_remove_location;
15744 ops->create_sals_from_address = bkpt_probe_create_sals_from_address;
15745 ops->decode_linespec = bkpt_probe_decode_linespec;
15746
2060206e
PA
15747 /* Watchpoints. */
15748 ops = &watchpoint_breakpoint_ops;
15749 *ops = base_breakpoint_ops;
3a5c3e22 15750 ops->dtor = dtor_watchpoint;
2060206e
PA
15751 ops->re_set = re_set_watchpoint;
15752 ops->insert_location = insert_watchpoint;
15753 ops->remove_location = remove_watchpoint;
15754 ops->breakpoint_hit = breakpoint_hit_watchpoint;
15755 ops->check_status = check_status_watchpoint;
15756 ops->resources_needed = resources_needed_watchpoint;
15757 ops->works_in_software_mode = works_in_software_mode_watchpoint;
15758 ops->print_it = print_it_watchpoint;
15759 ops->print_mention = print_mention_watchpoint;
15760 ops->print_recreate = print_recreate_watchpoint;
15761
15762 /* Masked watchpoints. */
15763 ops = &masked_watchpoint_breakpoint_ops;
15764 *ops = watchpoint_breakpoint_ops;
15765 ops->insert_location = insert_masked_watchpoint;
15766 ops->remove_location = remove_masked_watchpoint;
15767 ops->resources_needed = resources_needed_masked_watchpoint;
15768 ops->works_in_software_mode = works_in_software_mode_masked_watchpoint;
15769 ops->print_it = print_it_masked_watchpoint;
15770 ops->print_one_detail = print_one_detail_masked_watchpoint;
15771 ops->print_mention = print_mention_masked_watchpoint;
15772 ops->print_recreate = print_recreate_masked_watchpoint;
15773
15774 /* Tracepoints. */
15775 ops = &tracepoint_breakpoint_ops;
15776 *ops = base_breakpoint_ops;
15777 ops->re_set = tracepoint_re_set;
15778 ops->breakpoint_hit = tracepoint_breakpoint_hit;
15779 ops->print_one_detail = tracepoint_print_one_detail;
15780 ops->print_mention = tracepoint_print_mention;
15781 ops->print_recreate = tracepoint_print_recreate;
983af33b
SDJ
15782 ops->create_sals_from_address = tracepoint_create_sals_from_address;
15783 ops->create_breakpoints_sal = tracepoint_create_breakpoints_sal;
15784 ops->decode_linespec = tracepoint_decode_linespec;
15785
55aa24fb
SDJ
15786 /* Probe tracepoints. */
15787 ops = &tracepoint_probe_breakpoint_ops;
15788 *ops = tracepoint_breakpoint_ops;
15789 ops->create_sals_from_address = tracepoint_probe_create_sals_from_address;
15790 ops->decode_linespec = tracepoint_probe_decode_linespec;
15791
983af33b
SDJ
15792 /* Static tracepoints with marker (`-m'). */
15793 ops = &strace_marker_breakpoint_ops;
15794 *ops = tracepoint_breakpoint_ops;
15795 ops->create_sals_from_address = strace_marker_create_sals_from_address;
15796 ops->create_breakpoints_sal = strace_marker_create_breakpoints_sal;
15797 ops->decode_linespec = strace_marker_decode_linespec;
2060206e
PA
15798
15799 /* Fork catchpoints. */
15800 ops = &catch_fork_breakpoint_ops;
15801 *ops = base_breakpoint_ops;
15802 ops->insert_location = insert_catch_fork;
15803 ops->remove_location = remove_catch_fork;
15804 ops->breakpoint_hit = breakpoint_hit_catch_fork;
15805 ops->print_it = print_it_catch_fork;
15806 ops->print_one = print_one_catch_fork;
15807 ops->print_mention = print_mention_catch_fork;
15808 ops->print_recreate = print_recreate_catch_fork;
15809
15810 /* Vfork catchpoints. */
15811 ops = &catch_vfork_breakpoint_ops;
15812 *ops = base_breakpoint_ops;
15813 ops->insert_location = insert_catch_vfork;
15814 ops->remove_location = remove_catch_vfork;
15815 ops->breakpoint_hit = breakpoint_hit_catch_vfork;
15816 ops->print_it = print_it_catch_vfork;
15817 ops->print_one = print_one_catch_vfork;
15818 ops->print_mention = print_mention_catch_vfork;
15819 ops->print_recreate = print_recreate_catch_vfork;
15820
15821 /* Exec catchpoints. */
15822 ops = &catch_exec_breakpoint_ops;
15823 *ops = base_breakpoint_ops;
15824 ops->dtor = dtor_catch_exec;
15825 ops->insert_location = insert_catch_exec;
15826 ops->remove_location = remove_catch_exec;
15827 ops->breakpoint_hit = breakpoint_hit_catch_exec;
15828 ops->print_it = print_it_catch_exec;
15829 ops->print_one = print_one_catch_exec;
15830 ops->print_mention = print_mention_catch_exec;
15831 ops->print_recreate = print_recreate_catch_exec;
15832
15833 /* Syscall catchpoints. */
15834 ops = &catch_syscall_breakpoint_ops;
15835 *ops = base_breakpoint_ops;
15836 ops->dtor = dtor_catch_syscall;
15837 ops->insert_location = insert_catch_syscall;
15838 ops->remove_location = remove_catch_syscall;
15839 ops->breakpoint_hit = breakpoint_hit_catch_syscall;
15840 ops->print_it = print_it_catch_syscall;
15841 ops->print_one = print_one_catch_syscall;
15842 ops->print_mention = print_mention_catch_syscall;
15843 ops->print_recreate = print_recreate_catch_syscall;
edcc5120
TT
15844
15845 /* Solib-related catchpoints. */
15846 ops = &catch_solib_breakpoint_ops;
15847 *ops = base_breakpoint_ops;
15848 ops->dtor = dtor_catch_solib;
15849 ops->insert_location = insert_catch_solib;
15850 ops->remove_location = remove_catch_solib;
15851 ops->breakpoint_hit = breakpoint_hit_catch_solib;
15852 ops->check_status = check_status_catch_solib;
15853 ops->print_it = print_it_catch_solib;
15854 ops->print_one = print_one_catch_solib;
15855 ops->print_mention = print_mention_catch_solib;
15856 ops->print_recreate = print_recreate_catch_solib;
e7e0cddf
SS
15857
15858 ops = &dprintf_breakpoint_ops;
15859 *ops = bkpt_base_breakpoint_ops;
5c2b4418 15860 ops->re_set = dprintf_re_set;
e7e0cddf
SS
15861 ops->resources_needed = bkpt_resources_needed;
15862 ops->print_it = bkpt_print_it;
15863 ops->print_mention = bkpt_print_mention;
2d9442cc 15864 ops->print_recreate = dprintf_print_recreate;
2060206e
PA
15865}
15866
8bfd80db
YQ
15867/* Chain containing all defined "enable breakpoint" subcommands. */
15868
15869static struct cmd_list_element *enablebreaklist = NULL;
15870
c906108c 15871void
fba45db2 15872_initialize_breakpoint (void)
c906108c
SS
15873{
15874 struct cmd_list_element *c;
15875
2060206e
PA
15876 initialize_breakpoint_ops ();
15877
84acb35a 15878 observer_attach_solib_unloaded (disable_breakpoints_in_unloaded_shlib);
6c95b8df 15879 observer_attach_inferior_exit (clear_syscall_counts);
1f3b5d1b 15880 observer_attach_memory_changed (invalidate_bp_value_on_memory_change);
84acb35a 15881
55aa24fb
SDJ
15882 breakpoint_objfile_key
15883 = register_objfile_data_with_cleanup (NULL, free_breakpoint_probes);
17450429 15884
fa3064dd 15885 catch_syscall_inferior_data
8e260fc0
TT
15886 = register_inferior_data_with_cleanup (NULL,
15887 catch_syscall_inferior_data_cleanup);
fa3064dd 15888
c906108c
SS
15889 breakpoint_chain = 0;
15890 /* Don't bother to call set_breakpoint_count. $bpnum isn't useful
15891 before a breakpoint is set. */
15892 breakpoint_count = 0;
15893
1042e4c0
SS
15894 tracepoint_count = 0;
15895
1bedd215
AC
15896 add_com ("ignore", class_breakpoint, ignore_command, _("\
15897Set ignore-count of breakpoint number N to COUNT.\n\
15898Usage is `ignore N COUNT'."));
c906108c 15899 if (xdb_commands)
c5aa993b 15900 add_com_alias ("bc", "ignore", class_breakpoint, 1);
c906108c 15901
1bedd215
AC
15902 add_com ("commands", class_breakpoint, commands_command, _("\
15903Set commands to be executed when a breakpoint is hit.\n\
c906108c
SS
15904Give breakpoint number as argument after \"commands\".\n\
15905With no argument, the targeted breakpoint is the last one set.\n\
15906The commands themselves follow starting on the next line.\n\
15907Type a line containing \"end\" to indicate the end of them.\n\
15908Give \"silent\" as the first line to make the breakpoint silent;\n\
1bedd215 15909then no output is printed when it is hit, except what the commands print."));
c906108c 15910
d55637df 15911 c = add_com ("condition", class_breakpoint, condition_command, _("\
1bedd215 15912Specify breakpoint number N to break only if COND is true.\n\
c906108c 15913Usage is `condition N COND', where N is an integer and COND is an\n\
1bedd215 15914expression to be evaluated whenever breakpoint N is reached."));
d55637df 15915 set_cmd_completer (c, condition_completer);
c906108c 15916
1bedd215 15917 c = add_com ("tbreak", class_breakpoint, tbreak_command, _("\
31e2b00f 15918Set a temporary breakpoint.\n\
c906108c
SS
15919Like \"break\" except the breakpoint is only temporary,\n\
15920so it will be deleted when hit. Equivalent to \"break\" followed\n\
31e2b00f
AS
15921by using \"enable delete\" on the breakpoint number.\n\
15922\n"
15923BREAK_ARGS_HELP ("tbreak")));
5ba2abeb 15924 set_cmd_completer (c, location_completer);
c94fdfd0 15925
1bedd215 15926 c = add_com ("hbreak", class_breakpoint, hbreak_command, _("\
a3be7890 15927Set a hardware assisted breakpoint.\n\
c906108c 15928Like \"break\" except the breakpoint requires hardware support,\n\
31e2b00f
AS
15929some target hardware may not have this support.\n\
15930\n"
15931BREAK_ARGS_HELP ("hbreak")));
5ba2abeb 15932 set_cmd_completer (c, location_completer);
c906108c 15933
1bedd215 15934 c = add_com ("thbreak", class_breakpoint, thbreak_command, _("\
31e2b00f 15935Set a temporary hardware assisted breakpoint.\n\
c906108c 15936Like \"hbreak\" except the breakpoint is only temporary,\n\
31e2b00f
AS
15937so it will be deleted when hit.\n\
15938\n"
15939BREAK_ARGS_HELP ("thbreak")));
5ba2abeb 15940 set_cmd_completer (c, location_completer);
c906108c 15941
1bedd215
AC
15942 add_prefix_cmd ("enable", class_breakpoint, enable_command, _("\
15943Enable some breakpoints.\n\
c906108c
SS
15944Give breakpoint numbers (separated by spaces) as arguments.\n\
15945With no subcommand, breakpoints are enabled until you command otherwise.\n\
15946This is used to cancel the effect of the \"disable\" command.\n\
1bedd215 15947With a subcommand you can enable temporarily."),
c906108c
SS
15948 &enablelist, "enable ", 1, &cmdlist);
15949 if (xdb_commands)
1bedd215
AC
15950 add_com ("ab", class_breakpoint, enable_command, _("\
15951Enable some breakpoints.\n\
c906108c
SS
15952Give breakpoint numbers (separated by spaces) as arguments.\n\
15953With no subcommand, breakpoints are enabled until you command otherwise.\n\
15954This is used to cancel the effect of the \"disable\" command.\n\
1bedd215 15955With a subcommand you can enable temporarily."));
c906108c
SS
15956
15957 add_com_alias ("en", "enable", class_breakpoint, 1);
15958
84951ab5 15959 add_prefix_cmd ("breakpoints", class_breakpoint, enable_command, _("\
1bedd215 15960Enable some breakpoints.\n\
c906108c
SS
15961Give breakpoint numbers (separated by spaces) as arguments.\n\
15962This is used to cancel the effect of the \"disable\" command.\n\
1bedd215 15963May be abbreviated to simply \"enable\".\n"),
c5aa993b 15964 &enablebreaklist, "enable breakpoints ", 1, &enablelist);
c906108c 15965
1a966eab
AC
15966 add_cmd ("once", no_class, enable_once_command, _("\
15967Enable breakpoints for one hit. Give breakpoint numbers.\n\
15968If a breakpoint is hit while enabled in this fashion, it becomes disabled."),
c906108c
SS
15969 &enablebreaklist);
15970
1a966eab
AC
15971 add_cmd ("delete", no_class, enable_delete_command, _("\
15972Enable breakpoints and delete when hit. Give breakpoint numbers.\n\
15973If a breakpoint is hit while enabled in this fashion, it is deleted."),
c906108c
SS
15974 &enablebreaklist);
15975
816338b5
SS
15976 add_cmd ("count", no_class, enable_count_command, _("\
15977Enable breakpoints for COUNT hits. Give count and then breakpoint numbers.\n\
15978If a breakpoint is hit while enabled in this fashion,\n\
15979the count is decremented; when it reaches zero, the breakpoint is disabled."),
15980 &enablebreaklist);
15981
1a966eab
AC
15982 add_cmd ("delete", no_class, enable_delete_command, _("\
15983Enable breakpoints and delete when hit. Give breakpoint numbers.\n\
15984If a breakpoint is hit while enabled in this fashion, it is deleted."),
c906108c
SS
15985 &enablelist);
15986
1a966eab
AC
15987 add_cmd ("once", no_class, enable_once_command, _("\
15988Enable breakpoints for one hit. Give breakpoint numbers.\n\
15989If a breakpoint is hit while enabled in this fashion, it becomes disabled."),
816338b5
SS
15990 &enablelist);
15991
15992 add_cmd ("count", no_class, enable_count_command, _("\
15993Enable breakpoints for COUNT hits. Give count and then breakpoint numbers.\n\
15994If a breakpoint is hit while enabled in this fashion,\n\
15995the count is decremented; when it reaches zero, the breakpoint is disabled."),
c906108c
SS
15996 &enablelist);
15997
1bedd215
AC
15998 add_prefix_cmd ("disable", class_breakpoint, disable_command, _("\
15999Disable some breakpoints.\n\
c906108c
SS
16000Arguments are breakpoint numbers with spaces in between.\n\
16001To disable all breakpoints, give no argument.\n\
64b9b334 16002A disabled breakpoint is not forgotten, but has no effect until re-enabled."),
c906108c
SS
16003 &disablelist, "disable ", 1, &cmdlist);
16004 add_com_alias ("dis", "disable", class_breakpoint, 1);
16005 add_com_alias ("disa", "disable", class_breakpoint, 1);
16006 if (xdb_commands)
1bedd215
AC
16007 add_com ("sb", class_breakpoint, disable_command, _("\
16008Disable some breakpoints.\n\
c906108c
SS
16009Arguments are breakpoint numbers with spaces in between.\n\
16010To disable all breakpoints, give no argument.\n\
64b9b334 16011A disabled breakpoint is not forgotten, but has no effect until re-enabled."));
c906108c 16012
1a966eab
AC
16013 add_cmd ("breakpoints", class_alias, disable_command, _("\
16014Disable some breakpoints.\n\
c906108c
SS
16015Arguments are breakpoint numbers with spaces in between.\n\
16016To disable all breakpoints, give no argument.\n\
64b9b334 16017A disabled breakpoint is not forgotten, but has no effect until re-enabled.\n\
1a966eab 16018This command may be abbreviated \"disable\"."),
c906108c
SS
16019 &disablelist);
16020
1bedd215
AC
16021 add_prefix_cmd ("delete", class_breakpoint, delete_command, _("\
16022Delete some breakpoints or auto-display expressions.\n\
c906108c
SS
16023Arguments are breakpoint numbers with spaces in between.\n\
16024To delete all breakpoints, give no argument.\n\
16025\n\
16026Also a prefix command for deletion of other GDB objects.\n\
1bedd215 16027The \"unset\" command is also an alias for \"delete\"."),
c906108c
SS
16028 &deletelist, "delete ", 1, &cmdlist);
16029 add_com_alias ("d", "delete", class_breakpoint, 1);
7f198e01 16030 add_com_alias ("del", "delete", class_breakpoint, 1);
c906108c 16031 if (xdb_commands)
1bedd215
AC
16032 add_com ("db", class_breakpoint, delete_command, _("\
16033Delete some breakpoints.\n\
c906108c 16034Arguments are breakpoint numbers with spaces in between.\n\
1bedd215 16035To delete all breakpoints, give no argument.\n"));
c906108c 16036
1a966eab
AC
16037 add_cmd ("breakpoints", class_alias, delete_command, _("\
16038Delete some breakpoints or auto-display expressions.\n\
c906108c
SS
16039Arguments are breakpoint numbers with spaces in between.\n\
16040To delete all breakpoints, give no argument.\n\
1a966eab 16041This command may be abbreviated \"delete\"."),
c906108c
SS
16042 &deletelist);
16043
1bedd215
AC
16044 add_com ("clear", class_breakpoint, clear_command, _("\
16045Clear breakpoint at specified line or function.\n\
c906108c
SS
16046Argument may be line number, function name, or \"*\" and an address.\n\
16047If line number is specified, all breakpoints in that line are cleared.\n\
16048If function is specified, breakpoints at beginning of function are cleared.\n\
1bedd215
AC
16049If an address is specified, breakpoints at that address are cleared.\n\
16050\n\
16051With no argument, clears all breakpoints in the line that the selected frame\n\
c906108c
SS
16052is executing in.\n\
16053\n\
1bedd215 16054See also the \"delete\" command which clears breakpoints by number."));
a6cc4789 16055 add_com_alias ("cl", "clear", class_breakpoint, 1);
c906108c 16056
1bedd215 16057 c = add_com ("break", class_breakpoint, break_command, _("\
31e2b00f
AS
16058Set breakpoint at specified line or function.\n"
16059BREAK_ARGS_HELP ("break")));
5ba2abeb 16060 set_cmd_completer (c, location_completer);
c94fdfd0 16061
c906108c
SS
16062 add_com_alias ("b", "break", class_run, 1);
16063 add_com_alias ("br", "break", class_run, 1);
16064 add_com_alias ("bre", "break", class_run, 1);
16065 add_com_alias ("brea", "break", class_run, 1);
16066
7681d515
PM
16067 if (xdb_commands)
16068 add_com_alias ("ba", "break", class_breakpoint, 1);
c906108c
SS
16069
16070 if (dbx_commands)
16071 {
1bedd215
AC
16072 add_abbrev_prefix_cmd ("stop", class_breakpoint, stop_command, _("\
16073Break in function/address or break at a line in the current file."),
c5aa993b
JM
16074 &stoplist, "stop ", 1, &cmdlist);
16075 add_cmd ("in", class_breakpoint, stopin_command,
1a966eab 16076 _("Break in function or address."), &stoplist);
c5aa993b 16077 add_cmd ("at", class_breakpoint, stopat_command,
1a966eab 16078 _("Break at a line in the current file."), &stoplist);
1bedd215
AC
16079 add_com ("status", class_info, breakpoints_info, _("\
16080Status of user-settable breakpoints, or breakpoint number NUMBER.\n\
c906108c
SS
16081The \"Type\" column indicates one of:\n\
16082\tbreakpoint - normal breakpoint\n\
16083\twatchpoint - watchpoint\n\
16084The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
16085the disposition of the breakpoint after it gets hit. \"dis\" means that the\n\
16086breakpoint will be disabled. The \"Address\" and \"What\" columns indicate the\n\
1bedd215
AC
16087address and file/line number respectively.\n\
16088\n\
16089Convenience variable \"$_\" and default examine address for \"x\"\n\
d1aa2f50
NR
16090are set to the address of the last breakpoint listed unless the command\n\
16091is prefixed with \"server \".\n\n\
c906108c 16092Convenience variable \"$bpnum\" contains the number of the last\n\
1bedd215 16093breakpoint set."));
c906108c
SS
16094 }
16095
1bedd215 16096 add_info ("breakpoints", breakpoints_info, _("\
e5a67952 16097Status of specified breakpoints (all user-settable breakpoints if no argument).\n\
c906108c
SS
16098The \"Type\" column indicates one of:\n\
16099\tbreakpoint - normal breakpoint\n\
16100\twatchpoint - watchpoint\n\
16101The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
16102the disposition of the breakpoint after it gets hit. \"dis\" means that the\n\
16103breakpoint will be disabled. The \"Address\" and \"What\" columns indicate the\n\
1bedd215
AC
16104address and file/line number respectively.\n\
16105\n\
16106Convenience variable \"$_\" and default examine address for \"x\"\n\
d1aa2f50
NR
16107are set to the address of the last breakpoint listed unless the command\n\
16108is prefixed with \"server \".\n\n\
c906108c 16109Convenience variable \"$bpnum\" contains the number of the last\n\
1bedd215 16110breakpoint set."));
c906108c 16111
6b04bdb7
MS
16112 add_info_alias ("b", "breakpoints", 1);
16113
c906108c 16114 if (xdb_commands)
1bedd215
AC
16115 add_com ("lb", class_breakpoint, breakpoints_info, _("\
16116Status of user-settable breakpoints, or breakpoint number NUMBER.\n\
c906108c
SS
16117The \"Type\" column indicates one of:\n\
16118\tbreakpoint - normal breakpoint\n\
16119\twatchpoint - watchpoint\n\
16120The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
16121the disposition of the breakpoint after it gets hit. \"dis\" means that the\n\
16122breakpoint will be disabled. The \"Address\" and \"What\" columns indicate the\n\
1bedd215
AC
16123address and file/line number respectively.\n\
16124\n\
16125Convenience variable \"$_\" and default examine address for \"x\"\n\
d1aa2f50
NR
16126are set to the address of the last breakpoint listed unless the command\n\
16127is prefixed with \"server \".\n\n\
c906108c 16128Convenience variable \"$bpnum\" contains the number of the last\n\
1bedd215 16129breakpoint set."));
c906108c 16130
1a966eab
AC
16131 add_cmd ("breakpoints", class_maintenance, maintenance_info_breakpoints, _("\
16132Status of all breakpoints, or breakpoint number NUMBER.\n\
c906108c
SS
16133The \"Type\" column indicates one of:\n\
16134\tbreakpoint - normal breakpoint\n\
16135\twatchpoint - watchpoint\n\
16136\tlongjmp - internal breakpoint used to step through longjmp()\n\
16137\tlongjmp resume - internal breakpoint at the target of longjmp()\n\
16138\tuntil - internal breakpoint used by the \"until\" command\n\
1a966eab
AC
16139\tfinish - internal breakpoint used by the \"finish\" command\n\
16140The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
c906108c
SS
16141the disposition of the breakpoint after it gets hit. \"dis\" means that the\n\
16142breakpoint will be disabled. The \"Address\" and \"What\" columns indicate the\n\
1a966eab
AC
16143address and file/line number respectively.\n\
16144\n\
16145Convenience variable \"$_\" and default examine address for \"x\"\n\
d1aa2f50
NR
16146are set to the address of the last breakpoint listed unless the command\n\
16147is prefixed with \"server \".\n\n\
c906108c 16148Convenience variable \"$bpnum\" contains the number of the last\n\
1a966eab 16149breakpoint set."),
c906108c
SS
16150 &maintenanceinfolist);
16151
44feb3ce
TT
16152 add_prefix_cmd ("catch", class_breakpoint, catch_command, _("\
16153Set catchpoints to catch events."),
16154 &catch_cmdlist, "catch ",
16155 0/*allow-unknown*/, &cmdlist);
16156
16157 add_prefix_cmd ("tcatch", class_breakpoint, tcatch_command, _("\
16158Set temporary catchpoints to catch events."),
16159 &tcatch_cmdlist, "tcatch ",
16160 0/*allow-unknown*/, &cmdlist);
16161
44feb3ce
TT
16162 add_catch_command ("fork", _("Catch calls to fork."),
16163 catch_fork_command_1,
a96d9b2e 16164 NULL,
44feb3ce
TT
16165 (void *) (uintptr_t) catch_fork_permanent,
16166 (void *) (uintptr_t) catch_fork_temporary);
16167 add_catch_command ("vfork", _("Catch calls to vfork."),
16168 catch_fork_command_1,
a96d9b2e 16169 NULL,
44feb3ce
TT
16170 (void *) (uintptr_t) catch_vfork_permanent,
16171 (void *) (uintptr_t) catch_vfork_temporary);
16172 add_catch_command ("exec", _("Catch calls to exec."),
16173 catch_exec_command_1,
a96d9b2e
SDJ
16174 NULL,
16175 CATCH_PERMANENT,
16176 CATCH_TEMPORARY);
edcc5120
TT
16177 add_catch_command ("load", _("Catch loads of shared libraries.\n\
16178Usage: catch load [REGEX]\n\
16179If REGEX is given, only stop for libraries matching the regular expression."),
16180 catch_load_command_1,
16181 NULL,
16182 CATCH_PERMANENT,
16183 CATCH_TEMPORARY);
16184 add_catch_command ("unload", _("Catch unloads of shared libraries.\n\
16185Usage: catch unload [REGEX]\n\
16186If REGEX is given, only stop for libraries matching the regular expression."),
16187 catch_unload_command_1,
16188 NULL,
16189 CATCH_PERMANENT,
16190 CATCH_TEMPORARY);
a96d9b2e
SDJ
16191 add_catch_command ("syscall", _("\
16192Catch system calls by their names and/or numbers.\n\
16193Arguments say which system calls to catch. If no arguments\n\
16194are given, every system call will be caught.\n\
16195Arguments, if given, should be one or more system call names\n\
16196(if your system supports that), or system call numbers."),
16197 catch_syscall_command_1,
16198 catch_syscall_completer,
44feb3ce
TT
16199 CATCH_PERMANENT,
16200 CATCH_TEMPORARY);
c5aa993b 16201
1bedd215
AC
16202 c = add_com ("watch", class_breakpoint, watch_command, _("\
16203Set a watchpoint for an expression.\n\
06a64a0b 16204Usage: watch [-l|-location] EXPRESSION\n\
c906108c 16205A watchpoint stops execution of your program whenever the value of\n\
06a64a0b
TT
16206an expression changes.\n\
16207If -l or -location is given, this evaluates EXPRESSION and watches\n\
16208the memory to which it refers."));
65d12d83 16209 set_cmd_completer (c, expression_completer);
c906108c 16210
1bedd215
AC
16211 c = add_com ("rwatch", class_breakpoint, rwatch_command, _("\
16212Set a read watchpoint for an expression.\n\
06a64a0b 16213Usage: rwatch [-l|-location] EXPRESSION\n\
c906108c 16214A watchpoint stops execution of your program whenever the value of\n\
06a64a0b
TT
16215an expression is read.\n\
16216If -l or -location is given, this evaluates EXPRESSION and watches\n\
16217the memory to which it refers."));
65d12d83 16218 set_cmd_completer (c, expression_completer);
c906108c 16219
1bedd215
AC
16220 c = add_com ("awatch", class_breakpoint, awatch_command, _("\
16221Set a watchpoint for an expression.\n\
06a64a0b 16222Usage: awatch [-l|-location] EXPRESSION\n\
c906108c 16223A watchpoint stops execution of your program whenever the value of\n\
06a64a0b
TT
16224an expression is either read or written.\n\
16225If -l or -location is given, this evaluates EXPRESSION and watches\n\
16226the memory to which it refers."));
65d12d83 16227 set_cmd_completer (c, expression_completer);
c906108c 16228
d77f58be 16229 add_info ("watchpoints", watchpoints_info, _("\
e5a67952 16230Status of specified watchpoints (all watchpoints if no argument)."));
c906108c 16231
920d2a44
AC
16232 /* XXX: cagney/2005-02-23: This should be a boolean, and should
16233 respond to changes - contrary to the description. */
85c07804
AC
16234 add_setshow_zinteger_cmd ("can-use-hw-watchpoints", class_support,
16235 &can_use_hw_watchpoints, _("\
16236Set debugger's willingness to use watchpoint hardware."), _("\
16237Show debugger's willingness to use watchpoint hardware."), _("\
c906108c
SS
16238If zero, gdb will not use hardware for new watchpoints, even if\n\
16239such is available. (However, any hardware watchpoints that were\n\
16240created before setting this to nonzero, will continue to use watchpoint\n\
85c07804
AC
16241hardware.)"),
16242 NULL,
920d2a44 16243 show_can_use_hw_watchpoints,
85c07804 16244 &setlist, &showlist);
c906108c
SS
16245
16246 can_use_hw_watchpoints = 1;
fa8d40ab 16247
1042e4c0
SS
16248 /* Tracepoint manipulation commands. */
16249
16250 c = add_com ("trace", class_breakpoint, trace_command, _("\
16251Set a tracepoint at specified line or function.\n\
16252\n"
16253BREAK_ARGS_HELP ("trace") "\n\
16254Do \"help tracepoints\" for info on other tracepoint commands."));
16255 set_cmd_completer (c, location_completer);
16256
16257 add_com_alias ("tp", "trace", class_alias, 0);
16258 add_com_alias ("tr", "trace", class_alias, 1);
16259 add_com_alias ("tra", "trace", class_alias, 1);
16260 add_com_alias ("trac", "trace", class_alias, 1);
16261
7a697b8d
SS
16262 c = add_com ("ftrace", class_breakpoint, ftrace_command, _("\
16263Set a fast tracepoint at specified line or function.\n\
16264\n"
16265BREAK_ARGS_HELP ("ftrace") "\n\
16266Do \"help tracepoints\" for info on other tracepoint commands."));
16267 set_cmd_completer (c, location_completer);
16268
0fb4aa4b
PA
16269 c = add_com ("strace", class_breakpoint, strace_command, _("\
16270Set a static tracepoint at specified line, function or marker.\n\
16271\n\
16272strace [LOCATION] [if CONDITION]\n\
16273LOCATION may be a line number, function name, \"*\" and an address,\n\
16274or -m MARKER_ID.\n\
16275If a line number is specified, probe the marker at start of code\n\
16276for that line. If a function is specified, probe the marker at start\n\
16277of code for that function. If an address is specified, probe the marker\n\
16278at that exact address. If a marker id is specified, probe the marker\n\
16279with that name. With no LOCATION, uses current execution address of\n\
16280the selected stack frame.\n\
16281Static tracepoints accept an extra collect action -- ``collect $_sdata''.\n\
16282This collects arbitrary user data passed in the probe point call to the\n\
16283tracing library. You can inspect it when analyzing the trace buffer,\n\
16284by printing the $_sdata variable like any other convenience variable.\n\
16285\n\
16286CONDITION is a boolean expression.\n\
16287\n\
d41c0fc8
PA
16288Multiple tracepoints at one place are permitted, and useful if their\n\
16289conditions are different.\n\
0fb4aa4b
PA
16290\n\
16291Do \"help breakpoints\" for info on other commands dealing with breakpoints.\n\
16292Do \"help tracepoints\" for info on other tracepoint commands."));
16293 set_cmd_completer (c, location_completer);
16294
1042e4c0 16295 add_info ("tracepoints", tracepoints_info, _("\
e5a67952 16296Status of specified tracepoints (all tracepoints if no argument).\n\
1042e4c0
SS
16297Convenience variable \"$tpnum\" contains the number of the\n\
16298last tracepoint set."));
16299
16300 add_info_alias ("tp", "tracepoints", 1);
16301
16302 add_cmd ("tracepoints", class_trace, delete_trace_command, _("\
16303Delete specified tracepoints.\n\
16304Arguments are tracepoint numbers, separated by spaces.\n\
16305No argument means delete all tracepoints."),
16306 &deletelist);
7e20dfcd 16307 add_alias_cmd ("tr", "tracepoints", class_trace, 1, &deletelist);
1042e4c0
SS
16308
16309 c = add_cmd ("tracepoints", class_trace, disable_trace_command, _("\
16310Disable specified tracepoints.\n\
16311Arguments are tracepoint numbers, separated by spaces.\n\
16312No argument means disable all tracepoints."),
16313 &disablelist);
16314 deprecate_cmd (c, "disable");
16315
16316 c = add_cmd ("tracepoints", class_trace, enable_trace_command, _("\
16317Enable specified tracepoints.\n\
16318Arguments are tracepoint numbers, separated by spaces.\n\
16319No argument means enable all tracepoints."),
16320 &enablelist);
16321 deprecate_cmd (c, "enable");
16322
16323 add_com ("passcount", class_trace, trace_pass_command, _("\
16324Set the passcount for a tracepoint.\n\
16325The trace will end when the tracepoint has been passed 'count' times.\n\
16326Usage: passcount COUNT TPNUM, where TPNUM may also be \"all\";\n\
16327if TPNUM is omitted, passcount refers to the last tracepoint defined."));
16328
6149aea9
PA
16329 add_prefix_cmd ("save", class_breakpoint, save_command,
16330 _("Save breakpoint definitions as a script."),
16331 &save_cmdlist, "save ",
16332 0/*allow-unknown*/, &cmdlist);
16333
16334 c = add_cmd ("breakpoints", class_breakpoint, save_breakpoints_command, _("\
16335Save current breakpoint definitions as a script.\n\
cce7e648 16336This includes all types of breakpoints (breakpoints, watchpoints,\n\
6149aea9
PA
16337catchpoints, tracepoints). Use the 'source' command in another debug\n\
16338session to restore them."),
16339 &save_cmdlist);
16340 set_cmd_completer (c, filename_completer);
16341
16342 c = add_cmd ("tracepoints", class_trace, save_tracepoints_command, _("\
1042e4c0 16343Save current tracepoint definitions as a script.\n\
6149aea9
PA
16344Use the 'source' command in another debug session to restore them."),
16345 &save_cmdlist);
1042e4c0
SS
16346 set_cmd_completer (c, filename_completer);
16347
6149aea9
PA
16348 c = add_com_alias ("save-tracepoints", "save tracepoints", class_trace, 0);
16349 deprecate_cmd (c, "save tracepoints");
16350
1bedd215 16351 add_prefix_cmd ("breakpoint", class_maintenance, set_breakpoint_cmd, _("\
fa8d40ab
JJ
16352Breakpoint specific settings\n\
16353Configure various breakpoint-specific variables such as\n\
1bedd215 16354pending breakpoint behavior"),
fa8d40ab
JJ
16355 &breakpoint_set_cmdlist, "set breakpoint ",
16356 0/*allow-unknown*/, &setlist);
1bedd215 16357 add_prefix_cmd ("breakpoint", class_maintenance, show_breakpoint_cmd, _("\
fa8d40ab
JJ
16358Breakpoint specific settings\n\
16359Configure various breakpoint-specific variables such as\n\
1bedd215 16360pending breakpoint behavior"),
fa8d40ab
JJ
16361 &breakpoint_show_cmdlist, "show breakpoint ",
16362 0/*allow-unknown*/, &showlist);
16363
7915a72c
AC
16364 add_setshow_auto_boolean_cmd ("pending", no_class,
16365 &pending_break_support, _("\
16366Set debugger's behavior regarding pending breakpoints."), _("\
16367Show debugger's behavior regarding pending breakpoints."), _("\
6e1d7d6c
AC
16368If on, an unrecognized breakpoint location will cause gdb to create a\n\
16369pending breakpoint. If off, an unrecognized breakpoint location results in\n\
16370an error. If auto, an unrecognized breakpoint location results in a\n\
7915a72c 16371user-query to see if a pending breakpoint should be created."),
2c5b56ce 16372 NULL,
920d2a44 16373 show_pending_break_support,
6e1d7d6c
AC
16374 &breakpoint_set_cmdlist,
16375 &breakpoint_show_cmdlist);
fa8d40ab
JJ
16376
16377 pending_break_support = AUTO_BOOLEAN_AUTO;
765dc015
VP
16378
16379 add_setshow_boolean_cmd ("auto-hw", no_class,
16380 &automatic_hardware_breakpoints, _("\
16381Set automatic usage of hardware breakpoints."), _("\
16382Show automatic usage of hardware breakpoints."), _("\
16383If set, the debugger will automatically use hardware breakpoints for\n\
16384breakpoints set with \"break\" but falling in read-only memory. If not set,\n\
16385a warning will be emitted for such breakpoints."),
16386 NULL,
16387 show_automatic_hardware_breakpoints,
16388 &breakpoint_set_cmdlist,
16389 &breakpoint_show_cmdlist);
74960c60 16390
72d0e2c5
YQ
16391 add_setshow_auto_boolean_cmd ("always-inserted", class_support,
16392 &always_inserted_mode, _("\
74960c60
VP
16393Set mode for inserting breakpoints."), _("\
16394Show mode for inserting breakpoints."), _("\
33e5cbd6
PA
16395When this mode is off, breakpoints are inserted in inferior when it is\n\
16396resumed, and removed when execution stops. When this mode is on,\n\
16397breakpoints are inserted immediately and removed only when the user\n\
16398deletes the breakpoint. When this mode is auto (which is the default),\n\
16399the behaviour depends on the non-stop setting (see help set non-stop).\n\
16400In this case, if gdb is controlling the inferior in non-stop mode, gdb\n\
16401behaves as if always-inserted mode is on; if gdb is controlling the\n\
16402inferior in all-stop mode, gdb behaves as if always-inserted mode is off."),
72d0e2c5
YQ
16403 NULL,
16404 &show_always_inserted_mode,
16405 &breakpoint_set_cmdlist,
16406 &breakpoint_show_cmdlist);
f1310107 16407
b775012e
LM
16408 add_setshow_enum_cmd ("condition-evaluation", class_breakpoint,
16409 condition_evaluation_enums,
16410 &condition_evaluation_mode_1, _("\
16411Set mode of breakpoint condition evaluation."), _("\
16412Show mode of breakpoint condition evaluation."), _("\
d1cda5d9 16413When this is set to \"host\", breakpoint conditions will be\n\
b775012e
LM
16414evaluated on the host's side by GDB. When it is set to \"target\",\n\
16415breakpoint conditions will be downloaded to the target (if the target\n\
16416supports such feature) and conditions will be evaluated on the target's side.\n\
16417If this is set to \"auto\" (default), this will be automatically set to\n\
16418\"target\" if it supports condition evaluation, otherwise it will\n\
16419be set to \"gdb\""),
16420 &set_condition_evaluation_mode,
16421 &show_condition_evaluation_mode,
16422 &breakpoint_set_cmdlist,
16423 &breakpoint_show_cmdlist);
16424
f1310107
TJB
16425 add_com ("break-range", class_breakpoint, break_range_command, _("\
16426Set a breakpoint for an address range.\n\
16427break-range START-LOCATION, END-LOCATION\n\
16428where START-LOCATION and END-LOCATION can be one of the following:\n\
16429 LINENUM, for that line in the current file,\n\
16430 FILE:LINENUM, for that line in that file,\n\
16431 +OFFSET, for that number of lines after the current line\n\
16432 or the start of the range\n\
16433 FUNCTION, for the first line in that function,\n\
16434 FILE:FUNCTION, to distinguish among like-named static functions.\n\
16435 *ADDRESS, for the instruction at that address.\n\
16436\n\
16437The breakpoint will stop execution of the inferior whenever it executes\n\
16438an instruction at any address within the [START-LOCATION, END-LOCATION]\n\
16439range (including START-LOCATION and END-LOCATION)."));
16440
e7e0cddf
SS
16441 c = add_com ("dprintf", class_breakpoint, dprintf_command, _("\
16442Set a dynamic printf at specified line or function.\n\
16443dprintf location,format string,arg1,arg2,...\n\
16444location may be a line number, function name, or \"*\" and an address.\n\
16445If a line number is specified, break at start of code for that line.\n\
16446If a function is specified, break at start of code for that function.\n\
16447"));
16448 set_cmd_completer (c, location_completer);
16449
16450 add_setshow_enum_cmd ("dprintf-style", class_support,
16451 dprintf_style_enums, &dprintf_style, _("\
16452Set the style of usage for dynamic printf."), _("\
16453Show the style of usage for dynamic printf."), _("\
16454This setting chooses how GDB will do a dynamic printf.\n\
16455If the value is \"gdb\", then the printing is done by GDB to its own\n\
16456console, as with the \"printf\" command.\n\
16457If the value is \"call\", the print is done by calling a function in your\n\
16458program; by default printf(), but you can choose a different function or\n\
16459output stream by setting dprintf-function and dprintf-channel."),
16460 update_dprintf_commands, NULL,
16461 &setlist, &showlist);
16462
16463 dprintf_function = xstrdup ("printf");
16464 add_setshow_string_cmd ("dprintf-function", class_support,
16465 &dprintf_function, _("\
16466Set the function to use for dynamic printf"), _("\
16467Show the function to use for dynamic printf"), NULL,
16468 update_dprintf_commands, NULL,
16469 &setlist, &showlist);
16470
16471 dprintf_channel = xstrdup ("");
16472 add_setshow_string_cmd ("dprintf-channel", class_support,
16473 &dprintf_channel, _("\
16474Set the channel to use for dynamic printf"), _("\
16475Show the channel to use for dynamic printf"), NULL,
16476 update_dprintf_commands, NULL,
16477 &setlist, &showlist);
16478
d3ce09f5
SS
16479 add_setshow_boolean_cmd ("disconnected-dprintf", no_class,
16480 &disconnected_dprintf, _("\
16481Set whether dprintf continues after GDB disconnects."), _("\
16482Show whether dprintf continues after GDB disconnects."), _("\
16483Use this to let dprintf commands continue to hit and produce output\n\
16484even if GDB disconnects or detaches from the target."),
16485 NULL,
16486 NULL,
16487 &setlist, &showlist);
16488
16489 add_com ("agent-printf", class_vars, agent_printf_command, _("\
16490agent-printf \"printf format string\", arg1, arg2, arg3, ..., argn\n\
16491(target agent only) This is useful for formatted output in user-defined commands."));
16492
765dc015 16493 automatic_hardware_breakpoints = 1;
f3b1572e
PA
16494
16495 observer_attach_about_to_proceed (breakpoint_about_to_proceed);
c906108c 16496}
This page took 2.588811 seconds and 4 git commands to generate.