]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/breakpoint.c
bfd/elf-ifunc.c: Add header size arg to _bfd_elf_allocate_ifunc_dyn_relocs.
[thirdparty/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
SS
303/* Dynamic printf class type. */
304static struct breakpoint_ops dprintf_breakpoint_ops;
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)
1015 {
1016 int single = b->loc->next == NULL;
1017 struct bp_location *loc;
1018 int count = 1;
1019
1020 for (loc = b->loc; loc; loc = loc->next)
1021 {
1022 char location[50];
1023
1024 if (single)
8c042590 1025 xsnprintf (location, sizeof (location), "%d", b->number);
d55637df 1026 else
8c042590
PM
1027 xsnprintf (location, sizeof (location), "%d.%d", b->number,
1028 count);
d55637df
TT
1029
1030 if (strncmp (location, text, len) == 0)
1031 VEC_safe_push (char_ptr, result, xstrdup (location));
1032
1033 ++count;
1034 }
1035 }
1036
1037 return result;
1038 }
1039
1040 /* We're completing the expression part. */
6f937416 1041 text = skip_spaces_const (space);
d55637df
TT
1042 return expression_completer (cmd, text, word);
1043}
1044
c906108c
SS
1045/* condition N EXP -- set break condition of breakpoint N to EXP. */
1046
1047static void
fba45db2 1048condition_command (char *arg, int from_tty)
c906108c 1049{
52f0bd74 1050 struct breakpoint *b;
c906108c 1051 char *p;
52f0bd74 1052 int bnum;
c906108c
SS
1053
1054 if (arg == 0)
e2e0b3e5 1055 error_no_arg (_("breakpoint number"));
c906108c
SS
1056
1057 p = arg;
1058 bnum = get_number (&p);
5c44784c 1059 if (bnum == 0)
8a3fe4f8 1060 error (_("Bad breakpoint argument: '%s'"), arg);
c906108c
SS
1061
1062 ALL_BREAKPOINTS (b)
1063 if (b->number == bnum)
2f069f6f 1064 {
7371cf6d
PM
1065 /* Check if this breakpoint has a Python object assigned to
1066 it, and if it has a definition of the "stop"
1067 method. This method and conditions entered into GDB from
1068 the CLI are mutually exclusive. */
1069 if (b->py_bp_object
1070 && gdbpy_breakpoint_has_py_cond (b->py_bp_object))
1071 error (_("Cannot set a condition where a Python 'stop' "
1072 "method has been defined in the breakpoint."));
2566ad2d 1073 set_breakpoint_condition (b, p, from_tty);
b775012e
LM
1074
1075 if (is_breakpoint (b))
1076 update_global_location_list (1);
1077
2f069f6f
JB
1078 return;
1079 }
c906108c 1080
8a3fe4f8 1081 error (_("No breakpoint number %d."), bnum);
c906108c
SS
1082}
1083
a7bdde9e
VP
1084/* Check that COMMAND do not contain commands that are suitable
1085 only for tracepoints and not suitable for ordinary breakpoints.
4a64f543
MS
1086 Throw if any such commands is found. */
1087
a7bdde9e
VP
1088static void
1089check_no_tracepoint_commands (struct command_line *commands)
1090{
1091 struct command_line *c;
cc59ec59 1092
a7bdde9e
VP
1093 for (c = commands; c; c = c->next)
1094 {
1095 int i;
1096
1097 if (c->control_type == while_stepping_control)
3e43a32a
MS
1098 error (_("The 'while-stepping' command can "
1099 "only be used for tracepoints"));
a7bdde9e
VP
1100
1101 for (i = 0; i < c->body_count; ++i)
1102 check_no_tracepoint_commands ((c->body_list)[i]);
1103
1104 /* Not that command parsing removes leading whitespace and comment
4a64f543 1105 lines and also empty lines. So, we only need to check for
a7bdde9e
VP
1106 command directly. */
1107 if (strstr (c->line, "collect ") == c->line)
1108 error (_("The 'collect' command can only be used for tracepoints"));
1109
51661e93
VP
1110 if (strstr (c->line, "teval ") == c->line)
1111 error (_("The 'teval' command can only be used for tracepoints"));
a7bdde9e
VP
1112 }
1113}
1114
d77f58be
SS
1115/* Encapsulate tests for different types of tracepoints. */
1116
d9b3f62e
PA
1117static int
1118is_tracepoint_type (enum bptype type)
1119{
1120 return (type == bp_tracepoint
1121 || type == bp_fast_tracepoint
1122 || type == bp_static_tracepoint);
1123}
1124
a7bdde9e 1125int
d77f58be 1126is_tracepoint (const struct breakpoint *b)
a7bdde9e 1127{
d9b3f62e 1128 return is_tracepoint_type (b->type);
a7bdde9e 1129}
d9b3f62e 1130
e5dd4106 1131/* A helper function that validates that COMMANDS are valid for a
95a42b64
TT
1132 breakpoint. This function will throw an exception if a problem is
1133 found. */
48cb2d85 1134
95a42b64
TT
1135static void
1136validate_commands_for_breakpoint (struct breakpoint *b,
1137 struct command_line *commands)
48cb2d85 1138{
d77f58be 1139 if (is_tracepoint (b))
a7bdde9e 1140 {
c9a6ce02 1141 struct tracepoint *t = (struct tracepoint *) b;
a7bdde9e
VP
1142 struct command_line *c;
1143 struct command_line *while_stepping = 0;
c9a6ce02
PA
1144
1145 /* Reset the while-stepping step count. The previous commands
1146 might have included a while-stepping action, while the new
1147 ones might not. */
1148 t->step_count = 0;
1149
1150 /* We need to verify that each top-level element of commands is
1151 valid for tracepoints, that there's at most one
1152 while-stepping element, and that the while-stepping's body
1153 has valid tracing commands excluding nested while-stepping.
1154 We also need to validate the tracepoint action line in the
1155 context of the tracepoint --- validate_actionline actually
1156 has side effects, like setting the tracepoint's
1157 while-stepping STEP_COUNT, in addition to checking if the
1158 collect/teval actions parse and make sense in the
1159 tracepoint's context. */
a7bdde9e
VP
1160 for (c = commands; c; c = c->next)
1161 {
a7bdde9e
VP
1162 if (c->control_type == while_stepping_control)
1163 {
1164 if (b->type == bp_fast_tracepoint)
3e43a32a
MS
1165 error (_("The 'while-stepping' command "
1166 "cannot be used for fast tracepoint"));
0fb4aa4b 1167 else if (b->type == bp_static_tracepoint)
3e43a32a
MS
1168 error (_("The 'while-stepping' command "
1169 "cannot be used for static tracepoint"));
a7bdde9e
VP
1170
1171 if (while_stepping)
3e43a32a
MS
1172 error (_("The 'while-stepping' command "
1173 "can be used only once"));
a7bdde9e
VP
1174 else
1175 while_stepping = c;
1176 }
c9a6ce02
PA
1177
1178 validate_actionline (c->line, b);
a7bdde9e
VP
1179 }
1180 if (while_stepping)
1181 {
1182 struct command_line *c2;
1183
1184 gdb_assert (while_stepping->body_count == 1);
1185 c2 = while_stepping->body_list[0];
1186 for (; c2; c2 = c2->next)
1187 {
a7bdde9e
VP
1188 if (c2->control_type == while_stepping_control)
1189 error (_("The 'while-stepping' command cannot be nested"));
1190 }
1191 }
1192 }
1193 else
1194 {
1195 check_no_tracepoint_commands (commands);
1196 }
95a42b64
TT
1197}
1198
0fb4aa4b
PA
1199/* Return a vector of all the static tracepoints set at ADDR. The
1200 caller is responsible for releasing the vector. */
1201
1202VEC(breakpoint_p) *
1203static_tracepoints_here (CORE_ADDR addr)
1204{
1205 struct breakpoint *b;
1206 VEC(breakpoint_p) *found = 0;
1207 struct bp_location *loc;
1208
1209 ALL_BREAKPOINTS (b)
1210 if (b->type == bp_static_tracepoint)
1211 {
1212 for (loc = b->loc; loc; loc = loc->next)
1213 if (loc->address == addr)
1214 VEC_safe_push(breakpoint_p, found, b);
1215 }
1216
1217 return found;
1218}
1219
95a42b64 1220/* Set the command list of B to COMMANDS. If breakpoint is tracepoint,
4a64f543 1221 validate that only allowed commands are included. */
95a42b64
TT
1222
1223void
4a64f543
MS
1224breakpoint_set_commands (struct breakpoint *b,
1225 struct command_line *commands)
95a42b64
TT
1226{
1227 validate_commands_for_breakpoint (b, commands);
a7bdde9e 1228
9add0f1b
TT
1229 decref_counted_command_line (&b->commands);
1230 b->commands = alloc_counted_command_line (commands);
8d3788bd 1231 observer_notify_breakpoint_modified (b);
48cb2d85
VP
1232}
1233
45a43567
TT
1234/* Set the internal `silent' flag on the breakpoint. Note that this
1235 is not the same as the "silent" that may appear in the breakpoint's
1236 commands. */
1237
1238void
1239breakpoint_set_silent (struct breakpoint *b, int silent)
1240{
1241 int old_silent = b->silent;
1242
1243 b->silent = silent;
1244 if (old_silent != silent)
8d3788bd 1245 observer_notify_breakpoint_modified (b);
45a43567
TT
1246}
1247
1248/* Set the thread for this breakpoint. If THREAD is -1, make the
1249 breakpoint work for any thread. */
1250
1251void
1252breakpoint_set_thread (struct breakpoint *b, int thread)
1253{
1254 int old_thread = b->thread;
1255
1256 b->thread = thread;
1257 if (old_thread != thread)
8d3788bd 1258 observer_notify_breakpoint_modified (b);
45a43567
TT
1259}
1260
1261/* Set the task for this breakpoint. If TASK is 0, make the
1262 breakpoint work for any task. */
1263
1264void
1265breakpoint_set_task (struct breakpoint *b, int task)
1266{
1267 int old_task = b->task;
1268
1269 b->task = task;
1270 if (old_task != task)
8d3788bd 1271 observer_notify_breakpoint_modified (b);
45a43567
TT
1272}
1273
95a42b64
TT
1274void
1275check_tracepoint_command (char *line, void *closure)
a7bdde9e
VP
1276{
1277 struct breakpoint *b = closure;
cc59ec59 1278
6f937416 1279 validate_actionline (line, b);
a7bdde9e
VP
1280}
1281
95a42b64
TT
1282/* A structure used to pass information through
1283 map_breakpoint_numbers. */
1284
1285struct commands_info
1286{
1287 /* True if the command was typed at a tty. */
1288 int from_tty;
86b17b60
PA
1289
1290 /* The breakpoint range spec. */
1291 char *arg;
1292
95a42b64
TT
1293 /* Non-NULL if the body of the commands are being read from this
1294 already-parsed command. */
1295 struct command_line *control;
86b17b60 1296
95a42b64
TT
1297 /* The command lines read from the user, or NULL if they have not
1298 yet been read. */
1299 struct counted_command_line *cmd;
1300};
1301
1302/* A callback for map_breakpoint_numbers that sets the commands for
1303 commands_command. */
1304
c906108c 1305static void
95a42b64 1306do_map_commands_command (struct breakpoint *b, void *data)
c906108c 1307{
95a42b64 1308 struct commands_info *info = data;
c906108c 1309
95a42b64
TT
1310 if (info->cmd == NULL)
1311 {
1312 struct command_line *l;
5c44784c 1313
95a42b64
TT
1314 if (info->control != NULL)
1315 l = copy_command_lines (info->control->body_list[0]);
1316 else
86b17b60
PA
1317 {
1318 struct cleanup *old_chain;
1319 char *str;
c5aa993b 1320
3e43a32a
MS
1321 str = xstrprintf (_("Type commands for breakpoint(s) "
1322 "%s, one per line."),
86b17b60
PA
1323 info->arg);
1324
1325 old_chain = make_cleanup (xfree, str);
1326
1327 l = read_command_lines (str,
1328 info->from_tty, 1,
d77f58be 1329 (is_tracepoint (b)
86b17b60
PA
1330 ? check_tracepoint_command : 0),
1331 b);
1332
1333 do_cleanups (old_chain);
1334 }
a7bdde9e 1335
95a42b64
TT
1336 info->cmd = alloc_counted_command_line (l);
1337 }
1338
1339 /* If a breakpoint was on the list more than once, we don't need to
1340 do anything. */
1341 if (b->commands != info->cmd)
1342 {
1343 validate_commands_for_breakpoint (b, info->cmd->commands);
1344 incref_counted_command_line (info->cmd);
1345 decref_counted_command_line (&b->commands);
1346 b->commands = info->cmd;
8d3788bd 1347 observer_notify_breakpoint_modified (b);
c5aa993b 1348 }
95a42b64
TT
1349}
1350
1351static void
4a64f543
MS
1352commands_command_1 (char *arg, int from_tty,
1353 struct command_line *control)
95a42b64
TT
1354{
1355 struct cleanup *cleanups;
1356 struct commands_info info;
1357
1358 info.from_tty = from_tty;
1359 info.control = control;
1360 info.cmd = NULL;
1361 /* If we read command lines from the user, then `info' will hold an
1362 extra reference to the commands that we must clean up. */
1363 cleanups = make_cleanup_decref_counted_command_line (&info.cmd);
1364
1365 if (arg == NULL || !*arg)
1366 {
86b17b60 1367 if (breakpoint_count - prev_breakpoint_count > 1)
4a64f543
MS
1368 arg = xstrprintf ("%d-%d", prev_breakpoint_count + 1,
1369 breakpoint_count);
95a42b64
TT
1370 else if (breakpoint_count > 0)
1371 arg = xstrprintf ("%d", breakpoint_count);
86b17b60
PA
1372 else
1373 {
1374 /* So that we don't try to free the incoming non-NULL
1375 argument in the cleanup below. Mapping breakpoint
1376 numbers will fail in this case. */
1377 arg = NULL;
1378 }
95a42b64 1379 }
9766ced4
SS
1380 else
1381 /* The command loop has some static state, so we need to preserve
1382 our argument. */
1383 arg = xstrdup (arg);
86b17b60
PA
1384
1385 if (arg != NULL)
1386 make_cleanup (xfree, arg);
1387
1388 info.arg = arg;
95a42b64
TT
1389
1390 map_breakpoint_numbers (arg, do_map_commands_command, &info);
1391
1392 if (info.cmd == NULL)
1393 error (_("No breakpoints specified."));
1394
1395 do_cleanups (cleanups);
1396}
1397
1398static void
1399commands_command (char *arg, int from_tty)
1400{
1401 commands_command_1 (arg, from_tty, NULL);
c906108c 1402}
40c03ae8
EZ
1403
1404/* Like commands_command, but instead of reading the commands from
1405 input stream, takes them from an already parsed command structure.
1406
1407 This is used by cli-script.c to DTRT with breakpoint commands
1408 that are part of if and while bodies. */
1409enum command_control_type
1410commands_from_control_command (char *arg, struct command_line *cmd)
1411{
95a42b64
TT
1412 commands_command_1 (arg, 0, cmd);
1413 return simple_control;
40c03ae8 1414}
876fa593
JK
1415
1416/* Return non-zero if BL->TARGET_INFO contains valid information. */
1417
1418static int
1419bp_location_has_shadow (struct bp_location *bl)
1420{
1421 if (bl->loc_type != bp_loc_software_breakpoint)
1422 return 0;
1423 if (!bl->inserted)
1424 return 0;
1425 if (bl->target_info.shadow_len == 0)
e5dd4106 1426 /* BL isn't valid, or doesn't shadow memory. */
876fa593
JK
1427 return 0;
1428 return 1;
1429}
1430
8defab1a 1431/* Update BUF, which is LEN bytes read from the target address MEMADDR,
876fa593
JK
1432 by replacing any memory breakpoints with their shadowed contents.
1433
35c63cd8
JB
1434 If READBUF is not NULL, this buffer must not overlap with any of
1435 the breakpoint location's shadow_contents buffers. Otherwise,
1436 a failed assertion internal error will be raised.
1437
876fa593 1438 The range of shadowed area by each bp_location is:
35df4500
TJB
1439 bl->address - bp_location_placed_address_before_address_max
1440 up to bl->address + bp_location_shadow_len_after_address_max
876fa593
JK
1441 The range we were requested to resolve shadows for is:
1442 memaddr ... memaddr + len
1443 Thus the safe cutoff boundaries for performance optimization are
35df4500
TJB
1444 memaddr + len <= (bl->address
1445 - bp_location_placed_address_before_address_max)
876fa593 1446 and:
35df4500 1447 bl->address + bp_location_shadow_len_after_address_max <= memaddr */
c906108c 1448
8defab1a 1449void
f0ba3972
PA
1450breakpoint_xfer_memory (gdb_byte *readbuf, gdb_byte *writebuf,
1451 const gdb_byte *writebuf_org,
1452 ULONGEST memaddr, LONGEST len)
c906108c 1453{
4a64f543
MS
1454 /* Left boundary, right boundary and median element of our binary
1455 search. */
876fa593
JK
1456 unsigned bc_l, bc_r, bc;
1457
4a64f543
MS
1458 /* Find BC_L which is a leftmost element which may affect BUF
1459 content. It is safe to report lower value but a failure to
1460 report higher one. */
876fa593
JK
1461
1462 bc_l = 0;
1463 bc_r = bp_location_count;
1464 while (bc_l + 1 < bc_r)
1465 {
35df4500 1466 struct bp_location *bl;
876fa593
JK
1467
1468 bc = (bc_l + bc_r) / 2;
35df4500 1469 bl = bp_location[bc];
876fa593 1470
4a64f543
MS
1471 /* Check first BL->ADDRESS will not overflow due to the added
1472 constant. Then advance the left boundary only if we are sure
1473 the BC element can in no way affect the BUF content (MEMADDR
1474 to MEMADDR + LEN range).
876fa593 1475
4a64f543
MS
1476 Use the BP_LOCATION_SHADOW_LEN_AFTER_ADDRESS_MAX safety
1477 offset so that we cannot miss a breakpoint with its shadow
1478 range tail still reaching MEMADDR. */
c5aa993b 1479
35df4500
TJB
1480 if ((bl->address + bp_location_shadow_len_after_address_max
1481 >= bl->address)
1482 && (bl->address + bp_location_shadow_len_after_address_max
1483 <= memaddr))
876fa593
JK
1484 bc_l = bc;
1485 else
1486 bc_r = bc;
1487 }
1488
128070bb
PA
1489 /* Due to the binary search above, we need to make sure we pick the
1490 first location that's at BC_L's address. E.g., if there are
1491 multiple locations at the same address, BC_L may end up pointing
1492 at a duplicate location, and miss the "master"/"inserted"
1493 location. Say, given locations L1, L2 and L3 at addresses A and
1494 B:
1495
1496 L1@A, L2@A, L3@B, ...
1497
1498 BC_L could end up pointing at location L2, while the "master"
1499 location could be L1. Since the `loc->inserted' flag is only set
1500 on "master" locations, we'd forget to restore the shadow of L1
1501 and L2. */
1502 while (bc_l > 0
1503 && bp_location[bc_l]->address == bp_location[bc_l - 1]->address)
1504 bc_l--;
1505
876fa593
JK
1506 /* Now do full processing of the found relevant range of elements. */
1507
1508 for (bc = bc_l; bc < bp_location_count; bc++)
c5aa993b 1509 {
35df4500 1510 struct bp_location *bl = bp_location[bc];
876fa593
JK
1511 CORE_ADDR bp_addr = 0;
1512 int bp_size = 0;
1513 int bptoffset = 0;
1514
35df4500
TJB
1515 /* bp_location array has BL->OWNER always non-NULL. */
1516 if (bl->owner->type == bp_none)
8a3fe4f8 1517 warning (_("reading through apparently deleted breakpoint #%d?"),
35df4500 1518 bl->owner->number);
ffce0d52 1519
e5dd4106 1520 /* Performance optimization: any further element can no longer affect BUF
876fa593
JK
1521 content. */
1522
35df4500
TJB
1523 if (bl->address >= bp_location_placed_address_before_address_max
1524 && memaddr + len <= (bl->address
1525 - bp_location_placed_address_before_address_max))
876fa593
JK
1526 break;
1527
35df4500 1528 if (!bp_location_has_shadow (bl))
c5aa993b 1529 continue;
35df4500 1530 if (!breakpoint_address_match (bl->target_info.placed_address_space, 0,
6c95b8df
PA
1531 current_program_space->aspace, 0))
1532 continue;
1533
c5aa993b
JM
1534 /* Addresses and length of the part of the breakpoint that
1535 we need to copy. */
35df4500
TJB
1536 bp_addr = bl->target_info.placed_address;
1537 bp_size = bl->target_info.shadow_len;
8defab1a 1538
c5aa993b
JM
1539 if (bp_addr + bp_size <= memaddr)
1540 /* The breakpoint is entirely before the chunk of memory we
1541 are reading. */
1542 continue;
8defab1a 1543
c5aa993b
JM
1544 if (bp_addr >= memaddr + len)
1545 /* The breakpoint is entirely after the chunk of memory we are
4a64f543 1546 reading. */
c5aa993b 1547 continue;
c5aa993b 1548
8defab1a
DJ
1549 /* Offset within shadow_contents. */
1550 if (bp_addr < memaddr)
1551 {
1552 /* Only copy the second part of the breakpoint. */
1553 bp_size -= memaddr - bp_addr;
1554 bptoffset = memaddr - bp_addr;
1555 bp_addr = memaddr;
1556 }
c5aa993b 1557
8defab1a
DJ
1558 if (bp_addr + bp_size > memaddr + len)
1559 {
1560 /* Only copy the first part of the breakpoint. */
1561 bp_size -= (bp_addr + bp_size) - (memaddr + len);
1562 }
c5aa993b 1563
f0ba3972
PA
1564 if (readbuf != NULL)
1565 {
35c63cd8
JB
1566 /* Verify that the readbuf buffer does not overlap with
1567 the shadow_contents buffer. */
1568 gdb_assert (bl->target_info.shadow_contents >= readbuf + len
1569 || readbuf >= (bl->target_info.shadow_contents
1570 + bl->target_info.shadow_len));
1571
f0ba3972
PA
1572 /* Update the read buffer with this inserted breakpoint's
1573 shadow. */
1574 memcpy (readbuf + bp_addr - memaddr,
1575 bl->target_info.shadow_contents + bptoffset, bp_size);
1576 }
1577 else
1578 {
1579 struct gdbarch *gdbarch = bl->gdbarch;
1580 const unsigned char *bp;
1581 CORE_ADDR placed_address = bl->target_info.placed_address;
20ced3e4 1582 int placed_size = bl->target_info.placed_size;
f0ba3972
PA
1583
1584 /* Update the shadow with what we want to write to memory. */
1585 memcpy (bl->target_info.shadow_contents + bptoffset,
1586 writebuf_org + bp_addr - memaddr, bp_size);
1587
1588 /* Determine appropriate breakpoint contents and size for this
1589 address. */
1590 bp = gdbarch_breakpoint_from_pc (gdbarch, &placed_address, &placed_size);
1591
1592 /* Update the final write buffer with this inserted
1593 breakpoint's INSN. */
1594 memcpy (writebuf + bp_addr - memaddr, bp + bptoffset, bp_size);
1595 }
c5aa993b 1596 }
c906108c 1597}
c906108c 1598\f
c5aa993b 1599
b775012e
LM
1600/* Return true if BPT is either a software breakpoint or a hardware
1601 breakpoint. */
1602
1603int
1604is_breakpoint (const struct breakpoint *bpt)
1605{
1606 return (bpt->type == bp_breakpoint
e7e0cddf
SS
1607 || bpt->type == bp_hardware_breakpoint
1608 || bpt->type == bp_dprintf);
b775012e
LM
1609}
1610
60e1c644
PA
1611/* Return true if BPT is of any hardware watchpoint kind. */
1612
a5606eee 1613static int
d77f58be 1614is_hardware_watchpoint (const struct breakpoint *bpt)
a5606eee
VP
1615{
1616 return (bpt->type == bp_hardware_watchpoint
1617 || bpt->type == bp_read_watchpoint
1618 || bpt->type == bp_access_watchpoint);
1619}
7270d8f2 1620
60e1c644
PA
1621/* Return true if BPT is of any watchpoint kind, hardware or
1622 software. */
1623
3a5c3e22 1624int
d77f58be 1625is_watchpoint (const struct breakpoint *bpt)
60e1c644
PA
1626{
1627 return (is_hardware_watchpoint (bpt)
1628 || bpt->type == bp_watchpoint);
1629}
1630
3a5c3e22
PA
1631/* Returns true if the current thread and its running state are safe
1632 to evaluate or update watchpoint B. Watchpoints on local
1633 expressions need to be evaluated in the context of the thread that
1634 was current when the watchpoint was created, and, that thread needs
1635 to be stopped to be able to select the correct frame context.
1636 Watchpoints on global expressions can be evaluated on any thread,
1637 and in any state. It is presently left to the target allowing
1638 memory accesses when threads are running. */
f6bc2008
PA
1639
1640static int
3a5c3e22 1641watchpoint_in_thread_scope (struct watchpoint *b)
f6bc2008 1642{
d0d8b0c6
JK
1643 return (b->base.pspace == current_program_space
1644 && (ptid_equal (b->watchpoint_thread, null_ptid)
1645 || (ptid_equal (inferior_ptid, b->watchpoint_thread)
1646 && !is_executing (inferior_ptid))));
f6bc2008
PA
1647}
1648
d0fb5eae
JK
1649/* Set watchpoint B to disp_del_at_next_stop, even including its possible
1650 associated bp_watchpoint_scope breakpoint. */
1651
1652static void
3a5c3e22 1653watchpoint_del_at_next_stop (struct watchpoint *w)
d0fb5eae 1654{
3a5c3e22 1655 struct breakpoint *b = &w->base;
d0fb5eae
JK
1656
1657 if (b->related_breakpoint != b)
1658 {
1659 gdb_assert (b->related_breakpoint->type == bp_watchpoint_scope);
1660 gdb_assert (b->related_breakpoint->related_breakpoint == b);
1661 b->related_breakpoint->disposition = disp_del_at_next_stop;
1662 b->related_breakpoint->related_breakpoint = b->related_breakpoint;
1663 b->related_breakpoint = b;
1664 }
1665 b->disposition = disp_del_at_next_stop;
1666}
1667
567e1b4e
JB
1668/* Assuming that B is a watchpoint:
1669 - Reparse watchpoint expression, if REPARSE is non-zero
a5606eee 1670 - Evaluate expression and store the result in B->val
567e1b4e
JB
1671 - Evaluate the condition if there is one, and store the result
1672 in b->loc->cond.
a5606eee
VP
1673 - Update the list of values that must be watched in B->loc.
1674
4a64f543
MS
1675 If the watchpoint disposition is disp_del_at_next_stop, then do
1676 nothing. If this is local watchpoint that is out of scope, delete
1677 it.
1678
1679 Even with `set breakpoint always-inserted on' the watchpoints are
1680 removed + inserted on each stop here. Normal breakpoints must
1681 never be removed because they might be missed by a running thread
1682 when debugging in non-stop mode. On the other hand, hardware
1683 watchpoints (is_hardware_watchpoint; processed here) are specific
1684 to each LWP since they are stored in each LWP's hardware debug
1685 registers. Therefore, such LWP must be stopped first in order to
1686 be able to modify its hardware watchpoints.
1687
1688 Hardware watchpoints must be reset exactly once after being
1689 presented to the user. It cannot be done sooner, because it would
1690 reset the data used to present the watchpoint hit to the user. And
1691 it must not be done later because it could display the same single
1692 watchpoint hit during multiple GDB stops. Note that the latter is
1693 relevant only to the hardware watchpoint types bp_read_watchpoint
1694 and bp_access_watchpoint. False hit by bp_hardware_watchpoint is
1695 not user-visible - its hit is suppressed if the memory content has
1696 not changed.
1697
1698 The following constraints influence the location where we can reset
1699 hardware watchpoints:
1700
1701 * target_stopped_by_watchpoint and target_stopped_data_address are
1702 called several times when GDB stops.
1703
1704 [linux]
1705 * Multiple hardware watchpoints can be hit at the same time,
1706 causing GDB to stop. GDB only presents one hardware watchpoint
1707 hit at a time as the reason for stopping, and all the other hits
1708 are presented later, one after the other, each time the user
1709 requests the execution to be resumed. Execution is not resumed
1710 for the threads still having pending hit event stored in
1711 LWP_INFO->STATUS. While the watchpoint is already removed from
1712 the inferior on the first stop the thread hit event is kept being
1713 reported from its cached value by linux_nat_stopped_data_address
1714 until the real thread resume happens after the watchpoint gets
1715 presented and thus its LWP_INFO->STATUS gets reset.
1716
1717 Therefore the hardware watchpoint hit can get safely reset on the
1718 watchpoint removal from inferior. */
a79d3c27 1719
b40ce68a 1720static void
3a5c3e22 1721update_watchpoint (struct watchpoint *b, int reparse)
7270d8f2 1722{
a5606eee 1723 int within_current_scope;
a5606eee 1724 struct frame_id saved_frame_id;
66076460 1725 int frame_saved;
a5606eee 1726
f6bc2008
PA
1727 /* If this is a local watchpoint, we only want to check if the
1728 watchpoint frame is in scope if the current thread is the thread
1729 that was used to create the watchpoint. */
1730 if (!watchpoint_in_thread_scope (b))
1731 return;
1732
3a5c3e22 1733 if (b->base.disposition == disp_del_at_next_stop)
a5606eee
VP
1734 return;
1735
66076460 1736 frame_saved = 0;
a5606eee
VP
1737
1738 /* Determine if the watchpoint is within scope. */
1739 if (b->exp_valid_block == NULL)
1740 within_current_scope = 1;
1741 else
1742 {
b5db5dfc
UW
1743 struct frame_info *fi = get_current_frame ();
1744 struct gdbarch *frame_arch = get_frame_arch (fi);
1745 CORE_ADDR frame_pc = get_frame_pc (fi);
1746
1747 /* If we're in a function epilogue, unwinding may not work
1748 properly, so do not attempt to recreate locations at this
1749 point. See similar comments in watchpoint_check. */
1750 if (gdbarch_in_function_epilogue_p (frame_arch, frame_pc))
1751 return;
66076460
DJ
1752
1753 /* Save the current frame's ID so we can restore it after
1754 evaluating the watchpoint expression on its own frame. */
1755 /* FIXME drow/2003-09-09: It would be nice if evaluate_expression
1756 took a frame parameter, so that we didn't have to change the
1757 selected frame. */
1758 frame_saved = 1;
1759 saved_frame_id = get_frame_id (get_selected_frame (NULL));
1760
a5606eee
VP
1761 fi = frame_find_by_id (b->watchpoint_frame);
1762 within_current_scope = (fi != NULL);
1763 if (within_current_scope)
1764 select_frame (fi);
1765 }
1766
b5db5dfc
UW
1767 /* We don't free locations. They are stored in the bp_location array
1768 and update_global_location_list will eventually delete them and
1769 remove breakpoints if needed. */
3a5c3e22 1770 b->base.loc = NULL;
b5db5dfc 1771
a5606eee
VP
1772 if (within_current_scope && reparse)
1773 {
bbc13ae3 1774 const char *s;
d63d0675 1775
a5606eee
VP
1776 if (b->exp)
1777 {
1778 xfree (b->exp);
1779 b->exp = NULL;
1780 }
d63d0675 1781 s = b->exp_string_reparse ? b->exp_string_reparse : b->exp_string;
1bb9788d 1782 b->exp = parse_exp_1 (&s, 0, b->exp_valid_block, 0);
a5606eee
VP
1783 /* If the meaning of expression itself changed, the old value is
1784 no longer relevant. We don't want to report a watchpoint hit
1785 to the user when the old value and the new value may actually
1786 be completely different objects. */
1787 value_free (b->val);
fa4727a6
DJ
1788 b->val = NULL;
1789 b->val_valid = 0;
60e1c644
PA
1790
1791 /* Note that unlike with breakpoints, the watchpoint's condition
1792 expression is stored in the breakpoint object, not in the
1793 locations (re)created below. */
3a5c3e22 1794 if (b->base.cond_string != NULL)
60e1c644
PA
1795 {
1796 if (b->cond_exp != NULL)
1797 {
1798 xfree (b->cond_exp);
1799 b->cond_exp = NULL;
1800 }
1801
3a5c3e22 1802 s = b->base.cond_string;
1bb9788d 1803 b->cond_exp = parse_exp_1 (&s, 0, b->cond_exp_valid_block, 0);
60e1c644 1804 }
a5606eee 1805 }
a5606eee
VP
1806
1807 /* If we failed to parse the expression, for example because
1808 it refers to a global variable in a not-yet-loaded shared library,
1809 don't try to insert watchpoint. We don't automatically delete
1810 such watchpoint, though, since failure to parse expression
1811 is different from out-of-scope watchpoint. */
2d134ed3
PA
1812 if ( !target_has_execution)
1813 {
1814 /* Without execution, memory can't change. No use to try and
1815 set watchpoint locations. The watchpoint will be reset when
1816 the target gains execution, through breakpoint_re_set. */
1817 }
1818 else if (within_current_scope && b->exp)
a5606eee 1819 {
0cf6dd15 1820 int pc = 0;
fa4727a6 1821 struct value *val_chain, *v, *result, *next;
2d134ed3 1822 struct program_space *frame_pspace;
a5606eee 1823
0cf6dd15 1824 fetch_subexp_value (b->exp, &pc, &v, &result, &val_chain);
a5606eee 1825
a5606eee
VP
1826 /* Avoid setting b->val if it's already set. The meaning of
1827 b->val is 'the last value' user saw, and we should update
1828 it only if we reported that last value to user. As it
9c06b0b4
TJB
1829 happens, the code that reports it updates b->val directly.
1830 We don't keep track of the memory value for masked
1831 watchpoints. */
3a5c3e22 1832 if (!b->val_valid && !is_masked_watchpoint (&b->base))
fa4727a6
DJ
1833 {
1834 b->val = v;
1835 b->val_valid = 1;
1836 }
a5606eee 1837
2d134ed3
PA
1838 frame_pspace = get_frame_program_space (get_selected_frame (NULL));
1839
a5606eee 1840 /* Look at each value on the value chain. */
9fa40276 1841 for (v = val_chain; v; v = value_next (v))
a5606eee
VP
1842 {
1843 /* If it's a memory location, and GDB actually needed
1844 its contents to evaluate the expression, then we
fa4727a6
DJ
1845 must watch it. If the first value returned is
1846 still lazy, that means an error occurred reading it;
1847 watch it anyway in case it becomes readable. */
a5606eee 1848 if (VALUE_LVAL (v) == lval_memory
fa4727a6 1849 && (v == val_chain || ! value_lazy (v)))
a5606eee
VP
1850 {
1851 struct type *vtype = check_typedef (value_type (v));
7270d8f2 1852
a5606eee
VP
1853 /* We only watch structs and arrays if user asked
1854 for it explicitly, never if they just happen to
1855 appear in the middle of some value chain. */
fa4727a6 1856 if (v == result
a5606eee
VP
1857 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
1858 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
1859 {
1860 CORE_ADDR addr;
744a8059 1861 int type;
a5606eee
VP
1862 struct bp_location *loc, **tmp;
1863
42ae5230 1864 addr = value_address (v);
a5606eee 1865 type = hw_write;
3a5c3e22 1866 if (b->base.type == bp_read_watchpoint)
a5606eee 1867 type = hw_read;
3a5c3e22 1868 else if (b->base.type == bp_access_watchpoint)
a5606eee 1869 type = hw_access;
3a5c3e22
PA
1870
1871 loc = allocate_bp_location (&b->base);
1872 for (tmp = &(b->base.loc); *tmp != NULL; tmp = &((*tmp)->next))
a5606eee
VP
1873 ;
1874 *tmp = loc;
a6d9a66e 1875 loc->gdbarch = get_type_arch (value_type (v));
6c95b8df
PA
1876
1877 loc->pspace = frame_pspace;
a5606eee 1878 loc->address = addr;
744a8059 1879 loc->length = TYPE_LENGTH (value_type (v));
a5606eee
VP
1880 loc->watchpoint_type = type;
1881 }
1882 }
9fa40276
TJB
1883 }
1884
1885 /* Change the type of breakpoint between hardware assisted or
1886 an ordinary watchpoint depending on the hardware support
1887 and free hardware slots. REPARSE is set when the inferior
1888 is started. */
a9634178 1889 if (reparse)
9fa40276 1890 {
e09342b5 1891 int reg_cnt;
9fa40276
TJB
1892 enum bp_loc_type loc_type;
1893 struct bp_location *bl;
a5606eee 1894
a9634178 1895 reg_cnt = can_use_hardware_watchpoint (val_chain);
e09342b5
TJB
1896
1897 if (reg_cnt)
9fa40276
TJB
1898 {
1899 int i, target_resources_ok, other_type_used;
a1398e0c 1900 enum bptype type;
9fa40276 1901
a9634178
TJB
1902 /* Use an exact watchpoint when there's only one memory region to be
1903 watched, and only one debug register is needed to watch it. */
1904 b->exact = target_exact_watchpoints && reg_cnt == 1;
1905
9fa40276 1906 /* We need to determine how many resources are already
e09342b5
TJB
1907 used for all other hardware watchpoints plus this one
1908 to see if we still have enough resources to also fit
a1398e0c
PA
1909 this watchpoint in as well. */
1910
1911 /* If this is a software watchpoint, we try to turn it
1912 to a hardware one -- count resources as if B was of
1913 hardware watchpoint type. */
1914 type = b->base.type;
1915 if (type == bp_watchpoint)
1916 type = bp_hardware_watchpoint;
1917
1918 /* This watchpoint may or may not have been placed on
1919 the list yet at this point (it won't be in the list
1920 if we're trying to create it for the first time,
1921 through watch_command), so always account for it
1922 manually. */
1923
1924 /* Count resources used by all watchpoints except B. */
1925 i = hw_watchpoint_used_count_others (&b->base, type, &other_type_used);
1926
1927 /* Add in the resources needed for B. */
1928 i += hw_watchpoint_use_count (&b->base);
1929
1930 target_resources_ok
1931 = target_can_use_hardware_watchpoint (type, i, other_type_used);
e09342b5 1932 if (target_resources_ok <= 0)
a9634178 1933 {
3a5c3e22 1934 int sw_mode = b->base.ops->works_in_software_mode (&b->base);
9c06b0b4
TJB
1935
1936 if (target_resources_ok == 0 && !sw_mode)
a9634178
TJB
1937 error (_("Target does not support this type of "
1938 "hardware watchpoint."));
9c06b0b4
TJB
1939 else if (target_resources_ok < 0 && !sw_mode)
1940 error (_("There are not enough available hardware "
1941 "resources for this watchpoint."));
a1398e0c
PA
1942
1943 /* Downgrade to software watchpoint. */
1944 b->base.type = bp_watchpoint;
1945 }
1946 else
1947 {
1948 /* If this was a software watchpoint, we've just
1949 found we have enough resources to turn it to a
1950 hardware watchpoint. Otherwise, this is a
1951 nop. */
1952 b->base.type = type;
a9634178 1953 }
9fa40276 1954 }
3a5c3e22 1955 else if (!b->base.ops->works_in_software_mode (&b->base))
a9634178
TJB
1956 error (_("Expression cannot be implemented with "
1957 "read/access watchpoint."));
9fa40276 1958 else
3a5c3e22 1959 b->base.type = bp_watchpoint;
9fa40276 1960
3a5c3e22 1961 loc_type = (b->base.type == bp_watchpoint? bp_loc_other
9fa40276 1962 : bp_loc_hardware_watchpoint);
3a5c3e22 1963 for (bl = b->base.loc; bl; bl = bl->next)
9fa40276
TJB
1964 bl->loc_type = loc_type;
1965 }
1966
1967 for (v = val_chain; v; v = next)
1968 {
a5606eee
VP
1969 next = value_next (v);
1970 if (v != b->val)
1971 value_free (v);
1972 }
1973
c7437ca6
PA
1974 /* If a software watchpoint is not watching any memory, then the
1975 above left it without any location set up. But,
1976 bpstat_stop_status requires a location to be able to report
1977 stops, so make sure there's at least a dummy one. */
3a5c3e22 1978 if (b->base.type == bp_watchpoint && b->base.loc == NULL)
c7437ca6 1979 {
3a5c3e22
PA
1980 struct breakpoint *base = &b->base;
1981 base->loc = allocate_bp_location (base);
1982 base->loc->pspace = frame_pspace;
1983 base->loc->address = -1;
1984 base->loc->length = -1;
1985 base->loc->watchpoint_type = -1;
c7437ca6 1986 }
a5606eee
VP
1987 }
1988 else if (!within_current_scope)
7270d8f2 1989 {
ac74f770
MS
1990 printf_filtered (_("\
1991Watchpoint %d deleted because the program has left the block\n\
1992in which its expression is valid.\n"),
3a5c3e22 1993 b->base.number);
d0fb5eae 1994 watchpoint_del_at_next_stop (b);
7270d8f2 1995 }
a5606eee
VP
1996
1997 /* Restore the selected frame. */
66076460
DJ
1998 if (frame_saved)
1999 select_frame (frame_find_by_id (saved_frame_id));
7270d8f2
OF
2000}
2001
a5606eee 2002
74960c60 2003/* Returns 1 iff breakpoint location should be
1e4d1764
YQ
2004 inserted in the inferior. We don't differentiate the type of BL's owner
2005 (breakpoint vs. tracepoint), although insert_location in tracepoint's
2006 breakpoint_ops is not defined, because in insert_bp_location,
2007 tracepoint's insert_location will not be called. */
74960c60 2008static int
35df4500 2009should_be_inserted (struct bp_location *bl)
74960c60 2010{
35df4500 2011 if (bl->owner == NULL || !breakpoint_enabled (bl->owner))
74960c60
VP
2012 return 0;
2013
35df4500 2014 if (bl->owner->disposition == disp_del_at_next_stop)
74960c60
VP
2015 return 0;
2016
35df4500 2017 if (!bl->enabled || bl->shlib_disabled || bl->duplicate)
74960c60
VP
2018 return 0;
2019
f8eba3c6
TT
2020 if (user_breakpoint_p (bl->owner) && bl->pspace->executing_startup)
2021 return 0;
2022
56710373
PA
2023 /* This is set for example, when we're attached to the parent of a
2024 vfork, and have detached from the child. The child is running
2025 free, and we expect it to do an exec or exit, at which point the
2026 OS makes the parent schedulable again (and the target reports
2027 that the vfork is done). Until the child is done with the shared
2028 memory region, do not insert breakpoints in the parent, otherwise
2029 the child could still trip on the parent's breakpoints. Since
2030 the parent is blocked anyway, it won't miss any breakpoint. */
35df4500 2031 if (bl->pspace->breakpoints_not_allowed)
56710373
PA
2032 return 0;
2033
74960c60
VP
2034 return 1;
2035}
2036
934709f0
PW
2037/* Same as should_be_inserted but does the check assuming
2038 that the location is not duplicated. */
2039
2040static int
2041unduplicated_should_be_inserted (struct bp_location *bl)
2042{
2043 int result;
2044 const int save_duplicate = bl->duplicate;
2045
2046 bl->duplicate = 0;
2047 result = should_be_inserted (bl);
2048 bl->duplicate = save_duplicate;
2049 return result;
2050}
2051
b775012e
LM
2052/* Parses a conditional described by an expression COND into an
2053 agent expression bytecode suitable for evaluation
2054 by the bytecode interpreter. Return NULL if there was
2055 any error during parsing. */
2056
2057static struct agent_expr *
2058parse_cond_to_aexpr (CORE_ADDR scope, struct expression *cond)
2059{
2060 struct agent_expr *aexpr = NULL;
b775012e
LM
2061 volatile struct gdb_exception ex;
2062
2063 if (!cond)
2064 return NULL;
2065
2066 /* We don't want to stop processing, so catch any errors
2067 that may show up. */
2068 TRY_CATCH (ex, RETURN_MASK_ERROR)
2069 {
2070 aexpr = gen_eval_for_expr (scope, cond);
2071 }
2072
2073 if (ex.reason < 0)
2074 {
2075 /* If we got here, it means the condition could not be parsed to a valid
2076 bytecode expression and thus can't be evaluated on the target's side.
2077 It's no use iterating through the conditions. */
2078 return NULL;
2079 }
2080
2081 /* We have a valid agent expression. */
2082 return aexpr;
2083}
2084
2085/* Based on location BL, create a list of breakpoint conditions to be
2086 passed on to the target. If we have duplicated locations with different
2087 conditions, we will add such conditions to the list. The idea is that the
2088 target will evaluate the list of conditions and will only notify GDB when
2089 one of them is true. */
2090
2091static void
2092build_target_condition_list (struct bp_location *bl)
2093{
2094 struct bp_location **locp = NULL, **loc2p;
2095 int null_condition_or_parse_error = 0;
2096 int modified = bl->needs_update;
2097 struct bp_location *loc;
2098
2099 /* This is only meaningful if the target is
2100 evaluating conditions and if the user has
2101 opted for condition evaluation on the target's
2102 side. */
2103 if (gdb_evaluates_breakpoint_condition_p ()
2104 || !target_supports_evaluation_of_breakpoint_conditions ())
2105 return;
2106
2107 /* Do a first pass to check for locations with no assigned
2108 conditions or conditions that fail to parse to a valid agent expression
2109 bytecode. If any of these happen, then it's no use to send conditions
2110 to the target since this location will always trigger and generate a
2111 response back to GDB. */
2112 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2113 {
2114 loc = (*loc2p);
2115 if (is_breakpoint (loc->owner) && loc->pspace->num == bl->pspace->num)
2116 {
2117 if (modified)
2118 {
2119 struct agent_expr *aexpr;
2120
2121 /* Re-parse the conditions since something changed. In that
2122 case we already freed the condition bytecodes (see
2123 force_breakpoint_reinsertion). We just
2124 need to parse the condition to bytecodes again. */
2125 aexpr = parse_cond_to_aexpr (bl->address, loc->cond);
2126 loc->cond_bytecode = aexpr;
2127
2128 /* Check if we managed to parse the conditional expression
2129 correctly. If not, we will not send this condition
2130 to the target. */
2131 if (aexpr)
2132 continue;
2133 }
2134
2135 /* If we have a NULL bytecode expression, it means something
2136 went wrong or we have a null condition expression. */
2137 if (!loc->cond_bytecode)
2138 {
2139 null_condition_or_parse_error = 1;
2140 break;
2141 }
2142 }
2143 }
2144
2145 /* If any of these happened, it means we will have to evaluate the conditions
2146 for the location's address on gdb's side. It is no use keeping bytecodes
2147 for all the other duplicate locations, thus we free all of them here.
2148
2149 This is so we have a finer control over which locations' conditions are
2150 being evaluated by GDB or the remote stub. */
2151 if (null_condition_or_parse_error)
2152 {
2153 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2154 {
2155 loc = (*loc2p);
2156 if (is_breakpoint (loc->owner) && loc->pspace->num == bl->pspace->num)
2157 {
2158 /* Only go as far as the first NULL bytecode is
2159 located. */
2160 if (!loc->cond_bytecode)
2161 return;
2162
2163 free_agent_expr (loc->cond_bytecode);
2164 loc->cond_bytecode = NULL;
2165 }
2166 }
2167 }
2168
2169 /* No NULL conditions or failed bytecode generation. Build a condition list
2170 for this location's address. */
2171 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2172 {
2173 loc = (*loc2p);
2174 if (loc->cond
2175 && is_breakpoint (loc->owner)
2176 && loc->pspace->num == bl->pspace->num
2177 && loc->owner->enable_state == bp_enabled
2178 && loc->enabled)
2179 /* Add the condition to the vector. This will be used later to send the
2180 conditions to the target. */
2181 VEC_safe_push (agent_expr_p, bl->target_info.conditions,
2182 loc->cond_bytecode);
2183 }
2184
2185 return;
2186}
2187
d3ce09f5
SS
2188/* Parses a command described by string CMD into an agent expression
2189 bytecode suitable for evaluation by the bytecode interpreter.
2190 Return NULL if there was any error during parsing. */
2191
2192static struct agent_expr *
2193parse_cmd_to_aexpr (CORE_ADDR scope, char *cmd)
2194{
2195 struct cleanup *old_cleanups = 0;
2196 struct expression *expr, **argvec;
2197 struct agent_expr *aexpr = NULL;
d3ce09f5 2198 volatile struct gdb_exception ex;
bbc13ae3
KS
2199 const char *cmdrest;
2200 const char *format_start, *format_end;
d3ce09f5
SS
2201 struct format_piece *fpieces;
2202 int nargs;
2203 struct gdbarch *gdbarch = get_current_arch ();
2204
2205 if (!cmd)
2206 return NULL;
2207
2208 cmdrest = cmd;
2209
2210 if (*cmdrest == ',')
2211 ++cmdrest;
bbc13ae3 2212 cmdrest = skip_spaces_const (cmdrest);
d3ce09f5
SS
2213
2214 if (*cmdrest++ != '"')
2215 error (_("No format string following the location"));
2216
2217 format_start = cmdrest;
2218
2219 fpieces = parse_format_string (&cmdrest);
2220
2221 old_cleanups = make_cleanup (free_format_pieces_cleanup, &fpieces);
2222
2223 format_end = cmdrest;
2224
2225 if (*cmdrest++ != '"')
2226 error (_("Bad format string, non-terminated '\"'."));
2227
bbc13ae3 2228 cmdrest = skip_spaces_const (cmdrest);
d3ce09f5
SS
2229
2230 if (!(*cmdrest == ',' || *cmdrest == '\0'))
2231 error (_("Invalid argument syntax"));
2232
2233 if (*cmdrest == ',')
2234 cmdrest++;
bbc13ae3 2235 cmdrest = skip_spaces_const (cmdrest);
d3ce09f5
SS
2236
2237 /* For each argument, make an expression. */
2238
2239 argvec = (struct expression **) alloca (strlen (cmd)
2240 * sizeof (struct expression *));
2241
2242 nargs = 0;
2243 while (*cmdrest != '\0')
2244 {
bbc13ae3 2245 const char *cmd1;
d3ce09f5
SS
2246
2247 cmd1 = cmdrest;
2248 expr = parse_exp_1 (&cmd1, scope, block_for_pc (scope), 1);
2249 argvec[nargs++] = expr;
2250 cmdrest = cmd1;
2251 if (*cmdrest == ',')
2252 ++cmdrest;
2253 }
2254
2255 /* We don't want to stop processing, so catch any errors
2256 that may show up. */
2257 TRY_CATCH (ex, RETURN_MASK_ERROR)
2258 {
2259 aexpr = gen_printf (scope, gdbarch, 0, 0,
2260 format_start, format_end - format_start,
2261 fpieces, nargs, argvec);
2262 }
2263
2264 if (ex.reason < 0)
2265 {
2266 /* If we got here, it means the command could not be parsed to a valid
2267 bytecode expression and thus can't be evaluated on the target's side.
2268 It's no use iterating through the other commands. */
2269 return NULL;
2270 }
2271
2272 do_cleanups (old_cleanups);
2273
2274 /* We have a valid agent expression, return it. */
2275 return aexpr;
2276}
2277
2278/* Based on location BL, create a list of breakpoint commands to be
2279 passed on to the target. If we have duplicated locations with
2280 different commands, we will add any such to the list. */
2281
2282static void
2283build_target_command_list (struct bp_location *bl)
2284{
2285 struct bp_location **locp = NULL, **loc2p;
2286 int null_command_or_parse_error = 0;
2287 int modified = bl->needs_update;
2288 struct bp_location *loc;
2289
2290 /* For now, limit to agent-style dprintf breakpoints. */
2291 if (bl->owner->type != bp_dprintf
2292 || strcmp (dprintf_style, dprintf_style_agent) != 0)
2293 return;
2294
2295 if (!target_can_run_breakpoint_commands ())
2296 return;
2297
2298 /* Do a first pass to check for locations with no assigned
2299 conditions or conditions that fail to parse to a valid agent expression
2300 bytecode. If any of these happen, then it's no use to send conditions
2301 to the target since this location will always trigger and generate a
2302 response back to GDB. */
2303 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2304 {
2305 loc = (*loc2p);
2306 if (is_breakpoint (loc->owner) && loc->pspace->num == bl->pspace->num)
2307 {
2308 if (modified)
2309 {
2310 struct agent_expr *aexpr;
2311
2312 /* Re-parse the commands since something changed. In that
2313 case we already freed the command bytecodes (see
2314 force_breakpoint_reinsertion). We just
2315 need to parse the command to bytecodes again. */
2316 aexpr = parse_cmd_to_aexpr (bl->address,
2317 loc->owner->extra_string);
2318 loc->cmd_bytecode = aexpr;
2319
2320 if (!aexpr)
2321 continue;
2322 }
2323
2324 /* If we have a NULL bytecode expression, it means something
2325 went wrong or we have a null command expression. */
2326 if (!loc->cmd_bytecode)
2327 {
2328 null_command_or_parse_error = 1;
2329 break;
2330 }
2331 }
2332 }
2333
2334 /* If anything failed, then we're not doing target-side commands,
2335 and so clean up. */
2336 if (null_command_or_parse_error)
2337 {
2338 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2339 {
2340 loc = (*loc2p);
2341 if (is_breakpoint (loc->owner)
2342 && loc->pspace->num == bl->pspace->num)
2343 {
2344 /* Only go as far as the first NULL bytecode is
2345 located. */
40fb6c5e 2346 if (loc->cmd_bytecode == NULL)
d3ce09f5
SS
2347 return;
2348
40fb6c5e
HZ
2349 free_agent_expr (loc->cmd_bytecode);
2350 loc->cmd_bytecode = NULL;
d3ce09f5
SS
2351 }
2352 }
2353 }
2354
2355 /* No NULL commands or failed bytecode generation. Build a command list
2356 for this location's address. */
2357 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2358 {
2359 loc = (*loc2p);
2360 if (loc->owner->extra_string
2361 && is_breakpoint (loc->owner)
2362 && loc->pspace->num == bl->pspace->num
2363 && loc->owner->enable_state == bp_enabled
2364 && loc->enabled)
2365 /* Add the command to the vector. This will be used later
2366 to send the commands to the target. */
2367 VEC_safe_push (agent_expr_p, bl->target_info.tcommands,
2368 loc->cmd_bytecode);
2369 }
2370
2371 bl->target_info.persist = 0;
2372 /* Maybe flag this location as persistent. */
2373 if (bl->owner->type == bp_dprintf && disconnected_dprintf)
2374 bl->target_info.persist = 1;
2375}
2376
35df4500
TJB
2377/* Insert a low-level "breakpoint" of some type. BL is the breakpoint
2378 location. Any error messages are printed to TMP_ERROR_STREAM; and
3fbb6ffa 2379 DISABLED_BREAKS, and HW_BREAKPOINT_ERROR are used to report problems.
c30eee59
TJB
2380 Returns 0 for success, 1 if the bp_location type is not supported or
2381 -1 for failure.
879bfdc2 2382
4a64f543
MS
2383 NOTE drow/2003-09-09: This routine could be broken down to an
2384 object-style method for each breakpoint or catchpoint type. */
26bb91f3 2385static int
35df4500 2386insert_bp_location (struct bp_location *bl,
26bb91f3 2387 struct ui_file *tmp_error_stream,
3fbb6ffa 2388 int *disabled_breaks,
dd61ec5c
MW
2389 int *hw_breakpoint_error,
2390 int *hw_bp_error_explained_already)
879bfdc2
DJ
2391{
2392 int val = 0;
dd61ec5c
MW
2393 char *hw_bp_err_string = NULL;
2394 struct gdb_exception e;
879bfdc2 2395
b775012e 2396 if (!should_be_inserted (bl) || (bl->inserted && !bl->needs_update))
879bfdc2
DJ
2397 return 0;
2398
35c63cd8
JB
2399 /* Note we don't initialize bl->target_info, as that wipes out
2400 the breakpoint location's shadow_contents if the breakpoint
2401 is still inserted at that location. This in turn breaks
2402 target_read_memory which depends on these buffers when
2403 a memory read is requested at the breakpoint location:
2404 Once the target_info has been wiped, we fail to see that
2405 we have a breakpoint inserted at that address and thus
2406 read the breakpoint instead of returning the data saved in
2407 the breakpoint location's shadow contents. */
35df4500
TJB
2408 bl->target_info.placed_address = bl->address;
2409 bl->target_info.placed_address_space = bl->pspace->aspace;
f1310107 2410 bl->target_info.length = bl->length;
8181d85f 2411
b775012e
LM
2412 /* When working with target-side conditions, we must pass all the conditions
2413 for the same breakpoint address down to the target since GDB will not
2414 insert those locations. With a list of breakpoint conditions, the target
2415 can decide when to stop and notify GDB. */
2416
2417 if (is_breakpoint (bl->owner))
2418 {
2419 build_target_condition_list (bl);
d3ce09f5
SS
2420 build_target_command_list (bl);
2421 /* Reset the modification marker. */
b775012e
LM
2422 bl->needs_update = 0;
2423 }
2424
35df4500
TJB
2425 if (bl->loc_type == bp_loc_software_breakpoint
2426 || bl->loc_type == bp_loc_hardware_breakpoint)
879bfdc2 2427 {
35df4500 2428 if (bl->owner->type != bp_hardware_breakpoint)
765dc015
VP
2429 {
2430 /* If the explicitly specified breakpoint type
2431 is not hardware breakpoint, check the memory map to see
2432 if the breakpoint address is in read only memory or not.
4a64f543 2433
765dc015
VP
2434 Two important cases are:
2435 - location type is not hardware breakpoint, memory
2436 is readonly. We change the type of the location to
2437 hardware breakpoint.
4a64f543
MS
2438 - location type is hardware breakpoint, memory is
2439 read-write. This means we've previously made the
2440 location hardware one, but then the memory map changed,
2441 so we undo.
765dc015 2442
4a64f543
MS
2443 When breakpoints are removed, remove_breakpoints will use
2444 location types we've just set here, the only possible
2445 problem is that memory map has changed during running
2446 program, but it's not going to work anyway with current
2447 gdb. */
765dc015 2448 struct mem_region *mr
35df4500 2449 = lookup_mem_region (bl->target_info.placed_address);
765dc015
VP
2450
2451 if (mr)
2452 {
2453 if (automatic_hardware_breakpoints)
2454 {
765dc015
VP
2455 enum bp_loc_type new_type;
2456
2457 if (mr->attrib.mode != MEM_RW)
2458 new_type = bp_loc_hardware_breakpoint;
2459 else
2460 new_type = bp_loc_software_breakpoint;
2461
35df4500 2462 if (new_type != bl->loc_type)
765dc015
VP
2463 {
2464 static int said = 0;
cc59ec59 2465
35df4500 2466 bl->loc_type = new_type;
765dc015
VP
2467 if (!said)
2468 {
3e43a32a
MS
2469 fprintf_filtered (gdb_stdout,
2470 _("Note: automatically using "
2471 "hardware breakpoints for "
2472 "read-only addresses.\n"));
765dc015
VP
2473 said = 1;
2474 }
2475 }
2476 }
35df4500 2477 else if (bl->loc_type == bp_loc_software_breakpoint
765dc015 2478 && mr->attrib.mode != MEM_RW)
3e43a32a
MS
2479 warning (_("cannot set software breakpoint "
2480 "at readonly address %s"),
35df4500 2481 paddress (bl->gdbarch, bl->address));
765dc015
VP
2482 }
2483 }
2484
879bfdc2
DJ
2485 /* First check to see if we have to handle an overlay. */
2486 if (overlay_debugging == ovly_off
35df4500
TJB
2487 || bl->section == NULL
2488 || !(section_is_overlay (bl->section)))
879bfdc2
DJ
2489 {
2490 /* No overlay handling: just set the breakpoint. */
dd61ec5c
MW
2491 TRY_CATCH (e, RETURN_MASK_ALL)
2492 {
2493 val = bl->owner->ops->insert_location (bl);
2494 }
2495 if (e.reason < 0)
2496 {
2497 val = 1;
2498 hw_bp_err_string = (char *) e.message;
2499 }
879bfdc2
DJ
2500 }
2501 else
2502 {
4a64f543 2503 /* This breakpoint is in an overlay section.
879bfdc2
DJ
2504 Shall we set a breakpoint at the LMA? */
2505 if (!overlay_events_enabled)
2506 {
2507 /* Yes -- overlay event support is not active,
2508 so we must try to set a breakpoint at the LMA.
2509 This will not work for a hardware breakpoint. */
35df4500 2510 if (bl->loc_type == bp_loc_hardware_breakpoint)
8a3fe4f8 2511 warning (_("hardware breakpoint %d not supported in overlay!"),
35df4500 2512 bl->owner->number);
879bfdc2
DJ
2513 else
2514 {
35df4500
TJB
2515 CORE_ADDR addr = overlay_unmapped_address (bl->address,
2516 bl->section);
879bfdc2 2517 /* Set a software (trap) breakpoint at the LMA. */
35df4500
TJB
2518 bl->overlay_target_info = bl->target_info;
2519 bl->overlay_target_info.placed_address = addr;
2520 val = target_insert_breakpoint (bl->gdbarch,
2521 &bl->overlay_target_info);
879bfdc2 2522 if (val != 0)
99361f52 2523 fprintf_unfiltered (tmp_error_stream,
3e43a32a
MS
2524 "Overlay breakpoint %d "
2525 "failed: in ROM?\n",
35df4500 2526 bl->owner->number);
879bfdc2
DJ
2527 }
2528 }
2529 /* Shall we set a breakpoint at the VMA? */
35df4500 2530 if (section_is_mapped (bl->section))
879bfdc2
DJ
2531 {
2532 /* Yes. This overlay section is mapped into memory. */
dd61ec5c
MW
2533 TRY_CATCH (e, RETURN_MASK_ALL)
2534 {
2535 val = bl->owner->ops->insert_location (bl);
2536 }
2537 if (e.reason < 0)
2538 {
2539 val = 1;
2540 hw_bp_err_string = (char *) e.message;
2541 }
879bfdc2
DJ
2542 }
2543 else
2544 {
2545 /* No. This breakpoint will not be inserted.
2546 No error, but do not mark the bp as 'inserted'. */
2547 return 0;
2548 }
2549 }
2550
2551 if (val)
2552 {
2553 /* Can't set the breakpoint. */
35df4500 2554 if (solib_name_from_address (bl->pspace, bl->address))
879bfdc2 2555 {
4a64f543 2556 /* See also: disable_breakpoints_in_shlibs. */
879bfdc2 2557 val = 0;
35df4500 2558 bl->shlib_disabled = 1;
8d3788bd 2559 observer_notify_breakpoint_modified (bl->owner);
3fbb6ffa
TJB
2560 if (!*disabled_breaks)
2561 {
2562 fprintf_unfiltered (tmp_error_stream,
2563 "Cannot insert breakpoint %d.\n",
2564 bl->owner->number);
2565 fprintf_unfiltered (tmp_error_stream,
2566 "Temporarily disabling shared "
2567 "library breakpoints:\n");
2568 }
2569 *disabled_breaks = 1;
879bfdc2 2570 fprintf_unfiltered (tmp_error_stream,
35df4500 2571 "breakpoint #%d\n", bl->owner->number);
879bfdc2
DJ
2572 }
2573 else
879bfdc2 2574 {
35df4500 2575 if (bl->loc_type == bp_loc_hardware_breakpoint)
879bfdc2 2576 {
dd61ec5c
MW
2577 *hw_breakpoint_error = 1;
2578 *hw_bp_error_explained_already = hw_bp_err_string != NULL;
2579 fprintf_unfiltered (tmp_error_stream,
2580 "Cannot insert hardware breakpoint %d%s",
2581 bl->owner->number, hw_bp_err_string ? ":" : ".\n");
2582 if (hw_bp_err_string)
2583 fprintf_unfiltered (tmp_error_stream, "%s.\n", hw_bp_err_string);
879bfdc2
DJ
2584 }
2585 else
2586 {
2587 fprintf_unfiltered (tmp_error_stream,
2588 "Cannot insert breakpoint %d.\n",
35df4500 2589 bl->owner->number);
879bfdc2
DJ
2590 fprintf_filtered (tmp_error_stream,
2591 "Error accessing memory address ");
35df4500 2592 fputs_filtered (paddress (bl->gdbarch, bl->address),
5af949e3 2593 tmp_error_stream);
879bfdc2
DJ
2594 fprintf_filtered (tmp_error_stream, ": %s.\n",
2595 safe_strerror (val));
2596 }
2597
2598 }
2599 }
2600 else
35df4500 2601 bl->inserted = 1;
879bfdc2
DJ
2602
2603 return val;
2604 }
2605
35df4500 2606 else if (bl->loc_type == bp_loc_hardware_watchpoint
879bfdc2 2607 /* NOTE drow/2003-09-08: This state only exists for removing
4a64f543 2608 watchpoints. It's not clear that it's necessary... */
35df4500 2609 && bl->owner->disposition != disp_del_at_next_stop)
879bfdc2 2610 {
77b06cd7
TJB
2611 gdb_assert (bl->owner->ops != NULL
2612 && bl->owner->ops->insert_location != NULL);
2613
2614 val = bl->owner->ops->insert_location (bl);
85d721b8
PA
2615
2616 /* If trying to set a read-watchpoint, and it turns out it's not
2617 supported, try emulating one with an access watchpoint. */
35df4500 2618 if (val == 1 && bl->watchpoint_type == hw_read)
85d721b8
PA
2619 {
2620 struct bp_location *loc, **loc_temp;
2621
2622 /* But don't try to insert it, if there's already another
2623 hw_access location that would be considered a duplicate
2624 of this one. */
2625 ALL_BP_LOCATIONS (loc, loc_temp)
35df4500 2626 if (loc != bl
85d721b8 2627 && loc->watchpoint_type == hw_access
35df4500 2628 && watchpoint_locations_match (bl, loc))
85d721b8 2629 {
35df4500
TJB
2630 bl->duplicate = 1;
2631 bl->inserted = 1;
2632 bl->target_info = loc->target_info;
2633 bl->watchpoint_type = hw_access;
85d721b8
PA
2634 val = 0;
2635 break;
2636 }
2637
2638 if (val == 1)
2639 {
77b06cd7
TJB
2640 bl->watchpoint_type = hw_access;
2641 val = bl->owner->ops->insert_location (bl);
2642
2643 if (val)
2644 /* Back to the original value. */
2645 bl->watchpoint_type = hw_read;
85d721b8
PA
2646 }
2647 }
2648
35df4500 2649 bl->inserted = (val == 0);
879bfdc2
DJ
2650 }
2651
35df4500 2652 else if (bl->owner->type == bp_catchpoint)
879bfdc2 2653 {
77b06cd7
TJB
2654 gdb_assert (bl->owner->ops != NULL
2655 && bl->owner->ops->insert_location != NULL);
2656
2657 val = bl->owner->ops->insert_location (bl);
2658 if (val)
2659 {
2660 bl->owner->enable_state = bp_disabled;
2661
2662 if (val == 1)
2663 warning (_("\
2664Error inserting catchpoint %d: Your system does not support this type\n\
2665of catchpoint."), bl->owner->number);
2666 else
2667 warning (_("Error inserting catchpoint %d."), bl->owner->number);
2668 }
2669
2670 bl->inserted = (val == 0);
1640b821
DJ
2671
2672 /* We've already printed an error message if there was a problem
2673 inserting this catchpoint, and we've disabled the catchpoint,
2674 so just return success. */
2675 return 0;
879bfdc2
DJ
2676 }
2677
2678 return 0;
2679}
2680
6c95b8df
PA
2681/* This function is called when program space PSPACE is about to be
2682 deleted. It takes care of updating breakpoints to not reference
2683 PSPACE anymore. */
2684
2685void
2686breakpoint_program_space_exit (struct program_space *pspace)
2687{
2688 struct breakpoint *b, *b_temp;
876fa593 2689 struct bp_location *loc, **loc_temp;
6c95b8df
PA
2690
2691 /* Remove any breakpoint that was set through this program space. */
2692 ALL_BREAKPOINTS_SAFE (b, b_temp)
2693 {
2694 if (b->pspace == pspace)
2695 delete_breakpoint (b);
2696 }
2697
2698 /* Breakpoints set through other program spaces could have locations
2699 bound to PSPACE as well. Remove those. */
876fa593 2700 ALL_BP_LOCATIONS (loc, loc_temp)
6c95b8df
PA
2701 {
2702 struct bp_location *tmp;
2703
2704 if (loc->pspace == pspace)
2705 {
2bdf28a0 2706 /* ALL_BP_LOCATIONS bp_location has LOC->OWNER always non-NULL. */
6c95b8df
PA
2707 if (loc->owner->loc == loc)
2708 loc->owner->loc = loc->next;
2709 else
2710 for (tmp = loc->owner->loc; tmp->next != NULL; tmp = tmp->next)
2711 if (tmp->next == loc)
2712 {
2713 tmp->next = loc->next;
2714 break;
2715 }
2716 }
2717 }
2718
2719 /* Now update the global location list to permanently delete the
2720 removed locations above. */
2721 update_global_location_list (0);
2722}
2723
74960c60
VP
2724/* Make sure all breakpoints are inserted in inferior.
2725 Throws exception on any error.
2726 A breakpoint that is already inserted won't be inserted
2727 again, so calling this function twice is safe. */
2728void
2729insert_breakpoints (void)
2730{
2731 struct breakpoint *bpt;
2732
2733 ALL_BREAKPOINTS (bpt)
2734 if (is_hardware_watchpoint (bpt))
3a5c3e22
PA
2735 {
2736 struct watchpoint *w = (struct watchpoint *) bpt;
2737
2738 update_watchpoint (w, 0 /* don't reparse. */);
2739 }
74960c60 2740
b60e7edf 2741 update_global_location_list (1);
74960c60 2742
c35b1492
PA
2743 /* update_global_location_list does not insert breakpoints when
2744 always_inserted_mode is not enabled. Explicitly insert them
2745 now. */
2746 if (!breakpoints_always_inserted_mode ())
74960c60
VP
2747 insert_breakpoint_locations ();
2748}
2749
20388dd6
YQ
2750/* Invoke CALLBACK for each of bp_location. */
2751
2752void
2753iterate_over_bp_locations (walk_bp_location_callback callback)
2754{
2755 struct bp_location *loc, **loc_tmp;
2756
2757 ALL_BP_LOCATIONS (loc, loc_tmp)
2758 {
2759 callback (loc, NULL);
2760 }
2761}
2762
b775012e
LM
2763/* This is used when we need to synch breakpoint conditions between GDB and the
2764 target. It is the case with deleting and disabling of breakpoints when using
2765 always-inserted mode. */
2766
2767static void
2768update_inserted_breakpoint_locations (void)
2769{
2770 struct bp_location *bl, **blp_tmp;
2771 int error_flag = 0;
2772 int val = 0;
2773 int disabled_breaks = 0;
2774 int hw_breakpoint_error = 0;
dd61ec5c 2775 int hw_bp_details_reported = 0;
b775012e
LM
2776
2777 struct ui_file *tmp_error_stream = mem_fileopen ();
2778 struct cleanup *cleanups = make_cleanup_ui_file_delete (tmp_error_stream);
2779
2780 /* Explicitly mark the warning -- this will only be printed if
2781 there was an error. */
2782 fprintf_unfiltered (tmp_error_stream, "Warning:\n");
2783
2784 save_current_space_and_thread ();
2785
2786 ALL_BP_LOCATIONS (bl, blp_tmp)
2787 {
2788 /* We only want to update software breakpoints and hardware
2789 breakpoints. */
2790 if (!is_breakpoint (bl->owner))
2791 continue;
2792
2793 /* We only want to update locations that are already inserted
2794 and need updating. This is to avoid unwanted insertion during
2795 deletion of breakpoints. */
2796 if (!bl->inserted || (bl->inserted && !bl->needs_update))
2797 continue;
2798
2799 switch_to_program_space_and_thread (bl->pspace);
2800
2801 /* For targets that support global breakpoints, there's no need
2802 to select an inferior to insert breakpoint to. In fact, even
2803 if we aren't attached to any process yet, we should still
2804 insert breakpoints. */
f5656ead 2805 if (!gdbarch_has_global_breakpoints (target_gdbarch ())
b775012e
LM
2806 && ptid_equal (inferior_ptid, null_ptid))
2807 continue;
2808
2809 val = insert_bp_location (bl, tmp_error_stream, &disabled_breaks,
dd61ec5c 2810 &hw_breakpoint_error, &hw_bp_details_reported);
b775012e
LM
2811 if (val)
2812 error_flag = val;
2813 }
2814
2815 if (error_flag)
2816 {
2817 target_terminal_ours_for_output ();
2818 error_stream (tmp_error_stream);
2819 }
2820
2821 do_cleanups (cleanups);
2822}
2823
c30eee59 2824/* Used when starting or continuing the program. */
c906108c 2825
74960c60
VP
2826static void
2827insert_breakpoint_locations (void)
c906108c 2828{
a5606eee 2829 struct breakpoint *bpt;
35df4500 2830 struct bp_location *bl, **blp_tmp;
eacd795a 2831 int error_flag = 0;
c906108c 2832 int val = 0;
3fbb6ffa 2833 int disabled_breaks = 0;
81d0cc19 2834 int hw_breakpoint_error = 0;
dd61ec5c 2835 int hw_bp_error_explained_already = 0;
c906108c 2836
81d0cc19 2837 struct ui_file *tmp_error_stream = mem_fileopen ();
f7545552 2838 struct cleanup *cleanups = make_cleanup_ui_file_delete (tmp_error_stream);
74960c60 2839
81d0cc19
GS
2840 /* Explicitly mark the warning -- this will only be printed if
2841 there was an error. */
2842 fprintf_unfiltered (tmp_error_stream, "Warning:\n");
6c95b8df
PA
2843
2844 save_current_space_and_thread ();
2845
35df4500 2846 ALL_BP_LOCATIONS (bl, blp_tmp)
879bfdc2 2847 {
b775012e 2848 if (!should_be_inserted (bl) || (bl->inserted && !bl->needs_update))
879bfdc2
DJ
2849 continue;
2850
4a64f543
MS
2851 /* There is no point inserting thread-specific breakpoints if
2852 the thread no longer exists. ALL_BP_LOCATIONS bp_location
2853 has BL->OWNER always non-NULL. */
35df4500
TJB
2854 if (bl->owner->thread != -1
2855 && !valid_thread_id (bl->owner->thread))
f365de73
AS
2856 continue;
2857
35df4500 2858 switch_to_program_space_and_thread (bl->pspace);
6c95b8df
PA
2859
2860 /* For targets that support global breakpoints, there's no need
2861 to select an inferior to insert breakpoint to. In fact, even
2862 if we aren't attached to any process yet, we should still
2863 insert breakpoints. */
f5656ead 2864 if (!gdbarch_has_global_breakpoints (target_gdbarch ())
6c95b8df
PA
2865 && ptid_equal (inferior_ptid, null_ptid))
2866 continue;
2867
3fbb6ffa 2868 val = insert_bp_location (bl, tmp_error_stream, &disabled_breaks,
dd61ec5c 2869 &hw_breakpoint_error, &hw_bp_error_explained_already);
879bfdc2 2870 if (val)
eacd795a 2871 error_flag = val;
879bfdc2 2872 }
c906108c 2873
4a64f543
MS
2874 /* If we failed to insert all locations of a watchpoint, remove
2875 them, as half-inserted watchpoint is of limited use. */
a5606eee
VP
2876 ALL_BREAKPOINTS (bpt)
2877 {
2878 int some_failed = 0;
2879 struct bp_location *loc;
2880
2881 if (!is_hardware_watchpoint (bpt))
2882 continue;
2883
d6b74ac4 2884 if (!breakpoint_enabled (bpt))
a5606eee 2885 continue;
74960c60
VP
2886
2887 if (bpt->disposition == disp_del_at_next_stop)
2888 continue;
a5606eee
VP
2889
2890 for (loc = bpt->loc; loc; loc = loc->next)
56710373 2891 if (!loc->inserted && should_be_inserted (loc))
a5606eee
VP
2892 {
2893 some_failed = 1;
2894 break;
2895 }
2896 if (some_failed)
2897 {
2898 for (loc = bpt->loc; loc; loc = loc->next)
2899 if (loc->inserted)
2900 remove_breakpoint (loc, mark_uninserted);
2901
2902 hw_breakpoint_error = 1;
2903 fprintf_unfiltered (tmp_error_stream,
2904 "Could not insert hardware watchpoint %d.\n",
2905 bpt->number);
eacd795a 2906 error_flag = -1;
a5606eee
VP
2907 }
2908 }
2909
eacd795a 2910 if (error_flag)
81d0cc19
GS
2911 {
2912 /* If a hardware breakpoint or watchpoint was inserted, add a
2913 message about possibly exhausted resources. */
dd61ec5c 2914 if (hw_breakpoint_error && !hw_bp_error_explained_already)
81d0cc19 2915 {
c6510018
MS
2916 fprintf_unfiltered (tmp_error_stream,
2917 "Could not insert hardware breakpoints:\n\
2918You may have requested too many hardware breakpoints/watchpoints.\n");
81d0cc19 2919 }
81d0cc19
GS
2920 target_terminal_ours_for_output ();
2921 error_stream (tmp_error_stream);
2922 }
f7545552
TT
2923
2924 do_cleanups (cleanups);
c906108c
SS
2925}
2926
c30eee59
TJB
2927/* Used when the program stops.
2928 Returns zero if successful, or non-zero if there was a problem
2929 removing a breakpoint location. */
2930
c906108c 2931int
fba45db2 2932remove_breakpoints (void)
c906108c 2933{
35df4500 2934 struct bp_location *bl, **blp_tmp;
3a1bae8e 2935 int val = 0;
c906108c 2936
35df4500 2937 ALL_BP_LOCATIONS (bl, blp_tmp)
c5aa993b 2938 {
1e4d1764 2939 if (bl->inserted && !is_tracepoint (bl->owner))
35df4500 2940 val |= remove_breakpoint (bl, mark_uninserted);
c5aa993b 2941 }
3a1bae8e 2942 return val;
c906108c
SS
2943}
2944
6c95b8df
PA
2945/* Remove breakpoints of process PID. */
2946
2947int
2948remove_breakpoints_pid (int pid)
2949{
35df4500 2950 struct bp_location *bl, **blp_tmp;
6c95b8df
PA
2951 int val;
2952 struct inferior *inf = find_inferior_pid (pid);
2953
35df4500 2954 ALL_BP_LOCATIONS (bl, blp_tmp)
6c95b8df 2955 {
35df4500 2956 if (bl->pspace != inf->pspace)
6c95b8df
PA
2957 continue;
2958
d3ce09f5
SS
2959 if (bl->owner->type == bp_dprintf)
2960 continue;
2961
35df4500 2962 if (bl->inserted)
6c95b8df 2963 {
35df4500 2964 val = remove_breakpoint (bl, mark_uninserted);
6c95b8df
PA
2965 if (val != 0)
2966 return val;
2967 }
2968 }
2969 return 0;
2970}
2971
c906108c 2972int
fba45db2 2973reattach_breakpoints (int pid)
c906108c 2974{
6c95b8df 2975 struct cleanup *old_chain;
35df4500 2976 struct bp_location *bl, **blp_tmp;
c906108c 2977 int val;
86b887df 2978 struct ui_file *tmp_error_stream;
dd61ec5c 2979 int dummy1 = 0, dummy2 = 0, dummy3 = 0;
6c95b8df
PA
2980 struct inferior *inf;
2981 struct thread_info *tp;
2982
2983 tp = any_live_thread_of_process (pid);
2984 if (tp == NULL)
2985 return 1;
2986
2987 inf = find_inferior_pid (pid);
2988 old_chain = save_inferior_ptid ();
2989
2990 inferior_ptid = tp->ptid;
a4954f26 2991
86b887df 2992 tmp_error_stream = mem_fileopen ();
a4954f26 2993 make_cleanup_ui_file_delete (tmp_error_stream);
c906108c 2994
35df4500 2995 ALL_BP_LOCATIONS (bl, blp_tmp)
c5aa993b 2996 {
35df4500 2997 if (bl->pspace != inf->pspace)
6c95b8df
PA
2998 continue;
2999
35df4500 3000 if (bl->inserted)
c5aa993b 3001 {
35df4500 3002 bl->inserted = 0;
dd61ec5c 3003 val = insert_bp_location (bl, tmp_error_stream, &dummy1, &dummy2, &dummy3);
c5aa993b
JM
3004 if (val != 0)
3005 {
ce696e05 3006 do_cleanups (old_chain);
c5aa993b
JM
3007 return val;
3008 }
3009 }
3010 }
ce696e05 3011 do_cleanups (old_chain);
c906108c
SS
3012 return 0;
3013}
3014
e58b0e63
PA
3015static int internal_breakpoint_number = -1;
3016
84f4c1fe
PM
3017/* Set the breakpoint number of B, depending on the value of INTERNAL.
3018 If INTERNAL is non-zero, the breakpoint number will be populated
3019 from internal_breakpoint_number and that variable decremented.
e5dd4106 3020 Otherwise the breakpoint number will be populated from
84f4c1fe
PM
3021 breakpoint_count and that value incremented. Internal breakpoints
3022 do not set the internal var bpnum. */
3023static void
3024set_breakpoint_number (int internal, struct breakpoint *b)
3025{
3026 if (internal)
3027 b->number = internal_breakpoint_number--;
3028 else
3029 {
3030 set_breakpoint_count (breakpoint_count + 1);
3031 b->number = breakpoint_count;
3032 }
3033}
3034
e62c965a 3035static struct breakpoint *
a6d9a66e 3036create_internal_breakpoint (struct gdbarch *gdbarch,
06edf0c0 3037 CORE_ADDR address, enum bptype type,
c0a91b2b 3038 const struct breakpoint_ops *ops)
e62c965a 3039{
e62c965a
PP
3040 struct symtab_and_line sal;
3041 struct breakpoint *b;
3042
4a64f543 3043 init_sal (&sal); /* Initialize to zeroes. */
e62c965a
PP
3044
3045 sal.pc = address;
3046 sal.section = find_pc_overlay (sal.pc);
6c95b8df 3047 sal.pspace = current_program_space;
e62c965a 3048
06edf0c0 3049 b = set_raw_breakpoint (gdbarch, sal, type, ops);
e62c965a
PP
3050 b->number = internal_breakpoint_number--;
3051 b->disposition = disp_donttouch;
3052
3053 return b;
3054}
3055
17450429
PP
3056static const char *const longjmp_names[] =
3057 {
3058 "longjmp", "_longjmp", "siglongjmp", "_siglongjmp"
3059 };
3060#define NUM_LONGJMP_NAMES ARRAY_SIZE(longjmp_names)
3061
3062/* Per-objfile data private to breakpoint.c. */
3063struct breakpoint_objfile_data
3064{
3065 /* Minimal symbol for "_ovly_debug_event" (if any). */
3066 struct minimal_symbol *overlay_msym;
3067
3068 /* Minimal symbol(s) for "longjmp", "siglongjmp", etc. (if any). */
3069 struct minimal_symbol *longjmp_msym[NUM_LONGJMP_NAMES];
3070
28106bc2
SDJ
3071 /* True if we have looked for longjmp probes. */
3072 int longjmp_searched;
3073
3074 /* SystemTap probe points for longjmp (if any). */
3075 VEC (probe_p) *longjmp_probes;
3076
17450429
PP
3077 /* Minimal symbol for "std::terminate()" (if any). */
3078 struct minimal_symbol *terminate_msym;
3079
3080 /* Minimal symbol for "_Unwind_DebugHook" (if any). */
3081 struct minimal_symbol *exception_msym;
28106bc2
SDJ
3082
3083 /* True if we have looked for exception probes. */
3084 int exception_searched;
3085
3086 /* SystemTap probe points for unwinding (if any). */
3087 VEC (probe_p) *exception_probes;
17450429
PP
3088};
3089
3090static const struct objfile_data *breakpoint_objfile_key;
3091
3092/* Minimal symbol not found sentinel. */
3093static struct minimal_symbol msym_not_found;
3094
3095/* Returns TRUE if MSYM point to the "not found" sentinel. */
3096
3097static int
3098msym_not_found_p (const struct minimal_symbol *msym)
3099{
3100 return msym == &msym_not_found;
3101}
3102
3103/* Return per-objfile data needed by breakpoint.c.
3104 Allocate the data if necessary. */
3105
3106static struct breakpoint_objfile_data *
3107get_breakpoint_objfile_data (struct objfile *objfile)
3108{
3109 struct breakpoint_objfile_data *bp_objfile_data;
3110
3111 bp_objfile_data = objfile_data (objfile, breakpoint_objfile_key);
3112 if (bp_objfile_data == NULL)
3113 {
3114 bp_objfile_data = obstack_alloc (&objfile->objfile_obstack,
3115 sizeof (*bp_objfile_data));
3116
3117 memset (bp_objfile_data, 0, sizeof (*bp_objfile_data));
3118 set_objfile_data (objfile, breakpoint_objfile_key, bp_objfile_data);
3119 }
3120 return bp_objfile_data;
3121}
3122
28106bc2
SDJ
3123static void
3124free_breakpoint_probes (struct objfile *obj, void *data)
3125{
3126 struct breakpoint_objfile_data *bp_objfile_data = data;
3127
3128 VEC_free (probe_p, bp_objfile_data->longjmp_probes);
3129 VEC_free (probe_p, bp_objfile_data->exception_probes);
3130}
3131
e62c965a 3132static void
af02033e 3133create_overlay_event_breakpoint (void)
e62c965a 3134{
69de3c6a 3135 struct objfile *objfile;
af02033e 3136 const char *const func_name = "_ovly_debug_event";
e62c965a 3137
69de3c6a
PP
3138 ALL_OBJFILES (objfile)
3139 {
3140 struct breakpoint *b;
17450429
PP
3141 struct breakpoint_objfile_data *bp_objfile_data;
3142 CORE_ADDR addr;
69de3c6a 3143
17450429
PP
3144 bp_objfile_data = get_breakpoint_objfile_data (objfile);
3145
3146 if (msym_not_found_p (bp_objfile_data->overlay_msym))
3147 continue;
3148
3149 if (bp_objfile_data->overlay_msym == NULL)
3150 {
3151 struct minimal_symbol *m;
3152
3153 m = lookup_minimal_symbol_text (func_name, objfile);
3154 if (m == NULL)
3155 {
3156 /* Avoid future lookups in this objfile. */
3157 bp_objfile_data->overlay_msym = &msym_not_found;
3158 continue;
3159 }
3160 bp_objfile_data->overlay_msym = m;
3161 }
e62c965a 3162
17450429
PP
3163 addr = SYMBOL_VALUE_ADDRESS (bp_objfile_data->overlay_msym);
3164 b = create_internal_breakpoint (get_objfile_arch (objfile), addr,
06edf0c0
PA
3165 bp_overlay_event,
3166 &internal_breakpoint_ops);
69de3c6a 3167 b->addr_string = xstrdup (func_name);
e62c965a 3168
69de3c6a
PP
3169 if (overlay_debugging == ovly_auto)
3170 {
3171 b->enable_state = bp_enabled;
3172 overlay_events_enabled = 1;
3173 }
3174 else
3175 {
3176 b->enable_state = bp_disabled;
3177 overlay_events_enabled = 0;
3178 }
e62c965a
PP
3179 }
3180 update_global_location_list (1);
3181}
3182
0fd8e87f 3183static void
af02033e 3184create_longjmp_master_breakpoint (void)
0fd8e87f 3185{
6c95b8df 3186 struct program_space *pspace;
6c95b8df
PA
3187 struct cleanup *old_chain;
3188
3189 old_chain = save_current_program_space ();
0fd8e87f 3190
6c95b8df 3191 ALL_PSPACES (pspace)
af02033e
PP
3192 {
3193 struct objfile *objfile;
3194
3195 set_current_program_space (pspace);
3196
3197 ALL_OBJFILES (objfile)
0fd8e87f 3198 {
af02033e
PP
3199 int i;
3200 struct gdbarch *gdbarch;
17450429 3201 struct breakpoint_objfile_data *bp_objfile_data;
0fd8e87f 3202
af02033e
PP
3203 gdbarch = get_objfile_arch (objfile);
3204 if (!gdbarch_get_longjmp_target_p (gdbarch))
0fd8e87f
UW
3205 continue;
3206
17450429
PP
3207 bp_objfile_data = get_breakpoint_objfile_data (objfile);
3208
28106bc2
SDJ
3209 if (!bp_objfile_data->longjmp_searched)
3210 {
3211 bp_objfile_data->longjmp_probes
3212 = find_probes_in_objfile (objfile, "libc", "longjmp");
3213 bp_objfile_data->longjmp_searched = 1;
3214 }
3215
3216 if (bp_objfile_data->longjmp_probes != NULL)
3217 {
3218 int i;
3219 struct probe *probe;
3220 struct gdbarch *gdbarch = get_objfile_arch (objfile);
3221
3222 for (i = 0;
3223 VEC_iterate (probe_p,
3224 bp_objfile_data->longjmp_probes,
3225 i, probe);
3226 ++i)
3227 {
3228 struct breakpoint *b;
3229
3230 b = create_internal_breakpoint (gdbarch, probe->address,
3231 bp_longjmp_master,
3232 &internal_breakpoint_ops);
3233 b->addr_string = xstrdup ("-probe-stap libc:longjmp");
3234 b->enable_state = bp_disabled;
3235 }
3236
3237 continue;
3238 }
3239
17450429 3240 for (i = 0; i < NUM_LONGJMP_NAMES; i++)
af02033e
PP
3241 {
3242 struct breakpoint *b;
af02033e 3243 const char *func_name;
17450429 3244 CORE_ADDR addr;
6c95b8df 3245
17450429 3246 if (msym_not_found_p (bp_objfile_data->longjmp_msym[i]))
af02033e 3247 continue;
0fd8e87f 3248
17450429
PP
3249 func_name = longjmp_names[i];
3250 if (bp_objfile_data->longjmp_msym[i] == NULL)
3251 {
3252 struct minimal_symbol *m;
3253
3254 m = lookup_minimal_symbol_text (func_name, objfile);
3255 if (m == NULL)
3256 {
3257 /* Prevent future lookups in this objfile. */
3258 bp_objfile_data->longjmp_msym[i] = &msym_not_found;
3259 continue;
3260 }
3261 bp_objfile_data->longjmp_msym[i] = m;
3262 }
3263
3264 addr = SYMBOL_VALUE_ADDRESS (bp_objfile_data->longjmp_msym[i]);
06edf0c0
PA
3265 b = create_internal_breakpoint (gdbarch, addr, bp_longjmp_master,
3266 &internal_breakpoint_ops);
af02033e
PP
3267 b->addr_string = xstrdup (func_name);
3268 b->enable_state = bp_disabled;
3269 }
0fd8e87f 3270 }
af02033e 3271 }
0fd8e87f 3272 update_global_location_list (1);
6c95b8df
PA
3273
3274 do_cleanups (old_chain);
0fd8e87f
UW
3275}
3276
af02033e 3277/* Create a master std::terminate breakpoint. */
aa7d318d 3278static void
af02033e 3279create_std_terminate_master_breakpoint (void)
aa7d318d
TT
3280{
3281 struct program_space *pspace;
aa7d318d 3282 struct cleanup *old_chain;
af02033e 3283 const char *const func_name = "std::terminate()";
aa7d318d
TT
3284
3285 old_chain = save_current_program_space ();
3286
3287 ALL_PSPACES (pspace)
17450429
PP
3288 {
3289 struct objfile *objfile;
3290 CORE_ADDR addr;
3291
3292 set_current_program_space (pspace);
3293
aa7d318d
TT
3294 ALL_OBJFILES (objfile)
3295 {
3296 struct breakpoint *b;
17450429 3297 struct breakpoint_objfile_data *bp_objfile_data;
aa7d318d 3298
17450429 3299 bp_objfile_data = get_breakpoint_objfile_data (objfile);
aa7d318d 3300
17450429
PP
3301 if (msym_not_found_p (bp_objfile_data->terminate_msym))
3302 continue;
3303
3304 if (bp_objfile_data->terminate_msym == NULL)
3305 {
3306 struct minimal_symbol *m;
3307
3308 m = lookup_minimal_symbol (func_name, NULL, objfile);
3309 if (m == NULL || (MSYMBOL_TYPE (m) != mst_text
3310 && MSYMBOL_TYPE (m) != mst_file_text))
3311 {
3312 /* Prevent future lookups in this objfile. */
3313 bp_objfile_data->terminate_msym = &msym_not_found;
3314 continue;
3315 }
3316 bp_objfile_data->terminate_msym = m;
3317 }
aa7d318d 3318
17450429
PP
3319 addr = SYMBOL_VALUE_ADDRESS (bp_objfile_data->terminate_msym);
3320 b = create_internal_breakpoint (get_objfile_arch (objfile), addr,
06edf0c0
PA
3321 bp_std_terminate_master,
3322 &internal_breakpoint_ops);
aa7d318d
TT
3323 b->addr_string = xstrdup (func_name);
3324 b->enable_state = bp_disabled;
3325 }
17450429
PP
3326 }
3327
aa7d318d
TT
3328 update_global_location_list (1);
3329
3330 do_cleanups (old_chain);
3331}
3332
186c406b
TT
3333/* Install a master breakpoint on the unwinder's debug hook. */
3334
70221824 3335static void
186c406b
TT
3336create_exception_master_breakpoint (void)
3337{
3338 struct objfile *objfile;
17450429 3339 const char *const func_name = "_Unwind_DebugHook";
186c406b
TT
3340
3341 ALL_OBJFILES (objfile)
3342 {
17450429
PP
3343 struct breakpoint *b;
3344 struct gdbarch *gdbarch;
3345 struct breakpoint_objfile_data *bp_objfile_data;
3346 CORE_ADDR addr;
3347
3348 bp_objfile_data = get_breakpoint_objfile_data (objfile);
3349
28106bc2
SDJ
3350 /* We prefer the SystemTap probe point if it exists. */
3351 if (!bp_objfile_data->exception_searched)
3352 {
3353 bp_objfile_data->exception_probes
3354 = find_probes_in_objfile (objfile, "libgcc", "unwind");
3355 bp_objfile_data->exception_searched = 1;
3356 }
3357
3358 if (bp_objfile_data->exception_probes != NULL)
3359 {
3360 struct gdbarch *gdbarch = get_objfile_arch (objfile);
3361 int i;
3362 struct probe *probe;
3363
3364 for (i = 0;
3365 VEC_iterate (probe_p,
3366 bp_objfile_data->exception_probes,
3367 i, probe);
3368 ++i)
3369 {
3370 struct breakpoint *b;
3371
3372 b = create_internal_breakpoint (gdbarch, probe->address,
3373 bp_exception_master,
3374 &internal_breakpoint_ops);
3375 b->addr_string = xstrdup ("-probe-stap libgcc:unwind");
3376 b->enable_state = bp_disabled;
3377 }
3378
3379 continue;
3380 }
3381
3382 /* Otherwise, try the hook function. */
3383
17450429
PP
3384 if (msym_not_found_p (bp_objfile_data->exception_msym))
3385 continue;
3386
3387 gdbarch = get_objfile_arch (objfile);
186c406b 3388
17450429 3389 if (bp_objfile_data->exception_msym == NULL)
186c406b 3390 {
17450429 3391 struct minimal_symbol *debug_hook;
186c406b 3392
17450429
PP
3393 debug_hook = lookup_minimal_symbol (func_name, NULL, objfile);
3394 if (debug_hook == NULL)
3395 {
3396 bp_objfile_data->exception_msym = &msym_not_found;
3397 continue;
3398 }
3399
3400 bp_objfile_data->exception_msym = debug_hook;
186c406b 3401 }
17450429
PP
3402
3403 addr = SYMBOL_VALUE_ADDRESS (bp_objfile_data->exception_msym);
3404 addr = gdbarch_convert_from_func_ptr_addr (gdbarch, addr,
3405 &current_target);
06edf0c0
PA
3406 b = create_internal_breakpoint (gdbarch, addr, bp_exception_master,
3407 &internal_breakpoint_ops);
17450429
PP
3408 b->addr_string = xstrdup (func_name);
3409 b->enable_state = bp_disabled;
186c406b
TT
3410 }
3411
3412 update_global_location_list (1);
3413}
3414
c906108c 3415void
fba45db2 3416update_breakpoints_after_exec (void)
c906108c 3417{
35df4500 3418 struct breakpoint *b, *b_tmp;
876fa593 3419 struct bp_location *bploc, **bplocp_tmp;
c906108c 3420
25b22b0a
PA
3421 /* We're about to delete breakpoints from GDB's lists. If the
3422 INSERTED flag is true, GDB will try to lift the breakpoints by
3423 writing the breakpoints' "shadow contents" back into memory. The
3424 "shadow contents" are NOT valid after an exec, so GDB should not
3425 do that. Instead, the target is responsible from marking
3426 breakpoints out as soon as it detects an exec. We don't do that
3427 here instead, because there may be other attempts to delete
3428 breakpoints after detecting an exec and before reaching here. */
876fa593 3429 ALL_BP_LOCATIONS (bploc, bplocp_tmp)
6c95b8df
PA
3430 if (bploc->pspace == current_program_space)
3431 gdb_assert (!bploc->inserted);
c906108c 3432
35df4500 3433 ALL_BREAKPOINTS_SAFE (b, b_tmp)
c5aa993b 3434 {
6c95b8df
PA
3435 if (b->pspace != current_program_space)
3436 continue;
3437
4a64f543 3438 /* Solib breakpoints must be explicitly reset after an exec(). */
c5aa993b
JM
3439 if (b->type == bp_shlib_event)
3440 {
3441 delete_breakpoint (b);
3442 continue;
3443 }
c906108c 3444
4a64f543 3445 /* JIT breakpoints must be explicitly reset after an exec(). */
4efc6507
DE
3446 if (b->type == bp_jit_event)
3447 {
3448 delete_breakpoint (b);
3449 continue;
3450 }
3451
1900040c 3452 /* Thread event breakpoints must be set anew after an exec(),
0fd8e87f
UW
3453 as must overlay event and longjmp master breakpoints. */
3454 if (b->type == bp_thread_event || b->type == bp_overlay_event
186c406b
TT
3455 || b->type == bp_longjmp_master || b->type == bp_std_terminate_master
3456 || b->type == bp_exception_master)
c4093a6a
JM
3457 {
3458 delete_breakpoint (b);
3459 continue;
3460 }
3461
4a64f543 3462 /* Step-resume breakpoints are meaningless after an exec(). */
2c03e5be 3463 if (b->type == bp_step_resume || b->type == bp_hp_step_resume)
c5aa993b
JM
3464 {
3465 delete_breakpoint (b);
3466 continue;
3467 }
3468
611c83ae
PA
3469 /* Longjmp and longjmp-resume breakpoints are also meaningless
3470 after an exec. */
186c406b 3471 if (b->type == bp_longjmp || b->type == bp_longjmp_resume
e2e4d78b 3472 || b->type == bp_longjmp_call_dummy
186c406b 3473 || b->type == bp_exception || b->type == bp_exception_resume)
611c83ae
PA
3474 {
3475 delete_breakpoint (b);
3476 continue;
3477 }
3478
ce78b96d
JB
3479 if (b->type == bp_catchpoint)
3480 {
3481 /* For now, none of the bp_catchpoint breakpoints need to
3482 do anything at this point. In the future, if some of
3483 the catchpoints need to something, we will need to add
3484 a new method, and call this method from here. */
3485 continue;
3486 }
3487
c5aa993b
JM
3488 /* bp_finish is a special case. The only way we ought to be able
3489 to see one of these when an exec() has happened, is if the user
3490 caught a vfork, and then said "finish". Ordinarily a finish just
3491 carries them to the call-site of the current callee, by setting
3492 a temporary bp there and resuming. But in this case, the finish
3493 will carry them entirely through the vfork & exec.
3494
3495 We don't want to allow a bp_finish to remain inserted now. But
3496 we can't safely delete it, 'cause finish_command has a handle to
3497 the bp on a bpstat, and will later want to delete it. There's a
3498 chance (and I've seen it happen) that if we delete the bp_finish
3499 here, that its storage will get reused by the time finish_command
3500 gets 'round to deleting the "use to be a bp_finish" breakpoint.
3501 We really must allow finish_command to delete a bp_finish.
3502
e5dd4106 3503 In the absence of a general solution for the "how do we know
53a5351d
JM
3504 it's safe to delete something others may have handles to?"
3505 problem, what we'll do here is just uninsert the bp_finish, and
3506 let finish_command delete it.
3507
3508 (We know the bp_finish is "doomed" in the sense that it's
3509 momentary, and will be deleted as soon as finish_command sees
3510 the inferior stopped. So it doesn't matter that the bp's
3511 address is probably bogus in the new a.out, unlike e.g., the
3512 solib breakpoints.) */
c5aa993b 3513
c5aa993b
JM
3514 if (b->type == bp_finish)
3515 {
3516 continue;
3517 }
3518
3519 /* Without a symbolic address, we have little hope of the
3520 pre-exec() address meaning the same thing in the post-exec()
4a64f543 3521 a.out. */
c5aa993b
JM
3522 if (b->addr_string == NULL)
3523 {
3524 delete_breakpoint (b);
3525 continue;
3526 }
c5aa993b 3527 }
1900040c 3528 /* FIXME what about longjmp breakpoints? Re-create them here? */
af02033e
PP
3529 create_overlay_event_breakpoint ();
3530 create_longjmp_master_breakpoint ();
3531 create_std_terminate_master_breakpoint ();
186c406b 3532 create_exception_master_breakpoint ();
c906108c
SS
3533}
3534
3535int
d80ee84f 3536detach_breakpoints (ptid_t ptid)
c906108c 3537{
35df4500 3538 struct bp_location *bl, **blp_tmp;
3a1bae8e 3539 int val = 0;
ce696e05 3540 struct cleanup *old_chain = save_inferior_ptid ();
6c95b8df 3541 struct inferior *inf = current_inferior ();
c5aa993b 3542
d80ee84f 3543 if (PIDGET (ptid) == PIDGET (inferior_ptid))
8a3fe4f8 3544 error (_("Cannot detach breakpoints of inferior_ptid"));
c5aa993b 3545
6c95b8df 3546 /* Set inferior_ptid; remove_breakpoint_1 uses this global. */
d80ee84f 3547 inferior_ptid = ptid;
35df4500 3548 ALL_BP_LOCATIONS (bl, blp_tmp)
c5aa993b 3549 {
35df4500 3550 if (bl->pspace != inf->pspace)
6c95b8df
PA
3551 continue;
3552
35df4500
TJB
3553 if (bl->inserted)
3554 val |= remove_breakpoint_1 (bl, mark_inserted);
c5aa993b 3555 }
d03285ec
UW
3556
3557 /* Detach single-step breakpoints as well. */
3558 detach_single_step_breakpoints ();
3559
ce696e05 3560 do_cleanups (old_chain);
3a1bae8e 3561 return val;
c906108c
SS
3562}
3563
35df4500 3564/* Remove the breakpoint location BL from the current address space.
6c95b8df
PA
3565 Note that this is used to detach breakpoints from a child fork.
3566 When we get here, the child isn't in the inferior list, and neither
3567 do we have objects to represent its address space --- we should
35df4500 3568 *not* look at bl->pspace->aspace here. */
6c95b8df 3569
c906108c 3570static int
35df4500 3571remove_breakpoint_1 (struct bp_location *bl, insertion_state_t is)
c906108c
SS
3572{
3573 int val;
c5aa993b 3574
35df4500
TJB
3575 /* BL is never in moribund_locations by our callers. */
3576 gdb_assert (bl->owner != NULL);
2bdf28a0 3577
35df4500 3578 if (bl->owner->enable_state == bp_permanent)
c2c6d25f
JM
3579 /* Permanent breakpoints cannot be inserted or removed. */
3580 return 0;
3581
74960c60
VP
3582 /* The type of none suggests that owner is actually deleted.
3583 This should not ever happen. */
35df4500 3584 gdb_assert (bl->owner->type != bp_none);
0bde7532 3585
35df4500
TJB
3586 if (bl->loc_type == bp_loc_software_breakpoint
3587 || bl->loc_type == bp_loc_hardware_breakpoint)
c906108c 3588 {
c02f5703
MS
3589 /* "Normal" instruction breakpoint: either the standard
3590 trap-instruction bp (bp_breakpoint), or a
3591 bp_hardware_breakpoint. */
3592
3593 /* First check to see if we have to handle an overlay. */
3594 if (overlay_debugging == ovly_off
35df4500
TJB
3595 || bl->section == NULL
3596 || !(section_is_overlay (bl->section)))
c02f5703
MS
3597 {
3598 /* No overlay handling: just remove the breakpoint. */
348d480f 3599 val = bl->owner->ops->remove_location (bl);
c02f5703 3600 }
c906108c
SS
3601 else
3602 {
4a64f543 3603 /* This breakpoint is in an overlay section.
c02f5703
MS
3604 Did we set a breakpoint at the LMA? */
3605 if (!overlay_events_enabled)
3606 {
3607 /* Yes -- overlay event support is not active, so we
3608 should have set a breakpoint at the LMA. Remove it.
3609 */
c02f5703
MS
3610 /* Ignore any failures: if the LMA is in ROM, we will
3611 have already warned when we failed to insert it. */
35df4500
TJB
3612 if (bl->loc_type == bp_loc_hardware_breakpoint)
3613 target_remove_hw_breakpoint (bl->gdbarch,
3614 &bl->overlay_target_info);
c02f5703 3615 else
35df4500
TJB
3616 target_remove_breakpoint (bl->gdbarch,
3617 &bl->overlay_target_info);
c02f5703
MS
3618 }
3619 /* Did we set a breakpoint at the VMA?
3620 If so, we will have marked the breakpoint 'inserted'. */
35df4500 3621 if (bl->inserted)
c906108c 3622 {
c02f5703
MS
3623 /* Yes -- remove it. Previously we did not bother to
3624 remove the breakpoint if the section had been
3625 unmapped, but let's not rely on that being safe. We
3626 don't know what the overlay manager might do. */
aa67235e
UW
3627
3628 /* However, we should remove *software* breakpoints only
3629 if the section is still mapped, or else we overwrite
3630 wrong code with the saved shadow contents. */
348d480f
PA
3631 if (bl->loc_type == bp_loc_hardware_breakpoint
3632 || section_is_mapped (bl->section))
3633 val = bl->owner->ops->remove_location (bl);
aa67235e
UW
3634 else
3635 val = 0;
c906108c 3636 }
c02f5703
MS
3637 else
3638 {
3639 /* No -- not inserted, so no need to remove. No error. */
3640 val = 0;
3641 }
c906108c 3642 }
879d1e6b
UW
3643
3644 /* In some cases, we might not be able to remove a breakpoint
3645 in a shared library that has already been removed, but we
3646 have not yet processed the shlib unload event. */
35df4500 3647 if (val && solib_name_from_address (bl->pspace, bl->address))
879d1e6b
UW
3648 val = 0;
3649
c906108c
SS
3650 if (val)
3651 return val;
35df4500 3652 bl->inserted = (is == mark_inserted);
c906108c 3653 }
35df4500 3654 else if (bl->loc_type == bp_loc_hardware_watchpoint)
c906108c 3655 {
77b06cd7
TJB
3656 gdb_assert (bl->owner->ops != NULL
3657 && bl->owner->ops->remove_location != NULL);
3658
35df4500 3659 bl->inserted = (is == mark_inserted);
77b06cd7 3660 bl->owner->ops->remove_location (bl);
2e70b7b9 3661
c906108c 3662 /* Failure to remove any of the hardware watchpoints comes here. */
35df4500 3663 if ((is == mark_uninserted) && (bl->inserted))
8a3fe4f8 3664 warning (_("Could not remove hardware watchpoint %d."),
35df4500 3665 bl->owner->number);
c906108c 3666 }
35df4500
TJB
3667 else if (bl->owner->type == bp_catchpoint
3668 && breakpoint_enabled (bl->owner)
3669 && !bl->duplicate)
ce78b96d 3670 {
77b06cd7
TJB
3671 gdb_assert (bl->owner->ops != NULL
3672 && bl->owner->ops->remove_location != NULL);
ce78b96d 3673
77b06cd7 3674 val = bl->owner->ops->remove_location (bl);
ce78b96d
JB
3675 if (val)
3676 return val;
77b06cd7 3677
35df4500 3678 bl->inserted = (is == mark_inserted);
ce78b96d 3679 }
c906108c
SS
3680
3681 return 0;
3682}
3683
6c95b8df 3684static int
35df4500 3685remove_breakpoint (struct bp_location *bl, insertion_state_t is)
6c95b8df
PA
3686{
3687 int ret;
3688 struct cleanup *old_chain;
3689
35df4500
TJB
3690 /* BL is never in moribund_locations by our callers. */
3691 gdb_assert (bl->owner != NULL);
2bdf28a0 3692
35df4500 3693 if (bl->owner->enable_state == bp_permanent)
6c95b8df
PA
3694 /* Permanent breakpoints cannot be inserted or removed. */
3695 return 0;
3696
3697 /* The type of none suggests that owner is actually deleted.
3698 This should not ever happen. */
35df4500 3699 gdb_assert (bl->owner->type != bp_none);
6c95b8df
PA
3700
3701 old_chain = save_current_space_and_thread ();
3702
35df4500 3703 switch_to_program_space_and_thread (bl->pspace);
6c95b8df 3704
35df4500 3705 ret = remove_breakpoint_1 (bl, is);
6c95b8df
PA
3706
3707 do_cleanups (old_chain);
3708 return ret;
3709}
3710
c906108c
SS
3711/* Clear the "inserted" flag in all breakpoints. */
3712
25b22b0a 3713void
fba45db2 3714mark_breakpoints_out (void)
c906108c 3715{
35df4500 3716 struct bp_location *bl, **blp_tmp;
c906108c 3717
35df4500
TJB
3718 ALL_BP_LOCATIONS (bl, blp_tmp)
3719 if (bl->pspace == current_program_space)
3720 bl->inserted = 0;
c906108c
SS
3721}
3722
53a5351d
JM
3723/* Clear the "inserted" flag in all breakpoints and delete any
3724 breakpoints which should go away between runs of the program.
c906108c
SS
3725
3726 Plus other such housekeeping that has to be done for breakpoints
3727 between runs.
3728
53a5351d
JM
3729 Note: this function gets called at the end of a run (by
3730 generic_mourn_inferior) and when a run begins (by
4a64f543 3731 init_wait_for_inferior). */
c906108c
SS
3732
3733
3734
3735void
fba45db2 3736breakpoint_init_inferior (enum inf_context context)
c906108c 3737{
35df4500
TJB
3738 struct breakpoint *b, *b_tmp;
3739 struct bp_location *bl, **blp_tmp;
1c5cfe86 3740 int ix;
6c95b8df 3741 struct program_space *pspace = current_program_space;
c906108c 3742
50c71eaf
PA
3743 /* If breakpoint locations are shared across processes, then there's
3744 nothing to do. */
f5656ead 3745 if (gdbarch_has_global_breakpoints (target_gdbarch ()))
50c71eaf
PA
3746 return;
3747
35df4500 3748 ALL_BP_LOCATIONS (bl, blp_tmp)
6c95b8df 3749 {
35df4500
TJB
3750 /* ALL_BP_LOCATIONS bp_location has BL->OWNER always non-NULL. */
3751 if (bl->pspace == pspace
3752 && bl->owner->enable_state != bp_permanent)
3753 bl->inserted = 0;
6c95b8df 3754 }
075f6582 3755
35df4500 3756 ALL_BREAKPOINTS_SAFE (b, b_tmp)
c5aa993b 3757 {
6c95b8df
PA
3758 if (b->loc && b->loc->pspace != pspace)
3759 continue;
3760
c5aa993b
JM
3761 switch (b->type)
3762 {
3763 case bp_call_dummy:
e2e4d78b 3764 case bp_longjmp_call_dummy:
c906108c 3765
c5aa993b 3766 /* If the call dummy breakpoint is at the entry point it will
ab92d69b
PA
3767 cause problems when the inferior is rerun, so we better get
3768 rid of it. */
3769
3770 case bp_watchpoint_scope:
3771
3772 /* Also get rid of scope breakpoints. */
3773
3774 case bp_shlib_event:
3775
3776 /* Also remove solib event breakpoints. Their addresses may
3777 have changed since the last time we ran the program.
3778 Actually we may now be debugging against different target;
3779 and so the solib backend that installed this breakpoint may
3780 not be used in by the target. E.g.,
3781
3782 (gdb) file prog-linux
3783 (gdb) run # native linux target
3784 ...
3785 (gdb) kill
3786 (gdb) file prog-win.exe
3787 (gdb) tar rem :9999 # remote Windows gdbserver.
3788 */
c906108c 3789
f59f708a
PA
3790 case bp_step_resume:
3791
3792 /* Also remove step-resume breakpoints. */
3793
c5aa993b
JM
3794 delete_breakpoint (b);
3795 break;
c906108c 3796
c5aa993b
JM
3797 case bp_watchpoint:
3798 case bp_hardware_watchpoint:
3799 case bp_read_watchpoint:
3800 case bp_access_watchpoint:
3a5c3e22
PA
3801 {
3802 struct watchpoint *w = (struct watchpoint *) b;
c906108c 3803
3a5c3e22
PA
3804 /* Likewise for watchpoints on local expressions. */
3805 if (w->exp_valid_block != NULL)
3806 delete_breakpoint (b);
3807 else if (context == inf_starting)
3808 {
3809 /* Reset val field to force reread of starting value in
3810 insert_breakpoints. */
3811 if (w->val)
3812 value_free (w->val);
3813 w->val = NULL;
3814 w->val_valid = 0;
c860120c 3815 }
3a5c3e22 3816 }
c5aa993b
JM
3817 break;
3818 default:
c5aa993b
JM
3819 break;
3820 }
3821 }
1c5cfe86
PA
3822
3823 /* Get rid of the moribund locations. */
35df4500
TJB
3824 for (ix = 0; VEC_iterate (bp_location_p, moribund_locations, ix, bl); ++ix)
3825 decref_bp_location (&bl);
1c5cfe86 3826 VEC_free (bp_location_p, moribund_locations);
c906108c
SS
3827}
3828
6c95b8df
PA
3829/* These functions concern about actual breakpoints inserted in the
3830 target --- to e.g. check if we need to do decr_pc adjustment or if
3831 we need to hop over the bkpt --- so we check for address space
3832 match, not program space. */
3833
c2c6d25f
JM
3834/* breakpoint_here_p (PC) returns non-zero if an enabled breakpoint
3835 exists at PC. It returns ordinary_breakpoint_here if it's an
3836 ordinary breakpoint, or permanent_breakpoint_here if it's a
3837 permanent breakpoint.
3838 - When continuing from a location with an ordinary breakpoint, we
3839 actually single step once before calling insert_breakpoints.
e5dd4106 3840 - When continuing from a location with a permanent breakpoint, we
c2c6d25f
JM
3841 need to use the `SKIP_PERMANENT_BREAKPOINT' macro, provided by
3842 the target, to advance the PC past the breakpoint. */
c906108c 3843
c2c6d25f 3844enum breakpoint_here
6c95b8df 3845breakpoint_here_p (struct address_space *aspace, CORE_ADDR pc)
c906108c 3846{
35df4500 3847 struct bp_location *bl, **blp_tmp;
c2c6d25f 3848 int any_breakpoint_here = 0;
c906108c 3849
35df4500 3850 ALL_BP_LOCATIONS (bl, blp_tmp)
075f6582 3851 {
35df4500
TJB
3852 if (bl->loc_type != bp_loc_software_breakpoint
3853 && bl->loc_type != bp_loc_hardware_breakpoint)
075f6582
DJ
3854 continue;
3855
f1310107 3856 /* ALL_BP_LOCATIONS bp_location has BL->OWNER always non-NULL. */
35df4500
TJB
3857 if ((breakpoint_enabled (bl->owner)
3858 || bl->owner->enable_state == bp_permanent)
f1310107 3859 && breakpoint_location_address_match (bl, aspace, pc))
075f6582
DJ
3860 {
3861 if (overlay_debugging
35df4500
TJB
3862 && section_is_overlay (bl->section)
3863 && !section_is_mapped (bl->section))
075f6582 3864 continue; /* unmapped overlay -- can't be a match */
35df4500 3865 else if (bl->owner->enable_state == bp_permanent)
075f6582
DJ
3866 return permanent_breakpoint_here;
3867 else
3868 any_breakpoint_here = 1;
3869 }
3870 }
c906108c 3871
c2c6d25f 3872 return any_breakpoint_here ? ordinary_breakpoint_here : 0;
c906108c
SS
3873}
3874
1c5cfe86
PA
3875/* Return true if there's a moribund breakpoint at PC. */
3876
3877int
6c95b8df 3878moribund_breakpoint_here_p (struct address_space *aspace, CORE_ADDR pc)
1c5cfe86
PA
3879{
3880 struct bp_location *loc;
3881 int ix;
3882
3883 for (ix = 0; VEC_iterate (bp_location_p, moribund_locations, ix, loc); ++ix)
f1310107 3884 if (breakpoint_location_address_match (loc, aspace, pc))
1c5cfe86
PA
3885 return 1;
3886
3887 return 0;
3888}
c2c6d25f 3889
c36b740a 3890/* Returns non-zero if there's a breakpoint inserted at PC, which is
4a64f543
MS
3891 inserted using regular breakpoint_chain / bp_location array
3892 mechanism. This does not check for single-step breakpoints, which
3893 are inserted and removed using direct target manipulation. */
c906108c
SS
3894
3895int
4a64f543
MS
3896regular_breakpoint_inserted_here_p (struct address_space *aspace,
3897 CORE_ADDR pc)
c906108c 3898{
35df4500 3899 struct bp_location *bl, **blp_tmp;
c906108c 3900
35df4500 3901 ALL_BP_LOCATIONS (bl, blp_tmp)
c5aa993b 3902 {
35df4500
TJB
3903 if (bl->loc_type != bp_loc_software_breakpoint
3904 && bl->loc_type != bp_loc_hardware_breakpoint)
075f6582
DJ
3905 continue;
3906
35df4500 3907 if (bl->inserted
f1310107 3908 && breakpoint_location_address_match (bl, aspace, pc))
075f6582
DJ
3909 {
3910 if (overlay_debugging
35df4500
TJB
3911 && section_is_overlay (bl->section)
3912 && !section_is_mapped (bl->section))
075f6582
DJ
3913 continue; /* unmapped overlay -- can't be a match */
3914 else
3915 return 1;
3916 }
c5aa993b 3917 }
c36b740a
VP
3918 return 0;
3919}
3920
3921/* Returns non-zero iff there's either regular breakpoint
3922 or a single step breakpoint inserted at PC. */
3923
3924int
6c95b8df 3925breakpoint_inserted_here_p (struct address_space *aspace, CORE_ADDR pc)
c36b740a 3926{
6c95b8df 3927 if (regular_breakpoint_inserted_here_p (aspace, pc))
c36b740a 3928 return 1;
c906108c 3929
6c95b8df 3930 if (single_step_breakpoint_inserted_here_p (aspace, pc))
1aafd4da
UW
3931 return 1;
3932
c906108c
SS
3933 return 0;
3934}
3935
4fa8626c
DJ
3936/* This function returns non-zero iff there is a software breakpoint
3937 inserted at PC. */
3938
3939int
3e43a32a
MS
3940software_breakpoint_inserted_here_p (struct address_space *aspace,
3941 CORE_ADDR pc)
4fa8626c 3942{
35df4500 3943 struct bp_location *bl, **blp_tmp;
4fa8626c 3944
35df4500 3945 ALL_BP_LOCATIONS (bl, blp_tmp)
4fa8626c 3946 {
35df4500 3947 if (bl->loc_type != bp_loc_software_breakpoint)
4fa8626c
DJ
3948 continue;
3949
35df4500
TJB
3950 if (bl->inserted
3951 && breakpoint_address_match (bl->pspace->aspace, bl->address,
6c95b8df 3952 aspace, pc))
4fa8626c
DJ
3953 {
3954 if (overlay_debugging
35df4500
TJB
3955 && section_is_overlay (bl->section)
3956 && !section_is_mapped (bl->section))
4fa8626c
DJ
3957 continue; /* unmapped overlay -- can't be a match */
3958 else
3959 return 1;
3960 }
3961 }
3962
1aafd4da 3963 /* Also check for software single-step breakpoints. */
6c95b8df 3964 if (single_step_breakpoint_inserted_here_p (aspace, pc))
1aafd4da
UW
3965 return 1;
3966
4fa8626c
DJ
3967 return 0;
3968}
3969
9093389c
PA
3970int
3971hardware_watchpoint_inserted_in_range (struct address_space *aspace,
3972 CORE_ADDR addr, ULONGEST len)
3973{
3974 struct breakpoint *bpt;
3975
3976 ALL_BREAKPOINTS (bpt)
3977 {
3978 struct bp_location *loc;
3979
3980 if (bpt->type != bp_hardware_watchpoint
3981 && bpt->type != bp_access_watchpoint)
3982 continue;
3983
3984 if (!breakpoint_enabled (bpt))
3985 continue;
3986
3987 for (loc = bpt->loc; loc; loc = loc->next)
3988 if (loc->pspace->aspace == aspace && loc->inserted)
3989 {
3990 CORE_ADDR l, h;
3991
3992 /* Check for intersection. */
3993 l = max (loc->address, addr);
3994 h = min (loc->address + loc->length, addr + len);
3995 if (l < h)
3996 return 1;
3997 }
3998 }
3999 return 0;
4000}
4001
075f6582
DJ
4002/* breakpoint_thread_match (PC, PTID) returns true if the breakpoint at
4003 PC is valid for process/thread PTID. */
c906108c
SS
4004
4005int
6c95b8df
PA
4006breakpoint_thread_match (struct address_space *aspace, CORE_ADDR pc,
4007 ptid_t ptid)
c906108c 4008{
35df4500 4009 struct bp_location *bl, **blp_tmp;
4a306c9a 4010 /* The thread and task IDs associated to PTID, computed lazily. */
a6f1cd96 4011 int thread = -1;
4a306c9a 4012 int task = 0;
a6f1cd96 4013
35df4500 4014 ALL_BP_LOCATIONS (bl, blp_tmp)
c5aa993b 4015 {
35df4500
TJB
4016 if (bl->loc_type != bp_loc_software_breakpoint
4017 && bl->loc_type != bp_loc_hardware_breakpoint)
075f6582
DJ
4018 continue;
4019
35df4500
TJB
4020 /* ALL_BP_LOCATIONS bp_location has bl->OWNER always non-NULL. */
4021 if (!breakpoint_enabled (bl->owner)
4022 && bl->owner->enable_state != bp_permanent)
a6f1cd96
JB
4023 continue;
4024
f1310107 4025 if (!breakpoint_location_address_match (bl, aspace, pc))
a6f1cd96
JB
4026 continue;
4027
35df4500 4028 if (bl->owner->thread != -1)
075f6582 4029 {
a6f1cd96
JB
4030 /* This is a thread-specific breakpoint. Check that ptid
4031 matches that thread. If thread hasn't been computed yet,
4032 it is now time to do so. */
4033 if (thread == -1)
4034 thread = pid_to_thread_id (ptid);
35df4500 4035 if (bl->owner->thread != thread)
a6f1cd96 4036 continue;
075f6582 4037 }
a6f1cd96 4038
35df4500 4039 if (bl->owner->task != 0)
4a306c9a
JB
4040 {
4041 /* This is a task-specific breakpoint. Check that ptid
4042 matches that task. If task hasn't been computed yet,
4043 it is now time to do so. */
4044 if (task == 0)
4045 task = ada_get_task_number (ptid);
35df4500 4046 if (bl->owner->task != task)
4a306c9a
JB
4047 continue;
4048 }
4049
a6f1cd96 4050 if (overlay_debugging
35df4500
TJB
4051 && section_is_overlay (bl->section)
4052 && !section_is_mapped (bl->section))
a6f1cd96
JB
4053 continue; /* unmapped overlay -- can't be a match */
4054
4055 return 1;
c5aa993b 4056 }
c906108c
SS
4057
4058 return 0;
4059}
c906108c 4060\f
c5aa993b 4061
c906108c
SS
4062/* bpstat stuff. External routines' interfaces are documented
4063 in breakpoint.h. */
4064
4065int
c326b90e 4066is_catchpoint (struct breakpoint *ep)
c906108c 4067{
533be4dd 4068 return (ep->type == bp_catchpoint);
c906108c
SS
4069}
4070
f431efe5
PA
4071/* Frees any storage that is part of a bpstat. Does not walk the
4072 'next' chain. */
4073
4074static void
198757a8
VP
4075bpstat_free (bpstat bs)
4076{
4077 if (bs->old_val != NULL)
4078 value_free (bs->old_val);
9add0f1b 4079 decref_counted_command_line (&bs->commands);
f431efe5 4080 decref_bp_location (&bs->bp_location_at);
198757a8
VP
4081 xfree (bs);
4082}
4083
c906108c
SS
4084/* Clear a bpstat so that it says we are not at any breakpoint.
4085 Also free any storage that is part of a bpstat. */
4086
4087void
fba45db2 4088bpstat_clear (bpstat *bsp)
c906108c
SS
4089{
4090 bpstat p;
4091 bpstat q;
4092
4093 if (bsp == 0)
4094 return;
4095 p = *bsp;
4096 while (p != NULL)
4097 {
4098 q = p->next;
198757a8 4099 bpstat_free (p);
c906108c
SS
4100 p = q;
4101 }
4102 *bsp = NULL;
4103}
4104
4105/* Return a copy of a bpstat. Like "bs1 = bs2" but all storage that
4106 is part of the bpstat is copied as well. */
4107
4108bpstat
fba45db2 4109bpstat_copy (bpstat bs)
c906108c
SS
4110{
4111 bpstat p = NULL;
4112 bpstat tmp;
4113 bpstat retval = NULL;
4114
4115 if (bs == NULL)
4116 return bs;
4117
4118 for (; bs != NULL; bs = bs->next)
4119 {
4120 tmp = (bpstat) xmalloc (sizeof (*tmp));
4121 memcpy (tmp, bs, sizeof (*tmp));
9add0f1b 4122 incref_counted_command_line (tmp->commands);
f431efe5 4123 incref_bp_location (tmp->bp_location_at);
31cc81e9 4124 if (bs->old_val != NULL)
3c3185ac
JK
4125 {
4126 tmp->old_val = value_copy (bs->old_val);
4127 release_value (tmp->old_val);
4128 }
31cc81e9 4129
c906108c
SS
4130 if (p == NULL)
4131 /* This is the first thing in the chain. */
4132 retval = tmp;
4133 else
4134 p->next = tmp;
4135 p = tmp;
4136 }
4137 p->next = NULL;
4138 return retval;
4139}
4140
4a64f543 4141/* Find the bpstat associated with this breakpoint. */
c906108c
SS
4142
4143bpstat
fba45db2 4144bpstat_find_breakpoint (bpstat bsp, struct breakpoint *breakpoint)
c906108c 4145{
c5aa993b
JM
4146 if (bsp == NULL)
4147 return NULL;
c906108c 4148
c5aa993b
JM
4149 for (; bsp != NULL; bsp = bsp->next)
4150 {
f431efe5 4151 if (bsp->breakpoint_at == breakpoint)
c5aa993b
JM
4152 return bsp;
4153 }
c906108c
SS
4154 return NULL;
4155}
4156
ab04a2af
TT
4157/* See breakpoint.h. */
4158
4159enum bpstat_signal_value
4160bpstat_explains_signal (bpstat bsp)
4161{
4162 enum bpstat_signal_value result = BPSTAT_SIGNAL_NO;
4163
4164 for (; bsp != NULL; bsp = bsp->next)
4165 {
4166 /* Ensure that, if we ever entered this loop, then we at least
4167 return BPSTAT_SIGNAL_HIDE. */
4168 enum bpstat_signal_value newval = BPSTAT_SIGNAL_HIDE;
4169
4170 if (bsp->breakpoint_at != NULL)
4171 newval = bsp->breakpoint_at->ops->explains_signal (bsp->breakpoint_at);
4172
4173 if (newval > result)
4174 result = newval;
4175 }
4176
4177 return result;
4178}
4179
4a64f543
MS
4180/* Put in *NUM the breakpoint number of the first breakpoint we are
4181 stopped at. *BSP upon return is a bpstat which points to the
4182 remaining breakpoints stopped at (but which is not guaranteed to be
4183 good for anything but further calls to bpstat_num).
4184
8671a17b
PA
4185 Return 0 if passed a bpstat which does not indicate any breakpoints.
4186 Return -1 if stopped at a breakpoint that has been deleted since
4187 we set it.
4188 Return 1 otherwise. */
c906108c
SS
4189
4190int
8671a17b 4191bpstat_num (bpstat *bsp, int *num)
c906108c
SS
4192{
4193 struct breakpoint *b;
4194
4195 if ((*bsp) == NULL)
4196 return 0; /* No more breakpoint values */
8671a17b 4197
4a64f543
MS
4198 /* We assume we'll never have several bpstats that correspond to a
4199 single breakpoint -- otherwise, this function might return the
4200 same number more than once and this will look ugly. */
f431efe5 4201 b = (*bsp)->breakpoint_at;
8671a17b
PA
4202 *bsp = (*bsp)->next;
4203 if (b == NULL)
4204 return -1; /* breakpoint that's been deleted since */
4205
4206 *num = b->number; /* We have its number */
4207 return 1;
c906108c
SS
4208}
4209
e93ca019 4210/* See breakpoint.h. */
c906108c
SS
4211
4212void
e93ca019 4213bpstat_clear_actions (void)
c906108c 4214{
e93ca019
JK
4215 struct thread_info *tp;
4216 bpstat bs;
4217
4218 if (ptid_equal (inferior_ptid, null_ptid))
4219 return;
4220
4221 tp = find_thread_ptid (inferior_ptid);
4222 if (tp == NULL)
4223 return;
4224
4225 for (bs = tp->control.stop_bpstat; bs != NULL; bs = bs->next)
c906108c 4226 {
9add0f1b 4227 decref_counted_command_line (&bs->commands);
abf85f46 4228
c906108c
SS
4229 if (bs->old_val != NULL)
4230 {
4231 value_free (bs->old_val);
4232 bs->old_val = NULL;
4233 }
4234 }
4235}
4236
f3b1572e
PA
4237/* Called when a command is about to proceed the inferior. */
4238
4239static void
4240breakpoint_about_to_proceed (void)
4241{
4242 if (!ptid_equal (inferior_ptid, null_ptid))
4243 {
4244 struct thread_info *tp = inferior_thread ();
4245
4246 /* Allow inferior function calls in breakpoint commands to not
4247 interrupt the command list. When the call finishes
4248 successfully, the inferior will be standing at the same
4249 breakpoint as if nothing happened. */
16c381f0 4250 if (tp->control.in_infcall)
f3b1572e
PA
4251 return;
4252 }
4253
4254 breakpoint_proceeded = 1;
4255}
4256
4a64f543
MS
4257/* Stub for cleaning up our state if we error-out of a breakpoint
4258 command. */
c906108c 4259static void
4efb68b1 4260cleanup_executing_breakpoints (void *ignore)
c906108c
SS
4261{
4262 executing_breakpoint_commands = 0;
4263}
4264
abf85f46
JK
4265/* Return non-zero iff CMD as the first line of a command sequence is `silent'
4266 or its equivalent. */
4267
4268static int
4269command_line_is_silent (struct command_line *cmd)
4270{
4271 return cmd && (strcmp ("silent", cmd->line) == 0
4272 || (xdb_commands && strcmp ("Q", cmd->line) == 0));
4273}
4274
4a64f543
MS
4275/* Execute all the commands associated with all the breakpoints at
4276 this location. Any of these commands could cause the process to
4277 proceed beyond this point, etc. We look out for such changes by
4278 checking the global "breakpoint_proceeded" after each command.
c906108c 4279
347bddb7
PA
4280 Returns true if a breakpoint command resumed the inferior. In that
4281 case, it is the caller's responsibility to recall it again with the
4282 bpstat of the current thread. */
4283
4284static int
4285bpstat_do_actions_1 (bpstat *bsp)
c906108c
SS
4286{
4287 bpstat bs;
4288 struct cleanup *old_chain;
347bddb7 4289 int again = 0;
c906108c
SS
4290
4291 /* Avoid endless recursion if a `source' command is contained
4292 in bs->commands. */
4293 if (executing_breakpoint_commands)
347bddb7 4294 return 0;
c906108c
SS
4295
4296 executing_breakpoint_commands = 1;
4297 old_chain = make_cleanup (cleanup_executing_breakpoints, 0);
4298
cf6c5ffb
TT
4299 prevent_dont_repeat ();
4300
4a64f543 4301 /* This pointer will iterate over the list of bpstat's. */
c906108c
SS
4302 bs = *bsp;
4303
4304 breakpoint_proceeded = 0;
4305 for (; bs != NULL; bs = bs->next)
4306 {
9add0f1b 4307 struct counted_command_line *ccmd;
6c50ab1c
JB
4308 struct command_line *cmd;
4309 struct cleanup *this_cmd_tree_chain;
4310
4311 /* Take ownership of the BSP's command tree, if it has one.
4312
4313 The command tree could legitimately contain commands like
4314 'step' and 'next', which call clear_proceed_status, which
4315 frees stop_bpstat's command tree. To make sure this doesn't
4316 free the tree we're executing out from under us, we need to
4317 take ownership of the tree ourselves. Since a given bpstat's
4318 commands are only executed once, we don't need to copy it; we
4319 can clear the pointer in the bpstat, and make sure we free
4320 the tree when we're done. */
9add0f1b
TT
4321 ccmd = bs->commands;
4322 bs->commands = NULL;
abf85f46
JK
4323 this_cmd_tree_chain = make_cleanup_decref_counted_command_line (&ccmd);
4324 cmd = ccmd ? ccmd->commands : NULL;
4325 if (command_line_is_silent (cmd))
4326 {
4327 /* The action has been already done by bpstat_stop_status. */
4328 cmd = cmd->next;
4329 }
6c50ab1c 4330
c906108c
SS
4331 while (cmd != NULL)
4332 {
4333 execute_control_command (cmd);
4334
4335 if (breakpoint_proceeded)
4336 break;
4337 else
4338 cmd = cmd->next;
4339 }
6c50ab1c
JB
4340
4341 /* We can free this command tree now. */
4342 do_cleanups (this_cmd_tree_chain);
4343
c906108c 4344 if (breakpoint_proceeded)
32c1e744
VP
4345 {
4346 if (target_can_async_p ())
347bddb7
PA
4347 /* If we are in async mode, then the target might be still
4348 running, not stopped at any breakpoint, so nothing for
4349 us to do here -- just return to the event loop. */
4350 ;
32c1e744
VP
4351 else
4352 /* In sync mode, when execute_control_command returns
4353 we're already standing on the next breakpoint.
347bddb7
PA
4354 Breakpoint commands for that stop were not run, since
4355 execute_command does not run breakpoint commands --
4356 only command_line_handler does, but that one is not
4357 involved in execution of breakpoint commands. So, we
4358 can now execute breakpoint commands. It should be
4359 noted that making execute_command do bpstat actions is
4360 not an option -- in this case we'll have recursive
4361 invocation of bpstat for each breakpoint with a
4362 command, and can easily blow up GDB stack. Instead, we
4363 return true, which will trigger the caller to recall us
4364 with the new stop_bpstat. */
4365 again = 1;
4366 break;
32c1e744 4367 }
c906108c 4368 }
c2b8ed2c 4369 do_cleanups (old_chain);
347bddb7
PA
4370 return again;
4371}
4372
4373void
4374bpstat_do_actions (void)
4375{
353d1d73
JK
4376 struct cleanup *cleanup_if_error = make_bpstat_clear_actions_cleanup ();
4377
347bddb7
PA
4378 /* Do any commands attached to breakpoint we are stopped at. */
4379 while (!ptid_equal (inferior_ptid, null_ptid)
4380 && target_has_execution
4381 && !is_exited (inferior_ptid)
4382 && !is_executing (inferior_ptid))
4383 /* Since in sync mode, bpstat_do_actions may resume the inferior,
4384 and only return when it is stopped at the next breakpoint, we
4385 keep doing breakpoint actions until it returns false to
4386 indicate the inferior was not resumed. */
16c381f0 4387 if (!bpstat_do_actions_1 (&inferior_thread ()->control.stop_bpstat))
347bddb7 4388 break;
353d1d73
JK
4389
4390 discard_cleanups (cleanup_if_error);
c906108c
SS
4391}
4392
fa4727a6
DJ
4393/* Print out the (old or new) value associated with a watchpoint. */
4394
4395static void
4396watchpoint_value_print (struct value *val, struct ui_file *stream)
4397{
4398 if (val == NULL)
4399 fprintf_unfiltered (stream, _("<unreadable>"));
4400 else
79a45b7d
TT
4401 {
4402 struct value_print_options opts;
4403 get_user_print_options (&opts);
4404 value_print (val, stream, &opts);
4405 }
fa4727a6
DJ
4406}
4407
e514a9d6 4408/* Generic routine for printing messages indicating why we
4a64f543 4409 stopped. The behavior of this function depends on the value
e514a9d6
JM
4410 'print_it' in the bpstat structure. Under some circumstances we
4411 may decide not to print anything here and delegate the task to
4a64f543 4412 normal_stop(). */
e514a9d6
JM
4413
4414static enum print_stop_action
4415print_bp_stop_message (bpstat bs)
4416{
4417 switch (bs->print_it)
4418 {
4419 case print_it_noop:
4a64f543 4420 /* Nothing should be printed for this bpstat entry. */
e514a9d6
JM
4421 return PRINT_UNKNOWN;
4422 break;
4423
4424 case print_it_done:
4425 /* We still want to print the frame, but we already printed the
4a64f543 4426 relevant messages. */
e514a9d6
JM
4427 return PRINT_SRC_AND_LOC;
4428 break;
4429
4430 case print_it_normal:
4f8d1dc6 4431 {
f431efe5
PA
4432 struct breakpoint *b = bs->breakpoint_at;
4433
1a6a67de
TJB
4434 /* bs->breakpoint_at can be NULL if it was a momentary breakpoint
4435 which has since been deleted. */
4436 if (b == NULL)
4437 return PRINT_UNKNOWN;
4438
348d480f
PA
4439 /* Normal case. Call the breakpoint's print_it method. */
4440 return b->ops->print_it (bs);
4f8d1dc6 4441 }
348d480f 4442 break;
3086aeae 4443
e514a9d6 4444 default:
8e65ff28 4445 internal_error (__FILE__, __LINE__,
e2e0b3e5 4446 _("print_bp_stop_message: unrecognized enum value"));
e514a9d6 4447 break;
c906108c 4448 }
c906108c
SS
4449}
4450
edcc5120
TT
4451/* A helper function that prints a shared library stopped event. */
4452
4453static void
4454print_solib_event (int is_catchpoint)
4455{
4456 int any_deleted
4457 = !VEC_empty (char_ptr, current_program_space->deleted_solibs);
4458 int any_added
4459 = !VEC_empty (so_list_ptr, current_program_space->added_solibs);
4460
4461 if (!is_catchpoint)
4462 {
4463 if (any_added || any_deleted)
4464 ui_out_text (current_uiout,
4465 _("Stopped due to shared library event:\n"));
4466 else
4467 ui_out_text (current_uiout,
4468 _("Stopped due to shared library event (no "
4469 "libraries added or removed)\n"));
4470 }
4471
4472 if (ui_out_is_mi_like_p (current_uiout))
4473 ui_out_field_string (current_uiout, "reason",
4474 async_reason_lookup (EXEC_ASYNC_SOLIB_EVENT));
4475
4476 if (any_deleted)
4477 {
4478 struct cleanup *cleanup;
4479 char *name;
4480 int ix;
4481
4482 ui_out_text (current_uiout, _(" Inferior unloaded "));
4483 cleanup = make_cleanup_ui_out_list_begin_end (current_uiout,
4484 "removed");
4485 for (ix = 0;
4486 VEC_iterate (char_ptr, current_program_space->deleted_solibs,
4487 ix, name);
4488 ++ix)
4489 {
4490 if (ix > 0)
4491 ui_out_text (current_uiout, " ");
4492 ui_out_field_string (current_uiout, "library", name);
4493 ui_out_text (current_uiout, "\n");
4494 }
4495
4496 do_cleanups (cleanup);
4497 }
4498
4499 if (any_added)
4500 {
4501 struct so_list *iter;
4502 int ix;
4503 struct cleanup *cleanup;
4504
4505 ui_out_text (current_uiout, _(" Inferior loaded "));
4506 cleanup = make_cleanup_ui_out_list_begin_end (current_uiout,
4507 "added");
4508 for (ix = 0;
4509 VEC_iterate (so_list_ptr, current_program_space->added_solibs,
4510 ix, iter);
4511 ++ix)
4512 {
4513 if (ix > 0)
4514 ui_out_text (current_uiout, " ");
4515 ui_out_field_string (current_uiout, "library", iter->so_name);
4516 ui_out_text (current_uiout, "\n");
4517 }
4518
4519 do_cleanups (cleanup);
4520 }
4521}
4522
e514a9d6
JM
4523/* Print a message indicating what happened. This is called from
4524 normal_stop(). The input to this routine is the head of the bpstat
36dfb11c
TT
4525 list - a list of the eventpoints that caused this stop. KIND is
4526 the target_waitkind for the stopping event. This
e514a9d6
JM
4527 routine calls the generic print routine for printing a message
4528 about reasons for stopping. This will print (for example) the
4529 "Breakpoint n," part of the output. The return value of this
4530 routine is one of:
c906108c 4531
4a64f543 4532 PRINT_UNKNOWN: Means we printed nothing.
917317f4 4533 PRINT_SRC_AND_LOC: Means we printed something, and expect subsequent
4a64f543 4534 code to print the location. An example is
c5aa993b
JM
4535 "Breakpoint 1, " which should be followed by
4536 the location.
917317f4 4537 PRINT_SRC_ONLY: Means we printed something, but there is no need
c5aa993b
JM
4538 to also print the location part of the message.
4539 An example is the catch/throw messages, which
4a64f543 4540 don't require a location appended to the end.
917317f4 4541 PRINT_NOTHING: We have done some printing and we don't need any
4a64f543 4542 further info to be printed. */
c906108c 4543
917317f4 4544enum print_stop_action
36dfb11c 4545bpstat_print (bpstat bs, int kind)
c906108c
SS
4546{
4547 int val;
c5aa993b 4548
c906108c 4549 /* Maybe another breakpoint in the chain caused us to stop.
53a5351d
JM
4550 (Currently all watchpoints go on the bpstat whether hit or not.
4551 That probably could (should) be changed, provided care is taken
c906108c 4552 with respect to bpstat_explains_signal). */
e514a9d6
JM
4553 for (; bs; bs = bs->next)
4554 {
4555 val = print_bp_stop_message (bs);
4556 if (val == PRINT_SRC_ONLY
4557 || val == PRINT_SRC_AND_LOC
4558 || val == PRINT_NOTHING)
4559 return val;
4560 }
c906108c 4561
36dfb11c
TT
4562 /* If we had hit a shared library event breakpoint,
4563 print_bp_stop_message would print out this message. If we hit an
4564 OS-level shared library event, do the same thing. */
4565 if (kind == TARGET_WAITKIND_LOADED)
4566 {
edcc5120 4567 print_solib_event (0);
36dfb11c
TT
4568 return PRINT_NOTHING;
4569 }
4570
e514a9d6 4571 /* We reached the end of the chain, or we got a null BS to start
4a64f543 4572 with and nothing was printed. */
917317f4 4573 return PRINT_UNKNOWN;
c906108c
SS
4574}
4575
4a64f543
MS
4576/* Evaluate the expression EXP and return 1 if value is zero. This is
4577 used inside a catch_errors to evaluate the breakpoint condition.
4578 The argument is a "struct expression *" that has been cast to a
4579 "char *" to make it pass through catch_errors. */
c906108c
SS
4580
4581static int
4efb68b1 4582breakpoint_cond_eval (void *exp)
c906108c 4583{
278cd55f 4584 struct value *mark = value_mark ();
c5aa993b 4585 int i = !value_true (evaluate_expression ((struct expression *) exp));
cc59ec59 4586
c906108c
SS
4587 value_free_to_mark (mark);
4588 return i;
4589}
4590
5760d0ab 4591/* Allocate a new bpstat. Link it to the FIFO list by BS_LINK_POINTER. */
c906108c
SS
4592
4593static bpstat
5760d0ab 4594bpstat_alloc (struct bp_location *bl, bpstat **bs_link_pointer)
c906108c
SS
4595{
4596 bpstat bs;
4597
4598 bs = (bpstat) xmalloc (sizeof (*bs));
5760d0ab
JK
4599 bs->next = NULL;
4600 **bs_link_pointer = bs;
4601 *bs_link_pointer = &bs->next;
f431efe5
PA
4602 bs->breakpoint_at = bl->owner;
4603 bs->bp_location_at = bl;
4604 incref_bp_location (bl);
c906108c
SS
4605 /* If the condition is false, etc., don't do the commands. */
4606 bs->commands = NULL;
4607 bs->old_val = NULL;
4608 bs->print_it = print_it_normal;
4609 return bs;
4610}
4611\f
d983da9c
DJ
4612/* The target has stopped with waitstatus WS. Check if any hardware
4613 watchpoints have triggered, according to the target. */
4614
4615int
4616watchpoints_triggered (struct target_waitstatus *ws)
4617{
d92524f1 4618 int stopped_by_watchpoint = target_stopped_by_watchpoint ();
d983da9c
DJ
4619 CORE_ADDR addr;
4620 struct breakpoint *b;
4621
4622 if (!stopped_by_watchpoint)
4623 {
4624 /* We were not stopped by a watchpoint. Mark all watchpoints
4625 as not triggered. */
4626 ALL_BREAKPOINTS (b)
cc60f2e3 4627 if (is_hardware_watchpoint (b))
3a5c3e22
PA
4628 {
4629 struct watchpoint *w = (struct watchpoint *) b;
4630
4631 w->watchpoint_triggered = watch_triggered_no;
4632 }
d983da9c
DJ
4633
4634 return 0;
4635 }
4636
4637 if (!target_stopped_data_address (&current_target, &addr))
4638 {
4639 /* We were stopped by a watchpoint, but we don't know where.
4640 Mark all watchpoints as unknown. */
4641 ALL_BREAKPOINTS (b)
cc60f2e3 4642 if (is_hardware_watchpoint (b))
3a5c3e22
PA
4643 {
4644 struct watchpoint *w = (struct watchpoint *) b;
4645
4646 w->watchpoint_triggered = watch_triggered_unknown;
4647 }
d983da9c
DJ
4648
4649 return stopped_by_watchpoint;
4650 }
4651
4652 /* The target could report the data address. Mark watchpoints
4653 affected by this data address as triggered, and all others as not
4654 triggered. */
4655
4656 ALL_BREAKPOINTS (b)
cc60f2e3 4657 if (is_hardware_watchpoint (b))
d983da9c 4658 {
3a5c3e22 4659 struct watchpoint *w = (struct watchpoint *) b;
a5606eee 4660 struct bp_location *loc;
d983da9c 4661
3a5c3e22 4662 w->watchpoint_triggered = watch_triggered_no;
a5606eee 4663 for (loc = b->loc; loc; loc = loc->next)
9c06b0b4 4664 {
3a5c3e22 4665 if (is_masked_watchpoint (b))
9c06b0b4 4666 {
3a5c3e22
PA
4667 CORE_ADDR newaddr = addr & w->hw_wp_mask;
4668 CORE_ADDR start = loc->address & w->hw_wp_mask;
9c06b0b4
TJB
4669
4670 if (newaddr == start)
4671 {
3a5c3e22 4672 w->watchpoint_triggered = watch_triggered_yes;
9c06b0b4
TJB
4673 break;
4674 }
4675 }
4676 /* Exact match not required. Within range is sufficient. */
4677 else if (target_watchpoint_addr_within_range (&current_target,
4678 addr, loc->address,
4679 loc->length))
4680 {
3a5c3e22 4681 w->watchpoint_triggered = watch_triggered_yes;
9c06b0b4
TJB
4682 break;
4683 }
4684 }
d983da9c
DJ
4685 }
4686
4687 return 1;
4688}
4689
c906108c
SS
4690/* Possible return values for watchpoint_check (this can't be an enum
4691 because of check_errors). */
4692/* The watchpoint has been deleted. */
4693#define WP_DELETED 1
4694/* The value has changed. */
4695#define WP_VALUE_CHANGED 2
4696/* The value has not changed. */
4697#define WP_VALUE_NOT_CHANGED 3
60e1c644
PA
4698/* Ignore this watchpoint, no matter if the value changed or not. */
4699#define WP_IGNORE 4
c906108c
SS
4700
4701#define BP_TEMPFLAG 1
4702#define BP_HARDWAREFLAG 2
4703
4a64f543
MS
4704/* Evaluate watchpoint condition expression and check if its value
4705 changed.
553e4c11
JB
4706
4707 P should be a pointer to struct bpstat, but is defined as a void *
4708 in order for this function to be usable with catch_errors. */
c906108c
SS
4709
4710static int
4efb68b1 4711watchpoint_check (void *p)
c906108c
SS
4712{
4713 bpstat bs = (bpstat) p;
3a5c3e22 4714 struct watchpoint *b;
c906108c
SS
4715 struct frame_info *fr;
4716 int within_current_scope;
4717
f431efe5 4718 /* BS is built from an existing struct breakpoint. */
2bdf28a0 4719 gdb_assert (bs->breakpoint_at != NULL);
3a5c3e22 4720 b = (struct watchpoint *) bs->breakpoint_at;
d0fb5eae 4721
f6bc2008
PA
4722 /* If this is a local watchpoint, we only want to check if the
4723 watchpoint frame is in scope if the current thread is the thread
4724 that was used to create the watchpoint. */
4725 if (!watchpoint_in_thread_scope (b))
60e1c644 4726 return WP_IGNORE;
f6bc2008 4727
c906108c
SS
4728 if (b->exp_valid_block == NULL)
4729 within_current_scope = 1;
4730 else
4731 {
edb3359d
DJ
4732 struct frame_info *frame = get_current_frame ();
4733 struct gdbarch *frame_arch = get_frame_arch (frame);
4734 CORE_ADDR frame_pc = get_frame_pc (frame);
4735
4a64f543
MS
4736 /* in_function_epilogue_p() returns a non-zero value if we're
4737 still in the function but the stack frame has already been
4738 invalidated. Since we can't rely on the values of local
4739 variables after the stack has been destroyed, we are treating
4740 the watchpoint in that state as `not changed' without further
4741 checking. Don't mark watchpoints as changed if the current
4742 frame is in an epilogue - even if they are in some other
4743 frame, our view of the stack is likely to be wrong and
4744 frame_find_by_id could error out. */
a0f49112 4745 if (gdbarch_in_function_epilogue_p (frame_arch, frame_pc))
60e1c644 4746 return WP_IGNORE;
a0f49112 4747
101dcfbe 4748 fr = frame_find_by_id (b->watchpoint_frame);
c906108c 4749 within_current_scope = (fr != NULL);
69fbadd5
DJ
4750
4751 /* If we've gotten confused in the unwinder, we might have
4752 returned a frame that can't describe this variable. */
edb3359d
DJ
4753 if (within_current_scope)
4754 {
4755 struct symbol *function;
4756
4757 function = get_frame_function (fr);
4758 if (function == NULL
4759 || !contained_in (b->exp_valid_block,
4760 SYMBOL_BLOCK_VALUE (function)))
4761 within_current_scope = 0;
4762 }
69fbadd5 4763
edb3359d 4764 if (within_current_scope)
c906108c
SS
4765 /* If we end up stopping, the current frame will get selected
4766 in normal_stop. So this call to select_frame won't affect
4767 the user. */
0f7d239c 4768 select_frame (fr);
c906108c 4769 }
c5aa993b 4770
c906108c
SS
4771 if (within_current_scope)
4772 {
4a64f543
MS
4773 /* We use value_{,free_to_}mark because it could be a *long*
4774 time before we return to the command level and call
4775 free_all_values. We can't call free_all_values because we
4776 might be in the middle of evaluating a function call. */
c906108c 4777
0cf6dd15 4778 int pc = 0;
9c06b0b4 4779 struct value *mark;
fa4727a6
DJ
4780 struct value *new_val;
4781
3a5c3e22 4782 if (is_masked_watchpoint (&b->base))
9c06b0b4
TJB
4783 /* Since we don't know the exact trigger address (from
4784 stopped_data_address), just tell the user we've triggered
4785 a mask watchpoint. */
4786 return WP_VALUE_CHANGED;
4787
4788 mark = value_mark ();
0cf6dd15 4789 fetch_subexp_value (b->exp, &pc, &new_val, NULL, NULL);
218d2fc6 4790
4a64f543
MS
4791 /* We use value_equal_contents instead of value_equal because
4792 the latter coerces an array to a pointer, thus comparing just
4793 the address of the array instead of its contents. This is
4794 not what we want. */
fa4727a6 4795 if ((b->val != NULL) != (new_val != NULL)
218d2fc6 4796 || (b->val != NULL && !value_equal_contents (b->val, new_val)))
c906108c 4797 {
fa4727a6
DJ
4798 if (new_val != NULL)
4799 {
4800 release_value (new_val);
4801 value_free_to_mark (mark);
4802 }
c906108c
SS
4803 bs->old_val = b->val;
4804 b->val = new_val;
fa4727a6 4805 b->val_valid = 1;
c906108c
SS
4806 return WP_VALUE_CHANGED;
4807 }
4808 else
4809 {
60e1c644 4810 /* Nothing changed. */
c906108c 4811 value_free_to_mark (mark);
c906108c
SS
4812 return WP_VALUE_NOT_CHANGED;
4813 }
4814 }
4815 else
4816 {
79a45e25
PA
4817 struct ui_out *uiout = current_uiout;
4818
c906108c 4819 /* This seems like the only logical thing to do because
c5aa993b
JM
4820 if we temporarily ignored the watchpoint, then when
4821 we reenter the block in which it is valid it contains
4822 garbage (in the case of a function, it may have two
4823 garbage values, one before and one after the prologue).
4824 So we can't even detect the first assignment to it and
4825 watch after that (since the garbage may or may not equal
4826 the first value assigned). */
348d480f
PA
4827 /* We print all the stop information in
4828 breakpoint_ops->print_it, but in this case, by the time we
4829 call breakpoint_ops->print_it this bp will be deleted
4830 already. So we have no choice but print the information
4831 here. */
9dc5e2a9 4832 if (ui_out_is_mi_like_p (uiout))
034dad6f
BR
4833 ui_out_field_string
4834 (uiout, "reason", async_reason_lookup (EXEC_ASYNC_WATCHPOINT_SCOPE));
8b93c638 4835 ui_out_text (uiout, "\nWatchpoint ");
3a5c3e22 4836 ui_out_field_int (uiout, "wpnum", b->base.number);
3e43a32a
MS
4837 ui_out_text (uiout,
4838 " deleted because the program has left the block in\n\
8b93c638 4839which its expression is valid.\n");
4ce44c66 4840
cdac0397 4841 /* Make sure the watchpoint's commands aren't executed. */
3a5c3e22 4842 decref_counted_command_line (&b->base.commands);
d0fb5eae 4843 watchpoint_del_at_next_stop (b);
c906108c
SS
4844
4845 return WP_DELETED;
4846 }
4847}
4848
18a18393 4849/* Return true if it looks like target has stopped due to hitting
348d480f
PA
4850 breakpoint location BL. This function does not check if we should
4851 stop, only if BL explains the stop. */
4852
18a18393 4853static int
6c95b8df 4854bpstat_check_location (const struct bp_location *bl,
09ac7c10
TT
4855 struct address_space *aspace, CORE_ADDR bp_addr,
4856 const struct target_waitstatus *ws)
18a18393
VP
4857{
4858 struct breakpoint *b = bl->owner;
4859
348d480f 4860 /* BL is from an existing breakpoint. */
2bdf28a0
JK
4861 gdb_assert (b != NULL);
4862
09ac7c10 4863 return b->ops->breakpoint_hit (bl, aspace, bp_addr, ws);
18a18393
VP
4864}
4865
3a5c3e22
PA
4866/* Determine if the watched values have actually changed, and we
4867 should stop. If not, set BS->stop to 0. */
4868
18a18393
VP
4869static void
4870bpstat_check_watchpoint (bpstat bs)
4871{
2bdf28a0 4872 const struct bp_location *bl;
3a5c3e22 4873 struct watchpoint *b;
2bdf28a0
JK
4874
4875 /* BS is built for existing struct breakpoint. */
f431efe5 4876 bl = bs->bp_location_at;
2bdf28a0 4877 gdb_assert (bl != NULL);
3a5c3e22 4878 b = (struct watchpoint *) bs->breakpoint_at;
2bdf28a0 4879 gdb_assert (b != NULL);
18a18393 4880
18a18393 4881 {
18a18393
VP
4882 int must_check_value = 0;
4883
3a5c3e22 4884 if (b->base.type == bp_watchpoint)
18a18393
VP
4885 /* For a software watchpoint, we must always check the
4886 watched value. */
4887 must_check_value = 1;
4888 else if (b->watchpoint_triggered == watch_triggered_yes)
4889 /* We have a hardware watchpoint (read, write, or access)
4890 and the target earlier reported an address watched by
4891 this watchpoint. */
4892 must_check_value = 1;
4893 else if (b->watchpoint_triggered == watch_triggered_unknown
3a5c3e22 4894 && b->base.type == bp_hardware_watchpoint)
18a18393
VP
4895 /* We were stopped by a hardware watchpoint, but the target could
4896 not report the data address. We must check the watchpoint's
4897 value. Access and read watchpoints are out of luck; without
4898 a data address, we can't figure it out. */
4899 must_check_value = 1;
3a5c3e22 4900
18a18393
VP
4901 if (must_check_value)
4902 {
3e43a32a
MS
4903 char *message
4904 = xstrprintf ("Error evaluating expression for watchpoint %d\n",
3a5c3e22 4905 b->base.number);
18a18393
VP
4906 struct cleanup *cleanups = make_cleanup (xfree, message);
4907 int e = catch_errors (watchpoint_check, bs, message,
4908 RETURN_MASK_ALL);
4909 do_cleanups (cleanups);
4910 switch (e)
4911 {
4912 case WP_DELETED:
4913 /* We've already printed what needs to be printed. */
4914 bs->print_it = print_it_done;
4915 /* Stop. */
4916 break;
60e1c644
PA
4917 case WP_IGNORE:
4918 bs->print_it = print_it_noop;
4919 bs->stop = 0;
4920 break;
18a18393 4921 case WP_VALUE_CHANGED:
3a5c3e22 4922 if (b->base.type == bp_read_watchpoint)
18a18393 4923 {
85d721b8
PA
4924 /* There are two cases to consider here:
4925
4a64f543 4926 1. We're watching the triggered memory for reads.
85d721b8
PA
4927 In that case, trust the target, and always report
4928 the watchpoint hit to the user. Even though
4929 reads don't cause value changes, the value may
4930 have changed since the last time it was read, and
4931 since we're not trapping writes, we will not see
4932 those, and as such we should ignore our notion of
4933 old value.
4934
4a64f543 4935 2. We're watching the triggered memory for both
85d721b8
PA
4936 reads and writes. There are two ways this may
4937 happen:
4938
4a64f543 4939 2.1. This is a target that can't break on data
85d721b8
PA
4940 reads only, but can break on accesses (reads or
4941 writes), such as e.g., x86. We detect this case
4942 at the time we try to insert read watchpoints.
4943
4a64f543 4944 2.2. Otherwise, the target supports read
85d721b8
PA
4945 watchpoints, but, the user set an access or write
4946 watchpoint watching the same memory as this read
4947 watchpoint.
4948
4949 If we're watching memory writes as well as reads,
4950 ignore watchpoint hits when we find that the
4951 value hasn't changed, as reads don't cause
4952 changes. This still gives false positives when
4953 the program writes the same value to memory as
4954 what there was already in memory (we will confuse
4955 it for a read), but it's much better than
4956 nothing. */
4957
4958 int other_write_watchpoint = 0;
4959
4960 if (bl->watchpoint_type == hw_read)
4961 {
4962 struct breakpoint *other_b;
4963
4964 ALL_BREAKPOINTS (other_b)
3a5c3e22
PA
4965 if (other_b->type == bp_hardware_watchpoint
4966 || other_b->type == bp_access_watchpoint)
85d721b8 4967 {
3a5c3e22
PA
4968 struct watchpoint *other_w =
4969 (struct watchpoint *) other_b;
4970
4971 if (other_w->watchpoint_triggered
4972 == watch_triggered_yes)
4973 {
4974 other_write_watchpoint = 1;
4975 break;
4976 }
85d721b8
PA
4977 }
4978 }
4979
4980 if (other_write_watchpoint
4981 || bl->watchpoint_type == hw_access)
4982 {
4983 /* We're watching the same memory for writes,
4984 and the value changed since the last time we
4985 updated it, so this trap must be for a write.
4986 Ignore it. */
4987 bs->print_it = print_it_noop;
4988 bs->stop = 0;
4989 }
18a18393
VP
4990 }
4991 break;
4992 case WP_VALUE_NOT_CHANGED:
3a5c3e22
PA
4993 if (b->base.type == bp_hardware_watchpoint
4994 || b->base.type == bp_watchpoint)
18a18393
VP
4995 {
4996 /* Don't stop: write watchpoints shouldn't fire if
4997 the value hasn't changed. */
4998 bs->print_it = print_it_noop;
4999 bs->stop = 0;
5000 }
5001 /* Stop. */
5002 break;
5003 default:
5004 /* Can't happen. */
5005 case 0:
5006 /* Error from catch_errors. */
3a5c3e22 5007 printf_filtered (_("Watchpoint %d deleted.\n"), b->base.number);
d0fb5eae 5008 watchpoint_del_at_next_stop (b);
18a18393
VP
5009 /* We've already printed what needs to be printed. */
5010 bs->print_it = print_it_done;
5011 break;
5012 }
5013 }
5014 else /* must_check_value == 0 */
5015 {
5016 /* This is a case where some watchpoint(s) triggered, but
5017 not at the address of this watchpoint, or else no
5018 watchpoint triggered after all. So don't print
5019 anything for this watchpoint. */
5020 bs->print_it = print_it_noop;
5021 bs->stop = 0;
5022 }
5023 }
5024}
5025
5026
5027/* Check conditions (condition proper, frame, thread and ignore count)
5028 of breakpoint referred to by BS. If we should not stop for this
5029 breakpoint, set BS->stop to 0. */
f431efe5 5030
18a18393
VP
5031static void
5032bpstat_check_breakpoint_conditions (bpstat bs, ptid_t ptid)
5033{
5034 int thread_id = pid_to_thread_id (ptid);
2bdf28a0
JK
5035 const struct bp_location *bl;
5036 struct breakpoint *b;
5037
5038 /* BS is built for existing struct breakpoint. */
f431efe5 5039 bl = bs->bp_location_at;
2bdf28a0 5040 gdb_assert (bl != NULL);
f431efe5 5041 b = bs->breakpoint_at;
2bdf28a0 5042 gdb_assert (b != NULL);
18a18393 5043
b775012e
LM
5044 /* Even if the target evaluated the condition on its end and notified GDB, we
5045 need to do so again since GDB does not know if we stopped due to a
5046 breakpoint or a single step breakpoint. */
5047
18a18393 5048 if (frame_id_p (b->frame_id)
edb3359d 5049 && !frame_id_eq (b->frame_id, get_stack_frame_id (get_current_frame ())))
18a18393
VP
5050 bs->stop = 0;
5051 else if (bs->stop)
5052 {
5053 int value_is_zero = 0;
60e1c644
PA
5054 struct expression *cond;
5055
7371cf6d
PM
5056 /* Evaluate Python breakpoints that have a "stop"
5057 method implemented. */
5058 if (b->py_bp_object)
5059 bs->stop = gdbpy_should_stop (b->py_bp_object);
5060
60e1c644 5061 if (is_watchpoint (b))
3a5c3e22
PA
5062 {
5063 struct watchpoint *w = (struct watchpoint *) b;
5064
5065 cond = w->cond_exp;
5066 }
60e1c644
PA
5067 else
5068 cond = bl->cond;
5069
f431efe5 5070 if (cond && b->disposition != disp_del_at_next_stop)
18a18393 5071 {
60e1c644 5072 int within_current_scope = 1;
3a5c3e22 5073 struct watchpoint * w;
60e1c644 5074
c5bc3a77
DJ
5075 /* We use value_mark and value_free_to_mark because it could
5076 be a long time before we return to the command level and
5077 call free_all_values. We can't call free_all_values
5078 because we might be in the middle of evaluating a
5079 function call. */
5080 struct value *mark = value_mark ();
5081
3a5c3e22
PA
5082 if (is_watchpoint (b))
5083 w = (struct watchpoint *) b;
5084 else
5085 w = NULL;
5086
edb3359d
DJ
5087 /* Need to select the frame, with all that implies so that
5088 the conditions will have the right context. Because we
5089 use the frame, we will not see an inlined function's
5090 variables when we arrive at a breakpoint at the start
5091 of the inlined function; the current frame will be the
5092 call site. */
3a5c3e22 5093 if (w == NULL || w->cond_exp_valid_block == NULL)
60e1c644
PA
5094 select_frame (get_current_frame ());
5095 else
5096 {
5097 struct frame_info *frame;
5098
5099 /* For local watchpoint expressions, which particular
5100 instance of a local is being watched matters, so we
5101 keep track of the frame to evaluate the expression
5102 in. To evaluate the condition however, it doesn't
5103 really matter which instantiation of the function
5104 where the condition makes sense triggers the
5105 watchpoint. This allows an expression like "watch
5106 global if q > 10" set in `func', catch writes to
5107 global on all threads that call `func', or catch
5108 writes on all recursive calls of `func' by a single
5109 thread. We simply always evaluate the condition in
5110 the innermost frame that's executing where it makes
5111 sense to evaluate the condition. It seems
5112 intuitive. */
3a5c3e22 5113 frame = block_innermost_frame (w->cond_exp_valid_block);
60e1c644
PA
5114 if (frame != NULL)
5115 select_frame (frame);
5116 else
5117 within_current_scope = 0;
5118 }
5119 if (within_current_scope)
5120 value_is_zero
5121 = catch_errors (breakpoint_cond_eval, cond,
5122 "Error in testing breakpoint condition:\n",
5123 RETURN_MASK_ALL);
5124 else
5125 {
5126 warning (_("Watchpoint condition cannot be tested "
5127 "in the current scope"));
5128 /* If we failed to set the right context for this
5129 watchpoint, unconditionally report it. */
5130 value_is_zero = 0;
5131 }
4a64f543 5132 /* FIXME-someday, should give breakpoint #. */
c5bc3a77 5133 value_free_to_mark (mark);
18a18393 5134 }
60e1c644
PA
5135
5136 if (cond && value_is_zero)
18a18393
VP
5137 {
5138 bs->stop = 0;
5139 }
5140 else if (b->thread != -1 && b->thread != thread_id)
5141 {
5142 bs->stop = 0;
5143 }
5144 else if (b->ignore_count > 0)
5145 {
5146 b->ignore_count--;
18a18393 5147 bs->stop = 0;
4a64f543 5148 /* Increase the hit count even though we don't stop. */
18a18393 5149 ++(b->hit_count);
8d3788bd 5150 observer_notify_breakpoint_modified (b);
18a18393
VP
5151 }
5152 }
5153}
5154
5155
9709f61c 5156/* Get a bpstat associated with having just stopped at address
d983da9c 5157 BP_ADDR in thread PTID.
c906108c 5158
d983da9c 5159 Determine whether we stopped at a breakpoint, etc, or whether we
4a64f543
MS
5160 don't understand this stop. Result is a chain of bpstat's such
5161 that:
c906108c 5162
c5aa993b 5163 if we don't understand the stop, the result is a null pointer.
c906108c 5164
c5aa993b 5165 if we understand why we stopped, the result is not null.
c906108c 5166
c5aa993b
JM
5167 Each element of the chain refers to a particular breakpoint or
5168 watchpoint at which we have stopped. (We may have stopped for
5169 several reasons concurrently.)
c906108c 5170
c5aa993b
JM
5171 Each element of the chain has valid next, breakpoint_at,
5172 commands, FIXME??? fields. */
c906108c
SS
5173
5174bpstat
6c95b8df 5175bpstat_stop_status (struct address_space *aspace,
09ac7c10
TT
5176 CORE_ADDR bp_addr, ptid_t ptid,
5177 const struct target_waitstatus *ws)
c906108c 5178{
0d381245 5179 struct breakpoint *b = NULL;
afe38095 5180 struct bp_location *bl;
20874c92 5181 struct bp_location *loc;
5760d0ab
JK
5182 /* First item of allocated bpstat's. */
5183 bpstat bs_head = NULL, *bs_link = &bs_head;
c906108c 5184 /* Pointer to the last thing in the chain currently. */
5760d0ab 5185 bpstat bs;
20874c92 5186 int ix;
429374b8 5187 int need_remove_insert;
f431efe5 5188 int removed_any;
c906108c 5189
f431efe5
PA
5190 /* First, build the bpstat chain with locations that explain a
5191 target stop, while being careful to not set the target running,
5192 as that may invalidate locations (in particular watchpoint
5193 locations are recreated). Resuming will happen here with
5194 breakpoint conditions or watchpoint expressions that include
5195 inferior function calls. */
c5aa993b 5196
429374b8
JK
5197 ALL_BREAKPOINTS (b)
5198 {
5199 if (!breakpoint_enabled (b) && b->enable_state != bp_permanent)
5200 continue;
a5606eee 5201
429374b8
JK
5202 for (bl = b->loc; bl != NULL; bl = bl->next)
5203 {
4a64f543
MS
5204 /* For hardware watchpoints, we look only at the first
5205 location. The watchpoint_check function will work on the
5206 entire expression, not the individual locations. For
5207 read watchpoints, the watchpoints_triggered function has
5208 checked all locations already. */
429374b8
JK
5209 if (b->type == bp_hardware_watchpoint && bl != b->loc)
5210 break;
18a18393 5211
f6592439 5212 if (!bl->enabled || bl->shlib_disabled)
429374b8 5213 continue;
c5aa993b 5214
09ac7c10 5215 if (!bpstat_check_location (bl, aspace, bp_addr, ws))
429374b8 5216 continue;
c5aa993b 5217
4a64f543
MS
5218 /* Come here if it's a watchpoint, or if the break address
5219 matches. */
c5aa993b 5220
4a64f543
MS
5221 bs = bpstat_alloc (bl, &bs_link); /* Alloc a bpstat to
5222 explain stop. */
c5aa993b 5223
f431efe5
PA
5224 /* Assume we stop. Should we find a watchpoint that is not
5225 actually triggered, or if the condition of the breakpoint
5226 evaluates as false, we'll reset 'stop' to 0. */
429374b8
JK
5227 bs->stop = 1;
5228 bs->print = 1;
d983da9c 5229
f431efe5
PA
5230 /* If this is a scope breakpoint, mark the associated
5231 watchpoint as triggered so that we will handle the
5232 out-of-scope event. We'll get to the watchpoint next
5233 iteration. */
d0fb5eae 5234 if (b->type == bp_watchpoint_scope && b->related_breakpoint != b)
3a5c3e22
PA
5235 {
5236 struct watchpoint *w = (struct watchpoint *) b->related_breakpoint;
5237
5238 w->watchpoint_triggered = watch_triggered_yes;
5239 }
f431efe5
PA
5240 }
5241 }
5242
5243 for (ix = 0; VEC_iterate (bp_location_p, moribund_locations, ix, loc); ++ix)
5244 {
f1310107 5245 if (breakpoint_location_address_match (loc, aspace, bp_addr))
f431efe5 5246 {
5760d0ab 5247 bs = bpstat_alloc (loc, &bs_link);
f431efe5
PA
5248 /* For hits of moribund locations, we should just proceed. */
5249 bs->stop = 0;
5250 bs->print = 0;
5251 bs->print_it = print_it_noop;
5252 }
5253 }
5254
edcc5120
TT
5255 /* A bit of special processing for shlib breakpoints. We need to
5256 process solib loading here, so that the lists of loaded and
5257 unloaded libraries are correct before we handle "catch load" and
5258 "catch unload". */
5259 for (bs = bs_head; bs != NULL; bs = bs->next)
5260 {
5d268276 5261 if (bs->breakpoint_at && bs->breakpoint_at->type == bp_shlib_event)
edcc5120
TT
5262 {
5263 handle_solib_event ();
5264 break;
5265 }
5266 }
5267
f431efe5
PA
5268 /* Now go through the locations that caused the target to stop, and
5269 check whether we're interested in reporting this stop to higher
5270 layers, or whether we should resume the target transparently. */
5271
5272 removed_any = 0;
5273
5760d0ab 5274 for (bs = bs_head; bs != NULL; bs = bs->next)
f431efe5
PA
5275 {
5276 if (!bs->stop)
5277 continue;
5278
f431efe5 5279 b = bs->breakpoint_at;
348d480f
PA
5280 b->ops->check_status (bs);
5281 if (bs->stop)
28010a5d 5282 {
348d480f 5283 bpstat_check_breakpoint_conditions (bs, ptid);
f431efe5 5284
429374b8
JK
5285 if (bs->stop)
5286 {
5287 ++(b->hit_count);
8d3788bd 5288 observer_notify_breakpoint_modified (b);
c906108c 5289
4a64f543 5290 /* We will stop here. */
429374b8
JK
5291 if (b->disposition == disp_disable)
5292 {
816338b5
SS
5293 --(b->enable_count);
5294 if (b->enable_count <= 0
5295 && b->enable_state != bp_permanent)
429374b8 5296 b->enable_state = bp_disabled;
f431efe5 5297 removed_any = 1;
429374b8
JK
5298 }
5299 if (b->silent)
5300 bs->print = 0;
5301 bs->commands = b->commands;
9add0f1b 5302 incref_counted_command_line (bs->commands);
abf85f46
JK
5303 if (command_line_is_silent (bs->commands
5304 ? bs->commands->commands : NULL))
5305 bs->print = 0;
429374b8
JK
5306 }
5307
348d480f 5308 }
a9b3a50f
PA
5309
5310 /* Print nothing for this entry if we don't stop or don't
5311 print. */
5312 if (!bs->stop || !bs->print)
5313 bs->print_it = print_it_noop;
429374b8 5314 }
876fa593 5315
d983da9c
DJ
5316 /* If we aren't stopping, the value of some hardware watchpoint may
5317 not have changed, but the intermediate memory locations we are
5318 watching may have. Don't bother if we're stopping; this will get
5319 done later. */
d832cb68 5320 need_remove_insert = 0;
5760d0ab
JK
5321 if (! bpstat_causes_stop (bs_head))
5322 for (bs = bs_head; bs != NULL; bs = bs->next)
d983da9c 5323 if (!bs->stop
f431efe5
PA
5324 && bs->breakpoint_at
5325 && is_hardware_watchpoint (bs->breakpoint_at))
d983da9c 5326 {
3a5c3e22
PA
5327 struct watchpoint *w = (struct watchpoint *) bs->breakpoint_at;
5328
5329 update_watchpoint (w, 0 /* don't reparse. */);
d832cb68 5330 need_remove_insert = 1;
d983da9c
DJ
5331 }
5332
d832cb68 5333 if (need_remove_insert)
2d134ed3 5334 update_global_location_list (1);
f431efe5
PA
5335 else if (removed_any)
5336 update_global_location_list (0);
d832cb68 5337
5760d0ab 5338 return bs_head;
c906108c 5339}
628fe4e4
JK
5340
5341static void
5342handle_jit_event (void)
5343{
5344 struct frame_info *frame;
5345 struct gdbarch *gdbarch;
5346
5347 /* Switch terminal for any messages produced by
5348 breakpoint_re_set. */
5349 target_terminal_ours_for_output ();
5350
5351 frame = get_current_frame ();
5352 gdbarch = get_frame_arch (frame);
5353
5354 jit_event_handler (gdbarch);
5355
5356 target_terminal_inferior ();
5357}
5358
edcc5120
TT
5359/* Handle an solib event by calling solib_add. */
5360
5361void
5362handle_solib_event (void)
5363{
5364 clear_program_space_solib_cache (current_inferior ()->pspace);
5365
5366 /* Check for any newly added shared libraries if we're supposed to
5367 be adding them automatically. Switch terminal for any messages
5368 produced by breakpoint_re_set. */
5369 target_terminal_ours_for_output ();
edcc5120 5370 solib_add (NULL, 0, &current_target, auto_solib_add);
edcc5120
TT
5371 target_terminal_inferior ();
5372}
5373
628fe4e4
JK
5374/* Prepare WHAT final decision for infrun. */
5375
5376/* Decide what infrun needs to do with this bpstat. */
5377
c906108c 5378struct bpstat_what
0e30163f 5379bpstat_what (bpstat bs_head)
c906108c 5380{
c906108c 5381 struct bpstat_what retval;
628fe4e4 5382 int jit_event = 0;
0e30163f 5383 bpstat bs;
c906108c 5384
628fe4e4 5385 retval.main_action = BPSTAT_WHAT_KEEP_CHECKING;
aa7d318d 5386 retval.call_dummy = STOP_NONE;
186c406b 5387 retval.is_longjmp = 0;
628fe4e4 5388
0e30163f 5389 for (bs = bs_head; bs != NULL; bs = bs->next)
c906108c 5390 {
628fe4e4
JK
5391 /* Extract this BS's action. After processing each BS, we check
5392 if its action overrides all we've seem so far. */
5393 enum bpstat_what_main_action this_action = BPSTAT_WHAT_KEEP_CHECKING;
5394 enum bptype bptype;
5395
c906108c 5396 if (bs->breakpoint_at == NULL)
628fe4e4
JK
5397 {
5398 /* I suspect this can happen if it was a momentary
5399 breakpoint which has since been deleted. */
5400 bptype = bp_none;
5401 }
20874c92 5402 else
f431efe5 5403 bptype = bs->breakpoint_at->type;
628fe4e4
JK
5404
5405 switch (bptype)
c906108c
SS
5406 {
5407 case bp_none:
628fe4e4 5408 break;
c906108c
SS
5409 case bp_breakpoint:
5410 case bp_hardware_breakpoint:
5411 case bp_until:
5412 case bp_finish:
a9b3a50f 5413 case bp_shlib_event:
c906108c
SS
5414 if (bs->stop)
5415 {
5416 if (bs->print)
628fe4e4 5417 this_action = BPSTAT_WHAT_STOP_NOISY;
c906108c 5418 else
628fe4e4 5419 this_action = BPSTAT_WHAT_STOP_SILENT;
c906108c
SS
5420 }
5421 else
628fe4e4 5422 this_action = BPSTAT_WHAT_SINGLE;
c906108c
SS
5423 break;
5424 case bp_watchpoint:
5425 case bp_hardware_watchpoint:
5426 case bp_read_watchpoint:
5427 case bp_access_watchpoint:
5428 if (bs->stop)
5429 {
5430 if (bs->print)
628fe4e4 5431 this_action = BPSTAT_WHAT_STOP_NOISY;
c906108c 5432 else
628fe4e4 5433 this_action = BPSTAT_WHAT_STOP_SILENT;
c906108c
SS
5434 }
5435 else
628fe4e4
JK
5436 {
5437 /* There was a watchpoint, but we're not stopping.
5438 This requires no further action. */
5439 }
c906108c
SS
5440 break;
5441 case bp_longjmp:
e2e4d78b 5442 case bp_longjmp_call_dummy:
186c406b 5443 case bp_exception:
628fe4e4 5444 this_action = BPSTAT_WHAT_SET_LONGJMP_RESUME;
e2e4d78b 5445 retval.is_longjmp = bptype != bp_exception;
c906108c
SS
5446 break;
5447 case bp_longjmp_resume:
186c406b 5448 case bp_exception_resume:
628fe4e4 5449 this_action = BPSTAT_WHAT_CLEAR_LONGJMP_RESUME;
186c406b 5450 retval.is_longjmp = bptype == bp_longjmp_resume;
c906108c
SS
5451 break;
5452 case bp_step_resume:
5453 if (bs->stop)
628fe4e4
JK
5454 this_action = BPSTAT_WHAT_STEP_RESUME;
5455 else
c906108c 5456 {
628fe4e4
JK
5457 /* It is for the wrong frame. */
5458 this_action = BPSTAT_WHAT_SINGLE;
c906108c 5459 }
c906108c 5460 break;
2c03e5be
PA
5461 case bp_hp_step_resume:
5462 if (bs->stop)
5463 this_action = BPSTAT_WHAT_HP_STEP_RESUME;
5464 else
5465 {
5466 /* It is for the wrong frame. */
5467 this_action = BPSTAT_WHAT_SINGLE;
5468 }
5469 break;
c906108c 5470 case bp_watchpoint_scope:
c4093a6a 5471 case bp_thread_event:
1900040c 5472 case bp_overlay_event:
0fd8e87f 5473 case bp_longjmp_master:
aa7d318d 5474 case bp_std_terminate_master:
186c406b 5475 case bp_exception_master:
628fe4e4 5476 this_action = BPSTAT_WHAT_SINGLE;
c4093a6a 5477 break;
ce78b96d 5478 case bp_catchpoint:
c5aa993b
JM
5479 if (bs->stop)
5480 {
5481 if (bs->print)
628fe4e4 5482 this_action = BPSTAT_WHAT_STOP_NOISY;
c5aa993b 5483 else
628fe4e4 5484 this_action = BPSTAT_WHAT_STOP_SILENT;
c5aa993b
JM
5485 }
5486 else
628fe4e4
JK
5487 {
5488 /* There was a catchpoint, but we're not stopping.
5489 This requires no further action. */
5490 }
5491 break;
628fe4e4
JK
5492 case bp_jit_event:
5493 jit_event = 1;
5494 this_action = BPSTAT_WHAT_SINGLE;
c5aa993b 5495 break;
c906108c 5496 case bp_call_dummy:
53a5351d
JM
5497 /* Make sure the action is stop (silent or noisy),
5498 so infrun.c pops the dummy frame. */
aa7d318d 5499 retval.call_dummy = STOP_STACK_DUMMY;
628fe4e4 5500 this_action = BPSTAT_WHAT_STOP_SILENT;
aa7d318d
TT
5501 break;
5502 case bp_std_terminate:
5503 /* Make sure the action is stop (silent or noisy),
5504 so infrun.c pops the dummy frame. */
aa7d318d 5505 retval.call_dummy = STOP_STD_TERMINATE;
628fe4e4 5506 this_action = BPSTAT_WHAT_STOP_SILENT;
c906108c 5507 break;
1042e4c0 5508 case bp_tracepoint:
7a697b8d 5509 case bp_fast_tracepoint:
0fb4aa4b 5510 case bp_static_tracepoint:
1042e4c0
SS
5511 /* Tracepoint hits should not be reported back to GDB, and
5512 if one got through somehow, it should have been filtered
5513 out already. */
5514 internal_error (__FILE__, __LINE__,
7a697b8d 5515 _("bpstat_what: tracepoint encountered"));
0e30163f
JK
5516 break;
5517 case bp_gnu_ifunc_resolver:
5518 /* Step over it (and insert bp_gnu_ifunc_resolver_return). */
5519 this_action = BPSTAT_WHAT_SINGLE;
5520 break;
5521 case bp_gnu_ifunc_resolver_return:
5522 /* The breakpoint will be removed, execution will restart from the
5523 PC of the former breakpoint. */
5524 this_action = BPSTAT_WHAT_KEEP_CHECKING;
5525 break;
e7e0cddf
SS
5526
5527 case bp_dprintf:
a11cfd87
HZ
5528 if (bs->stop)
5529 this_action = BPSTAT_WHAT_STOP_SILENT;
5530 else
5531 this_action = BPSTAT_WHAT_SINGLE;
e7e0cddf
SS
5532 break;
5533
628fe4e4
JK
5534 default:
5535 internal_error (__FILE__, __LINE__,
5536 _("bpstat_what: unhandled bptype %d"), (int) bptype);
c906108c 5537 }
628fe4e4
JK
5538
5539 retval.main_action = max (retval.main_action, this_action);
c906108c 5540 }
628fe4e4 5541
0e30163f
JK
5542 /* These operations may affect the bs->breakpoint_at state so they are
5543 delayed after MAIN_ACTION is decided above. */
5544
628fe4e4
JK
5545 if (jit_event)
5546 {
5547 if (debug_infrun)
5548 fprintf_unfiltered (gdb_stdlog, "bpstat_what: bp_jit_event\n");
5549
5550 handle_jit_event ();
5551 }
5552
0e30163f
JK
5553 for (bs = bs_head; bs != NULL; bs = bs->next)
5554 {
5555 struct breakpoint *b = bs->breakpoint_at;
5556
5557 if (b == NULL)
5558 continue;
5559 switch (b->type)
5560 {
5561 case bp_gnu_ifunc_resolver:
5562 gnu_ifunc_resolver_stop (b);
5563 break;
5564 case bp_gnu_ifunc_resolver_return:
5565 gnu_ifunc_resolver_return_stop (b);
5566 break;
5567 }
5568 }
5569
c906108c
SS
5570 return retval;
5571}
5572
5573/* Nonzero if we should step constantly (e.g. watchpoints on machines
5574 without hardware support). This isn't related to a specific bpstat,
5575 just to things like whether watchpoints are set. */
5576
c5aa993b 5577int
fba45db2 5578bpstat_should_step (void)
c906108c
SS
5579{
5580 struct breakpoint *b;
cc59ec59 5581
c906108c 5582 ALL_BREAKPOINTS (b)
717a8278 5583 if (breakpoint_enabled (b) && b->type == bp_watchpoint && b->loc != NULL)
3172dc30 5584 return 1;
c906108c
SS
5585 return 0;
5586}
5587
67822962
PA
5588int
5589bpstat_causes_stop (bpstat bs)
5590{
5591 for (; bs != NULL; bs = bs->next)
5592 if (bs->stop)
5593 return 1;
5594
5595 return 0;
5596}
5597
c906108c 5598\f
c5aa993b 5599
170b53b2
UW
5600/* Compute a string of spaces suitable to indent the next line
5601 so it starts at the position corresponding to the table column
5602 named COL_NAME in the currently active table of UIOUT. */
5603
5604static char *
5605wrap_indent_at_field (struct ui_out *uiout, const char *col_name)
5606{
5607 static char wrap_indent[80];
5608 int i, total_width, width, align;
5609 char *text;
5610
5611 total_width = 0;
5612 for (i = 1; ui_out_query_field (uiout, i, &width, &align, &text); i++)
5613 {
5614 if (strcmp (text, col_name) == 0)
5615 {
5616 gdb_assert (total_width < sizeof wrap_indent);
5617 memset (wrap_indent, ' ', total_width);
5618 wrap_indent[total_width] = 0;
5619
5620 return wrap_indent;
5621 }
5622
5623 total_width += width + 1;
5624 }
5625
5626 return NULL;
5627}
5628
b775012e
LM
5629/* Determine if the locations of this breakpoint will have their conditions
5630 evaluated by the target, host or a mix of both. Returns the following:
5631
5632 "host": Host evals condition.
5633 "host or target": Host or Target evals condition.
5634 "target": Target evals condition.
5635*/
5636
5637static const char *
5638bp_condition_evaluator (struct breakpoint *b)
5639{
5640 struct bp_location *bl;
5641 char host_evals = 0;
5642 char target_evals = 0;
5643
5644 if (!b)
5645 return NULL;
5646
5647 if (!is_breakpoint (b))
5648 return NULL;
5649
5650 if (gdb_evaluates_breakpoint_condition_p ()
5651 || !target_supports_evaluation_of_breakpoint_conditions ())
5652 return condition_evaluation_host;
5653
5654 for (bl = b->loc; bl; bl = bl->next)
5655 {
5656 if (bl->cond_bytecode)
5657 target_evals++;
5658 else
5659 host_evals++;
5660 }
5661
5662 if (host_evals && target_evals)
5663 return condition_evaluation_both;
5664 else if (target_evals)
5665 return condition_evaluation_target;
5666 else
5667 return condition_evaluation_host;
5668}
5669
5670/* Determine the breakpoint location's condition evaluator. This is
5671 similar to bp_condition_evaluator, but for locations. */
5672
5673static const char *
5674bp_location_condition_evaluator (struct bp_location *bl)
5675{
5676 if (bl && !is_breakpoint (bl->owner))
5677 return NULL;
5678
5679 if (gdb_evaluates_breakpoint_condition_p ()
5680 || !target_supports_evaluation_of_breakpoint_conditions ())
5681 return condition_evaluation_host;
5682
5683 if (bl && bl->cond_bytecode)
5684 return condition_evaluation_target;
5685 else
5686 return condition_evaluation_host;
5687}
5688
859825b8
JK
5689/* Print the LOC location out of the list of B->LOC locations. */
5690
170b53b2
UW
5691static void
5692print_breakpoint_location (struct breakpoint *b,
5693 struct bp_location *loc)
0d381245 5694{
79a45e25 5695 struct ui_out *uiout = current_uiout;
6c95b8df
PA
5696 struct cleanup *old_chain = save_current_program_space ();
5697
859825b8
JK
5698 if (loc != NULL && loc->shlib_disabled)
5699 loc = NULL;
5700
6c95b8df
PA
5701 if (loc != NULL)
5702 set_current_program_space (loc->pspace);
5703
56435ebe
TT
5704 if (b->display_canonical)
5705 ui_out_field_string (uiout, "what", b->addr_string);
2f202fde 5706 else if (loc && loc->symtab)
0d381245
VP
5707 {
5708 struct symbol *sym
5709 = find_pc_sect_function (loc->address, loc->section);
5710 if (sym)
5711 {
5712 ui_out_text (uiout, "in ");
5713 ui_out_field_string (uiout, "func",
5714 SYMBOL_PRINT_NAME (sym));
170b53b2
UW
5715 ui_out_text (uiout, " ");
5716 ui_out_wrap_hint (uiout, wrap_indent_at_field (uiout, "what"));
5717 ui_out_text (uiout, "at ");
0d381245 5718 }
05cba821
JK
5719 ui_out_field_string (uiout, "file",
5720 symtab_to_filename_for_display (loc->symtab));
0d381245 5721 ui_out_text (uiout, ":");
05cba821 5722
0d381245 5723 if (ui_out_is_mi_like_p (uiout))
2f202fde
JK
5724 ui_out_field_string (uiout, "fullname",
5725 symtab_to_fullname (loc->symtab));
0d381245 5726
f8eba3c6 5727 ui_out_field_int (uiout, "line", loc->line_number);
0d381245 5728 }
859825b8 5729 else if (loc)
0d381245 5730 {
f99d8bf4
PA
5731 struct ui_file *stb = mem_fileopen ();
5732 struct cleanup *stb_chain = make_cleanup_ui_file_delete (stb);
170b53b2 5733
f99d8bf4 5734 print_address_symbolic (loc->gdbarch, loc->address, stb,
22e722e1 5735 demangle, "");
0d381245 5736 ui_out_field_stream (uiout, "at", stb);
170b53b2
UW
5737
5738 do_cleanups (stb_chain);
0d381245 5739 }
859825b8
JK
5740 else
5741 ui_out_field_string (uiout, "pending", b->addr_string);
6c95b8df 5742
b775012e
LM
5743 if (loc && is_breakpoint (b)
5744 && breakpoint_condition_evaluation_mode () == condition_evaluation_target
5745 && bp_condition_evaluator (b) == condition_evaluation_both)
5746 {
5747 ui_out_text (uiout, " (");
5748 ui_out_field_string (uiout, "evaluated-by",
5749 bp_location_condition_evaluator (loc));
5750 ui_out_text (uiout, ")");
5751 }
5752
6c95b8df 5753 do_cleanups (old_chain);
0d381245
VP
5754}
5755
269b11a2
PA
5756static const char *
5757bptype_string (enum bptype type)
c906108c 5758{
c4093a6a
JM
5759 struct ep_type_description
5760 {
5761 enum bptype type;
5762 char *description;
5763 };
5764 static struct ep_type_description bptypes[] =
c906108c 5765 {
c5aa993b
JM
5766 {bp_none, "?deleted?"},
5767 {bp_breakpoint, "breakpoint"},
c906108c 5768 {bp_hardware_breakpoint, "hw breakpoint"},
c5aa993b
JM
5769 {bp_until, "until"},
5770 {bp_finish, "finish"},
5771 {bp_watchpoint, "watchpoint"},
c906108c 5772 {bp_hardware_watchpoint, "hw watchpoint"},
c5aa993b
JM
5773 {bp_read_watchpoint, "read watchpoint"},
5774 {bp_access_watchpoint, "acc watchpoint"},
5775 {bp_longjmp, "longjmp"},
5776 {bp_longjmp_resume, "longjmp resume"},
e2e4d78b 5777 {bp_longjmp_call_dummy, "longjmp for call dummy"},
186c406b
TT
5778 {bp_exception, "exception"},
5779 {bp_exception_resume, "exception resume"},
c5aa993b 5780 {bp_step_resume, "step resume"},
2c03e5be 5781 {bp_hp_step_resume, "high-priority step resume"},
c5aa993b
JM
5782 {bp_watchpoint_scope, "watchpoint scope"},
5783 {bp_call_dummy, "call dummy"},
aa7d318d 5784 {bp_std_terminate, "std::terminate"},
c5aa993b 5785 {bp_shlib_event, "shlib events"},
c4093a6a 5786 {bp_thread_event, "thread events"},
1900040c 5787 {bp_overlay_event, "overlay events"},
0fd8e87f 5788 {bp_longjmp_master, "longjmp master"},
aa7d318d 5789 {bp_std_terminate_master, "std::terminate master"},
186c406b 5790 {bp_exception_master, "exception master"},
ce78b96d 5791 {bp_catchpoint, "catchpoint"},
1042e4c0 5792 {bp_tracepoint, "tracepoint"},
7a697b8d 5793 {bp_fast_tracepoint, "fast tracepoint"},
0fb4aa4b 5794 {bp_static_tracepoint, "static tracepoint"},
e7e0cddf 5795 {bp_dprintf, "dprintf"},
4efc6507 5796 {bp_jit_event, "jit events"},
0e30163f
JK
5797 {bp_gnu_ifunc_resolver, "STT_GNU_IFUNC resolver"},
5798 {bp_gnu_ifunc_resolver_return, "STT_GNU_IFUNC resolver return"},
c5aa993b 5799 };
269b11a2
PA
5800
5801 if (((int) type >= (sizeof (bptypes) / sizeof (bptypes[0])))
5802 || ((int) type != bptypes[(int) type].type))
5803 internal_error (__FILE__, __LINE__,
5804 _("bptypes table does not describe type #%d."),
5805 (int) type);
5806
5807 return bptypes[(int) type].description;
5808}
5809
998580f1
MK
5810DEF_VEC_I(int);
5811
5812/* For MI, output a field named 'thread-groups' with a list as the value.
5813 For CLI, prefix the list with the string 'inf'. */
5814
5815static void
5816output_thread_groups (struct ui_out *uiout,
5817 const char *field_name,
5818 VEC(int) *inf_num,
5819 int mi_only)
5820{
5821 struct cleanup *back_to = make_cleanup_ui_out_list_begin_end (uiout,
5822 field_name);
5823 int is_mi = ui_out_is_mi_like_p (uiout);
5824 int inf;
5825 int i;
5826
5827 /* For backward compatibility, don't display inferiors in CLI unless
5828 there are several. Always display them for MI. */
5829 if (!is_mi && mi_only)
5830 return;
5831
5832 for (i = 0; VEC_iterate (int, inf_num, i, inf); ++i)
5833 {
5834 if (is_mi)
5835 {
5836 char mi_group[10];
5837
5838 xsnprintf (mi_group, sizeof (mi_group), "i%d", inf);
5839 ui_out_field_string (uiout, NULL, mi_group);
5840 }
5841 else
5842 {
5843 if (i == 0)
5844 ui_out_text (uiout, " inf ");
5845 else
5846 ui_out_text (uiout, ", ");
5847
5848 ui_out_text (uiout, plongest (inf));
5849 }
5850 }
5851
5852 do_cleanups (back_to);
5853}
5854
269b11a2
PA
5855/* Print B to gdb_stdout. */
5856
5857static void
5858print_one_breakpoint_location (struct breakpoint *b,
5859 struct bp_location *loc,
5860 int loc_number,
5861 struct bp_location **last_loc,
269b11a2
PA
5862 int allflag)
5863{
5864 struct command_line *l;
c2c6d25f 5865 static char bpenables[] = "nynny";
c906108c 5866
79a45e25 5867 struct ui_out *uiout = current_uiout;
0d381245
VP
5868 int header_of_multiple = 0;
5869 int part_of_multiple = (loc != NULL);
79a45b7d
TT
5870 struct value_print_options opts;
5871
5872 get_user_print_options (&opts);
0d381245
VP
5873
5874 gdb_assert (!loc || loc_number != 0);
4a64f543
MS
5875 /* See comment in print_one_breakpoint concerning treatment of
5876 breakpoints with single disabled location. */
0d381245
VP
5877 if (loc == NULL
5878 && (b->loc != NULL
5879 && (b->loc->next != NULL || !b->loc->enabled)))
5880 header_of_multiple = 1;
5881 if (loc == NULL)
5882 loc = b->loc;
5883
c4093a6a
JM
5884 annotate_record ();
5885
5886 /* 1 */
5887 annotate_field (0);
0d381245
VP
5888 if (part_of_multiple)
5889 {
5890 char *formatted;
0c6773c1 5891 formatted = xstrprintf ("%d.%d", b->number, loc_number);
0d381245
VP
5892 ui_out_field_string (uiout, "number", formatted);
5893 xfree (formatted);
5894 }
5895 else
5896 {
5897 ui_out_field_int (uiout, "number", b->number);
5898 }
c4093a6a
JM
5899
5900 /* 2 */
5901 annotate_field (1);
0d381245
VP
5902 if (part_of_multiple)
5903 ui_out_field_skip (uiout, "type");
269b11a2
PA
5904 else
5905 ui_out_field_string (uiout, "type", bptype_string (b->type));
c4093a6a
JM
5906
5907 /* 3 */
5908 annotate_field (2);
0d381245
VP
5909 if (part_of_multiple)
5910 ui_out_field_skip (uiout, "disp");
5911 else
2cec12e5 5912 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
0d381245 5913
c4093a6a
JM
5914
5915 /* 4 */
5916 annotate_field (3);
0d381245 5917 if (part_of_multiple)
54e52265 5918 ui_out_field_string (uiout, "enabled", loc->enabled ? "y" : "n");
0d381245 5919 else
4a64f543
MS
5920 ui_out_field_fmt (uiout, "enabled", "%c",
5921 bpenables[(int) b->enable_state]);
54e52265 5922 ui_out_spaces (uiout, 2);
0d381245 5923
c4093a6a
JM
5924
5925 /* 5 and 6 */
3086aeae 5926 if (b->ops != NULL && b->ops->print_one != NULL)
0d381245 5927 {
4a64f543
MS
5928 /* Although the print_one can possibly print all locations,
5929 calling it here is not likely to get any nice result. So,
5930 make sure there's just one location. */
0d381245 5931 gdb_assert (b->loc == NULL || b->loc->next == NULL);
a6d9a66e 5932 b->ops->print_one (b, last_loc);
0d381245 5933 }
3086aeae
DJ
5934 else
5935 switch (b->type)
5936 {
5937 case bp_none:
5938 internal_error (__FILE__, __LINE__,
e2e0b3e5 5939 _("print_one_breakpoint: bp_none encountered\n"));
3086aeae 5940 break;
c906108c 5941
3086aeae
DJ
5942 case bp_watchpoint:
5943 case bp_hardware_watchpoint:
5944 case bp_read_watchpoint:
5945 case bp_access_watchpoint:
3a5c3e22
PA
5946 {
5947 struct watchpoint *w = (struct watchpoint *) b;
5948
5949 /* Field 4, the address, is omitted (which makes the columns
5950 not line up too nicely with the headers, but the effect
5951 is relatively readable). */
5952 if (opts.addressprint)
5953 ui_out_field_skip (uiout, "addr");
5954 annotate_field (5);
5955 ui_out_field_string (uiout, "what", w->exp_string);
5956 }
3086aeae
DJ
5957 break;
5958
3086aeae
DJ
5959 case bp_breakpoint:
5960 case bp_hardware_breakpoint:
5961 case bp_until:
5962 case bp_finish:
5963 case bp_longjmp:
5964 case bp_longjmp_resume:
e2e4d78b 5965 case bp_longjmp_call_dummy:
186c406b
TT
5966 case bp_exception:
5967 case bp_exception_resume:
3086aeae 5968 case bp_step_resume:
2c03e5be 5969 case bp_hp_step_resume:
3086aeae
DJ
5970 case bp_watchpoint_scope:
5971 case bp_call_dummy:
aa7d318d 5972 case bp_std_terminate:
3086aeae
DJ
5973 case bp_shlib_event:
5974 case bp_thread_event:
5975 case bp_overlay_event:
0fd8e87f 5976 case bp_longjmp_master:
aa7d318d 5977 case bp_std_terminate_master:
186c406b 5978 case bp_exception_master:
1042e4c0 5979 case bp_tracepoint:
7a697b8d 5980 case bp_fast_tracepoint:
0fb4aa4b 5981 case bp_static_tracepoint:
e7e0cddf 5982 case bp_dprintf:
4efc6507 5983 case bp_jit_event:
0e30163f
JK
5984 case bp_gnu_ifunc_resolver:
5985 case bp_gnu_ifunc_resolver_return:
79a45b7d 5986 if (opts.addressprint)
3086aeae
DJ
5987 {
5988 annotate_field (4);
54e52265 5989 if (header_of_multiple)
0d381245 5990 ui_out_field_string (uiout, "addr", "<MULTIPLE>");
e9bbd7c5 5991 else if (b->loc == NULL || loc->shlib_disabled)
54e52265 5992 ui_out_field_string (uiout, "addr", "<PENDING>");
0101ce28 5993 else
5af949e3
UW
5994 ui_out_field_core_addr (uiout, "addr",
5995 loc->gdbarch, loc->address);
3086aeae
DJ
5996 }
5997 annotate_field (5);
0d381245 5998 if (!header_of_multiple)
170b53b2 5999 print_breakpoint_location (b, loc);
0d381245 6000 if (b->loc)
a6d9a66e 6001 *last_loc = b->loc;
3086aeae
DJ
6002 break;
6003 }
c906108c 6004
6c95b8df 6005
998580f1 6006 if (loc != NULL && !header_of_multiple)
6c95b8df
PA
6007 {
6008 struct inferior *inf;
998580f1
MK
6009 VEC(int) *inf_num = NULL;
6010 int mi_only = 1;
6c95b8df 6011
998580f1 6012 ALL_INFERIORS (inf)
6c95b8df
PA
6013 {
6014 if (inf->pspace == loc->pspace)
998580f1 6015 VEC_safe_push (int, inf_num, inf->num);
6c95b8df 6016 }
998580f1
MK
6017
6018 /* For backward compatibility, don't display inferiors in CLI unless
6019 there are several. Always display for MI. */
6020 if (allflag
6021 || (!gdbarch_has_global_breakpoints (target_gdbarch ())
6022 && (number_of_program_spaces () > 1
6023 || number_of_inferiors () > 1)
6024 /* LOC is for existing B, it cannot be in
6025 moribund_locations and thus having NULL OWNER. */
6026 && loc->owner->type != bp_catchpoint))
6027 mi_only = 0;
6028 output_thread_groups (uiout, "thread-groups", inf_num, mi_only);
6029 VEC_free (int, inf_num);
6c95b8df
PA
6030 }
6031
4a306c9a 6032 if (!part_of_multiple)
c4093a6a 6033 {
4a306c9a
JB
6034 if (b->thread != -1)
6035 {
6036 /* FIXME: This seems to be redundant and lost here; see the
4a64f543 6037 "stop only in" line a little further down. */
4a306c9a
JB
6038 ui_out_text (uiout, " thread ");
6039 ui_out_field_int (uiout, "thread", b->thread);
6040 }
6041 else if (b->task != 0)
6042 {
6043 ui_out_text (uiout, " task ");
6044 ui_out_field_int (uiout, "task", b->task);
6045 }
c4093a6a 6046 }
f1310107 6047
8b93c638 6048 ui_out_text (uiout, "\n");
f1310107 6049
348d480f 6050 if (!part_of_multiple)
f1310107
TJB
6051 b->ops->print_one_detail (b, uiout);
6052
0d381245 6053 if (part_of_multiple && frame_id_p (b->frame_id))
c4093a6a
JM
6054 {
6055 annotate_field (6);
8b93c638 6056 ui_out_text (uiout, "\tstop only in stack frame at ");
e5dd4106 6057 /* FIXME: cagney/2002-12-01: Shouldn't be poking around inside
818dd999 6058 the frame ID. */
5af949e3
UW
6059 ui_out_field_core_addr (uiout, "frame",
6060 b->gdbarch, b->frame_id.stack_addr);
8b93c638 6061 ui_out_text (uiout, "\n");
c4093a6a
JM
6062 }
6063
28010a5d 6064 if (!part_of_multiple && b->cond_string)
c4093a6a
JM
6065 {
6066 annotate_field (7);
d77f58be 6067 if (is_tracepoint (b))
1042e4c0
SS
6068 ui_out_text (uiout, "\ttrace only if ");
6069 else
6070 ui_out_text (uiout, "\tstop only if ");
0101ce28 6071 ui_out_field_string (uiout, "cond", b->cond_string);
b775012e
LM
6072
6073 /* Print whether the target is doing the breakpoint's condition
6074 evaluation. If GDB is doing the evaluation, don't print anything. */
6075 if (is_breakpoint (b)
6076 && breakpoint_condition_evaluation_mode ()
6077 == condition_evaluation_target)
6078 {
6079 ui_out_text (uiout, " (");
6080 ui_out_field_string (uiout, "evaluated-by",
6081 bp_condition_evaluator (b));
6082 ui_out_text (uiout, " evals)");
6083 }
0101ce28
JJ
6084 ui_out_text (uiout, "\n");
6085 }
6086
0d381245 6087 if (!part_of_multiple && b->thread != -1)
c4093a6a 6088 {
4a64f543 6089 /* FIXME should make an annotation for this. */
8b93c638
JM
6090 ui_out_text (uiout, "\tstop only in thread ");
6091 ui_out_field_int (uiout, "thread", b->thread);
6092 ui_out_text (uiout, "\n");
c4093a6a
JM
6093 }
6094
556ec64d
YQ
6095 if (!part_of_multiple)
6096 {
6097 if (b->hit_count)
31f56a27
YQ
6098 {
6099 /* FIXME should make an annotation for this. */
6100 if (is_catchpoint (b))
6101 ui_out_text (uiout, "\tcatchpoint");
6102 else if (is_tracepoint (b))
6103 ui_out_text (uiout, "\ttracepoint");
6104 else
6105 ui_out_text (uiout, "\tbreakpoint");
6106 ui_out_text (uiout, " already hit ");
6107 ui_out_field_int (uiout, "times", b->hit_count);
6108 if (b->hit_count == 1)
6109 ui_out_text (uiout, " time\n");
6110 else
6111 ui_out_text (uiout, " times\n");
6112 }
556ec64d
YQ
6113 else
6114 {
31f56a27
YQ
6115 /* Output the count also if it is zero, but only if this is mi. */
6116 if (ui_out_is_mi_like_p (uiout))
6117 ui_out_field_int (uiout, "times", b->hit_count);
556ec64d
YQ
6118 }
6119 }
8b93c638 6120
0d381245 6121 if (!part_of_multiple && b->ignore_count)
c4093a6a
JM
6122 {
6123 annotate_field (8);
8b93c638
JM
6124 ui_out_text (uiout, "\tignore next ");
6125 ui_out_field_int (uiout, "ignore", b->ignore_count);
6126 ui_out_text (uiout, " hits\n");
c4093a6a 6127 }
059fb39f 6128
816338b5
SS
6129 /* Note that an enable count of 1 corresponds to "enable once"
6130 behavior, which is reported by the combination of enablement and
6131 disposition, so we don't need to mention it here. */
6132 if (!part_of_multiple && b->enable_count > 1)
6133 {
6134 annotate_field (8);
6135 ui_out_text (uiout, "\tdisable after ");
6136 /* Tweak the wording to clarify that ignore and enable counts
6137 are distinct, and have additive effect. */
6138 if (b->ignore_count)
6139 ui_out_text (uiout, "additional ");
6140 else
6141 ui_out_text (uiout, "next ");
6142 ui_out_field_int (uiout, "enable", b->enable_count);
6143 ui_out_text (uiout, " hits\n");
6144 }
6145
f196051f
SS
6146 if (!part_of_multiple && is_tracepoint (b))
6147 {
6148 struct tracepoint *tp = (struct tracepoint *) b;
6149
6150 if (tp->traceframe_usage)
6151 {
6152 ui_out_text (uiout, "\ttrace buffer usage ");
6153 ui_out_field_int (uiout, "traceframe-usage", tp->traceframe_usage);
6154 ui_out_text (uiout, " bytes\n");
6155 }
6156 }
d3ce09f5 6157
9add0f1b 6158 l = b->commands ? b->commands->commands : NULL;
059fb39f 6159 if (!part_of_multiple && l)
c4093a6a 6160 {
3b31d625
EZ
6161 struct cleanup *script_chain;
6162
c4093a6a 6163 annotate_field (9);
3b31d625 6164 script_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "script");
8b93c638 6165 print_command_lines (uiout, l, 4);
3b31d625 6166 do_cleanups (script_chain);
c4093a6a 6167 }
d24317b4 6168
d9b3f62e 6169 if (is_tracepoint (b))
1042e4c0 6170 {
d9b3f62e
PA
6171 struct tracepoint *t = (struct tracepoint *) b;
6172
6173 if (!part_of_multiple && t->pass_count)
6174 {
6175 annotate_field (10);
6176 ui_out_text (uiout, "\tpass count ");
6177 ui_out_field_int (uiout, "pass", t->pass_count);
6178 ui_out_text (uiout, " \n");
6179 }
f2a8bc8a
YQ
6180
6181 /* Don't display it when tracepoint or tracepoint location is
6182 pending. */
6183 if (!header_of_multiple && loc != NULL && !loc->shlib_disabled)
6184 {
6185 annotate_field (11);
6186
6187 if (ui_out_is_mi_like_p (uiout))
6188 ui_out_field_string (uiout, "installed",
6189 loc->inserted ? "y" : "n");
6190 else
6191 {
6192 if (loc->inserted)
6193 ui_out_text (uiout, "\t");
6194 else
6195 ui_out_text (uiout, "\tnot ");
6196 ui_out_text (uiout, "installed on target\n");
6197 }
6198 }
1042e4c0
SS
6199 }
6200
d24317b4
VP
6201 if (ui_out_is_mi_like_p (uiout) && !part_of_multiple)
6202 {
3a5c3e22
PA
6203 if (is_watchpoint (b))
6204 {
6205 struct watchpoint *w = (struct watchpoint *) b;
6206
6207 ui_out_field_string (uiout, "original-location", w->exp_string);
6208 }
6209 else if (b->addr_string)
d24317b4 6210 ui_out_field_string (uiout, "original-location", b->addr_string);
d24317b4 6211 }
c4093a6a 6212}
c5aa993b 6213
0d381245
VP
6214static void
6215print_one_breakpoint (struct breakpoint *b,
4a64f543 6216 struct bp_location **last_loc,
6c95b8df 6217 int allflag)
0d381245 6218{
8d3788bd 6219 struct cleanup *bkpt_chain;
79a45e25 6220 struct ui_out *uiout = current_uiout;
8d3788bd
VP
6221
6222 bkpt_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "bkpt");
6223
12c5a436 6224 print_one_breakpoint_location (b, NULL, 0, last_loc, allflag);
8d3788bd 6225 do_cleanups (bkpt_chain);
0d381245
VP
6226
6227 /* If this breakpoint has custom print function,
6228 it's already printed. Otherwise, print individual
6229 locations, if any. */
6230 if (b->ops == NULL || b->ops->print_one == NULL)
6231 {
4a64f543
MS
6232 /* If breakpoint has a single location that is disabled, we
6233 print it as if it had several locations, since otherwise it's
6234 hard to represent "breakpoint enabled, location disabled"
6235 situation.
6236
6237 Note that while hardware watchpoints have several locations
a3be7890 6238 internally, that's not a property exposed to user. */
0d381245 6239 if (b->loc
a5606eee 6240 && !is_hardware_watchpoint (b)
8d3788bd 6241 && (b->loc->next || !b->loc->enabled))
0d381245
VP
6242 {
6243 struct bp_location *loc;
6244 int n = 1;
8d3788bd 6245
0d381245 6246 for (loc = b->loc; loc; loc = loc->next, ++n)
8d3788bd
VP
6247 {
6248 struct cleanup *inner2 =
6249 make_cleanup_ui_out_tuple_begin_end (uiout, NULL);
6250 print_one_breakpoint_location (b, loc, n, last_loc, allflag);
6251 do_cleanups (inner2);
6252 }
0d381245
VP
6253 }
6254 }
6255}
6256
a6d9a66e
UW
6257static int
6258breakpoint_address_bits (struct breakpoint *b)
6259{
6260 int print_address_bits = 0;
6261 struct bp_location *loc;
6262
6263 for (loc = b->loc; loc; loc = loc->next)
6264 {
c7437ca6
PA
6265 int addr_bit;
6266
6267 /* Software watchpoints that aren't watching memory don't have
6268 an address to print. */
6269 if (b->type == bp_watchpoint && loc->watchpoint_type == -1)
6270 continue;
6271
6272 addr_bit = gdbarch_addr_bit (loc->gdbarch);
a6d9a66e
UW
6273 if (addr_bit > print_address_bits)
6274 print_address_bits = addr_bit;
6275 }
6276
6277 return print_address_bits;
6278}
0d381245 6279
c4093a6a
JM
6280struct captured_breakpoint_query_args
6281 {
6282 int bnum;
6283 };
c5aa993b 6284
c4093a6a 6285static int
2b65245e 6286do_captured_breakpoint_query (struct ui_out *uiout, void *data)
c4093a6a
JM
6287{
6288 struct captured_breakpoint_query_args *args = data;
52f0bd74 6289 struct breakpoint *b;
a6d9a66e 6290 struct bp_location *dummy_loc = NULL;
cc59ec59 6291
c4093a6a
JM
6292 ALL_BREAKPOINTS (b)
6293 {
6294 if (args->bnum == b->number)
c5aa993b 6295 {
12c5a436 6296 print_one_breakpoint (b, &dummy_loc, 0);
c4093a6a 6297 return GDB_RC_OK;
c5aa993b 6298 }
c4093a6a
JM
6299 }
6300 return GDB_RC_NONE;
6301}
c5aa993b 6302
c4093a6a 6303enum gdb_rc
4a64f543
MS
6304gdb_breakpoint_query (struct ui_out *uiout, int bnum,
6305 char **error_message)
c4093a6a
JM
6306{
6307 struct captured_breakpoint_query_args args;
cc59ec59 6308
c4093a6a
JM
6309 args.bnum = bnum;
6310 /* For the moment we don't trust print_one_breakpoint() to not throw
4a64f543 6311 an error. */
b0b13bb4
DJ
6312 if (catch_exceptions_with_msg (uiout, do_captured_breakpoint_query, &args,
6313 error_message, RETURN_MASK_ALL) < 0)
6314 return GDB_RC_FAIL;
6315 else
6316 return GDB_RC_OK;
c4093a6a 6317}
c5aa993b 6318
09d682a4
TT
6319/* Return true if this breakpoint was set by the user, false if it is
6320 internal or momentary. */
6321
6322int
6323user_breakpoint_p (struct breakpoint *b)
6324{
46c6471b 6325 return b->number > 0;
09d682a4
TT
6326}
6327
7f3b0473 6328/* Print information on user settable breakpoint (watchpoint, etc)
d77f58be
SS
6329 number BNUM. If BNUM is -1 print all user-settable breakpoints.
6330 If ALLFLAG is non-zero, include non-user-settable breakpoints. If
6331 FILTER is non-NULL, call it on each breakpoint and only include the
6332 ones for which it returns non-zero. Return the total number of
6333 breakpoints listed. */
c906108c 6334
d77f58be 6335static int
e5a67952 6336breakpoint_1 (char *args, int allflag,
4a64f543 6337 int (*filter) (const struct breakpoint *))
c4093a6a 6338{
52f0bd74 6339 struct breakpoint *b;
a6d9a66e 6340 struct bp_location *last_loc = NULL;
7f3b0473 6341 int nr_printable_breakpoints;
3b31d625 6342 struct cleanup *bkpttbl_chain;
79a45b7d 6343 struct value_print_options opts;
a6d9a66e 6344 int print_address_bits = 0;
269b11a2 6345 int print_type_col_width = 14;
79a45e25 6346 struct ui_out *uiout = current_uiout;
269b11a2 6347
79a45b7d
TT
6348 get_user_print_options (&opts);
6349
4a64f543
MS
6350 /* Compute the number of rows in the table, as well as the size
6351 required for address fields. */
7f3b0473
AC
6352 nr_printable_breakpoints = 0;
6353 ALL_BREAKPOINTS (b)
e5a67952
MS
6354 {
6355 /* If we have a filter, only list the breakpoints it accepts. */
6356 if (filter && !filter (b))
6357 continue;
6358
6359 /* If we have an "args" string, it is a list of breakpoints to
6360 accept. Skip the others. */
6361 if (args != NULL && *args != '\0')
6362 {
6363 if (allflag && parse_and_eval_long (args) != b->number)
6364 continue;
6365 if (!allflag && !number_is_in_list (args, b->number))
6366 continue;
6367 }
269b11a2 6368
e5a67952
MS
6369 if (allflag || user_breakpoint_p (b))
6370 {
6371 int addr_bit, type_len;
a6d9a66e 6372
e5a67952
MS
6373 addr_bit = breakpoint_address_bits (b);
6374 if (addr_bit > print_address_bits)
6375 print_address_bits = addr_bit;
269b11a2 6376
e5a67952
MS
6377 type_len = strlen (bptype_string (b->type));
6378 if (type_len > print_type_col_width)
6379 print_type_col_width = type_len;
6380
6381 nr_printable_breakpoints++;
6382 }
6383 }
7f3b0473 6384
79a45b7d 6385 if (opts.addressprint)
3b31d625 6386 bkpttbl_chain
3e43a32a
MS
6387 = make_cleanup_ui_out_table_begin_end (uiout, 6,
6388 nr_printable_breakpoints,
3b31d625 6389 "BreakpointTable");
8b93c638 6390 else
3b31d625 6391 bkpttbl_chain
3e43a32a
MS
6392 = make_cleanup_ui_out_table_begin_end (uiout, 5,
6393 nr_printable_breakpoints,
3b31d625 6394 "BreakpointTable");
8b93c638 6395
7f3b0473 6396 if (nr_printable_breakpoints > 0)
d7faa9e7
AC
6397 annotate_breakpoints_headers ();
6398 if (nr_printable_breakpoints > 0)
6399 annotate_field (0);
4a64f543 6400 ui_out_table_header (uiout, 7, ui_left, "number", "Num"); /* 1 */
d7faa9e7
AC
6401 if (nr_printable_breakpoints > 0)
6402 annotate_field (1);
269b11a2 6403 ui_out_table_header (uiout, print_type_col_width, ui_left,
4a64f543 6404 "type", "Type"); /* 2 */
d7faa9e7
AC
6405 if (nr_printable_breakpoints > 0)
6406 annotate_field (2);
4a64f543 6407 ui_out_table_header (uiout, 4, ui_left, "disp", "Disp"); /* 3 */
d7faa9e7
AC
6408 if (nr_printable_breakpoints > 0)
6409 annotate_field (3);
54e52265 6410 ui_out_table_header (uiout, 3, ui_left, "enabled", "Enb"); /* 4 */
79a45b7d 6411 if (opts.addressprint)
e5a67952
MS
6412 {
6413 if (nr_printable_breakpoints > 0)
6414 annotate_field (4);
6415 if (print_address_bits <= 32)
6416 ui_out_table_header (uiout, 10, ui_left,
6417 "addr", "Address"); /* 5 */
6418 else
6419 ui_out_table_header (uiout, 18, ui_left,
6420 "addr", "Address"); /* 5 */
6421 }
d7faa9e7
AC
6422 if (nr_printable_breakpoints > 0)
6423 annotate_field (5);
6424 ui_out_table_header (uiout, 40, ui_noalign, "what", "What"); /* 6 */
6425 ui_out_table_body (uiout);
6426 if (nr_printable_breakpoints > 0)
6427 annotate_breakpoints_table ();
7f3b0473 6428
c4093a6a 6429 ALL_BREAKPOINTS (b)
e5a67952
MS
6430 {
6431 QUIT;
6432 /* If we have a filter, only list the breakpoints it accepts. */
6433 if (filter && !filter (b))
6434 continue;
6435
6436 /* If we have an "args" string, it is a list of breakpoints to
6437 accept. Skip the others. */
6438
6439 if (args != NULL && *args != '\0')
6440 {
6441 if (allflag) /* maintenance info breakpoint */
6442 {
6443 if (parse_and_eval_long (args) != b->number)
6444 continue;
6445 }
6446 else /* all others */
6447 {
6448 if (!number_is_in_list (args, b->number))
6449 continue;
6450 }
6451 }
6452 /* We only print out user settable breakpoints unless the
6453 allflag is set. */
6454 if (allflag || user_breakpoint_p (b))
12c5a436 6455 print_one_breakpoint (b, &last_loc, allflag);
e5a67952
MS
6456 }
6457
3b31d625 6458 do_cleanups (bkpttbl_chain);
698384cd 6459
7f3b0473 6460 if (nr_printable_breakpoints == 0)
c906108c 6461 {
4a64f543
MS
6462 /* If there's a filter, let the caller decide how to report
6463 empty list. */
d77f58be
SS
6464 if (!filter)
6465 {
e5a67952 6466 if (args == NULL || *args == '\0')
d77f58be
SS
6467 ui_out_message (uiout, 0, "No breakpoints or watchpoints.\n");
6468 else
4a64f543 6469 ui_out_message (uiout, 0,
e5a67952
MS
6470 "No breakpoint or watchpoint matching '%s'.\n",
6471 args);
d77f58be 6472 }
c906108c
SS
6473 }
6474 else
c4093a6a 6475 {
a6d9a66e
UW
6476 if (last_loc && !server_command)
6477 set_next_address (last_loc->gdbarch, last_loc->address);
c4093a6a 6478 }
c906108c 6479
4a64f543 6480 /* FIXME? Should this be moved up so that it is only called when
c4093a6a 6481 there have been breakpoints? */
c906108c 6482 annotate_breakpoints_table_end ();
d77f58be
SS
6483
6484 return nr_printable_breakpoints;
c906108c
SS
6485}
6486
ad443146
SS
6487/* Display the value of default-collect in a way that is generally
6488 compatible with the breakpoint list. */
6489
6490static void
6491default_collect_info (void)
6492{
79a45e25
PA
6493 struct ui_out *uiout = current_uiout;
6494
ad443146
SS
6495 /* If it has no value (which is frequently the case), say nothing; a
6496 message like "No default-collect." gets in user's face when it's
6497 not wanted. */
6498 if (!*default_collect)
6499 return;
6500
6501 /* The following phrase lines up nicely with per-tracepoint collect
6502 actions. */
6503 ui_out_text (uiout, "default collect ");
6504 ui_out_field_string (uiout, "default-collect", default_collect);
6505 ui_out_text (uiout, " \n");
6506}
6507
c906108c 6508static void
e5a67952 6509breakpoints_info (char *args, int from_tty)
c906108c 6510{
e5a67952 6511 breakpoint_1 (args, 0, NULL);
ad443146
SS
6512
6513 default_collect_info ();
d77f58be
SS
6514}
6515
6516static void
e5a67952 6517watchpoints_info (char *args, int from_tty)
d77f58be 6518{
e5a67952 6519 int num_printed = breakpoint_1 (args, 0, is_watchpoint);
79a45e25 6520 struct ui_out *uiout = current_uiout;
d77f58be
SS
6521
6522 if (num_printed == 0)
6523 {
e5a67952 6524 if (args == NULL || *args == '\0')
d77f58be
SS
6525 ui_out_message (uiout, 0, "No watchpoints.\n");
6526 else
e5a67952 6527 ui_out_message (uiout, 0, "No watchpoint matching '%s'.\n", args);
d77f58be 6528 }
c906108c
SS
6529}
6530
7a292a7a 6531static void
e5a67952 6532maintenance_info_breakpoints (char *args, int from_tty)
c906108c 6533{
e5a67952 6534 breakpoint_1 (args, 1, NULL);
ad443146
SS
6535
6536 default_collect_info ();
c906108c
SS
6537}
6538
0d381245 6539static int
714835d5 6540breakpoint_has_pc (struct breakpoint *b,
6c95b8df 6541 struct program_space *pspace,
714835d5 6542 CORE_ADDR pc, struct obj_section *section)
0d381245
VP
6543{
6544 struct bp_location *bl = b->loc;
cc59ec59 6545
0d381245
VP
6546 for (; bl; bl = bl->next)
6547 {
6c95b8df
PA
6548 if (bl->pspace == pspace
6549 && bl->address == pc
0d381245
VP
6550 && (!overlay_debugging || bl->section == section))
6551 return 1;
6552 }
6553 return 0;
6554}
6555
672f9b60 6556/* Print a message describing any user-breakpoints set at PC. This
6c95b8df
PA
6557 concerns with logical breakpoints, so we match program spaces, not
6558 address spaces. */
c906108c
SS
6559
6560static void
6c95b8df
PA
6561describe_other_breakpoints (struct gdbarch *gdbarch,
6562 struct program_space *pspace, CORE_ADDR pc,
5af949e3 6563 struct obj_section *section, int thread)
c906108c 6564{
52f0bd74
AC
6565 int others = 0;
6566 struct breakpoint *b;
c906108c
SS
6567
6568 ALL_BREAKPOINTS (b)
672f9b60
KP
6569 others += (user_breakpoint_p (b)
6570 && breakpoint_has_pc (b, pspace, pc, section));
c906108c
SS
6571 if (others > 0)
6572 {
a3f17187
AC
6573 if (others == 1)
6574 printf_filtered (_("Note: breakpoint "));
6575 else /* if (others == ???) */
6576 printf_filtered (_("Note: breakpoints "));
c906108c 6577 ALL_BREAKPOINTS (b)
672f9b60 6578 if (user_breakpoint_p (b) && breakpoint_has_pc (b, pspace, pc, section))
0d381245
VP
6579 {
6580 others--;
6581 printf_filtered ("%d", b->number);
6582 if (b->thread == -1 && thread != -1)
6583 printf_filtered (" (all threads)");
6584 else if (b->thread != -1)
6585 printf_filtered (" (thread %d)", b->thread);
6586 printf_filtered ("%s%s ",
059fb39f 6587 ((b->enable_state == bp_disabled
f8eba3c6 6588 || b->enable_state == bp_call_disabled)
0d381245
VP
6589 ? " (disabled)"
6590 : b->enable_state == bp_permanent
6591 ? " (permanent)"
6592 : ""),
6593 (others > 1) ? ","
6594 : ((others == 1) ? " and" : ""));
6595 }
a3f17187 6596 printf_filtered (_("also set at pc "));
5af949e3 6597 fputs_filtered (paddress (gdbarch, pc), gdb_stdout);
c906108c
SS
6598 printf_filtered (".\n");
6599 }
6600}
6601\f
c906108c 6602
e4f237da
KB
6603/* Return true iff it is meaningful to use the address member of
6604 BPT. For some breakpoint types, the address member is irrelevant
6605 and it makes no sense to attempt to compare it to other addresses
6606 (or use it for any other purpose either).
6607
4a64f543
MS
6608 More specifically, each of the following breakpoint types will
6609 always have a zero valued address and we don't want to mark
6610 breakpoints of any of these types to be a duplicate of an actual
6611 breakpoint at address zero:
e4f237da
KB
6612
6613 bp_watchpoint
2d134ed3
PA
6614 bp_catchpoint
6615
6616*/
e4f237da
KB
6617
6618static int
6619breakpoint_address_is_meaningful (struct breakpoint *bpt)
6620{
6621 enum bptype type = bpt->type;
6622
2d134ed3
PA
6623 return (type != bp_watchpoint && type != bp_catchpoint);
6624}
6625
6626/* Assuming LOC1 and LOC2's owners are hardware watchpoints, returns
6627 true if LOC1 and LOC2 represent the same watchpoint location. */
6628
6629static int
4a64f543
MS
6630watchpoint_locations_match (struct bp_location *loc1,
6631 struct bp_location *loc2)
2d134ed3 6632{
3a5c3e22
PA
6633 struct watchpoint *w1 = (struct watchpoint *) loc1->owner;
6634 struct watchpoint *w2 = (struct watchpoint *) loc2->owner;
6635
6636 /* Both of them must exist. */
6637 gdb_assert (w1 != NULL);
6638 gdb_assert (w2 != NULL);
2bdf28a0 6639
4a64f543
MS
6640 /* If the target can evaluate the condition expression in hardware,
6641 then we we need to insert both watchpoints even if they are at
6642 the same place. Otherwise the watchpoint will only trigger when
6643 the condition of whichever watchpoint was inserted evaluates to
6644 true, not giving a chance for GDB to check the condition of the
6645 other watchpoint. */
3a5c3e22 6646 if ((w1->cond_exp
4a64f543
MS
6647 && target_can_accel_watchpoint_condition (loc1->address,
6648 loc1->length,
0cf6dd15 6649 loc1->watchpoint_type,
3a5c3e22
PA
6650 w1->cond_exp))
6651 || (w2->cond_exp
4a64f543
MS
6652 && target_can_accel_watchpoint_condition (loc2->address,
6653 loc2->length,
0cf6dd15 6654 loc2->watchpoint_type,
3a5c3e22 6655 w2->cond_exp)))
0cf6dd15
TJB
6656 return 0;
6657
85d721b8
PA
6658 /* Note that this checks the owner's type, not the location's. In
6659 case the target does not support read watchpoints, but does
6660 support access watchpoints, we'll have bp_read_watchpoint
6661 watchpoints with hw_access locations. Those should be considered
6662 duplicates of hw_read locations. The hw_read locations will
6663 become hw_access locations later. */
2d134ed3
PA
6664 return (loc1->owner->type == loc2->owner->type
6665 && loc1->pspace->aspace == loc2->pspace->aspace
6666 && loc1->address == loc2->address
6667 && loc1->length == loc2->length);
e4f237da
KB
6668}
6669
6c95b8df
PA
6670/* Returns true if {ASPACE1,ADDR1} and {ASPACE2,ADDR2} represent the
6671 same breakpoint location. In most targets, this can only be true
6672 if ASPACE1 matches ASPACE2. On targets that have global
6673 breakpoints, the address space doesn't really matter. */
6674
6675static int
6676breakpoint_address_match (struct address_space *aspace1, CORE_ADDR addr1,
6677 struct address_space *aspace2, CORE_ADDR addr2)
6678{
f5656ead 6679 return ((gdbarch_has_global_breakpoints (target_gdbarch ())
6c95b8df
PA
6680 || aspace1 == aspace2)
6681 && addr1 == addr2);
6682}
6683
f1310107
TJB
6684/* Returns true if {ASPACE2,ADDR2} falls within the range determined by
6685 {ASPACE1,ADDR1,LEN1}. In most targets, this can only be true if ASPACE1
6686 matches ASPACE2. On targets that have global breakpoints, the address
6687 space doesn't really matter. */
6688
6689static int
6690breakpoint_address_match_range (struct address_space *aspace1, CORE_ADDR addr1,
6691 int len1, struct address_space *aspace2,
6692 CORE_ADDR addr2)
6693{
f5656ead 6694 return ((gdbarch_has_global_breakpoints (target_gdbarch ())
f1310107
TJB
6695 || aspace1 == aspace2)
6696 && addr2 >= addr1 && addr2 < addr1 + len1);
6697}
6698
6699/* Returns true if {ASPACE,ADDR} matches the breakpoint BL. BL may be
6700 a ranged breakpoint. In most targets, a match happens only if ASPACE
6701 matches the breakpoint's address space. On targets that have global
6702 breakpoints, the address space doesn't really matter. */
6703
6704static int
6705breakpoint_location_address_match (struct bp_location *bl,
6706 struct address_space *aspace,
6707 CORE_ADDR addr)
6708{
6709 return (breakpoint_address_match (bl->pspace->aspace, bl->address,
6710 aspace, addr)
6711 || (bl->length
6712 && breakpoint_address_match_range (bl->pspace->aspace,
6713 bl->address, bl->length,
6714 aspace, addr)));
6715}
6716
1e4d1764
YQ
6717/* If LOC1 and LOC2's owners are not tracepoints, returns false directly.
6718 Then, if LOC1 and LOC2 represent the same tracepoint location, returns
6719 true, otherwise returns false. */
6720
6721static int
6722tracepoint_locations_match (struct bp_location *loc1,
6723 struct bp_location *loc2)
6724{
6725 if (is_tracepoint (loc1->owner) && is_tracepoint (loc2->owner))
6726 /* Since tracepoint locations are never duplicated with others', tracepoint
6727 locations at the same address of different tracepoints are regarded as
6728 different locations. */
6729 return (loc1->address == loc2->address && loc1->owner == loc2->owner);
6730 else
6731 return 0;
6732}
6733
2d134ed3
PA
6734/* Assuming LOC1 and LOC2's types' have meaningful target addresses
6735 (breakpoint_address_is_meaningful), returns true if LOC1 and LOC2
6736 represent the same location. */
6737
6738static int
4a64f543
MS
6739breakpoint_locations_match (struct bp_location *loc1,
6740 struct bp_location *loc2)
2d134ed3 6741{
2bdf28a0
JK
6742 int hw_point1, hw_point2;
6743
6744 /* Both of them must not be in moribund_locations. */
6745 gdb_assert (loc1->owner != NULL);
6746 gdb_assert (loc2->owner != NULL);
6747
6748 hw_point1 = is_hardware_watchpoint (loc1->owner);
6749 hw_point2 = is_hardware_watchpoint (loc2->owner);
2d134ed3
PA
6750
6751 if (hw_point1 != hw_point2)
6752 return 0;
6753 else if (hw_point1)
6754 return watchpoint_locations_match (loc1, loc2);
1e4d1764
YQ
6755 else if (is_tracepoint (loc1->owner) || is_tracepoint (loc2->owner))
6756 return tracepoint_locations_match (loc1, loc2);
2d134ed3 6757 else
f1310107
TJB
6758 /* We compare bp_location.length in order to cover ranged breakpoints. */
6759 return (breakpoint_address_match (loc1->pspace->aspace, loc1->address,
6760 loc2->pspace->aspace, loc2->address)
6761 && loc1->length == loc2->length);
2d134ed3
PA
6762}
6763
76897487
KB
6764static void
6765breakpoint_adjustment_warning (CORE_ADDR from_addr, CORE_ADDR to_addr,
6766 int bnum, int have_bnum)
6767{
f63fbe86
MS
6768 /* The longest string possibly returned by hex_string_custom
6769 is 50 chars. These must be at least that big for safety. */
6770 char astr1[64];
6771 char astr2[64];
76897487 6772
bb599908
PH
6773 strcpy (astr1, hex_string_custom ((unsigned long) from_addr, 8));
6774 strcpy (astr2, hex_string_custom ((unsigned long) to_addr, 8));
76897487 6775 if (have_bnum)
8a3fe4f8 6776 warning (_("Breakpoint %d address previously adjusted from %s to %s."),
76897487
KB
6777 bnum, astr1, astr2);
6778 else
8a3fe4f8 6779 warning (_("Breakpoint address adjusted from %s to %s."), astr1, astr2);
76897487
KB
6780}
6781
4a64f543
MS
6782/* Adjust a breakpoint's address to account for architectural
6783 constraints on breakpoint placement. Return the adjusted address.
6784 Note: Very few targets require this kind of adjustment. For most
6785 targets, this function is simply the identity function. */
76897487
KB
6786
6787static CORE_ADDR
a6d9a66e
UW
6788adjust_breakpoint_address (struct gdbarch *gdbarch,
6789 CORE_ADDR bpaddr, enum bptype bptype)
76897487 6790{
a6d9a66e 6791 if (!gdbarch_adjust_breakpoint_address_p (gdbarch))
76897487
KB
6792 {
6793 /* Very few targets need any kind of breakpoint adjustment. */
6794 return bpaddr;
6795 }
88f7da05
KB
6796 else if (bptype == bp_watchpoint
6797 || bptype == bp_hardware_watchpoint
6798 || bptype == bp_read_watchpoint
6799 || bptype == bp_access_watchpoint
fe798b75 6800 || bptype == bp_catchpoint)
88f7da05
KB
6801 {
6802 /* Watchpoints and the various bp_catch_* eventpoints should not
6803 have their addresses modified. */
6804 return bpaddr;
6805 }
76897487
KB
6806 else
6807 {
6808 CORE_ADDR adjusted_bpaddr;
6809
6810 /* Some targets have architectural constraints on the placement
6811 of breakpoint instructions. Obtain the adjusted address. */
a6d9a66e 6812 adjusted_bpaddr = gdbarch_adjust_breakpoint_address (gdbarch, bpaddr);
76897487
KB
6813
6814 /* An adjusted breakpoint address can significantly alter
6815 a user's expectations. Print a warning if an adjustment
6816 is required. */
6817 if (adjusted_bpaddr != bpaddr)
6818 breakpoint_adjustment_warning (bpaddr, adjusted_bpaddr, 0, 0);
6819
6820 return adjusted_bpaddr;
6821 }
6822}
6823
28010a5d
PA
6824void
6825init_bp_location (struct bp_location *loc, const struct bp_location_ops *ops,
6826 struct breakpoint *owner)
7cc221ef 6827{
7cc221ef
DJ
6828 memset (loc, 0, sizeof (*loc));
6829
348d480f
PA
6830 gdb_assert (ops != NULL);
6831
28010a5d
PA
6832 loc->ops = ops;
6833 loc->owner = owner;
511a6cd4 6834 loc->cond = NULL;
b775012e 6835 loc->cond_bytecode = NULL;
0d381245
VP
6836 loc->shlib_disabled = 0;
6837 loc->enabled = 1;
e049a4b5 6838
28010a5d 6839 switch (owner->type)
e049a4b5
DJ
6840 {
6841 case bp_breakpoint:
6842 case bp_until:
6843 case bp_finish:
6844 case bp_longjmp:
6845 case bp_longjmp_resume:
e2e4d78b 6846 case bp_longjmp_call_dummy:
186c406b
TT
6847 case bp_exception:
6848 case bp_exception_resume:
e049a4b5 6849 case bp_step_resume:
2c03e5be 6850 case bp_hp_step_resume:
e049a4b5
DJ
6851 case bp_watchpoint_scope:
6852 case bp_call_dummy:
aa7d318d 6853 case bp_std_terminate:
e049a4b5
DJ
6854 case bp_shlib_event:
6855 case bp_thread_event:
6856 case bp_overlay_event:
4efc6507 6857 case bp_jit_event:
0fd8e87f 6858 case bp_longjmp_master:
aa7d318d 6859 case bp_std_terminate_master:
186c406b 6860 case bp_exception_master:
0e30163f
JK
6861 case bp_gnu_ifunc_resolver:
6862 case bp_gnu_ifunc_resolver_return:
e7e0cddf 6863 case bp_dprintf:
e049a4b5 6864 loc->loc_type = bp_loc_software_breakpoint;
b775012e 6865 mark_breakpoint_location_modified (loc);
e049a4b5
DJ
6866 break;
6867 case bp_hardware_breakpoint:
6868 loc->loc_type = bp_loc_hardware_breakpoint;
b775012e 6869 mark_breakpoint_location_modified (loc);
e049a4b5
DJ
6870 break;
6871 case bp_hardware_watchpoint:
6872 case bp_read_watchpoint:
6873 case bp_access_watchpoint:
6874 loc->loc_type = bp_loc_hardware_watchpoint;
6875 break;
6876 case bp_watchpoint:
ce78b96d 6877 case bp_catchpoint:
15c3d785
PA
6878 case bp_tracepoint:
6879 case bp_fast_tracepoint:
0fb4aa4b 6880 case bp_static_tracepoint:
e049a4b5
DJ
6881 loc->loc_type = bp_loc_other;
6882 break;
6883 default:
e2e0b3e5 6884 internal_error (__FILE__, __LINE__, _("unknown breakpoint type"));
e049a4b5
DJ
6885 }
6886
f431efe5 6887 loc->refc = 1;
28010a5d
PA
6888}
6889
6890/* Allocate a struct bp_location. */
6891
6892static struct bp_location *
6893allocate_bp_location (struct breakpoint *bpt)
6894{
348d480f
PA
6895 return bpt->ops->allocate_location (bpt);
6896}
7cc221ef 6897
f431efe5
PA
6898static void
6899free_bp_location (struct bp_location *loc)
fe3f5fa8 6900{
348d480f 6901 loc->ops->dtor (loc);
fe3f5fa8
VP
6902 xfree (loc);
6903}
6904
f431efe5
PA
6905/* Increment reference count. */
6906
6907static void
6908incref_bp_location (struct bp_location *bl)
6909{
6910 ++bl->refc;
6911}
6912
6913/* Decrement reference count. If the reference count reaches 0,
6914 destroy the bp_location. Sets *BLP to NULL. */
6915
6916static void
6917decref_bp_location (struct bp_location **blp)
6918{
0807b50c
PA
6919 gdb_assert ((*blp)->refc > 0);
6920
f431efe5
PA
6921 if (--(*blp)->refc == 0)
6922 free_bp_location (*blp);
6923 *blp = NULL;
6924}
6925
346774a9 6926/* Add breakpoint B at the end of the global breakpoint chain. */
c906108c 6927
346774a9
PA
6928static void
6929add_to_breakpoint_chain (struct breakpoint *b)
c906108c 6930{
346774a9 6931 struct breakpoint *b1;
c906108c 6932
346774a9
PA
6933 /* Add this breakpoint to the end of the chain so that a list of
6934 breakpoints will come out in order of increasing numbers. */
6935
6936 b1 = breakpoint_chain;
6937 if (b1 == 0)
6938 breakpoint_chain = b;
6939 else
6940 {
6941 while (b1->next)
6942 b1 = b1->next;
6943 b1->next = b;
6944 }
6945}
6946
6947/* Initializes breakpoint B with type BPTYPE and no locations yet. */
6948
6949static void
6950init_raw_breakpoint_without_location (struct breakpoint *b,
6951 struct gdbarch *gdbarch,
28010a5d 6952 enum bptype bptype,
c0a91b2b 6953 const struct breakpoint_ops *ops)
346774a9 6954{
c906108c 6955 memset (b, 0, sizeof (*b));
2219d63c 6956
348d480f
PA
6957 gdb_assert (ops != NULL);
6958
28010a5d 6959 b->ops = ops;
4d28f7a8 6960 b->type = bptype;
a6d9a66e 6961 b->gdbarch = gdbarch;
c906108c
SS
6962 b->language = current_language->la_language;
6963 b->input_radix = input_radix;
6964 b->thread = -1;
b5de0fa7 6965 b->enable_state = bp_enabled;
c906108c
SS
6966 b->next = 0;
6967 b->silent = 0;
6968 b->ignore_count = 0;
6969 b->commands = NULL;
818dd999 6970 b->frame_id = null_frame_id;
0d381245 6971 b->condition_not_parsed = 0;
84f4c1fe 6972 b->py_bp_object = NULL;
d0fb5eae 6973 b->related_breakpoint = b;
346774a9
PA
6974}
6975
6976/* Helper to set_raw_breakpoint below. Creates a breakpoint
6977 that has type BPTYPE and has no locations as yet. */
346774a9
PA
6978
6979static struct breakpoint *
6980set_raw_breakpoint_without_location (struct gdbarch *gdbarch,
348d480f 6981 enum bptype bptype,
c0a91b2b 6982 const struct breakpoint_ops *ops)
346774a9
PA
6983{
6984 struct breakpoint *b = XNEW (struct breakpoint);
6985
348d480f 6986 init_raw_breakpoint_without_location (b, gdbarch, bptype, ops);
c56053d2 6987 add_to_breakpoint_chain (b);
0d381245
VP
6988 return b;
6989}
6990
0e30163f
JK
6991/* Initialize loc->function_name. EXPLICIT_LOC says no indirect function
6992 resolutions should be made as the user specified the location explicitly
6993 enough. */
6994
0d381245 6995static void
0e30163f 6996set_breakpoint_location_function (struct bp_location *loc, int explicit_loc)
0d381245 6997{
2bdf28a0
JK
6998 gdb_assert (loc->owner != NULL);
6999
0d381245 7000 if (loc->owner->type == bp_breakpoint
1042e4c0 7001 || loc->owner->type == bp_hardware_breakpoint
d77f58be 7002 || is_tracepoint (loc->owner))
0d381245 7003 {
0e30163f 7004 int is_gnu_ifunc;
2c02bd72 7005 const char *function_name;
6a3a010b 7006 CORE_ADDR func_addr;
0e30163f 7007
2c02bd72 7008 find_pc_partial_function_gnu_ifunc (loc->address, &function_name,
6a3a010b 7009 &func_addr, NULL, &is_gnu_ifunc);
0e30163f
JK
7010
7011 if (is_gnu_ifunc && !explicit_loc)
7012 {
7013 struct breakpoint *b = loc->owner;
7014
7015 gdb_assert (loc->pspace == current_program_space);
2c02bd72 7016 if (gnu_ifunc_resolve_name (function_name,
0e30163f
JK
7017 &loc->requested_address))
7018 {
7019 /* Recalculate ADDRESS based on new REQUESTED_ADDRESS. */
7020 loc->address = adjust_breakpoint_address (loc->gdbarch,
7021 loc->requested_address,
7022 b->type);
7023 }
7024 else if (b->type == bp_breakpoint && b->loc == loc
7025 && loc->next == NULL && b->related_breakpoint == b)
7026 {
7027 /* Create only the whole new breakpoint of this type but do not
7028 mess more complicated breakpoints with multiple locations. */
7029 b->type = bp_gnu_ifunc_resolver;
6a3a010b
MR
7030 /* Remember the resolver's address for use by the return
7031 breakpoint. */
7032 loc->related_address = func_addr;
0e30163f
JK
7033 }
7034 }
7035
2c02bd72
DE
7036 if (function_name)
7037 loc->function_name = xstrdup (function_name);
0d381245
VP
7038 }
7039}
7040
a6d9a66e 7041/* Attempt to determine architecture of location identified by SAL. */
1bfeeb0f 7042struct gdbarch *
a6d9a66e
UW
7043get_sal_arch (struct symtab_and_line sal)
7044{
7045 if (sal.section)
7046 return get_objfile_arch (sal.section->objfile);
7047 if (sal.symtab)
7048 return get_objfile_arch (sal.symtab->objfile);
7049
7050 return NULL;
7051}
7052
346774a9
PA
7053/* Low level routine for partially initializing a breakpoint of type
7054 BPTYPE. The newly created breakpoint's address, section, source
c56053d2 7055 file name, and line number are provided by SAL.
0d381245
VP
7056
7057 It is expected that the caller will complete the initialization of
7058 the newly created breakpoint struct as well as output any status
c56053d2 7059 information regarding the creation of a new breakpoint. */
0d381245 7060
346774a9
PA
7061static void
7062init_raw_breakpoint (struct breakpoint *b, struct gdbarch *gdbarch,
28010a5d 7063 struct symtab_and_line sal, enum bptype bptype,
c0a91b2b 7064 const struct breakpoint_ops *ops)
0d381245 7065{
28010a5d 7066 init_raw_breakpoint_without_location (b, gdbarch, bptype, ops);
346774a9 7067
3742cc8b 7068 add_location_to_breakpoint (b, &sal);
0d381245 7069
6c95b8df
PA
7070 if (bptype != bp_catchpoint)
7071 gdb_assert (sal.pspace != NULL);
7072
f8eba3c6
TT
7073 /* Store the program space that was used to set the breakpoint,
7074 except for ordinary breakpoints, which are independent of the
7075 program space. */
7076 if (bptype != bp_breakpoint && bptype != bp_hardware_breakpoint)
7077 b->pspace = sal.pspace;
346774a9 7078}
c906108c 7079
346774a9
PA
7080/* set_raw_breakpoint is a low level routine for allocating and
7081 partially initializing a breakpoint of type BPTYPE. The newly
7082 created breakpoint's address, section, source file name, and line
7083 number are provided by SAL. The newly created and partially
7084 initialized breakpoint is added to the breakpoint chain and
7085 is also returned as the value of this function.
7086
7087 It is expected that the caller will complete the initialization of
7088 the newly created breakpoint struct as well as output any status
7089 information regarding the creation of a new breakpoint. In
7090 particular, set_raw_breakpoint does NOT set the breakpoint
7091 number! Care should be taken to not allow an error to occur
7092 prior to completing the initialization of the breakpoint. If this
7093 should happen, a bogus breakpoint will be left on the chain. */
7094
7095struct breakpoint *
7096set_raw_breakpoint (struct gdbarch *gdbarch,
348d480f 7097 struct symtab_and_line sal, enum bptype bptype,
c0a91b2b 7098 const struct breakpoint_ops *ops)
346774a9
PA
7099{
7100 struct breakpoint *b = XNEW (struct breakpoint);
7101
348d480f 7102 init_raw_breakpoint (b, gdbarch, sal, bptype, ops);
c56053d2 7103 add_to_breakpoint_chain (b);
c906108c
SS
7104 return b;
7105}
7106
c2c6d25f
JM
7107
7108/* Note that the breakpoint object B describes a permanent breakpoint
7109 instruction, hard-wired into the inferior's code. */
7110void
7111make_breakpoint_permanent (struct breakpoint *b)
7112{
0d381245 7113 struct bp_location *bl;
cc59ec59 7114
b5de0fa7 7115 b->enable_state = bp_permanent;
c2c6d25f 7116
4a64f543
MS
7117 /* By definition, permanent breakpoints are already present in the
7118 code. Mark all locations as inserted. For now,
7119 make_breakpoint_permanent is called in just one place, so it's
7120 hard to say if it's reasonable to have permanent breakpoint with
e5dd4106 7121 multiple locations or not, but it's easy to implement. */
0d381245
VP
7122 for (bl = b->loc; bl; bl = bl->next)
7123 bl->inserted = 1;
c2c6d25f
JM
7124}
7125
53a5351d 7126/* Call this routine when stepping and nexting to enable a breakpoint
186c406b
TT
7127 if we do a longjmp() or 'throw' in TP. FRAME is the frame which
7128 initiated the operation. */
c906108c
SS
7129
7130void
186c406b 7131set_longjmp_breakpoint (struct thread_info *tp, struct frame_id frame)
c906108c 7132{
35df4500 7133 struct breakpoint *b, *b_tmp;
186c406b 7134 int thread = tp->num;
0fd8e87f
UW
7135
7136 /* To avoid having to rescan all objfile symbols at every step,
7137 we maintain a list of continually-inserted but always disabled
7138 longjmp "master" breakpoints. Here, we simply create momentary
7139 clones of those and enable them for the requested thread. */
35df4500 7140 ALL_BREAKPOINTS_SAFE (b, b_tmp)
6c95b8df 7141 if (b->pspace == current_program_space
186c406b
TT
7142 && (b->type == bp_longjmp_master
7143 || b->type == bp_exception_master))
0fd8e87f 7144 {
06edf0c0
PA
7145 enum bptype type = b->type == bp_longjmp_master ? bp_longjmp : bp_exception;
7146 struct breakpoint *clone;
cc59ec59 7147
e2e4d78b
JK
7148 /* longjmp_breakpoint_ops ensures INITIATING_FRAME is cleared again
7149 after their removal. */
06edf0c0 7150 clone = momentary_breakpoint_from_master (b, type,
e2e4d78b 7151 &longjmp_breakpoint_ops);
0fd8e87f
UW
7152 clone->thread = thread;
7153 }
186c406b
TT
7154
7155 tp->initiating_frame = frame;
c906108c
SS
7156}
7157
611c83ae 7158/* Delete all longjmp breakpoints from THREAD. */
c906108c 7159void
611c83ae 7160delete_longjmp_breakpoint (int thread)
c906108c 7161{
35df4500 7162 struct breakpoint *b, *b_tmp;
c906108c 7163
35df4500 7164 ALL_BREAKPOINTS_SAFE (b, b_tmp)
186c406b 7165 if (b->type == bp_longjmp || b->type == bp_exception)
611c83ae
PA
7166 {
7167 if (b->thread == thread)
7168 delete_breakpoint (b);
7169 }
c906108c
SS
7170}
7171
f59f708a
PA
7172void
7173delete_longjmp_breakpoint_at_next_stop (int thread)
7174{
7175 struct breakpoint *b, *b_tmp;
7176
7177 ALL_BREAKPOINTS_SAFE (b, b_tmp)
7178 if (b->type == bp_longjmp || b->type == bp_exception)
7179 {
7180 if (b->thread == thread)
7181 b->disposition = disp_del_at_next_stop;
7182 }
7183}
7184
e2e4d78b
JK
7185/* Place breakpoints of type bp_longjmp_call_dummy to catch longjmp for
7186 INFERIOR_PTID thread. Chain them all by RELATED_BREAKPOINT and return
7187 pointer to any of them. Return NULL if this system cannot place longjmp
7188 breakpoints. */
7189
7190struct breakpoint *
7191set_longjmp_breakpoint_for_call_dummy (void)
7192{
7193 struct breakpoint *b, *retval = NULL;
7194
7195 ALL_BREAKPOINTS (b)
7196 if (b->pspace == current_program_space && b->type == bp_longjmp_master)
7197 {
7198 struct breakpoint *new_b;
7199
7200 new_b = momentary_breakpoint_from_master (b, bp_longjmp_call_dummy,
7201 &momentary_breakpoint_ops);
7202 new_b->thread = pid_to_thread_id (inferior_ptid);
7203
7204 /* Link NEW_B into the chain of RETVAL breakpoints. */
7205
7206 gdb_assert (new_b->related_breakpoint == new_b);
7207 if (retval == NULL)
7208 retval = new_b;
7209 new_b->related_breakpoint = retval;
7210 while (retval->related_breakpoint != new_b->related_breakpoint)
7211 retval = retval->related_breakpoint;
7212 retval->related_breakpoint = new_b;
7213 }
7214
7215 return retval;
7216}
7217
7218/* Verify all existing dummy frames and their associated breakpoints for
7219 THREAD. Remove those which can no longer be found in the current frame
7220 stack.
7221
7222 You should call this function only at places where it is safe to currently
7223 unwind the whole stack. Failed stack unwind would discard live dummy
7224 frames. */
7225
7226void
7227check_longjmp_breakpoint_for_call_dummy (int thread)
7228{
7229 struct breakpoint *b, *b_tmp;
7230
7231 ALL_BREAKPOINTS_SAFE (b, b_tmp)
7232 if (b->type == bp_longjmp_call_dummy && b->thread == thread)
7233 {
7234 struct breakpoint *dummy_b = b->related_breakpoint;
7235
7236 while (dummy_b != b && dummy_b->type != bp_call_dummy)
7237 dummy_b = dummy_b->related_breakpoint;
7238 if (dummy_b->type != bp_call_dummy
7239 || frame_find_by_id (dummy_b->frame_id) != NULL)
7240 continue;
7241
7242 dummy_frame_discard (dummy_b->frame_id);
7243
7244 while (b->related_breakpoint != b)
7245 {
7246 if (b_tmp == b->related_breakpoint)
7247 b_tmp = b->related_breakpoint->next;
7248 delete_breakpoint (b->related_breakpoint);
7249 }
7250 delete_breakpoint (b);
7251 }
7252}
7253
1900040c
MS
7254void
7255enable_overlay_breakpoints (void)
7256{
52f0bd74 7257 struct breakpoint *b;
1900040c
MS
7258
7259 ALL_BREAKPOINTS (b)
7260 if (b->type == bp_overlay_event)
7261 {
7262 b->enable_state = bp_enabled;
b60e7edf 7263 update_global_location_list (1);
c02f5703 7264 overlay_events_enabled = 1;
1900040c
MS
7265 }
7266}
7267
7268void
7269disable_overlay_breakpoints (void)
7270{
52f0bd74 7271 struct breakpoint *b;
1900040c
MS
7272
7273 ALL_BREAKPOINTS (b)
7274 if (b->type == bp_overlay_event)
7275 {
7276 b->enable_state = bp_disabled;
b60e7edf 7277 update_global_location_list (0);
c02f5703 7278 overlay_events_enabled = 0;
1900040c
MS
7279 }
7280}
7281
aa7d318d
TT
7282/* Set an active std::terminate breakpoint for each std::terminate
7283 master breakpoint. */
7284void
7285set_std_terminate_breakpoint (void)
7286{
35df4500 7287 struct breakpoint *b, *b_tmp;
aa7d318d 7288
35df4500 7289 ALL_BREAKPOINTS_SAFE (b, b_tmp)
aa7d318d
TT
7290 if (b->pspace == current_program_space
7291 && b->type == bp_std_terminate_master)
7292 {
06edf0c0
PA
7293 momentary_breakpoint_from_master (b, bp_std_terminate,
7294 &momentary_breakpoint_ops);
aa7d318d
TT
7295 }
7296}
7297
7298/* Delete all the std::terminate breakpoints. */
7299void
7300delete_std_terminate_breakpoint (void)
7301{
35df4500 7302 struct breakpoint *b, *b_tmp;
aa7d318d 7303
35df4500 7304 ALL_BREAKPOINTS_SAFE (b, b_tmp)
aa7d318d
TT
7305 if (b->type == bp_std_terminate)
7306 delete_breakpoint (b);
7307}
7308
c4093a6a 7309struct breakpoint *
a6d9a66e 7310create_thread_event_breakpoint (struct gdbarch *gdbarch, CORE_ADDR address)
c4093a6a
JM
7311{
7312 struct breakpoint *b;
c4093a6a 7313
06edf0c0
PA
7314 b = create_internal_breakpoint (gdbarch, address, bp_thread_event,
7315 &internal_breakpoint_ops);
7316
b5de0fa7 7317 b->enable_state = bp_enabled;
c4093a6a 7318 /* addr_string has to be used or breakpoint_re_set will delete me. */
5af949e3
UW
7319 b->addr_string
7320 = xstrprintf ("*%s", paddress (b->loc->gdbarch, b->loc->address));
c4093a6a 7321
b60e7edf 7322 update_global_location_list_nothrow (1);
74960c60 7323
c4093a6a
JM
7324 return b;
7325}
7326
7327void
7328remove_thread_event_breakpoints (void)
7329{
35df4500 7330 struct breakpoint *b, *b_tmp;
c4093a6a 7331
35df4500 7332 ALL_BREAKPOINTS_SAFE (b, b_tmp)
6c95b8df
PA
7333 if (b->type == bp_thread_event
7334 && b->loc->pspace == current_program_space)
c4093a6a
JM
7335 delete_breakpoint (b);
7336}
7337
0101ce28
JJ
7338struct lang_and_radix
7339 {
7340 enum language lang;
7341 int radix;
7342 };
7343
4efc6507
DE
7344/* Create a breakpoint for JIT code registration and unregistration. */
7345
7346struct breakpoint *
7347create_jit_event_breakpoint (struct gdbarch *gdbarch, CORE_ADDR address)
7348{
7349 struct breakpoint *b;
7350
06edf0c0
PA
7351 b = create_internal_breakpoint (gdbarch, address, bp_jit_event,
7352 &internal_breakpoint_ops);
4efc6507
DE
7353 update_global_location_list_nothrow (1);
7354 return b;
7355}
0101ce28 7356
03673fc7
PP
7357/* Remove JIT code registration and unregistration breakpoint(s). */
7358
7359void
7360remove_jit_event_breakpoints (void)
7361{
7362 struct breakpoint *b, *b_tmp;
7363
7364 ALL_BREAKPOINTS_SAFE (b, b_tmp)
7365 if (b->type == bp_jit_event
7366 && b->loc->pspace == current_program_space)
7367 delete_breakpoint (b);
7368}
7369
cae688ec
JJ
7370void
7371remove_solib_event_breakpoints (void)
7372{
35df4500 7373 struct breakpoint *b, *b_tmp;
cae688ec 7374
35df4500 7375 ALL_BREAKPOINTS_SAFE (b, b_tmp)
6c95b8df
PA
7376 if (b->type == bp_shlib_event
7377 && b->loc->pspace == current_program_space)
cae688ec
JJ
7378 delete_breakpoint (b);
7379}
7380
7381struct breakpoint *
a6d9a66e 7382create_solib_event_breakpoint (struct gdbarch *gdbarch, CORE_ADDR address)
cae688ec
JJ
7383{
7384 struct breakpoint *b;
7385
06edf0c0
PA
7386 b = create_internal_breakpoint (gdbarch, address, bp_shlib_event,
7387 &internal_breakpoint_ops);
b60e7edf 7388 update_global_location_list_nothrow (1);
cae688ec
JJ
7389 return b;
7390}
7391
7392/* Disable any breakpoints that are on code in shared libraries. Only
7393 apply to enabled breakpoints, disabled ones can just stay disabled. */
7394
7395void
cb851954 7396disable_breakpoints_in_shlibs (void)
cae688ec 7397{
876fa593 7398 struct bp_location *loc, **locp_tmp;
cae688ec 7399
876fa593 7400 ALL_BP_LOCATIONS (loc, locp_tmp)
cae688ec 7401 {
2bdf28a0 7402 /* ALL_BP_LOCATIONS bp_location has LOC->OWNER always non-NULL. */
0d381245 7403 struct breakpoint *b = loc->owner;
2bdf28a0 7404
4a64f543
MS
7405 /* We apply the check to all breakpoints, including disabled for
7406 those with loc->duplicate set. This is so that when breakpoint
7407 becomes enabled, or the duplicate is removed, gdb will try to
7408 insert all breakpoints. If we don't set shlib_disabled here,
7409 we'll try to insert those breakpoints and fail. */
1042e4c0 7410 if (((b->type == bp_breakpoint)
508ccb1f 7411 || (b->type == bp_jit_event)
1042e4c0 7412 || (b->type == bp_hardware_breakpoint)
d77f58be 7413 || (is_tracepoint (b)))
6c95b8df 7414 && loc->pspace == current_program_space
0d381245 7415 && !loc->shlib_disabled
6c95b8df 7416 && solib_name_from_address (loc->pspace, loc->address)
a77053c2 7417 )
0d381245
VP
7418 {
7419 loc->shlib_disabled = 1;
7420 }
cae688ec
JJ
7421 }
7422}
7423
1e4d1764
YQ
7424/* Disable any breakpoints and tracepoints that are in an unloaded shared
7425 library. Only apply to enabled breakpoints, disabled ones can just stay
4a64f543 7426 disabled. */
84acb35a 7427
75149521 7428static void
84acb35a
JJ
7429disable_breakpoints_in_unloaded_shlib (struct so_list *solib)
7430{
876fa593 7431 struct bp_location *loc, **locp_tmp;
84acb35a
JJ
7432 int disabled_shlib_breaks = 0;
7433
c86cf029
VP
7434 /* SunOS a.out shared libraries are always mapped, so do not
7435 disable breakpoints; they will only be reported as unloaded
7436 through clear_solib when GDB discards its shared library
7437 list. See clear_solib for more information. */
7438 if (exec_bfd != NULL
7439 && bfd_get_flavour (exec_bfd) == bfd_target_aout_flavour)
7440 return;
7441
876fa593 7442 ALL_BP_LOCATIONS (loc, locp_tmp)
84acb35a 7443 {
2bdf28a0 7444 /* ALL_BP_LOCATIONS bp_location has LOC->OWNER always non-NULL. */
0d381245 7445 struct breakpoint *b = loc->owner;
cc59ec59 7446
1e4d1764 7447 if (solib->pspace == loc->pspace
e2dd7057 7448 && !loc->shlib_disabled
1e4d1764
YQ
7449 && (((b->type == bp_breakpoint
7450 || b->type == bp_jit_event
7451 || b->type == bp_hardware_breakpoint)
7452 && (loc->loc_type == bp_loc_hardware_breakpoint
7453 || loc->loc_type == bp_loc_software_breakpoint))
7454 || is_tracepoint (b))
e2dd7057 7455 && solib_contains_address_p (solib, loc->address))
84acb35a 7456 {
e2dd7057
PP
7457 loc->shlib_disabled = 1;
7458 /* At this point, we cannot rely on remove_breakpoint
7459 succeeding so we must mark the breakpoint as not inserted
7460 to prevent future errors occurring in remove_breakpoints. */
7461 loc->inserted = 0;
8d3788bd
VP
7462
7463 /* This may cause duplicate notifications for the same breakpoint. */
7464 observer_notify_breakpoint_modified (b);
7465
e2dd7057
PP
7466 if (!disabled_shlib_breaks)
7467 {
7468 target_terminal_ours_for_output ();
3e43a32a
MS
7469 warning (_("Temporarily disabling breakpoints "
7470 "for unloaded shared library \"%s\""),
e2dd7057 7471 solib->so_name);
84acb35a 7472 }
e2dd7057 7473 disabled_shlib_breaks = 1;
84acb35a
JJ
7474 }
7475 }
84acb35a
JJ
7476}
7477
ce78b96d
JB
7478/* FORK & VFORK catchpoints. */
7479
e29a4733
PA
7480/* An instance of this type is used to represent a fork or vfork
7481 catchpoint. It includes a "struct breakpoint" as a kind of base
7482 class; users downcast to "struct breakpoint *" when needed. A
7483 breakpoint is really of this type iff its ops pointer points to
7484 CATCH_FORK_BREAKPOINT_OPS. */
7485
7486struct fork_catchpoint
7487{
7488 /* The base class. */
7489 struct breakpoint base;
7490
7491 /* Process id of a child process whose forking triggered this
7492 catchpoint. This field is only valid immediately after this
7493 catchpoint has triggered. */
7494 ptid_t forked_inferior_pid;
7495};
7496
4a64f543
MS
7497/* Implement the "insert" breakpoint_ops method for fork
7498 catchpoints. */
ce78b96d 7499
77b06cd7
TJB
7500static int
7501insert_catch_fork (struct bp_location *bl)
ce78b96d 7502{
77b06cd7 7503 return target_insert_fork_catchpoint (PIDGET (inferior_ptid));
ce78b96d
JB
7504}
7505
4a64f543
MS
7506/* Implement the "remove" breakpoint_ops method for fork
7507 catchpoints. */
ce78b96d
JB
7508
7509static int
77b06cd7 7510remove_catch_fork (struct bp_location *bl)
ce78b96d
JB
7511{
7512 return target_remove_fork_catchpoint (PIDGET (inferior_ptid));
7513}
7514
7515/* Implement the "breakpoint_hit" breakpoint_ops method for fork
7516 catchpoints. */
7517
7518static int
f1310107 7519breakpoint_hit_catch_fork (const struct bp_location *bl,
09ac7c10
TT
7520 struct address_space *aspace, CORE_ADDR bp_addr,
7521 const struct target_waitstatus *ws)
ce78b96d 7522{
e29a4733
PA
7523 struct fork_catchpoint *c = (struct fork_catchpoint *) bl->owner;
7524
f90263c1
TT
7525 if (ws->kind != TARGET_WAITKIND_FORKED)
7526 return 0;
7527
7528 c->forked_inferior_pid = ws->value.related_pid;
7529 return 1;
ce78b96d
JB
7530}
7531
4a64f543
MS
7532/* Implement the "print_it" breakpoint_ops method for fork
7533 catchpoints. */
ce78b96d
JB
7534
7535static enum print_stop_action
348d480f 7536print_it_catch_fork (bpstat bs)
ce78b96d 7537{
36dfb11c 7538 struct ui_out *uiout = current_uiout;
348d480f
PA
7539 struct breakpoint *b = bs->breakpoint_at;
7540 struct fork_catchpoint *c = (struct fork_catchpoint *) bs->breakpoint_at;
e29a4733 7541
ce78b96d 7542 annotate_catchpoint (b->number);
36dfb11c
TT
7543 if (b->disposition == disp_del)
7544 ui_out_text (uiout, "\nTemporary catchpoint ");
7545 else
7546 ui_out_text (uiout, "\nCatchpoint ");
7547 if (ui_out_is_mi_like_p (uiout))
7548 {
7549 ui_out_field_string (uiout, "reason",
7550 async_reason_lookup (EXEC_ASYNC_FORK));
7551 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
7552 }
7553 ui_out_field_int (uiout, "bkptno", b->number);
7554 ui_out_text (uiout, " (forked process ");
7555 ui_out_field_int (uiout, "newpid", ptid_get_pid (c->forked_inferior_pid));
7556 ui_out_text (uiout, "), ");
ce78b96d
JB
7557 return PRINT_SRC_AND_LOC;
7558}
7559
4a64f543
MS
7560/* Implement the "print_one" breakpoint_ops method for fork
7561 catchpoints. */
ce78b96d
JB
7562
7563static void
a6d9a66e 7564print_one_catch_fork (struct breakpoint *b, struct bp_location **last_loc)
ce78b96d 7565{
e29a4733 7566 struct fork_catchpoint *c = (struct fork_catchpoint *) b;
79a45b7d 7567 struct value_print_options opts;
79a45e25 7568 struct ui_out *uiout = current_uiout;
79a45b7d
TT
7569
7570 get_user_print_options (&opts);
7571
4a64f543
MS
7572 /* Field 4, the address, is omitted (which makes the columns not
7573 line up too nicely with the headers, but the effect is relatively
7574 readable). */
79a45b7d 7575 if (opts.addressprint)
ce78b96d
JB
7576 ui_out_field_skip (uiout, "addr");
7577 annotate_field (5);
7578 ui_out_text (uiout, "fork");
e29a4733 7579 if (!ptid_equal (c->forked_inferior_pid, null_ptid))
ce78b96d
JB
7580 {
7581 ui_out_text (uiout, ", process ");
7582 ui_out_field_int (uiout, "what",
e29a4733 7583 ptid_get_pid (c->forked_inferior_pid));
ce78b96d
JB
7584 ui_out_spaces (uiout, 1);
7585 }
8ac3646f
TT
7586
7587 if (ui_out_is_mi_like_p (uiout))
7588 ui_out_field_string (uiout, "catch-type", "fork");
ce78b96d
JB
7589}
7590
7591/* Implement the "print_mention" breakpoint_ops method for fork
7592 catchpoints. */
7593
7594static void
7595print_mention_catch_fork (struct breakpoint *b)
7596{
7597 printf_filtered (_("Catchpoint %d (fork)"), b->number);
7598}
7599
6149aea9
PA
7600/* Implement the "print_recreate" breakpoint_ops method for fork
7601 catchpoints. */
7602
7603static void
7604print_recreate_catch_fork (struct breakpoint *b, struct ui_file *fp)
7605{
7606 fprintf_unfiltered (fp, "catch fork");
d9b3f62e 7607 print_recreate_thread (b, fp);
6149aea9
PA
7608}
7609
ce78b96d
JB
7610/* The breakpoint_ops structure to be used in fork catchpoints. */
7611
2060206e 7612static struct breakpoint_ops catch_fork_breakpoint_ops;
ce78b96d 7613
4a64f543
MS
7614/* Implement the "insert" breakpoint_ops method for vfork
7615 catchpoints. */
ce78b96d 7616
77b06cd7
TJB
7617static int
7618insert_catch_vfork (struct bp_location *bl)
ce78b96d 7619{
77b06cd7 7620 return target_insert_vfork_catchpoint (PIDGET (inferior_ptid));
ce78b96d
JB
7621}
7622
4a64f543
MS
7623/* Implement the "remove" breakpoint_ops method for vfork
7624 catchpoints. */
ce78b96d
JB
7625
7626static int
77b06cd7 7627remove_catch_vfork (struct bp_location *bl)
ce78b96d
JB
7628{
7629 return target_remove_vfork_catchpoint (PIDGET (inferior_ptid));
7630}
7631
7632/* Implement the "breakpoint_hit" breakpoint_ops method for vfork
7633 catchpoints. */
7634
7635static int
f1310107 7636breakpoint_hit_catch_vfork (const struct bp_location *bl,
09ac7c10
TT
7637 struct address_space *aspace, CORE_ADDR bp_addr,
7638 const struct target_waitstatus *ws)
ce78b96d 7639{
e29a4733
PA
7640 struct fork_catchpoint *c = (struct fork_catchpoint *) bl->owner;
7641
f90263c1
TT
7642 if (ws->kind != TARGET_WAITKIND_VFORKED)
7643 return 0;
7644
7645 c->forked_inferior_pid = ws->value.related_pid;
7646 return 1;
ce78b96d
JB
7647}
7648
4a64f543
MS
7649/* Implement the "print_it" breakpoint_ops method for vfork
7650 catchpoints. */
ce78b96d
JB
7651
7652static enum print_stop_action
348d480f 7653print_it_catch_vfork (bpstat bs)
ce78b96d 7654{
36dfb11c 7655 struct ui_out *uiout = current_uiout;
348d480f 7656 struct breakpoint *b = bs->breakpoint_at;
e29a4733
PA
7657 struct fork_catchpoint *c = (struct fork_catchpoint *) b;
7658
ce78b96d 7659 annotate_catchpoint (b->number);
36dfb11c
TT
7660 if (b->disposition == disp_del)
7661 ui_out_text (uiout, "\nTemporary catchpoint ");
7662 else
7663 ui_out_text (uiout, "\nCatchpoint ");
7664 if (ui_out_is_mi_like_p (uiout))
7665 {
7666 ui_out_field_string (uiout, "reason",
7667 async_reason_lookup (EXEC_ASYNC_VFORK));
7668 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
7669 }
7670 ui_out_field_int (uiout, "bkptno", b->number);
7671 ui_out_text (uiout, " (vforked process ");
7672 ui_out_field_int (uiout, "newpid", ptid_get_pid (c->forked_inferior_pid));
7673 ui_out_text (uiout, "), ");
ce78b96d
JB
7674 return PRINT_SRC_AND_LOC;
7675}
7676
4a64f543
MS
7677/* Implement the "print_one" breakpoint_ops method for vfork
7678 catchpoints. */
ce78b96d
JB
7679
7680static void
a6d9a66e 7681print_one_catch_vfork (struct breakpoint *b, struct bp_location **last_loc)
ce78b96d 7682{
e29a4733 7683 struct fork_catchpoint *c = (struct fork_catchpoint *) b;
79a45b7d 7684 struct value_print_options opts;
79a45e25 7685 struct ui_out *uiout = current_uiout;
79a45b7d
TT
7686
7687 get_user_print_options (&opts);
4a64f543
MS
7688 /* Field 4, the address, is omitted (which makes the columns not
7689 line up too nicely with the headers, but the effect is relatively
7690 readable). */
79a45b7d 7691 if (opts.addressprint)
ce78b96d
JB
7692 ui_out_field_skip (uiout, "addr");
7693 annotate_field (5);
7694 ui_out_text (uiout, "vfork");
e29a4733 7695 if (!ptid_equal (c->forked_inferior_pid, null_ptid))
ce78b96d
JB
7696 {
7697 ui_out_text (uiout, ", process ");
7698 ui_out_field_int (uiout, "what",
e29a4733 7699 ptid_get_pid (c->forked_inferior_pid));
ce78b96d
JB
7700 ui_out_spaces (uiout, 1);
7701 }
8ac3646f
TT
7702
7703 if (ui_out_is_mi_like_p (uiout))
7704 ui_out_field_string (uiout, "catch-type", "vfork");
ce78b96d
JB
7705}
7706
7707/* Implement the "print_mention" breakpoint_ops method for vfork
7708 catchpoints. */
7709
7710static void
7711print_mention_catch_vfork (struct breakpoint *b)
7712{
7713 printf_filtered (_("Catchpoint %d (vfork)"), b->number);
7714}
7715
6149aea9
PA
7716/* Implement the "print_recreate" breakpoint_ops method for vfork
7717 catchpoints. */
7718
7719static void
7720print_recreate_catch_vfork (struct breakpoint *b, struct ui_file *fp)
7721{
7722 fprintf_unfiltered (fp, "catch vfork");
d9b3f62e 7723 print_recreate_thread (b, fp);
6149aea9
PA
7724}
7725
ce78b96d
JB
7726/* The breakpoint_ops structure to be used in vfork catchpoints. */
7727
2060206e 7728static struct breakpoint_ops catch_vfork_breakpoint_ops;
ce78b96d 7729
edcc5120
TT
7730/* An instance of this type is used to represent an solib catchpoint.
7731 It includes a "struct breakpoint" as a kind of base class; users
7732 downcast to "struct breakpoint *" when needed. A breakpoint is
7733 really of this type iff its ops pointer points to
7734 CATCH_SOLIB_BREAKPOINT_OPS. */
7735
7736struct solib_catchpoint
7737{
7738 /* The base class. */
7739 struct breakpoint base;
7740
7741 /* True for "catch load", false for "catch unload". */
7742 unsigned char is_load;
7743
7744 /* Regular expression to match, if any. COMPILED is only valid when
7745 REGEX is non-NULL. */
7746 char *regex;
7747 regex_t compiled;
7748};
7749
7750static void
7751dtor_catch_solib (struct breakpoint *b)
7752{
7753 struct solib_catchpoint *self = (struct solib_catchpoint *) b;
7754
7755 if (self->regex)
7756 regfree (&self->compiled);
7757 xfree (self->regex);
7758
7759 base_breakpoint_ops.dtor (b);
7760}
7761
7762static int
7763insert_catch_solib (struct bp_location *ignore)
7764{
7765 return 0;
7766}
7767
7768static int
7769remove_catch_solib (struct bp_location *ignore)
7770{
7771 return 0;
7772}
7773
7774static int
7775breakpoint_hit_catch_solib (const struct bp_location *bl,
7776 struct address_space *aspace,
7777 CORE_ADDR bp_addr,
7778 const struct target_waitstatus *ws)
7779{
7780 struct solib_catchpoint *self = (struct solib_catchpoint *) bl->owner;
7781 struct breakpoint *other;
7782
7783 if (ws->kind == TARGET_WAITKIND_LOADED)
7784 return 1;
7785
7786 ALL_BREAKPOINTS (other)
7787 {
7788 struct bp_location *other_bl;
7789
7790 if (other == bl->owner)
7791 continue;
7792
7793 if (other->type != bp_shlib_event)
7794 continue;
7795
7796 if (self->base.pspace != NULL && other->pspace != self->base.pspace)
7797 continue;
7798
7799 for (other_bl = other->loc; other_bl != NULL; other_bl = other_bl->next)
7800 {
7801 if (other->ops->breakpoint_hit (other_bl, aspace, bp_addr, ws))
7802 return 1;
7803 }
7804 }
7805
7806 return 0;
7807}
7808
7809static void
7810check_status_catch_solib (struct bpstats *bs)
7811{
7812 struct solib_catchpoint *self
7813 = (struct solib_catchpoint *) bs->breakpoint_at;
7814 int ix;
7815
7816 if (self->is_load)
7817 {
7818 struct so_list *iter;
7819
7820 for (ix = 0;
7821 VEC_iterate (so_list_ptr, current_program_space->added_solibs,
7822 ix, iter);
7823 ++ix)
7824 {
7825 if (!self->regex
7826 || regexec (&self->compiled, iter->so_name, 0, NULL, 0) == 0)
7827 return;
7828 }
7829 }
7830 else
7831 {
7832 char *iter;
7833
7834 for (ix = 0;
7835 VEC_iterate (char_ptr, current_program_space->deleted_solibs,
7836 ix, iter);
7837 ++ix)
7838 {
7839 if (!self->regex
7840 || regexec (&self->compiled, iter, 0, NULL, 0) == 0)
7841 return;
7842 }
7843 }
7844
7845 bs->stop = 0;
7846 bs->print_it = print_it_noop;
7847}
7848
7849static enum print_stop_action
7850print_it_catch_solib (bpstat bs)
7851{
7852 struct breakpoint *b = bs->breakpoint_at;
7853 struct ui_out *uiout = current_uiout;
7854
7855 annotate_catchpoint (b->number);
7856 if (b->disposition == disp_del)
7857 ui_out_text (uiout, "\nTemporary catchpoint ");
7858 else
7859 ui_out_text (uiout, "\nCatchpoint ");
7860 ui_out_field_int (uiout, "bkptno", b->number);
7861 ui_out_text (uiout, "\n");
7862 if (ui_out_is_mi_like_p (uiout))
7863 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
7864 print_solib_event (1);
7865 return PRINT_SRC_AND_LOC;
7866}
7867
7868static void
7869print_one_catch_solib (struct breakpoint *b, struct bp_location **locs)
7870{
7871 struct solib_catchpoint *self = (struct solib_catchpoint *) b;
7872 struct value_print_options opts;
7873 struct ui_out *uiout = current_uiout;
7874 char *msg;
7875
7876 get_user_print_options (&opts);
7877 /* Field 4, the address, is omitted (which makes the columns not
7878 line up too nicely with the headers, but the effect is relatively
7879 readable). */
7880 if (opts.addressprint)
7881 {
7882 annotate_field (4);
7883 ui_out_field_skip (uiout, "addr");
7884 }
7885
7886 annotate_field (5);
7887 if (self->is_load)
7888 {
7889 if (self->regex)
7890 msg = xstrprintf (_("load of library matching %s"), self->regex);
7891 else
7892 msg = xstrdup (_("load of library"));
7893 }
7894 else
7895 {
7896 if (self->regex)
7897 msg = xstrprintf (_("unload of library matching %s"), self->regex);
7898 else
7899 msg = xstrdup (_("unload of library"));
7900 }
7901 ui_out_field_string (uiout, "what", msg);
7902 xfree (msg);
8ac3646f
TT
7903
7904 if (ui_out_is_mi_like_p (uiout))
7905 ui_out_field_string (uiout, "catch-type",
7906 self->is_load ? "load" : "unload");
edcc5120
TT
7907}
7908
7909static void
7910print_mention_catch_solib (struct breakpoint *b)
7911{
7912 struct solib_catchpoint *self = (struct solib_catchpoint *) b;
7913
7914 printf_filtered (_("Catchpoint %d (%s)"), b->number,
7915 self->is_load ? "load" : "unload");
7916}
7917
7918static void
7919print_recreate_catch_solib (struct breakpoint *b, struct ui_file *fp)
7920{
7921 struct solib_catchpoint *self = (struct solib_catchpoint *) b;
7922
7923 fprintf_unfiltered (fp, "%s %s",
7924 b->disposition == disp_del ? "tcatch" : "catch",
7925 self->is_load ? "load" : "unload");
7926 if (self->regex)
7927 fprintf_unfiltered (fp, " %s", self->regex);
7928 fprintf_unfiltered (fp, "\n");
7929}
7930
7931static struct breakpoint_ops catch_solib_breakpoint_ops;
7932
91985142
MG
7933/* Shared helper function (MI and CLI) for creating and installing
7934 a shared object event catchpoint. If IS_LOAD is non-zero then
7935 the events to be caught are load events, otherwise they are
7936 unload events. If IS_TEMP is non-zero the catchpoint is a
7937 temporary one. If ENABLED is non-zero the catchpoint is
7938 created in an enabled state. */
edcc5120 7939
91985142
MG
7940void
7941add_solib_catchpoint (char *arg, int is_load, int is_temp, int enabled)
edcc5120
TT
7942{
7943 struct solib_catchpoint *c;
7944 struct gdbarch *gdbarch = get_current_arch ();
edcc5120
TT
7945 struct cleanup *cleanup;
7946
edcc5120
TT
7947 if (!arg)
7948 arg = "";
7949 arg = skip_spaces (arg);
7950
7951 c = XCNEW (struct solib_catchpoint);
7952 cleanup = make_cleanup (xfree, c);
7953
7954 if (*arg != '\0')
7955 {
7956 int errcode;
7957
7958 errcode = regcomp (&c->compiled, arg, REG_NOSUB);
7959 if (errcode != 0)
7960 {
7961 char *err = get_regcomp_error (errcode, &c->compiled);
7962
7963 make_cleanup (xfree, err);
7964 error (_("Invalid regexp (%s): %s"), err, arg);
7965 }
7966 c->regex = xstrdup (arg);
7967 }
7968
7969 c->is_load = is_load;
91985142 7970 init_catchpoint (&c->base, gdbarch, is_temp, NULL,
edcc5120
TT
7971 &catch_solib_breakpoint_ops);
7972
91985142
MG
7973 c->base.enable_state = enabled ? bp_enabled : bp_disabled;
7974
edcc5120
TT
7975 discard_cleanups (cleanup);
7976 install_breakpoint (0, &c->base, 1);
7977}
7978
91985142
MG
7979/* A helper function that does all the work for "catch load" and
7980 "catch unload". */
7981
7982static void
7983catch_load_or_unload (char *arg, int from_tty, int is_load,
7984 struct cmd_list_element *command)
7985{
7986 int tempflag;
7987 const int enabled = 1;
7988
7989 tempflag = get_cmd_context (command) == CATCH_TEMPORARY;
7990
7991 add_solib_catchpoint (arg, is_load, tempflag, enabled);
7992}
7993
edcc5120
TT
7994static void
7995catch_load_command_1 (char *arg, int from_tty,
7996 struct cmd_list_element *command)
7997{
7998 catch_load_or_unload (arg, from_tty, 1, command);
7999}
8000
8001static void
8002catch_unload_command_1 (char *arg, int from_tty,
8003 struct cmd_list_element *command)
8004{
8005 catch_load_or_unload (arg, from_tty, 0, command);
8006}
8007
be5c67c1
PA
8008/* An instance of this type is used to represent a syscall catchpoint.
8009 It includes a "struct breakpoint" as a kind of base class; users
8010 downcast to "struct breakpoint *" when needed. A breakpoint is
8011 really of this type iff its ops pointer points to
8012 CATCH_SYSCALL_BREAKPOINT_OPS. */
8013
8014struct syscall_catchpoint
8015{
8016 /* The base class. */
8017 struct breakpoint base;
8018
8019 /* Syscall numbers used for the 'catch syscall' feature. If no
8020 syscall has been specified for filtering, its value is NULL.
8021 Otherwise, it holds a list of all syscalls to be caught. The
8022 list elements are allocated with xmalloc. */
8023 VEC(int) *syscalls_to_be_caught;
8024};
8025
8026/* Implement the "dtor" breakpoint_ops method for syscall
8027 catchpoints. */
8028
8029static void
8030dtor_catch_syscall (struct breakpoint *b)
8031{
8032 struct syscall_catchpoint *c = (struct syscall_catchpoint *) b;
8033
8034 VEC_free (int, c->syscalls_to_be_caught);
348d480f 8035
2060206e 8036 base_breakpoint_ops.dtor (b);
be5c67c1
PA
8037}
8038
fa3064dd
YQ
8039static const struct inferior_data *catch_syscall_inferior_data = NULL;
8040
8041struct catch_syscall_inferior_data
8042{
8043 /* We keep a count of the number of times the user has requested a
8044 particular syscall to be tracked, and pass this information to the
8045 target. This lets capable targets implement filtering directly. */
8046
8047 /* Number of times that "any" syscall is requested. */
8048 int any_syscall_count;
8049
8050 /* Count of each system call. */
8051 VEC(int) *syscalls_counts;
8052
8053 /* This counts all syscall catch requests, so we can readily determine
8054 if any catching is necessary. */
8055 int total_syscalls_count;
8056};
8057
8058static struct catch_syscall_inferior_data*
8059get_catch_syscall_inferior_data (struct inferior *inf)
8060{
8061 struct catch_syscall_inferior_data *inf_data;
8062
8063 inf_data = inferior_data (inf, catch_syscall_inferior_data);
8064 if (inf_data == NULL)
8065 {
8066 inf_data = XZALLOC (struct catch_syscall_inferior_data);
8067 set_inferior_data (inf, catch_syscall_inferior_data, inf_data);
8068 }
8069
8070 return inf_data;
8071}
8072
8073static void
8074catch_syscall_inferior_data_cleanup (struct inferior *inf, void *arg)
8075{
8076 xfree (arg);
8077}
8078
8079
a96d9b2e
SDJ
8080/* Implement the "insert" breakpoint_ops method for syscall
8081 catchpoints. */
8082
77b06cd7
TJB
8083static int
8084insert_catch_syscall (struct bp_location *bl)
a96d9b2e 8085{
be5c67c1 8086 struct syscall_catchpoint *c = (struct syscall_catchpoint *) bl->owner;
a96d9b2e 8087 struct inferior *inf = current_inferior ();
fa3064dd
YQ
8088 struct catch_syscall_inferior_data *inf_data
8089 = get_catch_syscall_inferior_data (inf);
a96d9b2e 8090
fa3064dd 8091 ++inf_data->total_syscalls_count;
be5c67c1 8092 if (!c->syscalls_to_be_caught)
fa3064dd 8093 ++inf_data->any_syscall_count;
a96d9b2e
SDJ
8094 else
8095 {
8096 int i, iter;
cc59ec59 8097
a96d9b2e 8098 for (i = 0;
be5c67c1 8099 VEC_iterate (int, c->syscalls_to_be_caught, i, iter);
a96d9b2e
SDJ
8100 i++)
8101 {
8102 int elem;
cc59ec59 8103
fa3064dd 8104 if (iter >= VEC_length (int, inf_data->syscalls_counts))
a96d9b2e 8105 {
fa3064dd 8106 int old_size = VEC_length (int, inf_data->syscalls_counts);
3e43a32a
MS
8107 uintptr_t vec_addr_offset
8108 = old_size * ((uintptr_t) sizeof (int));
a96d9b2e 8109 uintptr_t vec_addr;
fa3064dd
YQ
8110 VEC_safe_grow (int, inf_data->syscalls_counts, iter + 1);
8111 vec_addr = ((uintptr_t) VEC_address (int,
8112 inf_data->syscalls_counts)
8113 + vec_addr_offset);
a96d9b2e
SDJ
8114 memset ((void *) vec_addr, 0,
8115 (iter + 1 - old_size) * sizeof (int));
8116 }
fa3064dd
YQ
8117 elem = VEC_index (int, inf_data->syscalls_counts, iter);
8118 VEC_replace (int, inf_data->syscalls_counts, iter, ++elem);
a96d9b2e
SDJ
8119 }
8120 }
8121
77b06cd7 8122 return target_set_syscall_catchpoint (PIDGET (inferior_ptid),
fa3064dd
YQ
8123 inf_data->total_syscalls_count != 0,
8124 inf_data->any_syscall_count,
8125 VEC_length (int,
8126 inf_data->syscalls_counts),
8127 VEC_address (int,
8128 inf_data->syscalls_counts));
a96d9b2e
SDJ
8129}
8130
8131/* Implement the "remove" breakpoint_ops method for syscall
8132 catchpoints. */
8133
8134static int
77b06cd7 8135remove_catch_syscall (struct bp_location *bl)
a96d9b2e 8136{
be5c67c1 8137 struct syscall_catchpoint *c = (struct syscall_catchpoint *) bl->owner;
a96d9b2e 8138 struct inferior *inf = current_inferior ();
fa3064dd
YQ
8139 struct catch_syscall_inferior_data *inf_data
8140 = get_catch_syscall_inferior_data (inf);
a96d9b2e 8141
fa3064dd 8142 --inf_data->total_syscalls_count;
be5c67c1 8143 if (!c->syscalls_to_be_caught)
fa3064dd 8144 --inf_data->any_syscall_count;
a96d9b2e
SDJ
8145 else
8146 {
8147 int i, iter;
cc59ec59 8148
a96d9b2e 8149 for (i = 0;
be5c67c1 8150 VEC_iterate (int, c->syscalls_to_be_caught, i, iter);
a96d9b2e
SDJ
8151 i++)
8152 {
8153 int elem;
fa3064dd 8154 if (iter >= VEC_length (int, inf_data->syscalls_counts))
a96d9b2e
SDJ
8155 /* Shouldn't happen. */
8156 continue;
fa3064dd
YQ
8157 elem = VEC_index (int, inf_data->syscalls_counts, iter);
8158 VEC_replace (int, inf_data->syscalls_counts, iter, --elem);
a96d9b2e
SDJ
8159 }
8160 }
8161
8162 return target_set_syscall_catchpoint (PIDGET (inferior_ptid),
fa3064dd
YQ
8163 inf_data->total_syscalls_count != 0,
8164 inf_data->any_syscall_count,
8165 VEC_length (int,
8166 inf_data->syscalls_counts),
3e43a32a 8167 VEC_address (int,
fa3064dd 8168 inf_data->syscalls_counts));
a96d9b2e
SDJ
8169}
8170
8171/* Implement the "breakpoint_hit" breakpoint_ops method for syscall
8172 catchpoints. */
8173
8174static int
f1310107 8175breakpoint_hit_catch_syscall (const struct bp_location *bl,
09ac7c10
TT
8176 struct address_space *aspace, CORE_ADDR bp_addr,
8177 const struct target_waitstatus *ws)
a96d9b2e 8178{
4a64f543
MS
8179 /* We must check if we are catching specific syscalls in this
8180 breakpoint. If we are, then we must guarantee that the called
8181 syscall is the same syscall we are catching. */
a96d9b2e 8182 int syscall_number = 0;
be5c67c1
PA
8183 const struct syscall_catchpoint *c
8184 = (const struct syscall_catchpoint *) bl->owner;
a96d9b2e 8185
f90263c1
TT
8186 if (ws->kind != TARGET_WAITKIND_SYSCALL_ENTRY
8187 && ws->kind != TARGET_WAITKIND_SYSCALL_RETURN)
a96d9b2e
SDJ
8188 return 0;
8189
f90263c1
TT
8190 syscall_number = ws->value.syscall_number;
8191
a96d9b2e 8192 /* Now, checking if the syscall is the same. */
be5c67c1 8193 if (c->syscalls_to_be_caught)
a96d9b2e
SDJ
8194 {
8195 int i, iter;
cc59ec59 8196
a96d9b2e 8197 for (i = 0;
be5c67c1 8198 VEC_iterate (int, c->syscalls_to_be_caught, i, iter);
a96d9b2e
SDJ
8199 i++)
8200 if (syscall_number == iter)
8201 break;
8202 /* Not the same. */
8203 if (!iter)
8204 return 0;
8205 }
8206
8207 return 1;
8208}
8209
8210/* Implement the "print_it" breakpoint_ops method for syscall
8211 catchpoints. */
8212
8213static enum print_stop_action
348d480f 8214print_it_catch_syscall (bpstat bs)
a96d9b2e 8215{
36dfb11c 8216 struct ui_out *uiout = current_uiout;
348d480f 8217 struct breakpoint *b = bs->breakpoint_at;
a96d9b2e
SDJ
8218 /* These are needed because we want to know in which state a
8219 syscall is. It can be in the TARGET_WAITKIND_SYSCALL_ENTRY
8220 or TARGET_WAITKIND_SYSCALL_RETURN, and depending on it we
8221 must print "called syscall" or "returned from syscall". */
8222 ptid_t ptid;
8223 struct target_waitstatus last;
8224 struct syscall s;
a96d9b2e
SDJ
8225
8226 get_last_target_status (&ptid, &last);
8227
8228 get_syscall_by_number (last.value.syscall_number, &s);
8229
8230 annotate_catchpoint (b->number);
8231
36dfb11c
TT
8232 if (b->disposition == disp_del)
8233 ui_out_text (uiout, "\nTemporary catchpoint ");
a96d9b2e 8234 else
36dfb11c
TT
8235 ui_out_text (uiout, "\nCatchpoint ");
8236 if (ui_out_is_mi_like_p (uiout))
8237 {
8238 ui_out_field_string (uiout, "reason",
8239 async_reason_lookup (last.kind == TARGET_WAITKIND_SYSCALL_ENTRY
8240 ? EXEC_ASYNC_SYSCALL_ENTRY
8241 : EXEC_ASYNC_SYSCALL_RETURN));
8242 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
8243 }
8244 ui_out_field_int (uiout, "bkptno", b->number);
a96d9b2e
SDJ
8245
8246 if (last.kind == TARGET_WAITKIND_SYSCALL_ENTRY)
36dfb11c
TT
8247 ui_out_text (uiout, " (call to syscall ");
8248 else
8249 ui_out_text (uiout, " (returned from syscall ");
a96d9b2e 8250
36dfb11c
TT
8251 if (s.name == NULL || ui_out_is_mi_like_p (uiout))
8252 ui_out_field_int (uiout, "syscall-number", last.value.syscall_number);
8253 if (s.name != NULL)
8254 ui_out_field_string (uiout, "syscall-name", s.name);
8255
8256 ui_out_text (uiout, "), ");
a96d9b2e
SDJ
8257
8258 return PRINT_SRC_AND_LOC;
8259}
8260
8261/* Implement the "print_one" breakpoint_ops method for syscall
8262 catchpoints. */
8263
8264static void
8265print_one_catch_syscall (struct breakpoint *b,
f1310107 8266 struct bp_location **last_loc)
a96d9b2e 8267{
be5c67c1 8268 struct syscall_catchpoint *c = (struct syscall_catchpoint *) b;
a96d9b2e 8269 struct value_print_options opts;
79a45e25 8270 struct ui_out *uiout = current_uiout;
a96d9b2e
SDJ
8271
8272 get_user_print_options (&opts);
4a64f543
MS
8273 /* Field 4, the address, is omitted (which makes the columns not
8274 line up too nicely with the headers, but the effect is relatively
8275 readable). */
a96d9b2e
SDJ
8276 if (opts.addressprint)
8277 ui_out_field_skip (uiout, "addr");
8278 annotate_field (5);
8279
be5c67c1
PA
8280 if (c->syscalls_to_be_caught
8281 && VEC_length (int, c->syscalls_to_be_caught) > 1)
a96d9b2e
SDJ
8282 ui_out_text (uiout, "syscalls \"");
8283 else
8284 ui_out_text (uiout, "syscall \"");
8285
be5c67c1 8286 if (c->syscalls_to_be_caught)
a96d9b2e
SDJ
8287 {
8288 int i, iter;
8289 char *text = xstrprintf ("%s", "");
cc59ec59 8290
a96d9b2e 8291 for (i = 0;
be5c67c1 8292 VEC_iterate (int, c->syscalls_to_be_caught, i, iter);
a96d9b2e
SDJ
8293 i++)
8294 {
8295 char *x = text;
8296 struct syscall s;
8297 get_syscall_by_number (iter, &s);
8298
8299 if (s.name != NULL)
8300 text = xstrprintf ("%s%s, ", text, s.name);
8301 else
8302 text = xstrprintf ("%s%d, ", text, iter);
8303
8304 /* We have to xfree the last 'text' (now stored at 'x')
e5dd4106 8305 because xstrprintf dynamically allocates new space for it
a96d9b2e
SDJ
8306 on every call. */
8307 xfree (x);
8308 }
8309 /* Remove the last comma. */
8310 text[strlen (text) - 2] = '\0';
8311 ui_out_field_string (uiout, "what", text);
8312 }
8313 else
8314 ui_out_field_string (uiout, "what", "<any syscall>");
8315 ui_out_text (uiout, "\" ");
8ac3646f
TT
8316
8317 if (ui_out_is_mi_like_p (uiout))
8318 ui_out_field_string (uiout, "catch-type", "syscall");
a96d9b2e
SDJ
8319}
8320
8321/* Implement the "print_mention" breakpoint_ops method for syscall
8322 catchpoints. */
8323
8324static void
8325print_mention_catch_syscall (struct breakpoint *b)
8326{
be5c67c1
PA
8327 struct syscall_catchpoint *c = (struct syscall_catchpoint *) b;
8328
8329 if (c->syscalls_to_be_caught)
a96d9b2e
SDJ
8330 {
8331 int i, iter;
8332
be5c67c1 8333 if (VEC_length (int, c->syscalls_to_be_caught) > 1)
a96d9b2e
SDJ
8334 printf_filtered (_("Catchpoint %d (syscalls"), b->number);
8335 else
8336 printf_filtered (_("Catchpoint %d (syscall"), b->number);
8337
8338 for (i = 0;
be5c67c1 8339 VEC_iterate (int, c->syscalls_to_be_caught, i, iter);
a96d9b2e
SDJ
8340 i++)
8341 {
8342 struct syscall s;
8343 get_syscall_by_number (iter, &s);
8344
8345 if (s.name)
8346 printf_filtered (" '%s' [%d]", s.name, s.number);
8347 else
8348 printf_filtered (" %d", s.number);
8349 }
8350 printf_filtered (")");
8351 }
8352 else
8353 printf_filtered (_("Catchpoint %d (any syscall)"),
8354 b->number);
8355}
8356
6149aea9
PA
8357/* Implement the "print_recreate" breakpoint_ops method for syscall
8358 catchpoints. */
8359
8360static void
8361print_recreate_catch_syscall (struct breakpoint *b, struct ui_file *fp)
8362{
be5c67c1
PA
8363 struct syscall_catchpoint *c = (struct syscall_catchpoint *) b;
8364
6149aea9
PA
8365 fprintf_unfiltered (fp, "catch syscall");
8366
be5c67c1 8367 if (c->syscalls_to_be_caught)
6149aea9
PA
8368 {
8369 int i, iter;
8370
8371 for (i = 0;
be5c67c1 8372 VEC_iterate (int, c->syscalls_to_be_caught, i, iter);
6149aea9
PA
8373 i++)
8374 {
8375 struct syscall s;
8376
8377 get_syscall_by_number (iter, &s);
8378 if (s.name)
8379 fprintf_unfiltered (fp, " %s", s.name);
8380 else
8381 fprintf_unfiltered (fp, " %d", s.number);
8382 }
8383 }
d9b3f62e 8384 print_recreate_thread (b, fp);
6149aea9
PA
8385}
8386
a96d9b2e
SDJ
8387/* The breakpoint_ops structure to be used in syscall catchpoints. */
8388
2060206e 8389static struct breakpoint_ops catch_syscall_breakpoint_ops;
a96d9b2e
SDJ
8390
8391/* Returns non-zero if 'b' is a syscall catchpoint. */
8392
8393static int
8394syscall_catchpoint_p (struct breakpoint *b)
8395{
8396 return (b->ops == &catch_syscall_breakpoint_ops);
8397}
8398
346774a9
PA
8399/* Initialize a new breakpoint of the bp_catchpoint kind. If TEMPFLAG
8400 is non-zero, then make the breakpoint temporary. If COND_STRING is
8401 not NULL, then store it in the breakpoint. OPS, if not NULL, is
8402 the breakpoint_ops structure associated to the catchpoint. */
ce78b96d 8403
ab04a2af 8404void
346774a9
PA
8405init_catchpoint (struct breakpoint *b,
8406 struct gdbarch *gdbarch, int tempflag,
8407 char *cond_string,
c0a91b2b 8408 const struct breakpoint_ops *ops)
c906108c 8409{
c5aa993b 8410 struct symtab_and_line sal;
346774a9 8411
fe39c653 8412 init_sal (&sal);
6c95b8df 8413 sal.pspace = current_program_space;
c5aa993b 8414
28010a5d 8415 init_raw_breakpoint (b, gdbarch, sal, bp_catchpoint, ops);
ce78b96d 8416
1b36a34b 8417 b->cond_string = (cond_string == NULL) ? NULL : xstrdup (cond_string);
b5de0fa7 8418 b->disposition = tempflag ? disp_del : disp_donttouch;
346774a9
PA
8419}
8420
28010a5d 8421void
3ea46bff 8422install_breakpoint (int internal, struct breakpoint *b, int update_gll)
c56053d2
PA
8423{
8424 add_to_breakpoint_chain (b);
3a5c3e22 8425 set_breakpoint_number (internal, b);
558a9d82
YQ
8426 if (is_tracepoint (b))
8427 set_tracepoint_count (breakpoint_count);
3a5c3e22
PA
8428 if (!internal)
8429 mention (b);
c56053d2 8430 observer_notify_breakpoint_created (b);
3ea46bff
YQ
8431
8432 if (update_gll)
8433 update_global_location_list (1);
c56053d2
PA
8434}
8435
9b70b993 8436static void
a6d9a66e
UW
8437create_fork_vfork_event_catchpoint (struct gdbarch *gdbarch,
8438 int tempflag, char *cond_string,
c0a91b2b 8439 const struct breakpoint_ops *ops)
c906108c 8440{
e29a4733 8441 struct fork_catchpoint *c = XNEW (struct fork_catchpoint);
ce78b96d 8442
e29a4733
PA
8443 init_catchpoint (&c->base, gdbarch, tempflag, cond_string, ops);
8444
8445 c->forked_inferior_pid = null_ptid;
8446
3ea46bff 8447 install_breakpoint (0, &c->base, 1);
c906108c
SS
8448}
8449
fe798b75
JB
8450/* Exec catchpoints. */
8451
b4d90040
PA
8452/* An instance of this type is used to represent an exec catchpoint.
8453 It includes a "struct breakpoint" as a kind of base class; users
8454 downcast to "struct breakpoint *" when needed. A breakpoint is
8455 really of this type iff its ops pointer points to
8456 CATCH_EXEC_BREAKPOINT_OPS. */
8457
8458struct exec_catchpoint
8459{
8460 /* The base class. */
8461 struct breakpoint base;
8462
8463 /* Filename of a program whose exec triggered this catchpoint.
8464 This field is only valid immediately after this catchpoint has
8465 triggered. */
8466 char *exec_pathname;
8467};
8468
8469/* Implement the "dtor" breakpoint_ops method for exec
8470 catchpoints. */
8471
8472static void
8473dtor_catch_exec (struct breakpoint *b)
8474{
8475 struct exec_catchpoint *c = (struct exec_catchpoint *) b;
8476
8477 xfree (c->exec_pathname);
348d480f 8478
2060206e 8479 base_breakpoint_ops.dtor (b);
b4d90040
PA
8480}
8481
77b06cd7
TJB
8482static int
8483insert_catch_exec (struct bp_location *bl)
c906108c 8484{
77b06cd7 8485 return target_insert_exec_catchpoint (PIDGET (inferior_ptid));
fe798b75 8486}
c906108c 8487
fe798b75 8488static int
77b06cd7 8489remove_catch_exec (struct bp_location *bl)
fe798b75
JB
8490{
8491 return target_remove_exec_catchpoint (PIDGET (inferior_ptid));
8492}
c906108c 8493
fe798b75 8494static int
f1310107 8495breakpoint_hit_catch_exec (const struct bp_location *bl,
09ac7c10
TT
8496 struct address_space *aspace, CORE_ADDR bp_addr,
8497 const struct target_waitstatus *ws)
fe798b75 8498{
b4d90040
PA
8499 struct exec_catchpoint *c = (struct exec_catchpoint *) bl->owner;
8500
f90263c1
TT
8501 if (ws->kind != TARGET_WAITKIND_EXECD)
8502 return 0;
8503
8504 c->exec_pathname = xstrdup (ws->value.execd_pathname);
8505 return 1;
fe798b75 8506}
c906108c 8507
fe798b75 8508static enum print_stop_action
348d480f 8509print_it_catch_exec (bpstat bs)
fe798b75 8510{
36dfb11c 8511 struct ui_out *uiout = current_uiout;
348d480f 8512 struct breakpoint *b = bs->breakpoint_at;
b4d90040
PA
8513 struct exec_catchpoint *c = (struct exec_catchpoint *) b;
8514
fe798b75 8515 annotate_catchpoint (b->number);
36dfb11c
TT
8516 if (b->disposition == disp_del)
8517 ui_out_text (uiout, "\nTemporary catchpoint ");
8518 else
8519 ui_out_text (uiout, "\nCatchpoint ");
8520 if (ui_out_is_mi_like_p (uiout))
8521 {
8522 ui_out_field_string (uiout, "reason",
8523 async_reason_lookup (EXEC_ASYNC_EXEC));
8524 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
8525 }
8526 ui_out_field_int (uiout, "bkptno", b->number);
8527 ui_out_text (uiout, " (exec'd ");
8528 ui_out_field_string (uiout, "new-exec", c->exec_pathname);
8529 ui_out_text (uiout, "), ");
8530
fe798b75 8531 return PRINT_SRC_AND_LOC;
c906108c
SS
8532}
8533
fe798b75 8534static void
a6d9a66e 8535print_one_catch_exec (struct breakpoint *b, struct bp_location **last_loc)
fe798b75 8536{
b4d90040 8537 struct exec_catchpoint *c = (struct exec_catchpoint *) b;
fe798b75 8538 struct value_print_options opts;
79a45e25 8539 struct ui_out *uiout = current_uiout;
fe798b75
JB
8540
8541 get_user_print_options (&opts);
8542
8543 /* Field 4, the address, is omitted (which makes the columns
8544 not line up too nicely with the headers, but the effect
8545 is relatively readable). */
8546 if (opts.addressprint)
8547 ui_out_field_skip (uiout, "addr");
8548 annotate_field (5);
8549 ui_out_text (uiout, "exec");
b4d90040 8550 if (c->exec_pathname != NULL)
fe798b75
JB
8551 {
8552 ui_out_text (uiout, ", program \"");
b4d90040 8553 ui_out_field_string (uiout, "what", c->exec_pathname);
fe798b75
JB
8554 ui_out_text (uiout, "\" ");
8555 }
8ac3646f
TT
8556
8557 if (ui_out_is_mi_like_p (uiout))
8558 ui_out_field_string (uiout, "catch-type", "exec");
fe798b75
JB
8559}
8560
8561static void
8562print_mention_catch_exec (struct breakpoint *b)
8563{
8564 printf_filtered (_("Catchpoint %d (exec)"), b->number);
8565}
8566
6149aea9
PA
8567/* Implement the "print_recreate" breakpoint_ops method for exec
8568 catchpoints. */
8569
8570static void
8571print_recreate_catch_exec (struct breakpoint *b, struct ui_file *fp)
8572{
8573 fprintf_unfiltered (fp, "catch exec");
d9b3f62e 8574 print_recreate_thread (b, fp);
6149aea9
PA
8575}
8576
2060206e 8577static struct breakpoint_ops catch_exec_breakpoint_ops;
fe798b75 8578
a96d9b2e
SDJ
8579static void
8580create_syscall_event_catchpoint (int tempflag, VEC(int) *filter,
c0a91b2b 8581 const struct breakpoint_ops *ops)
a96d9b2e 8582{
be5c67c1 8583 struct syscall_catchpoint *c;
a96d9b2e 8584 struct gdbarch *gdbarch = get_current_arch ();
a96d9b2e 8585
be5c67c1
PA
8586 c = XNEW (struct syscall_catchpoint);
8587 init_catchpoint (&c->base, gdbarch, tempflag, NULL, ops);
8588 c->syscalls_to_be_caught = filter;
a96d9b2e 8589
3ea46bff 8590 install_breakpoint (0, &c->base, 1);
a96d9b2e
SDJ
8591}
8592
c906108c 8593static int
fba45db2 8594hw_breakpoint_used_count (void)
c906108c 8595{
c906108c 8596 int i = 0;
f1310107
TJB
8597 struct breakpoint *b;
8598 struct bp_location *bl;
c906108c
SS
8599
8600 ALL_BREAKPOINTS (b)
c5aa993b 8601 {
d6b74ac4 8602 if (b->type == bp_hardware_breakpoint && breakpoint_enabled (b))
f1310107
TJB
8603 for (bl = b->loc; bl; bl = bl->next)
8604 {
8605 /* Special types of hardware breakpoints may use more than
8606 one register. */
348d480f 8607 i += b->ops->resources_needed (bl);
f1310107 8608 }
c5aa993b 8609 }
c906108c
SS
8610
8611 return i;
8612}
8613
a1398e0c
PA
8614/* Returns the resources B would use if it were a hardware
8615 watchpoint. */
8616
c906108c 8617static int
a1398e0c 8618hw_watchpoint_use_count (struct breakpoint *b)
c906108c 8619{
c906108c 8620 int i = 0;
e09342b5 8621 struct bp_location *bl;
c906108c 8622
a1398e0c
PA
8623 if (!breakpoint_enabled (b))
8624 return 0;
8625
8626 for (bl = b->loc; bl; bl = bl->next)
8627 {
8628 /* Special types of hardware watchpoints may use more than
8629 one register. */
8630 i += b->ops->resources_needed (bl);
8631 }
8632
8633 return i;
8634}
8635
8636/* Returns the sum the used resources of all hardware watchpoints of
8637 type TYPE in the breakpoints list. Also returns in OTHER_TYPE_USED
8638 the sum of the used resources of all hardware watchpoints of other
8639 types _not_ TYPE. */
8640
8641static int
8642hw_watchpoint_used_count_others (struct breakpoint *except,
8643 enum bptype type, int *other_type_used)
8644{
8645 int i = 0;
8646 struct breakpoint *b;
8647
c906108c
SS
8648 *other_type_used = 0;
8649 ALL_BREAKPOINTS (b)
e09342b5 8650 {
a1398e0c
PA
8651 if (b == except)
8652 continue;
e09342b5
TJB
8653 if (!breakpoint_enabled (b))
8654 continue;
8655
a1398e0c
PA
8656 if (b->type == type)
8657 i += hw_watchpoint_use_count (b);
8658 else if (is_hardware_watchpoint (b))
8659 *other_type_used = 1;
e09342b5
TJB
8660 }
8661
c906108c
SS
8662 return i;
8663}
8664
c906108c 8665void
fba45db2 8666disable_watchpoints_before_interactive_call_start (void)
c906108c 8667{
c5aa993b 8668 struct breakpoint *b;
c906108c
SS
8669
8670 ALL_BREAKPOINTS (b)
c5aa993b 8671 {
cc60f2e3 8672 if (is_watchpoint (b) && breakpoint_enabled (b))
c5aa993b 8673 {
b5de0fa7 8674 b->enable_state = bp_call_disabled;
b60e7edf 8675 update_global_location_list (0);
c5aa993b
JM
8676 }
8677 }
c906108c
SS
8678}
8679
8680void
fba45db2 8681enable_watchpoints_after_interactive_call_stop (void)
c906108c 8682{
c5aa993b 8683 struct breakpoint *b;
c906108c
SS
8684
8685 ALL_BREAKPOINTS (b)
c5aa993b 8686 {
cc60f2e3 8687 if (is_watchpoint (b) && b->enable_state == bp_call_disabled)
c5aa993b 8688 {
b5de0fa7 8689 b->enable_state = bp_enabled;
b60e7edf 8690 update_global_location_list (1);
c5aa993b
JM
8691 }
8692 }
c906108c
SS
8693}
8694
8bea4e01
UW
8695void
8696disable_breakpoints_before_startup (void)
8697{
6c95b8df 8698 current_program_space->executing_startup = 1;
f8eba3c6 8699 update_global_location_list (0);
8bea4e01
UW
8700}
8701
8702void
8703enable_breakpoints_after_startup (void)
8704{
6c95b8df 8705 current_program_space->executing_startup = 0;
f8eba3c6 8706 breakpoint_re_set ();
8bea4e01
UW
8707}
8708
c906108c
SS
8709
8710/* Set a breakpoint that will evaporate an end of command
8711 at address specified by SAL.
8712 Restrict it to frame FRAME if FRAME is nonzero. */
8713
8714struct breakpoint *
a6d9a66e
UW
8715set_momentary_breakpoint (struct gdbarch *gdbarch, struct symtab_and_line sal,
8716 struct frame_id frame_id, enum bptype type)
c906108c 8717{
52f0bd74 8718 struct breakpoint *b;
edb3359d 8719
193facb3
JK
8720 /* If FRAME_ID is valid, it should be a real frame, not an inlined or
8721 tail-called one. */
8722 gdb_assert (!frame_id_artificial_p (frame_id));
edb3359d 8723
06edf0c0 8724 b = set_raw_breakpoint (gdbarch, sal, type, &momentary_breakpoint_ops);
b5de0fa7
EZ
8725 b->enable_state = bp_enabled;
8726 b->disposition = disp_donttouch;
818dd999 8727 b->frame_id = frame_id;
c906108c 8728
4a64f543
MS
8729 /* If we're debugging a multi-threaded program, then we want
8730 momentary breakpoints to be active in only a single thread of
8731 control. */
39f77062
KB
8732 if (in_thread_list (inferior_ptid))
8733 b->thread = pid_to_thread_id (inferior_ptid);
c906108c 8734
b60e7edf 8735 update_global_location_list_nothrow (1);
74960c60 8736
c906108c
SS
8737 return b;
8738}
611c83ae 8739
06edf0c0
PA
8740/* Make a momentary breakpoint based on the master breakpoint ORIG.
8741 The new breakpoint will have type TYPE, and use OPS as it
8742 breakpoint_ops. */
e58b0e63 8743
06edf0c0
PA
8744static struct breakpoint *
8745momentary_breakpoint_from_master (struct breakpoint *orig,
8746 enum bptype type,
c0a91b2b 8747 const struct breakpoint_ops *ops)
e58b0e63
PA
8748{
8749 struct breakpoint *copy;
8750
06edf0c0 8751 copy = set_raw_breakpoint_without_location (orig->gdbarch, type, ops);
e58b0e63 8752 copy->loc = allocate_bp_location (copy);
0e30163f 8753 set_breakpoint_location_function (copy->loc, 1);
e58b0e63 8754
a6d9a66e 8755 copy->loc->gdbarch = orig->loc->gdbarch;
e58b0e63
PA
8756 copy->loc->requested_address = orig->loc->requested_address;
8757 copy->loc->address = orig->loc->address;
8758 copy->loc->section = orig->loc->section;
6c95b8df 8759 copy->loc->pspace = orig->loc->pspace;
55aa24fb 8760 copy->loc->probe = orig->loc->probe;
f8eba3c6 8761 copy->loc->line_number = orig->loc->line_number;
2f202fde 8762 copy->loc->symtab = orig->loc->symtab;
e58b0e63
PA
8763 copy->frame_id = orig->frame_id;
8764 copy->thread = orig->thread;
6c95b8df 8765 copy->pspace = orig->pspace;
e58b0e63
PA
8766
8767 copy->enable_state = bp_enabled;
8768 copy->disposition = disp_donttouch;
8769 copy->number = internal_breakpoint_number--;
8770
8771 update_global_location_list_nothrow (0);
8772 return copy;
8773}
8774
06edf0c0
PA
8775/* Make a deep copy of momentary breakpoint ORIG. Returns NULL if
8776 ORIG is NULL. */
8777
8778struct breakpoint *
8779clone_momentary_breakpoint (struct breakpoint *orig)
8780{
8781 /* If there's nothing to clone, then return nothing. */
8782 if (orig == NULL)
8783 return NULL;
8784
8785 return momentary_breakpoint_from_master (orig, orig->type, orig->ops);
8786}
8787
611c83ae 8788struct breakpoint *
a6d9a66e
UW
8789set_momentary_breakpoint_at_pc (struct gdbarch *gdbarch, CORE_ADDR pc,
8790 enum bptype type)
611c83ae
PA
8791{
8792 struct symtab_and_line sal;
8793
8794 sal = find_pc_line (pc, 0);
8795 sal.pc = pc;
8796 sal.section = find_pc_overlay (pc);
8797 sal.explicit_pc = 1;
8798
a6d9a66e 8799 return set_momentary_breakpoint (gdbarch, sal, null_frame_id, type);
611c83ae 8800}
c906108c 8801\f
c5aa993b 8802
c906108c
SS
8803/* Tell the user we have just set a breakpoint B. */
8804
8805static void
fba45db2 8806mention (struct breakpoint *b)
c906108c 8807{
348d480f 8808 b->ops->print_mention (b);
79a45e25 8809 if (ui_out_is_mi_like_p (current_uiout))
fb40c209 8810 return;
c906108c
SS
8811 printf_filtered ("\n");
8812}
c906108c 8813\f
c5aa993b 8814
0d381245 8815static struct bp_location *
39d61571 8816add_location_to_breakpoint (struct breakpoint *b,
0d381245
VP
8817 const struct symtab_and_line *sal)
8818{
8819 struct bp_location *loc, **tmp;
3742cc8b
YQ
8820 CORE_ADDR adjusted_address;
8821 struct gdbarch *loc_gdbarch = get_sal_arch (*sal);
8822
8823 if (loc_gdbarch == NULL)
8824 loc_gdbarch = b->gdbarch;
8825
8826 /* Adjust the breakpoint's address prior to allocating a location.
8827 Once we call allocate_bp_location(), that mostly uninitialized
8828 location will be placed on the location chain. Adjustment of the
8829 breakpoint may cause target_read_memory() to be called and we do
8830 not want its scan of the location chain to find a breakpoint and
8831 location that's only been partially initialized. */
8832 adjusted_address = adjust_breakpoint_address (loc_gdbarch,
8833 sal->pc, b->type);
0d381245 8834
d30113d4 8835 /* Sort the locations by their ADDRESS. */
39d61571 8836 loc = allocate_bp_location (b);
d30113d4
JK
8837 for (tmp = &(b->loc); *tmp != NULL && (*tmp)->address <= adjusted_address;
8838 tmp = &((*tmp)->next))
0d381245 8839 ;
d30113d4 8840 loc->next = *tmp;
0d381245 8841 *tmp = loc;
3742cc8b 8842
0d381245 8843 loc->requested_address = sal->pc;
3742cc8b 8844 loc->address = adjusted_address;
6c95b8df 8845 loc->pspace = sal->pspace;
55aa24fb 8846 loc->probe = sal->probe;
6c95b8df 8847 gdb_assert (loc->pspace != NULL);
0d381245 8848 loc->section = sal->section;
3742cc8b 8849 loc->gdbarch = loc_gdbarch;
f8eba3c6 8850 loc->line_number = sal->line;
2f202fde 8851 loc->symtab = sal->symtab;
f8eba3c6 8852
0e30163f
JK
8853 set_breakpoint_location_function (loc,
8854 sal->explicit_pc || sal->explicit_line);
0d381245
VP
8855 return loc;
8856}
514f746b
AR
8857\f
8858
8859/* Return 1 if LOC is pointing to a permanent breakpoint,
8860 return 0 otherwise. */
8861
8862static int
8863bp_loc_is_permanent (struct bp_location *loc)
8864{
8865 int len;
8866 CORE_ADDR addr;
1afeeb75 8867 const gdb_byte *bpoint;
514f746b 8868 gdb_byte *target_mem;
939c61fa
JK
8869 struct cleanup *cleanup;
8870 int retval = 0;
514f746b
AR
8871
8872 gdb_assert (loc != NULL);
8873
8874 addr = loc->address;
1afeeb75 8875 bpoint = gdbarch_breakpoint_from_pc (loc->gdbarch, &addr, &len);
514f746b 8876
939c61fa 8877 /* Software breakpoints unsupported? */
1afeeb75 8878 if (bpoint == NULL)
939c61fa
JK
8879 return 0;
8880
514f746b
AR
8881 target_mem = alloca (len);
8882
939c61fa
JK
8883 /* Enable the automatic memory restoration from breakpoints while
8884 we read the memory. Otherwise we could say about our temporary
8885 breakpoints they are permanent. */
6c95b8df
PA
8886 cleanup = save_current_space_and_thread ();
8887
8888 switch_to_program_space_and_thread (loc->pspace);
8889 make_show_memory_breakpoints_cleanup (0);
939c61fa 8890
514f746b 8891 if (target_read_memory (loc->address, target_mem, len) == 0
1afeeb75 8892 && memcmp (target_mem, bpoint, len) == 0)
939c61fa 8893 retval = 1;
514f746b 8894
939c61fa
JK
8895 do_cleanups (cleanup);
8896
8897 return retval;
514f746b
AR
8898}
8899
e7e0cddf
SS
8900/* Build a command list for the dprintf corresponding to the current
8901 settings of the dprintf style options. */
8902
8903static void
8904update_dprintf_command_list (struct breakpoint *b)
8905{
8906 char *dprintf_args = b->extra_string;
8907 char *printf_line = NULL;
8908
8909 if (!dprintf_args)
8910 return;
8911
8912 dprintf_args = skip_spaces (dprintf_args);
8913
8914 /* Allow a comma, as it may have terminated a location, but don't
8915 insist on it. */
8916 if (*dprintf_args == ',')
8917 ++dprintf_args;
8918 dprintf_args = skip_spaces (dprintf_args);
8919
8920 if (*dprintf_args != '"')
8921 error (_("Bad format string, missing '\"'."));
8922
d3ce09f5 8923 if (strcmp (dprintf_style, dprintf_style_gdb) == 0)
e7e0cddf 8924 printf_line = xstrprintf ("printf %s", dprintf_args);
d3ce09f5 8925 else if (strcmp (dprintf_style, dprintf_style_call) == 0)
e7e0cddf
SS
8926 {
8927 if (!dprintf_function)
8928 error (_("No function supplied for dprintf call"));
8929
8930 if (dprintf_channel && strlen (dprintf_channel) > 0)
8931 printf_line = xstrprintf ("call (void) %s (%s,%s)",
8932 dprintf_function,
8933 dprintf_channel,
8934 dprintf_args);
8935 else
8936 printf_line = xstrprintf ("call (void) %s (%s)",
8937 dprintf_function,
8938 dprintf_args);
8939 }
d3ce09f5
SS
8940 else if (strcmp (dprintf_style, dprintf_style_agent) == 0)
8941 {
8942 if (target_can_run_breakpoint_commands ())
8943 printf_line = xstrprintf ("agent-printf %s", dprintf_args);
8944 else
8945 {
8946 warning (_("Target cannot run dprintf commands, falling back to GDB printf"));
8947 printf_line = xstrprintf ("printf %s", dprintf_args);
8948 }
8949 }
e7e0cddf
SS
8950 else
8951 internal_error (__FILE__, __LINE__,
8952 _("Invalid dprintf style."));
8953
f28045c2 8954 gdb_assert (printf_line != NULL);
e7e0cddf 8955 /* Manufacture a printf/continue sequence. */
f28045c2
YQ
8956 {
8957 struct command_line *printf_cmd_line, *cont_cmd_line = NULL;
e7e0cddf 8958
f28045c2
YQ
8959 if (strcmp (dprintf_style, dprintf_style_agent) != 0)
8960 {
8961 cont_cmd_line = xmalloc (sizeof (struct command_line));
8962 cont_cmd_line->control_type = simple_control;
8963 cont_cmd_line->body_count = 0;
8964 cont_cmd_line->body_list = NULL;
8965 cont_cmd_line->next = NULL;
8966 cont_cmd_line->line = xstrdup ("continue");
8967 }
e7e0cddf 8968
f28045c2
YQ
8969 printf_cmd_line = xmalloc (sizeof (struct command_line));
8970 printf_cmd_line->control_type = simple_control;
8971 printf_cmd_line->body_count = 0;
8972 printf_cmd_line->body_list = NULL;
8973 printf_cmd_line->next = cont_cmd_line;
8974 printf_cmd_line->line = printf_line;
e7e0cddf 8975
f28045c2
YQ
8976 breakpoint_set_commands (b, printf_cmd_line);
8977 }
e7e0cddf
SS
8978}
8979
8980/* Update all dprintf commands, making their command lists reflect
8981 current style settings. */
8982
8983static void
8984update_dprintf_commands (char *args, int from_tty,
8985 struct cmd_list_element *c)
8986{
8987 struct breakpoint *b;
8988
8989 ALL_BREAKPOINTS (b)
8990 {
8991 if (b->type == bp_dprintf)
8992 update_dprintf_command_list (b);
8993 }
8994}
c3f6f71d 8995
018d34a4
VP
8996/* Create a breakpoint with SAL as location. Use ADDR_STRING
8997 as textual description of the location, and COND_STRING
db107f19 8998 as condition expression. */
018d34a4
VP
8999
9000static void
d9b3f62e
PA
9001init_breakpoint_sal (struct breakpoint *b, struct gdbarch *gdbarch,
9002 struct symtabs_and_lines sals, char *addr_string,
f8eba3c6 9003 char *filter, char *cond_string,
e7e0cddf 9004 char *extra_string,
d9b3f62e
PA
9005 enum bptype type, enum bpdisp disposition,
9006 int thread, int task, int ignore_count,
c0a91b2b 9007 const struct breakpoint_ops *ops, int from_tty,
44f238bb
PA
9008 int enabled, int internal, unsigned flags,
9009 int display_canonical)
018d34a4 9010{
0d381245 9011 int i;
018d34a4
VP
9012
9013 if (type == bp_hardware_breakpoint)
9014 {
fbbd034e
AS
9015 int target_resources_ok;
9016
9017 i = hw_breakpoint_used_count ();
9018 target_resources_ok =
9019 target_can_use_hardware_watchpoint (bp_hardware_breakpoint,
018d34a4
VP
9020 i + 1, 0);
9021 if (target_resources_ok == 0)
9022 error (_("No hardware breakpoint support in the target."));
9023 else if (target_resources_ok < 0)
9024 error (_("Hardware breakpoints used exceeds limit."));
9025 }
9026
6c95b8df
PA
9027 gdb_assert (sals.nelts > 0);
9028
0d381245
VP
9029 for (i = 0; i < sals.nelts; ++i)
9030 {
9031 struct symtab_and_line sal = sals.sals[i];
9032 struct bp_location *loc;
9033
9034 if (from_tty)
5af949e3
UW
9035 {
9036 struct gdbarch *loc_gdbarch = get_sal_arch (sal);
9037 if (!loc_gdbarch)
9038 loc_gdbarch = gdbarch;
9039
9040 describe_other_breakpoints (loc_gdbarch,
6c95b8df 9041 sal.pspace, sal.pc, sal.section, thread);
5af949e3 9042 }
0d381245
VP
9043
9044 if (i == 0)
9045 {
d9b3f62e 9046 init_raw_breakpoint (b, gdbarch, sal, type, ops);
0d381245 9047 b->thread = thread;
4a306c9a 9048 b->task = task;
855a6e68 9049
0d381245 9050 b->cond_string = cond_string;
e7e0cddf 9051 b->extra_string = extra_string;
0d381245 9052 b->ignore_count = ignore_count;
41447f92 9053 b->enable_state = enabled ? bp_enabled : bp_disabled;
0d381245 9054 b->disposition = disposition;
6c95b8df 9055
44f238bb
PA
9056 if ((flags & CREATE_BREAKPOINT_FLAGS_INSERTED) != 0)
9057 b->loc->inserted = 1;
9058
0fb4aa4b
PA
9059 if (type == bp_static_tracepoint)
9060 {
d9b3f62e 9061 struct tracepoint *t = (struct tracepoint *) b;
0fb4aa4b
PA
9062 struct static_tracepoint_marker marker;
9063
983af33b 9064 if (strace_marker_p (b))
0fb4aa4b
PA
9065 {
9066 /* We already know the marker exists, otherwise, we
9067 wouldn't see a sal for it. */
9068 char *p = &addr_string[3];
9069 char *endp;
9070 char *marker_str;
0fb4aa4b 9071
e9cafbcc 9072 p = skip_spaces (p);
0fb4aa4b 9073
e9cafbcc 9074 endp = skip_to_space (p);
0fb4aa4b
PA
9075
9076 marker_str = savestring (p, endp - p);
d9b3f62e 9077 t->static_trace_marker_id = marker_str;
0fb4aa4b 9078
3e43a32a
MS
9079 printf_filtered (_("Probed static tracepoint "
9080 "marker \"%s\"\n"),
d9b3f62e 9081 t->static_trace_marker_id);
0fb4aa4b
PA
9082 }
9083 else if (target_static_tracepoint_marker_at (sal.pc, &marker))
9084 {
d9b3f62e 9085 t->static_trace_marker_id = xstrdup (marker.str_id);
0fb4aa4b
PA
9086 release_static_tracepoint_marker (&marker);
9087
3e43a32a
MS
9088 printf_filtered (_("Probed static tracepoint "
9089 "marker \"%s\"\n"),
d9b3f62e 9090 t->static_trace_marker_id);
0fb4aa4b
PA
9091 }
9092 else
3e43a32a
MS
9093 warning (_("Couldn't determine the static "
9094 "tracepoint marker to probe"));
0fb4aa4b
PA
9095 }
9096
0d381245
VP
9097 loc = b->loc;
9098 }
9099 else
018d34a4 9100 {
39d61571 9101 loc = add_location_to_breakpoint (b, &sal);
44f238bb
PA
9102 if ((flags & CREATE_BREAKPOINT_FLAGS_INSERTED) != 0)
9103 loc->inserted = 1;
0d381245
VP
9104 }
9105
514f746b
AR
9106 if (bp_loc_is_permanent (loc))
9107 make_breakpoint_permanent (b);
9108
0d381245
VP
9109 if (b->cond_string)
9110 {
bbc13ae3
KS
9111 const char *arg = b->cond_string;
9112
1bb9788d
TT
9113 loc->cond = parse_exp_1 (&arg, loc->address,
9114 block_for_pc (loc->address), 0);
0d381245 9115 if (*arg)
588ae58c 9116 error (_("Garbage '%s' follows condition"), arg);
018d34a4 9117 }
e7e0cddf
SS
9118
9119 /* Dynamic printf requires and uses additional arguments on the
9120 command line, otherwise it's an error. */
9121 if (type == bp_dprintf)
9122 {
9123 if (b->extra_string)
9124 update_dprintf_command_list (b);
9125 else
9126 error (_("Format string required"));
9127 }
9128 else if (b->extra_string)
588ae58c 9129 error (_("Garbage '%s' at end of command"), b->extra_string);
855a6e68 9130 }
018d34a4 9131
56435ebe 9132 b->display_canonical = display_canonical;
018d34a4
VP
9133 if (addr_string)
9134 b->addr_string = addr_string;
9135 else
9136 /* addr_string has to be used or breakpoint_re_set will delete
9137 me. */
5af949e3
UW
9138 b->addr_string
9139 = xstrprintf ("*%s", paddress (b->loc->gdbarch, b->loc->address));
f8eba3c6 9140 b->filter = filter;
d9b3f62e 9141}
018d34a4 9142
d9b3f62e
PA
9143static void
9144create_breakpoint_sal (struct gdbarch *gdbarch,
9145 struct symtabs_and_lines sals, char *addr_string,
f8eba3c6 9146 char *filter, char *cond_string,
e7e0cddf 9147 char *extra_string,
d9b3f62e
PA
9148 enum bptype type, enum bpdisp disposition,
9149 int thread, int task, int ignore_count,
c0a91b2b 9150 const struct breakpoint_ops *ops, int from_tty,
44f238bb
PA
9151 int enabled, int internal, unsigned flags,
9152 int display_canonical)
d9b3f62e
PA
9153{
9154 struct breakpoint *b;
9155 struct cleanup *old_chain;
9156
9157 if (is_tracepoint_type (type))
9158 {
9159 struct tracepoint *t;
9160
9161 t = XCNEW (struct tracepoint);
9162 b = &t->base;
9163 }
9164 else
9165 b = XNEW (struct breakpoint);
9166
9167 old_chain = make_cleanup (xfree, b);
9168
9169 init_breakpoint_sal (b, gdbarch,
9170 sals, addr_string,
e7e0cddf 9171 filter, cond_string, extra_string,
d9b3f62e
PA
9172 type, disposition,
9173 thread, task, ignore_count,
9174 ops, from_tty,
44f238bb
PA
9175 enabled, internal, flags,
9176 display_canonical);
d9b3f62e
PA
9177 discard_cleanups (old_chain);
9178
3ea46bff 9179 install_breakpoint (internal, b, 0);
018d34a4
VP
9180}
9181
9182/* Add SALS.nelts breakpoints to the breakpoint table. For each
9183 SALS.sal[i] breakpoint, include the corresponding ADDR_STRING[i]
9184 value. COND_STRING, if not NULL, specified the condition to be
9185 used for all breakpoints. Essentially the only case where
9186 SALS.nelts is not 1 is when we set a breakpoint on an overloaded
9187 function. In that case, it's still not possible to specify
9188 separate conditions for different overloaded functions, so
9189 we take just a single condition string.
9190
c3f6f71d 9191 NOTE: If the function succeeds, the caller is expected to cleanup
018d34a4 9192 the arrays ADDR_STRING, COND_STRING, and SALS (but not the
c3f6f71d
JM
9193 array contents). If the function fails (error() is called), the
9194 caller is expected to cleanups both the ADDR_STRING, COND_STRING,
4a64f543 9195 COND and SALS arrays and each of those arrays contents. */
c906108c
SS
9196
9197static void
8cdf0e15 9198create_breakpoints_sal (struct gdbarch *gdbarch,
7efd8fc2 9199 struct linespec_result *canonical,
e7e0cddf 9200 char *cond_string, char *extra_string,
8cdf0e15
VP
9201 enum bptype type, enum bpdisp disposition,
9202 int thread, int task, int ignore_count,
c0a91b2b 9203 const struct breakpoint_ops *ops, int from_tty,
44f238bb 9204 int enabled, int internal, unsigned flags)
c906108c 9205{
018d34a4 9206 int i;
f8eba3c6 9207 struct linespec_sals *lsal;
cc59ec59 9208
f8eba3c6
TT
9209 if (canonical->pre_expanded)
9210 gdb_assert (VEC_length (linespec_sals, canonical->sals) == 1);
9211
9212 for (i = 0; VEC_iterate (linespec_sals, canonical->sals, i, lsal); ++i)
c3f6f71d 9213 {
f8eba3c6
TT
9214 /* Note that 'addr_string' can be NULL in the case of a plain
9215 'break', without arguments. */
9216 char *addr_string = (canonical->addr_string
9217 ? xstrdup (canonical->addr_string)
9218 : NULL);
9219 char *filter_string = lsal->canonical ? xstrdup (lsal->canonical) : NULL;
9220 struct cleanup *inner = make_cleanup (xfree, addr_string);
0d381245 9221
f8eba3c6
TT
9222 make_cleanup (xfree, filter_string);
9223 create_breakpoint_sal (gdbarch, lsal->sals,
9224 addr_string,
9225 filter_string,
e7e0cddf
SS
9226 cond_string, extra_string,
9227 type, disposition,
84f4c1fe 9228 thread, task, ignore_count, ops,
44f238bb 9229 from_tty, enabled, internal, flags,
56435ebe 9230 canonical->special_display);
f8eba3c6 9231 discard_cleanups (inner);
c3f6f71d 9232 }
c3f6f71d 9233}
c906108c 9234
9998af43 9235/* Parse ADDRESS which is assumed to be a SAL specification possibly
c3f6f71d 9236 followed by conditionals. On return, SALS contains an array of SAL
4a64f543 9237 addresses found. ADDR_STRING contains a vector of (canonical)
9998af43
TJB
9238 address strings. ADDRESS points to the end of the SAL.
9239
9240 The array and the line spec strings are allocated on the heap, it is
9241 the caller's responsibility to free them. */
c906108c 9242
b9362cc7 9243static void
c3f6f71d 9244parse_breakpoint_sals (char **address,
58438ac1 9245 struct linespec_result *canonical)
c3f6f71d 9246{
c3f6f71d 9247 /* If no arg given, or if first arg is 'if ', use the default
4a64f543 9248 breakpoint. */
c3f6f71d
JM
9249 if ((*address) == NULL
9250 || (strncmp ((*address), "if", 2) == 0 && isspace ((*address)[2])))
c906108c 9251 {
1bfeeb0f
JL
9252 /* The last displayed codepoint, if it's valid, is our default breakpoint
9253 address. */
9254 if (last_displayed_sal_is_valid ())
c906108c 9255 {
f8eba3c6 9256 struct linespec_sals lsal;
c3f6f71d 9257 struct symtab_and_line sal;
1c8cdcb1 9258 CORE_ADDR pc;
cc59ec59 9259
4a64f543 9260 init_sal (&sal); /* Initialize to zeroes. */
f8eba3c6 9261 lsal.sals.sals = (struct symtab_and_line *)
c906108c 9262 xmalloc (sizeof (struct symtab_and_line));
1bfeeb0f
JL
9263
9264 /* Set sal's pspace, pc, symtab, and line to the values
1c8cdcb1
JK
9265 corresponding to the last call to print_frame_info.
9266 Be sure to reinitialize LINE with NOTCURRENT == 0
9267 as the breakpoint line number is inappropriate otherwise.
9268 find_pc_line would adjust PC, re-set it back. */
1bfeeb0f 9269 get_last_displayed_sal (&sal);
1c8cdcb1
JK
9270 pc = sal.pc;
9271 sal = find_pc_line (pc, 0);
00903456 9272
4a64f543 9273 /* "break" without arguments is equivalent to "break *PC"
1bfeeb0f
JL
9274 where PC is the last displayed codepoint's address. So
9275 make sure to set sal.explicit_pc to prevent GDB from
9276 trying to expand the list of sals to include all other
9277 instances with the same symtab and line. */
1c8cdcb1 9278 sal.pc = pc;
00903456
JK
9279 sal.explicit_pc = 1;
9280
f8eba3c6
TT
9281 lsal.sals.sals[0] = sal;
9282 lsal.sals.nelts = 1;
9283 lsal.canonical = NULL;
9284
9285 VEC_safe_push (linespec_sals, canonical->sals, &lsal);
c906108c
SS
9286 }
9287 else
8a3fe4f8 9288 error (_("No default breakpoint address now."));
c906108c
SS
9289 }
9290 else
9291 {
cc80f267
JK
9292 struct symtab_and_line cursal = get_current_source_symtab_and_line ();
9293
c906108c 9294 /* Force almost all breakpoints to be in terms of the
4a64f543
MS
9295 current_source_symtab (which is decode_line_1's default).
9296 This should produce the results we want almost all of the
cc80f267
JK
9297 time while leaving default_breakpoint_* alone.
9298
9299 ObjC: However, don't match an Objective-C method name which
9300 may have a '+' or '-' succeeded by a '['. */
9301 if (last_displayed_sal_is_valid ()
9302 && (!cursal.symtab
9303 || ((strchr ("+-", (*address)[0]) != NULL)
9304 && ((*address)[1] != '['))))
f8eba3c6
TT
9305 decode_line_full (address, DECODE_LINE_FUNFIRSTLINE,
9306 get_last_displayed_symtab (),
9307 get_last_displayed_line (),
9308 canonical, NULL, NULL);
c906108c 9309 else
f8eba3c6 9310 decode_line_full (address, DECODE_LINE_FUNFIRSTLINE,
cc80f267 9311 cursal.symtab, cursal.line, canonical, NULL, NULL);
c906108c 9312 }
c3f6f71d 9313}
c906108c 9314
c906108c 9315
c3f6f71d 9316/* Convert each SAL into a real PC. Verify that the PC can be
4a64f543 9317 inserted as a breakpoint. If it can't throw an error. */
c906108c 9318
b9362cc7 9319static void
23e7acfb 9320breakpoint_sals_to_pc (struct symtabs_and_lines *sals)
c3f6f71d
JM
9321{
9322 int i;
cc59ec59 9323
c3f6f71d 9324 for (i = 0; i < sals->nelts; i++)
ee53e872 9325 resolve_sal_pc (&sals->sals[i]);
c3f6f71d
JM
9326}
9327
7a697b8d
SS
9328/* Fast tracepoints may have restrictions on valid locations. For
9329 instance, a fast tracepoint using a jump instead of a trap will
9330 likely have to overwrite more bytes than a trap would, and so can
9331 only be placed where the instruction is longer than the jump, or a
9332 multi-instruction sequence does not have a jump into the middle of
9333 it, etc. */
9334
9335static void
9336check_fast_tracepoint_sals (struct gdbarch *gdbarch,
9337 struct symtabs_and_lines *sals)
9338{
9339 int i, rslt;
9340 struct symtab_and_line *sal;
9341 char *msg;
9342 struct cleanup *old_chain;
9343
9344 for (i = 0; i < sals->nelts; i++)
9345 {
f8eba3c6
TT
9346 struct gdbarch *sarch;
9347
7a697b8d
SS
9348 sal = &sals->sals[i];
9349
f8eba3c6
TT
9350 sarch = get_sal_arch (*sal);
9351 /* We fall back to GDBARCH if there is no architecture
9352 associated with SAL. */
9353 if (sarch == NULL)
9354 sarch = gdbarch;
9355 rslt = gdbarch_fast_tracepoint_valid_at (sarch, sal->pc,
7a697b8d
SS
9356 NULL, &msg);
9357 old_chain = make_cleanup (xfree, msg);
9358
9359 if (!rslt)
9360 error (_("May not have a fast tracepoint at 0x%s%s"),
f8eba3c6 9361 paddress (sarch, sal->pc), (msg ? msg : ""));
7a697b8d
SS
9362
9363 do_cleanups (old_chain);
9364 }
9365}
9366
af4908ba
KS
9367/* Issue an invalid thread ID error. */
9368
9369static void ATTRIBUTE_NORETURN
9370invalid_thread_id_error (int id)
9371{
9372 error (_("Unknown thread %d."), id);
9373}
9374
018d34a4
VP
9375/* Given TOK, a string specification of condition and thread, as
9376 accepted by the 'break' command, extract the condition
9377 string and thread number and set *COND_STRING and *THREAD.
4a64f543 9378 PC identifies the context at which the condition should be parsed.
018d34a4
VP
9379 If no condition is found, *COND_STRING is set to NULL.
9380 If no thread is found, *THREAD is set to -1. */
d634f2de
JB
9381
9382static void
bbc13ae3 9383find_condition_and_thread (const char *tok, CORE_ADDR pc,
e7e0cddf
SS
9384 char **cond_string, int *thread, int *task,
9385 char **rest)
018d34a4
VP
9386{
9387 *cond_string = NULL;
9388 *thread = -1;
ed1d1739
KS
9389 *task = 0;
9390 *rest = NULL;
9391
018d34a4
VP
9392 while (tok && *tok)
9393 {
bbc13ae3 9394 const char *end_tok;
018d34a4 9395 int toklen;
bbc13ae3
KS
9396 const char *cond_start = NULL;
9397 const char *cond_end = NULL;
cc59ec59 9398
bbc13ae3 9399 tok = skip_spaces_const (tok);
e7e0cddf
SS
9400
9401 if ((*tok == '"' || *tok == ',') && rest)
9402 {
9403 *rest = savestring (tok, strlen (tok));
9404 return;
9405 }
9406
bbc13ae3 9407 end_tok = skip_to_space_const (tok);
d634f2de 9408
018d34a4 9409 toklen = end_tok - tok;
d634f2de 9410
018d34a4
VP
9411 if (toklen >= 1 && strncmp (tok, "if", toklen) == 0)
9412 {
f7545552
TT
9413 struct expression *expr;
9414
018d34a4 9415 tok = cond_start = end_tok + 1;
1bb9788d 9416 expr = parse_exp_1 (&tok, pc, block_for_pc (pc), 0);
f7545552 9417 xfree (expr);
018d34a4 9418 cond_end = tok;
d634f2de 9419 *cond_string = savestring (cond_start, cond_end - cond_start);
018d34a4
VP
9420 }
9421 else if (toklen >= 1 && strncmp (tok, "thread", toklen) == 0)
9422 {
9423 char *tmptok;
d634f2de 9424
018d34a4 9425 tok = end_tok + 1;
bbc13ae3 9426 *thread = strtol (tok, &tmptok, 0);
018d34a4
VP
9427 if (tok == tmptok)
9428 error (_("Junk after thread keyword."));
9429 if (!valid_thread_id (*thread))
af4908ba 9430 invalid_thread_id_error (*thread);
bbc13ae3 9431 tok = tmptok;
018d34a4 9432 }
4a306c9a
JB
9433 else if (toklen >= 1 && strncmp (tok, "task", toklen) == 0)
9434 {
9435 char *tmptok;
9436
9437 tok = end_tok + 1;
bbc13ae3 9438 *task = strtol (tok, &tmptok, 0);
4a306c9a
JB
9439 if (tok == tmptok)
9440 error (_("Junk after task keyword."));
9441 if (!valid_task_id (*task))
b6199126 9442 error (_("Unknown task %d."), *task);
bbc13ae3 9443 tok = tmptok;
4a306c9a 9444 }
e7e0cddf
SS
9445 else if (rest)
9446 {
9447 *rest = savestring (tok, strlen (tok));
ccab2054 9448 return;
e7e0cddf 9449 }
018d34a4
VP
9450 else
9451 error (_("Junk at end of arguments."));
9452 }
9453}
9454
0fb4aa4b
PA
9455/* Decode a static tracepoint marker spec. */
9456
9457static struct symtabs_and_lines
9458decode_static_tracepoint_spec (char **arg_p)
9459{
9460 VEC(static_tracepoint_marker_p) *markers = NULL;
9461 struct symtabs_and_lines sals;
0fb4aa4b
PA
9462 struct cleanup *old_chain;
9463 char *p = &(*arg_p)[3];
9464 char *endp;
9465 char *marker_str;
9466 int i;
9467
e9cafbcc 9468 p = skip_spaces (p);
0fb4aa4b 9469
e9cafbcc 9470 endp = skip_to_space (p);
0fb4aa4b
PA
9471
9472 marker_str = savestring (p, endp - p);
9473 old_chain = make_cleanup (xfree, marker_str);
9474
9475 markers = target_static_tracepoint_markers_by_strid (marker_str);
9476 if (VEC_empty(static_tracepoint_marker_p, markers))
9477 error (_("No known static tracepoint marker named %s"), marker_str);
9478
9479 sals.nelts = VEC_length(static_tracepoint_marker_p, markers);
9480 sals.sals = xmalloc (sizeof *sals.sals * sals.nelts);
9481
9482 for (i = 0; i < sals.nelts; i++)
9483 {
9484 struct static_tracepoint_marker *marker;
9485
9486 marker = VEC_index (static_tracepoint_marker_p, markers, i);
9487
9488 init_sal (&sals.sals[i]);
9489
9490 sals.sals[i] = find_pc_line (marker->address, 0);
9491 sals.sals[i].pc = marker->address;
9492
9493 release_static_tracepoint_marker (marker);
9494 }
9495
9496 do_cleanups (old_chain);
9497
9498 *arg_p = endp;
9499 return sals;
9500}
9501
fd9b8c24
PA
9502/* Set a breakpoint. This function is shared between CLI and MI
9503 functions for setting a breakpoint. This function has two major
f6de8ec2
PA
9504 modes of operations, selected by the PARSE_ARG parameter. If
9505 non-zero, the function will parse ARG, extracting location,
9506 condition, thread and extra string. Otherwise, ARG is just the
9507 breakpoint's location, with condition, thread, and extra string
9508 specified by the COND_STRING, THREAD and EXTRA_STRING parameters.
9509 If INTERNAL is non-zero, the breakpoint number will be allocated
9510 from the internal breakpoint count. Returns true if any breakpoint
9511 was created; false otherwise. */
0101ce28 9512
8cdf0e15
VP
9513int
9514create_breakpoint (struct gdbarch *gdbarch,
e7e0cddf
SS
9515 char *arg, char *cond_string,
9516 int thread, char *extra_string,
f6de8ec2 9517 int parse_arg,
0fb4aa4b 9518 int tempflag, enum bptype type_wanted,
8cdf0e15
VP
9519 int ignore_count,
9520 enum auto_boolean pending_break_support,
c0a91b2b 9521 const struct breakpoint_ops *ops,
44f238bb
PA
9522 int from_tty, int enabled, int internal,
9523 unsigned flags)
c3f6f71d 9524{
b78a6381 9525 volatile struct gdb_exception e;
f8eba3c6 9526 char *copy_arg = NULL;
c3f6f71d 9527 char *addr_start = arg;
7efd8fc2 9528 struct linespec_result canonical;
c3f6f71d 9529 struct cleanup *old_chain;
80c99de1 9530 struct cleanup *bkpt_chain = NULL;
0101ce28 9531 int pending = 0;
4a306c9a 9532 int task = 0;
86b17b60 9533 int prev_bkpt_count = breakpoint_count;
c3f6f71d 9534
348d480f
PA
9535 gdb_assert (ops != NULL);
9536
7efd8fc2 9537 init_linespec_result (&canonical);
c3f6f71d 9538
b78a6381
TT
9539 TRY_CATCH (e, RETURN_MASK_ALL)
9540 {
983af33b
SDJ
9541 ops->create_sals_from_address (&arg, &canonical, type_wanted,
9542 addr_start, &copy_arg);
b78a6381 9543 }
0101ce28
JJ
9544
9545 /* If caller is interested in rc value from parse, set value. */
05ff989b 9546 switch (e.reason)
0101ce28 9547 {
983af33b
SDJ
9548 case GDB_NO_ERROR:
9549 if (VEC_empty (linespec_sals, canonical.sals))
9550 return 0;
9551 break;
05ff989b
AC
9552 case RETURN_ERROR:
9553 switch (e.error)
0101ce28 9554 {
05ff989b 9555 case NOT_FOUND_ERROR:
0101ce28 9556
05ff989b
AC
9557 /* If pending breakpoint support is turned off, throw
9558 error. */
fa8d40ab
JJ
9559
9560 if (pending_break_support == AUTO_BOOLEAN_FALSE)
723a2275
VP
9561 throw_exception (e);
9562
9563 exception_print (gdb_stderr, e);
fa8d40ab 9564
05ff989b
AC
9565 /* If pending breakpoint support is auto query and the user
9566 selects no, then simply return the error code. */
059fb39f 9567 if (pending_break_support == AUTO_BOOLEAN_AUTO
bfccc43c
YQ
9568 && !nquery (_("Make %s pending on future shared library load? "),
9569 bptype_string (type_wanted)))
fd9b8c24 9570 return 0;
fa8d40ab 9571
05ff989b
AC
9572 /* At this point, either the user was queried about setting
9573 a pending breakpoint and selected yes, or pending
9574 breakpoint behavior is on and thus a pending breakpoint
9575 is defaulted on behalf of the user. */
f8eba3c6
TT
9576 {
9577 struct linespec_sals lsal;
9578
9579 copy_arg = xstrdup (addr_start);
9580 lsal.canonical = xstrdup (copy_arg);
9581 lsal.sals.nelts = 1;
9582 lsal.sals.sals = XNEW (struct symtab_and_line);
9583 init_sal (&lsal.sals.sals[0]);
9584 pending = 1;
9585 VEC_safe_push (linespec_sals, canonical.sals, &lsal);
9586 }
05ff989b
AC
9587 break;
9588 default:
98deb0da 9589 throw_exception (e);
0101ce28 9590 }
2abae994 9591 break;
05ff989b 9592 default:
983af33b 9593 throw_exception (e);
0101ce28 9594 }
c3f6f71d 9595
4a64f543 9596 /* Create a chain of things that always need to be cleaned up. */
f8eba3c6 9597 old_chain = make_cleanup_destroy_linespec_result (&canonical);
c3f6f71d 9598
c3f6f71d
JM
9599 /* ----------------------------- SNIP -----------------------------
9600 Anything added to the cleanup chain beyond this point is assumed
9601 to be part of a breakpoint. If the breakpoint create succeeds
80c99de1
PA
9602 then the memory is not reclaimed. */
9603 bkpt_chain = make_cleanup (null_cleanup, 0);
c3f6f71d 9604
c3f6f71d
JM
9605 /* Resolve all line numbers to PC's and verify that the addresses
9606 are ok for the target. */
0101ce28 9607 if (!pending)
f8eba3c6
TT
9608 {
9609 int ix;
9610 struct linespec_sals *iter;
9611
9612 for (ix = 0; VEC_iterate (linespec_sals, canonical.sals, ix, iter); ++ix)
9613 breakpoint_sals_to_pc (&iter->sals);
9614 }
c3f6f71d 9615
7a697b8d 9616 /* Fast tracepoints may have additional restrictions on location. */
bfccc43c 9617 if (!pending && type_wanted == bp_fast_tracepoint)
f8eba3c6
TT
9618 {
9619 int ix;
9620 struct linespec_sals *iter;
9621
9622 for (ix = 0; VEC_iterate (linespec_sals, canonical.sals, ix, iter); ++ix)
9623 check_fast_tracepoint_sals (gdbarch, &iter->sals);
9624 }
7a697b8d 9625
c3f6f71d
JM
9626 /* Verify that condition can be parsed, before setting any
9627 breakpoints. Allocate a separate condition expression for each
4a64f543 9628 breakpoint. */
0101ce28 9629 if (!pending)
c3f6f71d 9630 {
f8eba3c6
TT
9631 struct linespec_sals *lsal;
9632
9633 lsal = VEC_index (linespec_sals, canonical.sals, 0);
9634
f6de8ec2 9635 if (parse_arg)
72b2ff0e 9636 {
e7e0cddf 9637 char *rest;
72b2ff0e
VP
9638 /* Here we only parse 'arg' to separate condition
9639 from thread number, so parsing in context of first
9640 sal is OK. When setting the breakpoint we'll
9641 re-parse it in context of each sal. */
ed1d1739 9642
f8eba3c6 9643 find_condition_and_thread (arg, lsal->sals.sals[0].pc, &cond_string,
e7e0cddf 9644 &thread, &task, &rest);
72b2ff0e
VP
9645 if (cond_string)
9646 make_cleanup (xfree, cond_string);
e7e0cddf
SS
9647 if (rest)
9648 make_cleanup (xfree, rest);
9649 if (rest)
9650 extra_string = rest;
72b2ff0e 9651 }
2f069f6f 9652 else
72b2ff0e 9653 {
f6de8ec2
PA
9654 if (*arg != '\0')
9655 error (_("Garbage '%s' at end of location"), arg);
9656
72b2ff0e
VP
9657 /* Create a private copy of condition string. */
9658 if (cond_string)
9659 {
9660 cond_string = xstrdup (cond_string);
9661 make_cleanup (xfree, cond_string);
9662 }
e7e0cddf
SS
9663 /* Create a private copy of any extra string. */
9664 if (extra_string)
9665 {
9666 extra_string = xstrdup (extra_string);
9667 make_cleanup (xfree, extra_string);
9668 }
72b2ff0e 9669 }
0fb4aa4b 9670
983af33b 9671 ops->create_breakpoints_sal (gdbarch, &canonical, lsal,
e7e0cddf 9672 cond_string, extra_string, type_wanted,
d9b3f62e
PA
9673 tempflag ? disp_del : disp_donttouch,
9674 thread, task, ignore_count, ops,
44f238bb 9675 from_tty, enabled, internal, flags);
c906108c 9676 }
0101ce28
JJ
9677 else
9678 {
0101ce28
JJ
9679 struct breakpoint *b;
9680
0101ce28
JJ
9681 make_cleanup (xfree, copy_arg);
9682
bfccc43c
YQ
9683 if (is_tracepoint_type (type_wanted))
9684 {
9685 struct tracepoint *t;
9686
9687 t = XCNEW (struct tracepoint);
9688 b = &t->base;
9689 }
9690 else
9691 b = XNEW (struct breakpoint);
9692
9693 init_raw_breakpoint_without_location (b, gdbarch, type_wanted, ops);
9694
f8eba3c6 9695 b->addr_string = copy_arg;
f6de8ec2 9696 if (parse_arg)
e12c7713
MK
9697 b->cond_string = NULL;
9698 else
9699 {
9700 /* Create a private copy of condition string. */
9701 if (cond_string)
9702 {
9703 cond_string = xstrdup (cond_string);
9704 make_cleanup (xfree, cond_string);
9705 }
9706 b->cond_string = cond_string;
9707 }
e7e0cddf 9708 b->extra_string = NULL;
0101ce28 9709 b->ignore_count = ignore_count;
0101ce28 9710 b->disposition = tempflag ? disp_del : disp_donttouch;
0d381245 9711 b->condition_not_parsed = 1;
41447f92 9712 b->enable_state = enabled ? bp_enabled : bp_disabled;
cc72b2a2
KP
9713 if ((type_wanted != bp_breakpoint
9714 && type_wanted != bp_hardware_breakpoint) || thread != -1)
f8eba3c6 9715 b->pspace = current_program_space;
8bea4e01 9716
bfccc43c 9717 install_breakpoint (internal, b, 0);
0101ce28
JJ
9718 }
9719
f8eba3c6 9720 if (VEC_length (linespec_sals, canonical.sals) > 1)
95a42b64 9721 {
3e43a32a
MS
9722 warning (_("Multiple breakpoints were set.\nUse the "
9723 "\"delete\" command to delete unwanted breakpoints."));
86b17b60 9724 prev_breakpoint_count = prev_bkpt_count;
95a42b64
TT
9725 }
9726
80c99de1
PA
9727 /* That's it. Discard the cleanups for data inserted into the
9728 breakpoint. */
9729 discard_cleanups (bkpt_chain);
9730 /* But cleanup everything else. */
c3f6f71d 9731 do_cleanups (old_chain);
217dc9e2 9732
80c99de1 9733 /* error call may happen here - have BKPT_CHAIN already discarded. */
217dc9e2 9734 update_global_location_list (1);
fd9b8c24
PA
9735
9736 return 1;
c3f6f71d 9737}
c906108c 9738
348d480f 9739/* Set a breakpoint.
72b2ff0e
VP
9740 ARG is a string describing breakpoint address,
9741 condition, and thread.
9742 FLAG specifies if a breakpoint is hardware on,
9743 and if breakpoint is temporary, using BP_HARDWARE_FLAG
9744 and BP_TEMPFLAG. */
348d480f 9745
98deb0da 9746static void
72b2ff0e 9747break_command_1 (char *arg, int flag, int from_tty)
c3f6f71d 9748{
72b2ff0e 9749 int tempflag = flag & BP_TEMPFLAG;
0fb4aa4b
PA
9750 enum bptype type_wanted = (flag & BP_HARDWAREFLAG
9751 ? bp_hardware_breakpoint
9752 : bp_breakpoint);
55aa24fb
SDJ
9753 struct breakpoint_ops *ops;
9754 const char *arg_cp = arg;
9755
9756 /* Matching breakpoints on probes. */
9757 if (arg && probe_linespec_to_ops (&arg_cp) != NULL)
9758 ops = &bkpt_probe_breakpoint_ops;
9759 else
9760 ops = &bkpt_breakpoint_ops;
c3f6f71d 9761
8cdf0e15
VP
9762 create_breakpoint (get_current_arch (),
9763 arg,
e7e0cddf 9764 NULL, 0, NULL, 1 /* parse arg */,
0fb4aa4b 9765 tempflag, type_wanted,
8cdf0e15
VP
9766 0 /* Ignore count */,
9767 pending_break_support,
55aa24fb 9768 ops,
8cdf0e15 9769 from_tty,
84f4c1fe 9770 1 /* enabled */,
44f238bb
PA
9771 0 /* internal */,
9772 0);
c906108c
SS
9773}
9774
c906108c
SS
9775/* Helper function for break_command_1 and disassemble_command. */
9776
9777void
fba45db2 9778resolve_sal_pc (struct symtab_and_line *sal)
c906108c
SS
9779{
9780 CORE_ADDR pc;
9781
9782 if (sal->pc == 0 && sal->symtab != NULL)
9783 {
9784 if (!find_line_pc (sal->symtab, sal->line, &pc))
8a3fe4f8 9785 error (_("No line %d in file \"%s\"."),
05cba821 9786 sal->line, symtab_to_filename_for_display (sal->symtab));
c906108c 9787 sal->pc = pc;
6a048695 9788
4a64f543
MS
9789 /* If this SAL corresponds to a breakpoint inserted using a line
9790 number, then skip the function prologue if necessary. */
6a048695 9791 if (sal->explicit_line)
059acae7 9792 skip_prologue_sal (sal);
c906108c
SS
9793 }
9794
9795 if (sal->section == 0 && sal->symtab != NULL)
9796 {
9797 struct blockvector *bv;
c5aa993b
JM
9798 struct block *b;
9799 struct symbol *sym;
c906108c 9800
801e3a5b 9801 bv = blockvector_for_pc_sect (sal->pc, 0, &b, sal->symtab);
c906108c
SS
9802 if (bv != NULL)
9803 {
7f0df278 9804 sym = block_linkage_function (b);
c906108c
SS
9805 if (sym != NULL)
9806 {
9807 fixup_symbol_section (sym, sal->symtab->objfile);
e27d198c 9808 sal->section = SYMBOL_OBJ_SECTION (sal->symtab->objfile, sym);
c906108c
SS
9809 }
9810 else
9811 {
4a64f543
MS
9812 /* It really is worthwhile to have the section, so we'll
9813 just have to look harder. This case can be executed
9814 if we have line numbers but no functions (as can
9815 happen in assembly source). */
c906108c 9816
7cbd4a93 9817 struct bound_minimal_symbol msym;
6c95b8df
PA
9818 struct cleanup *old_chain = save_current_space_and_thread ();
9819
9820 switch_to_program_space_and_thread (sal->pspace);
c906108c
SS
9821
9822 msym = lookup_minimal_symbol_by_pc (sal->pc);
7cbd4a93 9823 if (msym.minsym)
e27d198c 9824 sal->section = SYMBOL_OBJ_SECTION (msym.objfile, msym.minsym);
6c95b8df
PA
9825
9826 do_cleanups (old_chain);
c906108c
SS
9827 }
9828 }
9829 }
9830}
9831
9832void
fba45db2 9833break_command (char *arg, int from_tty)
c906108c 9834{
db107f19 9835 break_command_1 (arg, 0, from_tty);
c906108c
SS
9836}
9837
c906108c 9838void
fba45db2 9839tbreak_command (char *arg, int from_tty)
c906108c 9840{
db107f19 9841 break_command_1 (arg, BP_TEMPFLAG, from_tty);
c906108c
SS
9842}
9843
c906108c 9844static void
fba45db2 9845hbreak_command (char *arg, int from_tty)
c906108c 9846{
db107f19 9847 break_command_1 (arg, BP_HARDWAREFLAG, from_tty);
c906108c
SS
9848}
9849
9850static void
fba45db2 9851thbreak_command (char *arg, int from_tty)
c906108c 9852{
db107f19 9853 break_command_1 (arg, (BP_TEMPFLAG | BP_HARDWAREFLAG), from_tty);
c906108c
SS
9854}
9855
9856static void
fba45db2 9857stop_command (char *arg, int from_tty)
c906108c 9858{
a3f17187 9859 printf_filtered (_("Specify the type of breakpoint to set.\n\
c906108c 9860Usage: stop in <function | address>\n\
a3f17187 9861 stop at <line>\n"));
c906108c
SS
9862}
9863
9864static void
fba45db2 9865stopin_command (char *arg, int from_tty)
c906108c
SS
9866{
9867 int badInput = 0;
9868
c5aa993b 9869 if (arg == (char *) NULL)
c906108c
SS
9870 badInput = 1;
9871 else if (*arg != '*')
9872 {
9873 char *argptr = arg;
9874 int hasColon = 0;
9875
4a64f543 9876 /* Look for a ':'. If this is a line number specification, then
53a5351d 9877 say it is bad, otherwise, it should be an address or
4a64f543 9878 function/method name. */
c906108c 9879 while (*argptr && !hasColon)
c5aa993b
JM
9880 {
9881 hasColon = (*argptr == ':');
9882 argptr++;
9883 }
c906108c
SS
9884
9885 if (hasColon)
c5aa993b 9886 badInput = (*argptr != ':'); /* Not a class::method */
c906108c 9887 else
c5aa993b 9888 badInput = isdigit (*arg); /* a simple line number */
c906108c
SS
9889 }
9890
9891 if (badInput)
a3f17187 9892 printf_filtered (_("Usage: stop in <function | address>\n"));
c906108c 9893 else
db107f19 9894 break_command_1 (arg, 0, from_tty);
c906108c
SS
9895}
9896
9897static void
fba45db2 9898stopat_command (char *arg, int from_tty)
c906108c
SS
9899{
9900 int badInput = 0;
9901
c5aa993b 9902 if (arg == (char *) NULL || *arg == '*') /* no line number */
c906108c
SS
9903 badInput = 1;
9904 else
9905 {
9906 char *argptr = arg;
9907 int hasColon = 0;
9908
4a64f543
MS
9909 /* Look for a ':'. If there is a '::' then get out, otherwise
9910 it is probably a line number. */
c906108c 9911 while (*argptr && !hasColon)
c5aa993b
JM
9912 {
9913 hasColon = (*argptr == ':');
9914 argptr++;
9915 }
c906108c
SS
9916
9917 if (hasColon)
c5aa993b 9918 badInput = (*argptr == ':'); /* we have class::method */
c906108c 9919 else
c5aa993b 9920 badInput = !isdigit (*arg); /* not a line number */
c906108c
SS
9921 }
9922
9923 if (badInput)
a3f17187 9924 printf_filtered (_("Usage: stop at <line>\n"));
c906108c 9925 else
db107f19 9926 break_command_1 (arg, 0, from_tty);
c906108c
SS
9927}
9928
e7e0cddf
SS
9929/* The dynamic printf command is mostly like a regular breakpoint, but
9930 with a prewired command list consisting of a single output command,
9931 built from extra arguments supplied on the dprintf command
9932 line. */
9933
da821c7b 9934static void
e7e0cddf
SS
9935dprintf_command (char *arg, int from_tty)
9936{
9937 create_breakpoint (get_current_arch (),
9938 arg,
9939 NULL, 0, NULL, 1 /* parse arg */,
9940 0, bp_dprintf,
9941 0 /* Ignore count */,
9942 pending_break_support,
9943 &dprintf_breakpoint_ops,
9944 from_tty,
9945 1 /* enabled */,
9946 0 /* internal */,
9947 0);
9948}
9949
d3ce09f5
SS
9950static void
9951agent_printf_command (char *arg, int from_tty)
9952{
9953 error (_("May only run agent-printf on the target"));
9954}
9955
f1310107
TJB
9956/* Implement the "breakpoint_hit" breakpoint_ops method for
9957 ranged breakpoints. */
9958
9959static int
9960breakpoint_hit_ranged_breakpoint (const struct bp_location *bl,
9961 struct address_space *aspace,
09ac7c10
TT
9962 CORE_ADDR bp_addr,
9963 const struct target_waitstatus *ws)
f1310107 9964{
09ac7c10 9965 if (ws->kind != TARGET_WAITKIND_STOPPED
a493e3e2 9966 || ws->value.sig != GDB_SIGNAL_TRAP)
09ac7c10
TT
9967 return 0;
9968
f1310107
TJB
9969 return breakpoint_address_match_range (bl->pspace->aspace, bl->address,
9970 bl->length, aspace, bp_addr);
9971}
9972
9973/* Implement the "resources_needed" breakpoint_ops method for
9974 ranged breakpoints. */
9975
9976static int
9977resources_needed_ranged_breakpoint (const struct bp_location *bl)
9978{
9979 return target_ranged_break_num_registers ();
9980}
9981
9982/* Implement the "print_it" breakpoint_ops method for
9983 ranged breakpoints. */
9984
9985static enum print_stop_action
348d480f 9986print_it_ranged_breakpoint (bpstat bs)
f1310107 9987{
348d480f 9988 struct breakpoint *b = bs->breakpoint_at;
f1310107 9989 struct bp_location *bl = b->loc;
79a45e25 9990 struct ui_out *uiout = current_uiout;
f1310107
TJB
9991
9992 gdb_assert (b->type == bp_hardware_breakpoint);
9993
9994 /* Ranged breakpoints have only one location. */
9995 gdb_assert (bl && bl->next == NULL);
9996
9997 annotate_breakpoint (b->number);
9998 if (b->disposition == disp_del)
9999 ui_out_text (uiout, "\nTemporary ranged breakpoint ");
10000 else
10001 ui_out_text (uiout, "\nRanged breakpoint ");
10002 if (ui_out_is_mi_like_p (uiout))
10003 {
10004 ui_out_field_string (uiout, "reason",
10005 async_reason_lookup (EXEC_ASYNC_BREAKPOINT_HIT));
10006 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
10007 }
10008 ui_out_field_int (uiout, "bkptno", b->number);
10009 ui_out_text (uiout, ", ");
10010
10011 return PRINT_SRC_AND_LOC;
10012}
10013
10014/* Implement the "print_one" breakpoint_ops method for
10015 ranged breakpoints. */
10016
10017static void
10018print_one_ranged_breakpoint (struct breakpoint *b,
10019 struct bp_location **last_loc)
10020{
10021 struct bp_location *bl = b->loc;
10022 struct value_print_options opts;
79a45e25 10023 struct ui_out *uiout = current_uiout;
f1310107
TJB
10024
10025 /* Ranged breakpoints have only one location. */
10026 gdb_assert (bl && bl->next == NULL);
10027
10028 get_user_print_options (&opts);
10029
10030 if (opts.addressprint)
10031 /* We don't print the address range here, it will be printed later
10032 by print_one_detail_ranged_breakpoint. */
10033 ui_out_field_skip (uiout, "addr");
10034 annotate_field (5);
10035 print_breakpoint_location (b, bl);
10036 *last_loc = bl;
10037}
10038
10039/* Implement the "print_one_detail" breakpoint_ops method for
10040 ranged breakpoints. */
10041
10042static void
10043print_one_detail_ranged_breakpoint (const struct breakpoint *b,
10044 struct ui_out *uiout)
10045{
10046 CORE_ADDR address_start, address_end;
10047 struct bp_location *bl = b->loc;
f99d8bf4
PA
10048 struct ui_file *stb = mem_fileopen ();
10049 struct cleanup *cleanup = make_cleanup_ui_file_delete (stb);
f1310107
TJB
10050
10051 gdb_assert (bl);
10052
10053 address_start = bl->address;
10054 address_end = address_start + bl->length - 1;
10055
10056 ui_out_text (uiout, "\taddress range: ");
f99d8bf4 10057 fprintf_unfiltered (stb, "[%s, %s]",
f1310107
TJB
10058 print_core_address (bl->gdbarch, address_start),
10059 print_core_address (bl->gdbarch, address_end));
10060 ui_out_field_stream (uiout, "addr", stb);
10061 ui_out_text (uiout, "\n");
10062
10063 do_cleanups (cleanup);
10064}
10065
10066/* Implement the "print_mention" breakpoint_ops method for
10067 ranged breakpoints. */
10068
10069static void
10070print_mention_ranged_breakpoint (struct breakpoint *b)
10071{
10072 struct bp_location *bl = b->loc;
79a45e25 10073 struct ui_out *uiout = current_uiout;
f1310107
TJB
10074
10075 gdb_assert (bl);
10076 gdb_assert (b->type == bp_hardware_breakpoint);
10077
10078 if (ui_out_is_mi_like_p (uiout))
10079 return;
10080
10081 printf_filtered (_("Hardware assisted ranged breakpoint %d from %s to %s."),
10082 b->number, paddress (bl->gdbarch, bl->address),
10083 paddress (bl->gdbarch, bl->address + bl->length - 1));
10084}
10085
10086/* Implement the "print_recreate" breakpoint_ops method for
10087 ranged breakpoints. */
10088
10089static void
10090print_recreate_ranged_breakpoint (struct breakpoint *b, struct ui_file *fp)
10091{
10092 fprintf_unfiltered (fp, "break-range %s, %s", b->addr_string,
10093 b->addr_string_range_end);
d9b3f62e 10094 print_recreate_thread (b, fp);
f1310107
TJB
10095}
10096
10097/* The breakpoint_ops structure to be used in ranged breakpoints. */
10098
2060206e 10099static struct breakpoint_ops ranged_breakpoint_ops;
f1310107
TJB
10100
10101/* Find the address where the end of the breakpoint range should be
10102 placed, given the SAL of the end of the range. This is so that if
10103 the user provides a line number, the end of the range is set to the
10104 last instruction of the given line. */
10105
10106static CORE_ADDR
10107find_breakpoint_range_end (struct symtab_and_line sal)
10108{
10109 CORE_ADDR end;
10110
10111 /* If the user provided a PC value, use it. Otherwise,
10112 find the address of the end of the given location. */
10113 if (sal.explicit_pc)
10114 end = sal.pc;
10115 else
10116 {
10117 int ret;
10118 CORE_ADDR start;
10119
10120 ret = find_line_pc_range (sal, &start, &end);
10121 if (!ret)
10122 error (_("Could not find location of the end of the range."));
10123
10124 /* find_line_pc_range returns the start of the next line. */
10125 end--;
10126 }
10127
10128 return end;
10129}
10130
10131/* Implement the "break-range" CLI command. */
10132
10133static void
10134break_range_command (char *arg, int from_tty)
10135{
10136 char *arg_start, *addr_string_start, *addr_string_end;
10137 struct linespec_result canonical_start, canonical_end;
10138 int bp_count, can_use_bp, length;
10139 CORE_ADDR end;
10140 struct breakpoint *b;
10141 struct symtab_and_line sal_start, sal_end;
f1310107 10142 struct cleanup *cleanup_bkpt;
f8eba3c6 10143 struct linespec_sals *lsal_start, *lsal_end;
f1310107
TJB
10144
10145 /* We don't support software ranged breakpoints. */
10146 if (target_ranged_break_num_registers () < 0)
10147 error (_("This target does not support hardware ranged breakpoints."));
10148
10149 bp_count = hw_breakpoint_used_count ();
10150 bp_count += target_ranged_break_num_registers ();
10151 can_use_bp = target_can_use_hardware_watchpoint (bp_hardware_breakpoint,
10152 bp_count, 0);
10153 if (can_use_bp < 0)
10154 error (_("Hardware breakpoints used exceeds limit."));
10155
f8eba3c6 10156 arg = skip_spaces (arg);
f1310107
TJB
10157 if (arg == NULL || arg[0] == '\0')
10158 error(_("No address range specified."));
10159
f1310107
TJB
10160 init_linespec_result (&canonical_start);
10161
f8eba3c6
TT
10162 arg_start = arg;
10163 parse_breakpoint_sals (&arg, &canonical_start);
f1310107 10164
f8eba3c6 10165 cleanup_bkpt = make_cleanup_destroy_linespec_result (&canonical_start);
f1310107
TJB
10166
10167 if (arg[0] != ',')
10168 error (_("Too few arguments."));
f8eba3c6 10169 else if (VEC_empty (linespec_sals, canonical_start.sals))
f1310107 10170 error (_("Could not find location of the beginning of the range."));
f8eba3c6
TT
10171
10172 lsal_start = VEC_index (linespec_sals, canonical_start.sals, 0);
10173
10174 if (VEC_length (linespec_sals, canonical_start.sals) > 1
10175 || lsal_start->sals.nelts != 1)
f1310107
TJB
10176 error (_("Cannot create a ranged breakpoint with multiple locations."));
10177
f8eba3c6
TT
10178 sal_start = lsal_start->sals.sals[0];
10179 addr_string_start = savestring (arg_start, arg - arg_start);
10180 make_cleanup (xfree, addr_string_start);
f1310107
TJB
10181
10182 arg++; /* Skip the comma. */
f8eba3c6 10183 arg = skip_spaces (arg);
f1310107
TJB
10184
10185 /* Parse the end location. */
10186
f1310107
TJB
10187 init_linespec_result (&canonical_end);
10188 arg_start = arg;
10189
f8eba3c6 10190 /* We call decode_line_full directly here instead of using
f1310107
TJB
10191 parse_breakpoint_sals because we need to specify the start location's
10192 symtab and line as the default symtab and line for the end of the
10193 range. This makes it possible to have ranges like "foo.c:27, +14",
10194 where +14 means 14 lines from the start location. */
f8eba3c6
TT
10195 decode_line_full (&arg, DECODE_LINE_FUNFIRSTLINE,
10196 sal_start.symtab, sal_start.line,
10197 &canonical_end, NULL, NULL);
10198
10199 make_cleanup_destroy_linespec_result (&canonical_end);
f1310107 10200
f8eba3c6 10201 if (VEC_empty (linespec_sals, canonical_end.sals))
f1310107 10202 error (_("Could not find location of the end of the range."));
f8eba3c6
TT
10203
10204 lsal_end = VEC_index (linespec_sals, canonical_end.sals, 0);
10205 if (VEC_length (linespec_sals, canonical_end.sals) > 1
10206 || lsal_end->sals.nelts != 1)
f1310107
TJB
10207 error (_("Cannot create a ranged breakpoint with multiple locations."));
10208
f8eba3c6
TT
10209 sal_end = lsal_end->sals.sals[0];
10210 addr_string_end = savestring (arg_start, arg - arg_start);
10211 make_cleanup (xfree, addr_string_end);
f1310107
TJB
10212
10213 end = find_breakpoint_range_end (sal_end);
10214 if (sal_start.pc > end)
177b42fe 10215 error (_("Invalid address range, end precedes start."));
f1310107
TJB
10216
10217 length = end - sal_start.pc + 1;
10218 if (length < 0)
10219 /* Length overflowed. */
10220 error (_("Address range too large."));
10221 else if (length == 1)
10222 {
10223 /* This range is simple enough to be handled by
10224 the `hbreak' command. */
10225 hbreak_command (addr_string_start, 1);
10226
10227 do_cleanups (cleanup_bkpt);
10228
10229 return;
10230 }
10231
10232 /* Now set up the breakpoint. */
10233 b = set_raw_breakpoint (get_current_arch (), sal_start,
348d480f 10234 bp_hardware_breakpoint, &ranged_breakpoint_ops);
f1310107
TJB
10235 set_breakpoint_count (breakpoint_count + 1);
10236 b->number = breakpoint_count;
10237 b->disposition = disp_donttouch;
f8eba3c6
TT
10238 b->addr_string = xstrdup (addr_string_start);
10239 b->addr_string_range_end = xstrdup (addr_string_end);
f1310107
TJB
10240 b->loc->length = length;
10241
f8eba3c6 10242 do_cleanups (cleanup_bkpt);
f1310107
TJB
10243
10244 mention (b);
8d3788bd 10245 observer_notify_breakpoint_created (b);
f1310107
TJB
10246 update_global_location_list (1);
10247}
10248
4a64f543
MS
10249/* Return non-zero if EXP is verified as constant. Returned zero
10250 means EXP is variable. Also the constant detection may fail for
10251 some constant expressions and in such case still falsely return
10252 zero. */
2e6e3d9c 10253
65d79d4b
SDJ
10254static int
10255watchpoint_exp_is_const (const struct expression *exp)
10256{
10257 int i = exp->nelts;
10258
10259 while (i > 0)
10260 {
10261 int oplenp, argsp;
10262
10263 /* We are only interested in the descriptor of each element. */
10264 operator_length (exp, i, &oplenp, &argsp);
10265 i -= oplenp;
10266
10267 switch (exp->elts[i].opcode)
10268 {
10269 case BINOP_ADD:
10270 case BINOP_SUB:
10271 case BINOP_MUL:
10272 case BINOP_DIV:
10273 case BINOP_REM:
10274 case BINOP_MOD:
10275 case BINOP_LSH:
10276 case BINOP_RSH:
10277 case BINOP_LOGICAL_AND:
10278 case BINOP_LOGICAL_OR:
10279 case BINOP_BITWISE_AND:
10280 case BINOP_BITWISE_IOR:
10281 case BINOP_BITWISE_XOR:
10282 case BINOP_EQUAL:
10283 case BINOP_NOTEQUAL:
10284 case BINOP_LESS:
10285 case BINOP_GTR:
10286 case BINOP_LEQ:
10287 case BINOP_GEQ:
10288 case BINOP_REPEAT:
10289 case BINOP_COMMA:
10290 case BINOP_EXP:
10291 case BINOP_MIN:
10292 case BINOP_MAX:
10293 case BINOP_INTDIV:
10294 case BINOP_CONCAT:
10295 case BINOP_IN:
10296 case BINOP_RANGE:
10297 case TERNOP_COND:
10298 case TERNOP_SLICE:
65d79d4b
SDJ
10299
10300 case OP_LONG:
10301 case OP_DOUBLE:
10302 case OP_DECFLOAT:
10303 case OP_LAST:
10304 case OP_COMPLEX:
10305 case OP_STRING:
65d79d4b
SDJ
10306 case OP_ARRAY:
10307 case OP_TYPE:
608b4967
TT
10308 case OP_TYPEOF:
10309 case OP_DECLTYPE:
6e72ca20 10310 case OP_TYPEID:
65d79d4b
SDJ
10311 case OP_NAME:
10312 case OP_OBJC_NSSTRING:
10313
10314 case UNOP_NEG:
10315 case UNOP_LOGICAL_NOT:
10316 case UNOP_COMPLEMENT:
10317 case UNOP_ADDR:
10318 case UNOP_HIGH:
aeaa2474 10319 case UNOP_CAST:
9eaf6705
TT
10320
10321 case UNOP_CAST_TYPE:
10322 case UNOP_REINTERPRET_CAST:
10323 case UNOP_DYNAMIC_CAST:
4a64f543
MS
10324 /* Unary, binary and ternary operators: We have to check
10325 their operands. If they are constant, then so is the
10326 result of that operation. For instance, if A and B are
10327 determined to be constants, then so is "A + B".
10328
10329 UNOP_IND is one exception to the rule above, because the
10330 value of *ADDR is not necessarily a constant, even when
10331 ADDR is. */
65d79d4b
SDJ
10332 break;
10333
10334 case OP_VAR_VALUE:
10335 /* Check whether the associated symbol is a constant.
4a64f543 10336
65d79d4b 10337 We use SYMBOL_CLASS rather than TYPE_CONST because it's
4a64f543
MS
10338 possible that a buggy compiler could mark a variable as
10339 constant even when it is not, and TYPE_CONST would return
10340 true in this case, while SYMBOL_CLASS wouldn't.
10341
10342 We also have to check for function symbols because they
10343 are always constant. */
65d79d4b
SDJ
10344 {
10345 struct symbol *s = exp->elts[i + 2].symbol;
10346
10347 if (SYMBOL_CLASS (s) != LOC_BLOCK
10348 && SYMBOL_CLASS (s) != LOC_CONST
10349 && SYMBOL_CLASS (s) != LOC_CONST_BYTES)
10350 return 0;
10351 break;
10352 }
10353
10354 /* The default action is to return 0 because we are using
10355 the optimistic approach here: If we don't know something,
10356 then it is not a constant. */
10357 default:
10358 return 0;
10359 }
10360 }
10361
10362 return 1;
10363}
10364
3a5c3e22
PA
10365/* Implement the "dtor" breakpoint_ops method for watchpoints. */
10366
10367static void
10368dtor_watchpoint (struct breakpoint *self)
10369{
10370 struct watchpoint *w = (struct watchpoint *) self;
10371
10372 xfree (w->cond_exp);
10373 xfree (w->exp);
10374 xfree (w->exp_string);
10375 xfree (w->exp_string_reparse);
10376 value_free (w->val);
10377
10378 base_breakpoint_ops.dtor (self);
10379}
10380
348d480f
PA
10381/* Implement the "re_set" breakpoint_ops method for watchpoints. */
10382
10383static void
10384re_set_watchpoint (struct breakpoint *b)
10385{
3a5c3e22
PA
10386 struct watchpoint *w = (struct watchpoint *) b;
10387
348d480f
PA
10388 /* Watchpoint can be either on expression using entirely global
10389 variables, or it can be on local variables.
10390
10391 Watchpoints of the first kind are never auto-deleted, and even
10392 persist across program restarts. Since they can use variables
10393 from shared libraries, we need to reparse expression as libraries
10394 are loaded and unloaded.
10395
10396 Watchpoints on local variables can also change meaning as result
10397 of solib event. For example, if a watchpoint uses both a local
10398 and a global variables in expression, it's a local watchpoint,
10399 but unloading of a shared library will make the expression
10400 invalid. This is not a very common use case, but we still
10401 re-evaluate expression, to avoid surprises to the user.
10402
10403 Note that for local watchpoints, we re-evaluate it only if
10404 watchpoints frame id is still valid. If it's not, it means the
10405 watchpoint is out of scope and will be deleted soon. In fact,
10406 I'm not sure we'll ever be called in this case.
10407
10408 If a local watchpoint's frame id is still valid, then
3a5c3e22 10409 w->exp_valid_block is likewise valid, and we can safely use it.
348d480f 10410
3a5c3e22
PA
10411 Don't do anything about disabled watchpoints, since they will be
10412 reevaluated again when enabled. */
10413 update_watchpoint (w, 1 /* reparse */);
348d480f
PA
10414}
10415
77b06cd7
TJB
10416/* Implement the "insert" breakpoint_ops method for hardware watchpoints. */
10417
10418static int
10419insert_watchpoint (struct bp_location *bl)
10420{
3a5c3e22
PA
10421 struct watchpoint *w = (struct watchpoint *) bl->owner;
10422 int length = w->exact ? 1 : bl->length;
e09342b5
TJB
10423
10424 return target_insert_watchpoint (bl->address, length, bl->watchpoint_type,
3a5c3e22 10425 w->cond_exp);
77b06cd7
TJB
10426}
10427
10428/* Implement the "remove" breakpoint_ops method for hardware watchpoints. */
10429
10430static int
10431remove_watchpoint (struct bp_location *bl)
10432{
3a5c3e22
PA
10433 struct watchpoint *w = (struct watchpoint *) bl->owner;
10434 int length = w->exact ? 1 : bl->length;
e09342b5
TJB
10435
10436 return target_remove_watchpoint (bl->address, length, bl->watchpoint_type,
3a5c3e22 10437 w->cond_exp);
e09342b5
TJB
10438}
10439
e09342b5 10440static int
348d480f 10441breakpoint_hit_watchpoint (const struct bp_location *bl,
09ac7c10
TT
10442 struct address_space *aspace, CORE_ADDR bp_addr,
10443 const struct target_waitstatus *ws)
e09342b5 10444{
348d480f 10445 struct breakpoint *b = bl->owner;
3a5c3e22 10446 struct watchpoint *w = (struct watchpoint *) b;
77b06cd7 10447
348d480f
PA
10448 /* Continuable hardware watchpoints are treated as non-existent if the
10449 reason we stopped wasn't a hardware watchpoint (we didn't stop on
10450 some data address). Otherwise gdb won't stop on a break instruction
10451 in the code (not from a breakpoint) when a hardware watchpoint has
10452 been defined. Also skip watchpoints which we know did not trigger
10453 (did not match the data address). */
10454 if (is_hardware_watchpoint (b)
3a5c3e22 10455 && w->watchpoint_triggered == watch_triggered_no)
348d480f 10456 return 0;
9c06b0b4 10457
348d480f 10458 return 1;
9c06b0b4
TJB
10459}
10460
348d480f
PA
10461static void
10462check_status_watchpoint (bpstat bs)
9c06b0b4 10463{
348d480f 10464 gdb_assert (is_watchpoint (bs->breakpoint_at));
9c06b0b4 10465
348d480f 10466 bpstat_check_watchpoint (bs);
9c06b0b4
TJB
10467}
10468
10469/* Implement the "resources_needed" breakpoint_ops method for
348d480f 10470 hardware watchpoints. */
9c06b0b4
TJB
10471
10472static int
348d480f 10473resources_needed_watchpoint (const struct bp_location *bl)
9c06b0b4 10474{
3a5c3e22
PA
10475 struct watchpoint *w = (struct watchpoint *) bl->owner;
10476 int length = w->exact? 1 : bl->length;
348d480f
PA
10477
10478 return target_region_ok_for_hw_watchpoint (bl->address, length);
9c06b0b4
TJB
10479}
10480
10481/* Implement the "works_in_software_mode" breakpoint_ops method for
348d480f 10482 hardware watchpoints. */
9c06b0b4
TJB
10483
10484static int
348d480f 10485works_in_software_mode_watchpoint (const struct breakpoint *b)
9c06b0b4 10486{
efa80663
PA
10487 /* Read and access watchpoints only work with hardware support. */
10488 return b->type == bp_watchpoint || b->type == bp_hardware_watchpoint;
9c06b0b4
TJB
10489}
10490
9c06b0b4 10491static enum print_stop_action
348d480f 10492print_it_watchpoint (bpstat bs)
9c06b0b4 10493{
348d480f
PA
10494 struct cleanup *old_chain;
10495 struct breakpoint *b;
f99d8bf4 10496 struct ui_file *stb;
348d480f 10497 enum print_stop_action result;
3a5c3e22 10498 struct watchpoint *w;
79a45e25 10499 struct ui_out *uiout = current_uiout;
348d480f
PA
10500
10501 gdb_assert (bs->bp_location_at != NULL);
10502
348d480f 10503 b = bs->breakpoint_at;
3a5c3e22 10504 w = (struct watchpoint *) b;
348d480f 10505
f99d8bf4
PA
10506 stb = mem_fileopen ();
10507 old_chain = make_cleanup_ui_file_delete (stb);
9c06b0b4
TJB
10508
10509 switch (b->type)
10510 {
348d480f 10511 case bp_watchpoint:
9c06b0b4
TJB
10512 case bp_hardware_watchpoint:
10513 annotate_watchpoint (b->number);
10514 if (ui_out_is_mi_like_p (uiout))
10515 ui_out_field_string
10516 (uiout, "reason",
10517 async_reason_lookup (EXEC_ASYNC_WATCHPOINT_TRIGGER));
348d480f
PA
10518 mention (b);
10519 make_cleanup_ui_out_tuple_begin_end (uiout, "value");
10520 ui_out_text (uiout, "\nOld value = ");
f99d8bf4 10521 watchpoint_value_print (bs->old_val, stb);
348d480f
PA
10522 ui_out_field_stream (uiout, "old", stb);
10523 ui_out_text (uiout, "\nNew value = ");
f99d8bf4 10524 watchpoint_value_print (w->val, stb);
348d480f
PA
10525 ui_out_field_stream (uiout, "new", stb);
10526 ui_out_text (uiout, "\n");
10527 /* More than one watchpoint may have been triggered. */
10528 result = PRINT_UNKNOWN;
9c06b0b4
TJB
10529 break;
10530
10531 case bp_read_watchpoint:
10532 if (ui_out_is_mi_like_p (uiout))
10533 ui_out_field_string
10534 (uiout, "reason",
10535 async_reason_lookup (EXEC_ASYNC_READ_WATCHPOINT_TRIGGER));
348d480f
PA
10536 mention (b);
10537 make_cleanup_ui_out_tuple_begin_end (uiout, "value");
10538 ui_out_text (uiout, "\nValue = ");
f99d8bf4 10539 watchpoint_value_print (w->val, stb);
348d480f
PA
10540 ui_out_field_stream (uiout, "value", stb);
10541 ui_out_text (uiout, "\n");
10542 result = PRINT_UNKNOWN;
9c06b0b4
TJB
10543 break;
10544
10545 case bp_access_watchpoint:
348d480f
PA
10546 if (bs->old_val != NULL)
10547 {
10548 annotate_watchpoint (b->number);
10549 if (ui_out_is_mi_like_p (uiout))
10550 ui_out_field_string
10551 (uiout, "reason",
10552 async_reason_lookup (EXEC_ASYNC_ACCESS_WATCHPOINT_TRIGGER));
10553 mention (b);
10554 make_cleanup_ui_out_tuple_begin_end (uiout, "value");
10555 ui_out_text (uiout, "\nOld value = ");
f99d8bf4 10556 watchpoint_value_print (bs->old_val, stb);
348d480f
PA
10557 ui_out_field_stream (uiout, "old", stb);
10558 ui_out_text (uiout, "\nNew value = ");
10559 }
10560 else
10561 {
10562 mention (b);
10563 if (ui_out_is_mi_like_p (uiout))
10564 ui_out_field_string
10565 (uiout, "reason",
10566 async_reason_lookup (EXEC_ASYNC_ACCESS_WATCHPOINT_TRIGGER));
10567 make_cleanup_ui_out_tuple_begin_end (uiout, "value");
10568 ui_out_text (uiout, "\nValue = ");
10569 }
f99d8bf4 10570 watchpoint_value_print (w->val, stb);
348d480f
PA
10571 ui_out_field_stream (uiout, "new", stb);
10572 ui_out_text (uiout, "\n");
10573 result = PRINT_UNKNOWN;
9c06b0b4
TJB
10574 break;
10575 default:
348d480f 10576 result = PRINT_UNKNOWN;
9c06b0b4
TJB
10577 }
10578
348d480f
PA
10579 do_cleanups (old_chain);
10580 return result;
10581}
10582
10583/* Implement the "print_mention" breakpoint_ops method for hardware
10584 watchpoints. */
10585
10586static void
10587print_mention_watchpoint (struct breakpoint *b)
10588{
10589 struct cleanup *ui_out_chain;
3a5c3e22 10590 struct watchpoint *w = (struct watchpoint *) b;
79a45e25 10591 struct ui_out *uiout = current_uiout;
348d480f
PA
10592
10593 switch (b->type)
10594 {
10595 case bp_watchpoint:
10596 ui_out_text (uiout, "Watchpoint ");
10597 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "wpt");
10598 break;
10599 case bp_hardware_watchpoint:
10600 ui_out_text (uiout, "Hardware watchpoint ");
10601 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "wpt");
10602 break;
10603 case bp_read_watchpoint:
10604 ui_out_text (uiout, "Hardware read watchpoint ");
10605 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "hw-rwpt");
10606 break;
10607 case bp_access_watchpoint:
10608 ui_out_text (uiout, "Hardware access (read/write) watchpoint ");
10609 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "hw-awpt");
10610 break;
10611 default:
10612 internal_error (__FILE__, __LINE__,
10613 _("Invalid hardware watchpoint type."));
10614 }
10615
10616 ui_out_field_int (uiout, "number", b->number);
10617 ui_out_text (uiout, ": ");
3a5c3e22 10618 ui_out_field_string (uiout, "exp", w->exp_string);
348d480f
PA
10619 do_cleanups (ui_out_chain);
10620}
10621
10622/* Implement the "print_recreate" breakpoint_ops method for
10623 watchpoints. */
10624
10625static void
10626print_recreate_watchpoint (struct breakpoint *b, struct ui_file *fp)
10627{
3a5c3e22
PA
10628 struct watchpoint *w = (struct watchpoint *) b;
10629
348d480f
PA
10630 switch (b->type)
10631 {
10632 case bp_watchpoint:
10633 case bp_hardware_watchpoint:
10634 fprintf_unfiltered (fp, "watch");
10635 break;
10636 case bp_read_watchpoint:
10637 fprintf_unfiltered (fp, "rwatch");
10638 break;
10639 case bp_access_watchpoint:
10640 fprintf_unfiltered (fp, "awatch");
10641 break;
10642 default:
10643 internal_error (__FILE__, __LINE__,
10644 _("Invalid watchpoint type."));
10645 }
10646
3a5c3e22 10647 fprintf_unfiltered (fp, " %s", w->exp_string);
d9b3f62e 10648 print_recreate_thread (b, fp);
348d480f
PA
10649}
10650
10651/* The breakpoint_ops structure to be used in hardware watchpoints. */
10652
2060206e 10653static struct breakpoint_ops watchpoint_breakpoint_ops;
348d480f
PA
10654
10655/* Implement the "insert" breakpoint_ops method for
10656 masked hardware watchpoints. */
10657
10658static int
10659insert_masked_watchpoint (struct bp_location *bl)
10660{
3a5c3e22
PA
10661 struct watchpoint *w = (struct watchpoint *) bl->owner;
10662
10663 return target_insert_mask_watchpoint (bl->address, w->hw_wp_mask,
348d480f
PA
10664 bl->watchpoint_type);
10665}
10666
10667/* Implement the "remove" breakpoint_ops method for
10668 masked hardware watchpoints. */
10669
10670static int
10671remove_masked_watchpoint (struct bp_location *bl)
10672{
3a5c3e22
PA
10673 struct watchpoint *w = (struct watchpoint *) bl->owner;
10674
10675 return target_remove_mask_watchpoint (bl->address, w->hw_wp_mask,
348d480f
PA
10676 bl->watchpoint_type);
10677}
10678
10679/* Implement the "resources_needed" breakpoint_ops method for
10680 masked hardware watchpoints. */
10681
10682static int
10683resources_needed_masked_watchpoint (const struct bp_location *bl)
10684{
3a5c3e22
PA
10685 struct watchpoint *w = (struct watchpoint *) bl->owner;
10686
10687 return target_masked_watch_num_registers (bl->address, w->hw_wp_mask);
348d480f
PA
10688}
10689
10690/* Implement the "works_in_software_mode" breakpoint_ops method for
10691 masked hardware watchpoints. */
10692
10693static int
10694works_in_software_mode_masked_watchpoint (const struct breakpoint *b)
10695{
10696 return 0;
10697}
10698
10699/* Implement the "print_it" breakpoint_ops method for
10700 masked hardware watchpoints. */
10701
10702static enum print_stop_action
10703print_it_masked_watchpoint (bpstat bs)
10704{
10705 struct breakpoint *b = bs->breakpoint_at;
79a45e25 10706 struct ui_out *uiout = current_uiout;
348d480f
PA
10707
10708 /* Masked watchpoints have only one location. */
10709 gdb_assert (b->loc && b->loc->next == NULL);
10710
10711 switch (b->type)
10712 {
10713 case bp_hardware_watchpoint:
10714 annotate_watchpoint (b->number);
10715 if (ui_out_is_mi_like_p (uiout))
10716 ui_out_field_string
10717 (uiout, "reason",
10718 async_reason_lookup (EXEC_ASYNC_WATCHPOINT_TRIGGER));
10719 break;
10720
10721 case bp_read_watchpoint:
10722 if (ui_out_is_mi_like_p (uiout))
10723 ui_out_field_string
10724 (uiout, "reason",
10725 async_reason_lookup (EXEC_ASYNC_READ_WATCHPOINT_TRIGGER));
10726 break;
10727
10728 case bp_access_watchpoint:
10729 if (ui_out_is_mi_like_p (uiout))
10730 ui_out_field_string
10731 (uiout, "reason",
10732 async_reason_lookup (EXEC_ASYNC_ACCESS_WATCHPOINT_TRIGGER));
10733 break;
10734 default:
10735 internal_error (__FILE__, __LINE__,
10736 _("Invalid hardware watchpoint type."));
10737 }
10738
10739 mention (b);
9c06b0b4
TJB
10740 ui_out_text (uiout, _("\n\
10741Check the underlying instruction at PC for the memory\n\
10742address and value which triggered this watchpoint.\n"));
10743 ui_out_text (uiout, "\n");
10744
10745 /* More than one watchpoint may have been triggered. */
10746 return PRINT_UNKNOWN;
10747}
10748
10749/* Implement the "print_one_detail" breakpoint_ops method for
10750 masked hardware watchpoints. */
10751
10752static void
10753print_one_detail_masked_watchpoint (const struct breakpoint *b,
10754 struct ui_out *uiout)
10755{
3a5c3e22
PA
10756 struct watchpoint *w = (struct watchpoint *) b;
10757
9c06b0b4
TJB
10758 /* Masked watchpoints have only one location. */
10759 gdb_assert (b->loc && b->loc->next == NULL);
10760
10761 ui_out_text (uiout, "\tmask ");
3a5c3e22 10762 ui_out_field_core_addr (uiout, "mask", b->loc->gdbarch, w->hw_wp_mask);
9c06b0b4
TJB
10763 ui_out_text (uiout, "\n");
10764}
10765
10766/* Implement the "print_mention" breakpoint_ops method for
10767 masked hardware watchpoints. */
10768
10769static void
10770print_mention_masked_watchpoint (struct breakpoint *b)
10771{
3a5c3e22 10772 struct watchpoint *w = (struct watchpoint *) b;
79a45e25 10773 struct ui_out *uiout = current_uiout;
9c06b0b4
TJB
10774 struct cleanup *ui_out_chain;
10775
10776 switch (b->type)
10777 {
10778 case bp_hardware_watchpoint:
10779 ui_out_text (uiout, "Masked hardware watchpoint ");
10780 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "wpt");
10781 break;
10782 case bp_read_watchpoint:
10783 ui_out_text (uiout, "Masked hardware read watchpoint ");
10784 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "hw-rwpt");
10785 break;
10786 case bp_access_watchpoint:
10787 ui_out_text (uiout, "Masked hardware access (read/write) watchpoint ");
10788 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "hw-awpt");
10789 break;
10790 default:
10791 internal_error (__FILE__, __LINE__,
10792 _("Invalid hardware watchpoint type."));
10793 }
10794
10795 ui_out_field_int (uiout, "number", b->number);
10796 ui_out_text (uiout, ": ");
3a5c3e22 10797 ui_out_field_string (uiout, "exp", w->exp_string);
9c06b0b4
TJB
10798 do_cleanups (ui_out_chain);
10799}
10800
10801/* Implement the "print_recreate" breakpoint_ops method for
10802 masked hardware watchpoints. */
10803
10804static void
10805print_recreate_masked_watchpoint (struct breakpoint *b, struct ui_file *fp)
10806{
3a5c3e22 10807 struct watchpoint *w = (struct watchpoint *) b;
9c06b0b4
TJB
10808 char tmp[40];
10809
10810 switch (b->type)
10811 {
10812 case bp_hardware_watchpoint:
10813 fprintf_unfiltered (fp, "watch");
10814 break;
10815 case bp_read_watchpoint:
10816 fprintf_unfiltered (fp, "rwatch");
10817 break;
10818 case bp_access_watchpoint:
10819 fprintf_unfiltered (fp, "awatch");
10820 break;
10821 default:
10822 internal_error (__FILE__, __LINE__,
10823 _("Invalid hardware watchpoint type."));
10824 }
10825
3a5c3e22
PA
10826 sprintf_vma (tmp, w->hw_wp_mask);
10827 fprintf_unfiltered (fp, " %s mask 0x%s", w->exp_string, tmp);
d9b3f62e 10828 print_recreate_thread (b, fp);
9c06b0b4
TJB
10829}
10830
10831/* The breakpoint_ops structure to be used in masked hardware watchpoints. */
10832
2060206e 10833static struct breakpoint_ops masked_watchpoint_breakpoint_ops;
9c06b0b4
TJB
10834
10835/* Tell whether the given watchpoint is a masked hardware watchpoint. */
10836
10837static int
10838is_masked_watchpoint (const struct breakpoint *b)
10839{
10840 return b->ops == &masked_watchpoint_breakpoint_ops;
10841}
10842
53a5351d
JM
10843/* accessflag: hw_write: watch write,
10844 hw_read: watch read,
10845 hw_access: watch access (read or write) */
c906108c 10846static void
bbc13ae3 10847watch_command_1 (const char *arg, int accessflag, int from_tty,
84f4c1fe 10848 int just_location, int internal)
c906108c 10849{
a9634178 10850 volatile struct gdb_exception e;
d983da9c 10851 struct breakpoint *b, *scope_breakpoint = NULL;
c906108c 10852 struct expression *exp;
270140bd 10853 const struct block *exp_valid_block = NULL, *cond_exp_valid_block = NULL;
a1442452 10854 struct value *val, *mark, *result;
c906108c 10855 struct frame_info *frame;
bbc13ae3
KS
10856 const char *exp_start = NULL;
10857 const char *exp_end = NULL;
10858 const char *tok, *end_tok;
9c06b0b4 10859 int toklen = -1;
bbc13ae3
KS
10860 const char *cond_start = NULL;
10861 const char *cond_end = NULL;
c906108c 10862 enum bptype bp_type;
37e4754d 10863 int thread = -1;
0cf6dd15 10864 int pc = 0;
9c06b0b4
TJB
10865 /* Flag to indicate whether we are going to use masks for
10866 the hardware watchpoint. */
10867 int use_mask = 0;
10868 CORE_ADDR mask = 0;
3a5c3e22 10869 struct watchpoint *w;
bbc13ae3
KS
10870 char *expression;
10871 struct cleanup *back_to;
c906108c 10872
37e4754d
LM
10873 /* Make sure that we actually have parameters to parse. */
10874 if (arg != NULL && arg[0] != '\0')
10875 {
bbc13ae3
KS
10876 const char *value_start;
10877
10878 exp_end = arg + strlen (arg);
37e4754d 10879
9c06b0b4
TJB
10880 /* Look for "parameter value" pairs at the end
10881 of the arguments string. */
bbc13ae3 10882 for (tok = exp_end - 1; tok > arg; tok--)
9c06b0b4
TJB
10883 {
10884 /* Skip whitespace at the end of the argument list. */
10885 while (tok > arg && (*tok == ' ' || *tok == '\t'))
10886 tok--;
10887
10888 /* Find the beginning of the last token.
10889 This is the value of the parameter. */
10890 while (tok > arg && (*tok != ' ' && *tok != '\t'))
10891 tok--;
10892 value_start = tok + 1;
10893
10894 /* Skip whitespace. */
10895 while (tok > arg && (*tok == ' ' || *tok == '\t'))
10896 tok--;
10897
10898 end_tok = tok;
10899
10900 /* Find the beginning of the second to last token.
10901 This is the parameter itself. */
10902 while (tok > arg && (*tok != ' ' && *tok != '\t'))
10903 tok--;
10904 tok++;
10905 toklen = end_tok - tok + 1;
10906
10907 if (toklen == 6 && !strncmp (tok, "thread", 6))
10908 {
10909 /* At this point we've found a "thread" token, which means
10910 the user is trying to set a watchpoint that triggers
10911 only in a specific thread. */
10912 char *endp;
37e4754d 10913
9c06b0b4
TJB
10914 if (thread != -1)
10915 error(_("You can specify only one thread."));
37e4754d 10916
9c06b0b4
TJB
10917 /* Extract the thread ID from the next token. */
10918 thread = strtol (value_start, &endp, 0);
37e4754d 10919
9c06b0b4
TJB
10920 /* Check if the user provided a valid numeric value for the
10921 thread ID. */
10922 if (*endp != ' ' && *endp != '\t' && *endp != '\0')
10923 error (_("Invalid thread ID specification %s."), value_start);
10924
10925 /* Check if the thread actually exists. */
10926 if (!valid_thread_id (thread))
af4908ba 10927 invalid_thread_id_error (thread);
9c06b0b4
TJB
10928 }
10929 else if (toklen == 4 && !strncmp (tok, "mask", 4))
10930 {
10931 /* We've found a "mask" token, which means the user wants to
10932 create a hardware watchpoint that is going to have the mask
10933 facility. */
10934 struct value *mask_value, *mark;
37e4754d 10935
9c06b0b4
TJB
10936 if (use_mask)
10937 error(_("You can specify only one mask."));
37e4754d 10938
9c06b0b4 10939 use_mask = just_location = 1;
37e4754d 10940
9c06b0b4
TJB
10941 mark = value_mark ();
10942 mask_value = parse_to_comma_and_eval (&value_start);
10943 mask = value_as_address (mask_value);
10944 value_free_to_mark (mark);
10945 }
10946 else
10947 /* We didn't recognize what we found. We should stop here. */
10948 break;
37e4754d 10949
9c06b0b4
TJB
10950 /* Truncate the string and get rid of the "parameter value" pair before
10951 the arguments string is parsed by the parse_exp_1 function. */
bbc13ae3 10952 exp_end = tok;
9c06b0b4 10953 }
37e4754d 10954 }
bbc13ae3
KS
10955 else
10956 exp_end = arg;
37e4754d 10957
bbc13ae3
KS
10958 /* Parse the rest of the arguments. From here on out, everything
10959 is in terms of a newly allocated string instead of the original
10960 ARG. */
c906108c 10961 innermost_block = NULL;
bbc13ae3
KS
10962 expression = savestring (arg, exp_end - arg);
10963 back_to = make_cleanup (xfree, expression);
10964 exp_start = arg = expression;
1bb9788d 10965 exp = parse_exp_1 (&arg, 0, 0, 0);
c906108c 10966 exp_end = arg;
fa8a61dc
TT
10967 /* Remove trailing whitespace from the expression before saving it.
10968 This makes the eventual display of the expression string a bit
10969 prettier. */
10970 while (exp_end > exp_start && (exp_end[-1] == ' ' || exp_end[-1] == '\t'))
10971 --exp_end;
10972
65d79d4b
SDJ
10973 /* Checking if the expression is not constant. */
10974 if (watchpoint_exp_is_const (exp))
10975 {
10976 int len;
10977
10978 len = exp_end - exp_start;
10979 while (len > 0 && isspace (exp_start[len - 1]))
10980 len--;
10981 error (_("Cannot watch constant value `%.*s'."), len, exp_start);
10982 }
10983
c906108c
SS
10984 exp_valid_block = innermost_block;
10985 mark = value_mark ();
a1442452 10986 fetch_subexp_value (exp, &pc, &val, &result, NULL);
06a64a0b
TT
10987
10988 if (just_location)
10989 {
9c06b0b4
TJB
10990 int ret;
10991
06a64a0b 10992 exp_valid_block = NULL;
a1442452 10993 val = value_addr (result);
06a64a0b
TT
10994 release_value (val);
10995 value_free_to_mark (mark);
9c06b0b4
TJB
10996
10997 if (use_mask)
10998 {
10999 ret = target_masked_watch_num_registers (value_as_address (val),
11000 mask);
11001 if (ret == -1)
11002 error (_("This target does not support masked watchpoints."));
11003 else if (ret == -2)
11004 error (_("Invalid mask or memory region."));
11005 }
06a64a0b
TT
11006 }
11007 else if (val != NULL)
fa4727a6 11008 release_value (val);
c906108c 11009
bbc13ae3
KS
11010 tok = skip_spaces_const (arg);
11011 end_tok = skip_to_space_const (tok);
c906108c
SS
11012
11013 toklen = end_tok - tok;
11014 if (toklen >= 1 && strncmp (tok, "if", toklen) == 0)
11015 {
2d134ed3
PA
11016 struct expression *cond;
11017
60e1c644 11018 innermost_block = NULL;
c906108c 11019 tok = cond_start = end_tok + 1;
1bb9788d 11020 cond = parse_exp_1 (&tok, 0, 0, 0);
60e1c644
PA
11021
11022 /* The watchpoint expression may not be local, but the condition
11023 may still be. E.g.: `watch global if local > 0'. */
11024 cond_exp_valid_block = innermost_block;
11025
2d134ed3 11026 xfree (cond);
c906108c
SS
11027 cond_end = tok;
11028 }
11029 if (*tok)
8a3fe4f8 11030 error (_("Junk at end of command."));
c906108c 11031
53a5351d 11032 if (accessflag == hw_read)
c5aa993b 11033 bp_type = bp_read_watchpoint;
53a5351d 11034 else if (accessflag == hw_access)
c5aa993b
JM
11035 bp_type = bp_access_watchpoint;
11036 else
11037 bp_type = bp_hardware_watchpoint;
c906108c 11038
d983da9c 11039 frame = block_innermost_frame (exp_valid_block);
d983da9c
DJ
11040
11041 /* If the expression is "local", then set up a "watchpoint scope"
11042 breakpoint at the point where we've left the scope of the watchpoint
11043 expression. Create the scope breakpoint before the watchpoint, so
11044 that we will encounter it first in bpstat_stop_status. */
60e1c644 11045 if (exp_valid_block && frame)
d983da9c 11046 {
edb3359d
DJ
11047 if (frame_id_p (frame_unwind_caller_id (frame)))
11048 {
11049 scope_breakpoint
a6d9a66e
UW
11050 = create_internal_breakpoint (frame_unwind_caller_arch (frame),
11051 frame_unwind_caller_pc (frame),
06edf0c0
PA
11052 bp_watchpoint_scope,
11053 &momentary_breakpoint_ops);
d983da9c 11054
edb3359d 11055 scope_breakpoint->enable_state = bp_enabled;
d983da9c 11056
edb3359d
DJ
11057 /* Automatically delete the breakpoint when it hits. */
11058 scope_breakpoint->disposition = disp_del;
d983da9c 11059
edb3359d
DJ
11060 /* Only break in the proper frame (help with recursion). */
11061 scope_breakpoint->frame_id = frame_unwind_caller_id (frame);
d983da9c 11062
edb3359d 11063 /* Set the address at which we will stop. */
a6d9a66e
UW
11064 scope_breakpoint->loc->gdbarch
11065 = frame_unwind_caller_arch (frame);
edb3359d
DJ
11066 scope_breakpoint->loc->requested_address
11067 = frame_unwind_caller_pc (frame);
11068 scope_breakpoint->loc->address
a6d9a66e
UW
11069 = adjust_breakpoint_address (scope_breakpoint->loc->gdbarch,
11070 scope_breakpoint->loc->requested_address,
edb3359d
DJ
11071 scope_breakpoint->type);
11072 }
d983da9c
DJ
11073 }
11074
c906108c 11075 /* Now set up the breakpoint. */
3a5c3e22
PA
11076
11077 w = XCNEW (struct watchpoint);
11078 b = &w->base;
348d480f 11079 if (use_mask)
3a5c3e22
PA
11080 init_raw_breakpoint_without_location (b, NULL, bp_type,
11081 &masked_watchpoint_breakpoint_ops);
348d480f 11082 else
3a5c3e22
PA
11083 init_raw_breakpoint_without_location (b, NULL, bp_type,
11084 &watchpoint_breakpoint_ops);
37e4754d 11085 b->thread = thread;
b5de0fa7 11086 b->disposition = disp_donttouch;
348d480f 11087 b->pspace = current_program_space;
3a5c3e22
PA
11088 w->exp = exp;
11089 w->exp_valid_block = exp_valid_block;
11090 w->cond_exp_valid_block = cond_exp_valid_block;
06a64a0b
TT
11091 if (just_location)
11092 {
11093 struct type *t = value_type (val);
11094 CORE_ADDR addr = value_as_address (val);
11095 char *name;
11096
11097 t = check_typedef (TYPE_TARGET_TYPE (check_typedef (t)));
11098 name = type_to_string (t);
11099
3a5c3e22 11100 w->exp_string_reparse = xstrprintf ("* (%s *) %s", name,
d63d0675 11101 core_addr_to_string (addr));
06a64a0b
TT
11102 xfree (name);
11103
3a5c3e22 11104 w->exp_string = xstrprintf ("-location %.*s",
d63d0675
JK
11105 (int) (exp_end - exp_start), exp_start);
11106
06a64a0b
TT
11107 /* The above expression is in C. */
11108 b->language = language_c;
11109 }
11110 else
3a5c3e22 11111 w->exp_string = savestring (exp_start, exp_end - exp_start);
9c06b0b4
TJB
11112
11113 if (use_mask)
11114 {
3a5c3e22 11115 w->hw_wp_mask = mask;
9c06b0b4
TJB
11116 }
11117 else
11118 {
3a5c3e22
PA
11119 w->val = val;
11120 w->val_valid = 1;
9c06b0b4 11121 }
77b06cd7 11122
c906108c
SS
11123 if (cond_start)
11124 b->cond_string = savestring (cond_start, cond_end - cond_start);
11125 else
11126 b->cond_string = 0;
c5aa993b 11127
c906108c 11128 if (frame)
f6bc2008 11129 {
3a5c3e22
PA
11130 w->watchpoint_frame = get_frame_id (frame);
11131 w->watchpoint_thread = inferior_ptid;
f6bc2008 11132 }
c906108c 11133 else
f6bc2008 11134 {
3a5c3e22
PA
11135 w->watchpoint_frame = null_frame_id;
11136 w->watchpoint_thread = null_ptid;
f6bc2008 11137 }
c906108c 11138
d983da9c 11139 if (scope_breakpoint != NULL)
c906108c 11140 {
d983da9c
DJ
11141 /* The scope breakpoint is related to the watchpoint. We will
11142 need to act on them together. */
11143 b->related_breakpoint = scope_breakpoint;
11144 scope_breakpoint->related_breakpoint = b;
c906108c 11145 }
d983da9c 11146
06a64a0b
TT
11147 if (!just_location)
11148 value_free_to_mark (mark);
2d134ed3 11149
a9634178
TJB
11150 TRY_CATCH (e, RETURN_MASK_ALL)
11151 {
11152 /* Finally update the new watchpoint. This creates the locations
11153 that should be inserted. */
3a5c3e22 11154 update_watchpoint (w, 1);
a9634178
TJB
11155 }
11156 if (e.reason < 0)
11157 {
11158 delete_breakpoint (b);
11159 throw_exception (e);
11160 }
11161
3ea46bff 11162 install_breakpoint (internal, b, 1);
bbc13ae3 11163 do_cleanups (back_to);
c906108c
SS
11164}
11165
e09342b5 11166/* Return count of debug registers needed to watch the given expression.
e09342b5 11167 If the watchpoint cannot be handled in hardware return zero. */
c906108c 11168
c906108c 11169static int
a9634178 11170can_use_hardware_watchpoint (struct value *v)
c906108c
SS
11171{
11172 int found_memory_cnt = 0;
2e70b7b9 11173 struct value *head = v;
c906108c
SS
11174
11175 /* Did the user specifically forbid us to use hardware watchpoints? */
c5aa993b 11176 if (!can_use_hw_watchpoints)
c906108c 11177 return 0;
c5aa993b 11178
5c44784c
JM
11179 /* Make sure that the value of the expression depends only upon
11180 memory contents, and values computed from them within GDB. If we
11181 find any register references or function calls, we can't use a
11182 hardware watchpoint.
11183
11184 The idea here is that evaluating an expression generates a series
11185 of values, one holding the value of every subexpression. (The
11186 expression a*b+c has five subexpressions: a, b, a*b, c, and
11187 a*b+c.) GDB's values hold almost enough information to establish
11188 the criteria given above --- they identify memory lvalues,
11189 register lvalues, computed values, etcetera. So we can evaluate
11190 the expression, and then scan the chain of values that leaves
11191 behind to decide whether we can detect any possible change to the
11192 expression's final value using only hardware watchpoints.
11193
11194 However, I don't think that the values returned by inferior
11195 function calls are special in any way. So this function may not
11196 notice that an expression involving an inferior function call
11197 can't be watched with hardware watchpoints. FIXME. */
17cf0ecd 11198 for (; v; v = value_next (v))
c906108c 11199 {
5c44784c 11200 if (VALUE_LVAL (v) == lval_memory)
c906108c 11201 {
8464be76
DJ
11202 if (v != head && value_lazy (v))
11203 /* A lazy memory lvalue in the chain is one that GDB never
11204 needed to fetch; we either just used its address (e.g.,
11205 `a' in `a.b') or we never needed it at all (e.g., `a'
11206 in `a,b'). This doesn't apply to HEAD; if that is
11207 lazy then it was not readable, but watch it anyway. */
5c44784c 11208 ;
53a5351d 11209 else
5c44784c
JM
11210 {
11211 /* Ahh, memory we actually used! Check if we can cover
11212 it with hardware watchpoints. */
df407dfe 11213 struct type *vtype = check_typedef (value_type (v));
2e70b7b9
MS
11214
11215 /* We only watch structs and arrays if user asked for it
11216 explicitly, never if they just happen to appear in a
11217 middle of some value chain. */
11218 if (v == head
11219 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
11220 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
11221 {
42ae5230 11222 CORE_ADDR vaddr = value_address (v);
e09342b5
TJB
11223 int len;
11224 int num_regs;
11225
a9634178 11226 len = (target_exact_watchpoints
e09342b5
TJB
11227 && is_scalar_type_recursive (vtype))?
11228 1 : TYPE_LENGTH (value_type (v));
2e70b7b9 11229
e09342b5
TJB
11230 num_regs = target_region_ok_for_hw_watchpoint (vaddr, len);
11231 if (!num_regs)
2e70b7b9
MS
11232 return 0;
11233 else
e09342b5 11234 found_memory_cnt += num_regs;
2e70b7b9 11235 }
5c44784c 11236 }
c5aa993b 11237 }
5086187c
AC
11238 else if (VALUE_LVAL (v) != not_lval
11239 && deprecated_value_modifiable (v) == 0)
38b6c3b3 11240 return 0; /* These are values from the history (e.g., $1). */
5086187c 11241 else if (VALUE_LVAL (v) == lval_register)
38b6c3b3 11242 return 0; /* Cannot watch a register with a HW watchpoint. */
c906108c
SS
11243 }
11244
11245 /* The expression itself looks suitable for using a hardware
11246 watchpoint, but give the target machine a chance to reject it. */
11247 return found_memory_cnt;
11248}
11249
8b93c638 11250void
84f4c1fe 11251watch_command_wrapper (char *arg, int from_tty, int internal)
8b93c638 11252{
84f4c1fe 11253 watch_command_1 (arg, hw_write, from_tty, 0, internal);
06a64a0b
TT
11254}
11255
06a64a0b
TT
11256/* A helper function that looks for the "-location" argument and then
11257 calls watch_command_1. */
11258
11259static void
11260watch_maybe_just_location (char *arg, int accessflag, int from_tty)
11261{
11262 int just_location = 0;
11263
11264 if (arg
11265 && (check_for_argument (&arg, "-location", sizeof ("-location") - 1)
11266 || check_for_argument (&arg, "-l", sizeof ("-l") - 1)))
11267 {
e9cafbcc 11268 arg = skip_spaces (arg);
06a64a0b
TT
11269 just_location = 1;
11270 }
11271
84f4c1fe 11272 watch_command_1 (arg, accessflag, from_tty, just_location, 0);
8b93c638 11273}
8926118c 11274
c5aa993b 11275static void
fba45db2 11276watch_command (char *arg, int from_tty)
c906108c 11277{
06a64a0b 11278 watch_maybe_just_location (arg, hw_write, from_tty);
c906108c
SS
11279}
11280
8b93c638 11281void
84f4c1fe 11282rwatch_command_wrapper (char *arg, int from_tty, int internal)
8b93c638 11283{
84f4c1fe 11284 watch_command_1 (arg, hw_read, from_tty, 0, internal);
8b93c638 11285}
8926118c 11286
c5aa993b 11287static void
fba45db2 11288rwatch_command (char *arg, int from_tty)
c906108c 11289{
06a64a0b 11290 watch_maybe_just_location (arg, hw_read, from_tty);
c906108c
SS
11291}
11292
8b93c638 11293void
84f4c1fe 11294awatch_command_wrapper (char *arg, int from_tty, int internal)
8b93c638 11295{
84f4c1fe 11296 watch_command_1 (arg, hw_access, from_tty, 0, internal);
8b93c638 11297}
8926118c 11298
c5aa993b 11299static void
fba45db2 11300awatch_command (char *arg, int from_tty)
c906108c 11301{
06a64a0b 11302 watch_maybe_just_location (arg, hw_access, from_tty);
c906108c 11303}
c906108c 11304\f
c5aa993b 11305
43ff13b4 11306/* Helper routines for the until_command routine in infcmd.c. Here
c906108c
SS
11307 because it uses the mechanisms of breakpoints. */
11308
bfec99b2
PA
11309struct until_break_command_continuation_args
11310{
11311 struct breakpoint *breakpoint;
11312 struct breakpoint *breakpoint2;
186c406b 11313 int thread_num;
bfec99b2
PA
11314};
11315
43ff13b4 11316/* This function is called by fetch_inferior_event via the
4a64f543 11317 cmd_continuation pointer, to complete the until command. It takes
43ff13b4 11318 care of cleaning up the temporary breakpoints set up by the until
4a64f543 11319 command. */
c2c6d25f 11320static void
fa4cd53f 11321until_break_command_continuation (void *arg, int err)
43ff13b4 11322{
bfec99b2
PA
11323 struct until_break_command_continuation_args *a = arg;
11324
11325 delete_breakpoint (a->breakpoint);
11326 if (a->breakpoint2)
11327 delete_breakpoint (a->breakpoint2);
186c406b 11328 delete_longjmp_breakpoint (a->thread_num);
43ff13b4
JM
11329}
11330
c906108c 11331void
ae66c1fc 11332until_break_command (char *arg, int from_tty, int anywhere)
c906108c
SS
11333{
11334 struct symtabs_and_lines sals;
11335 struct symtab_and_line sal;
8556afb4
PA
11336 struct frame_info *frame;
11337 struct gdbarch *frame_gdbarch;
11338 struct frame_id stack_frame_id;
11339 struct frame_id caller_frame_id;
c906108c 11340 struct breakpoint *breakpoint;
f107f563 11341 struct breakpoint *breakpoint2 = NULL;
c906108c 11342 struct cleanup *old_chain;
186c406b
TT
11343 int thread;
11344 struct thread_info *tp;
c906108c
SS
11345
11346 clear_proceed_status ();
11347
11348 /* Set a breakpoint where the user wants it and at return from
4a64f543 11349 this function. */
c5aa993b 11350
1bfeeb0f 11351 if (last_displayed_sal_is_valid ())
f8eba3c6 11352 sals = decode_line_1 (&arg, DECODE_LINE_FUNFIRSTLINE,
1bfeeb0f 11353 get_last_displayed_symtab (),
f8eba3c6 11354 get_last_displayed_line ());
c906108c 11355 else
f8eba3c6
TT
11356 sals = decode_line_1 (&arg, DECODE_LINE_FUNFIRSTLINE,
11357 (struct symtab *) NULL, 0);
c5aa993b 11358
c906108c 11359 if (sals.nelts != 1)
8a3fe4f8 11360 error (_("Couldn't get information on specified line."));
c5aa993b 11361
c906108c 11362 sal = sals.sals[0];
4a64f543 11363 xfree (sals.sals); /* malloc'd, so freed. */
c5aa993b 11364
c906108c 11365 if (*arg)
8a3fe4f8 11366 error (_("Junk at end of arguments."));
c5aa993b 11367
c906108c 11368 resolve_sal_pc (&sal);
c5aa993b 11369
186c406b
TT
11370 tp = inferior_thread ();
11371 thread = tp->num;
11372
883bc8d1
PA
11373 old_chain = make_cleanup (null_cleanup, NULL);
11374
8556afb4
PA
11375 /* Note linespec handling above invalidates the frame chain.
11376 Installing a breakpoint also invalidates the frame chain (as it
11377 may need to switch threads), so do any frame handling before
11378 that. */
11379
11380 frame = get_selected_frame (NULL);
11381 frame_gdbarch = get_frame_arch (frame);
11382 stack_frame_id = get_stack_frame_id (frame);
11383 caller_frame_id = frame_unwind_caller_id (frame);
883bc8d1 11384
ae66c1fc
EZ
11385 /* Keep within the current frame, or in frames called by the current
11386 one. */
edb3359d 11387
883bc8d1 11388 if (frame_id_p (caller_frame_id))
c906108c 11389 {
883bc8d1
PA
11390 struct symtab_and_line sal2;
11391
11392 sal2 = find_pc_line (frame_unwind_caller_pc (frame), 0);
11393 sal2.pc = frame_unwind_caller_pc (frame);
a6d9a66e 11394 breakpoint2 = set_momentary_breakpoint (frame_unwind_caller_arch (frame),
883bc8d1
PA
11395 sal2,
11396 caller_frame_id,
f107f563
VP
11397 bp_until);
11398 make_cleanup_delete_breakpoint (breakpoint2);
186c406b 11399
883bc8d1 11400 set_longjmp_breakpoint (tp, caller_frame_id);
186c406b 11401 make_cleanup (delete_longjmp_breakpoint_cleanup, &thread);
c906108c 11402 }
c5aa993b 11403
c70a6932
JK
11404 /* set_momentary_breakpoint could invalidate FRAME. */
11405 frame = NULL;
11406
883bc8d1
PA
11407 if (anywhere)
11408 /* If the user told us to continue until a specified location,
11409 we don't specify a frame at which we need to stop. */
11410 breakpoint = set_momentary_breakpoint (frame_gdbarch, sal,
11411 null_frame_id, bp_until);
11412 else
11413 /* Otherwise, specify the selected frame, because we want to stop
11414 only at the very same frame. */
11415 breakpoint = set_momentary_breakpoint (frame_gdbarch, sal,
11416 stack_frame_id, bp_until);
11417 make_cleanup_delete_breakpoint (breakpoint);
11418
a493e3e2 11419 proceed (-1, GDB_SIGNAL_DEFAULT, 0);
f107f563 11420
4a64f543
MS
11421 /* If we are running asynchronously, and proceed call above has
11422 actually managed to start the target, arrange for breakpoints to
11423 be deleted when the target stops. Otherwise, we're already
11424 stopped and delete breakpoints via cleanup chain. */
f107f563 11425
8ea051c5 11426 if (target_can_async_p () && is_running (inferior_ptid))
f107f563 11427 {
bfec99b2
PA
11428 struct until_break_command_continuation_args *args;
11429 args = xmalloc (sizeof (*args));
f107f563 11430
bfec99b2
PA
11431 args->breakpoint = breakpoint;
11432 args->breakpoint2 = breakpoint2;
186c406b 11433 args->thread_num = thread;
f107f563
VP
11434
11435 discard_cleanups (old_chain);
95e54da7
PA
11436 add_continuation (inferior_thread (),
11437 until_break_command_continuation, args,
604ead4a 11438 xfree);
f107f563
VP
11439 }
11440 else
c5aa993b 11441 do_cleanups (old_chain);
c906108c 11442}
ae66c1fc 11443
c906108c
SS
11444/* This function attempts to parse an optional "if <cond>" clause
11445 from the arg string. If one is not found, it returns NULL.
c5aa993b 11446
c906108c
SS
11447 Else, it returns a pointer to the condition string. (It does not
11448 attempt to evaluate the string against a particular block.) And,
11449 it updates arg to point to the first character following the parsed
4a64f543 11450 if clause in the arg string. */
53a5351d 11451
916703c0 11452char *
fba45db2 11453ep_parse_optional_if_clause (char **arg)
c906108c 11454{
c5aa993b
JM
11455 char *cond_string;
11456
11457 if (((*arg)[0] != 'i') || ((*arg)[1] != 'f') || !isspace ((*arg)[2]))
c906108c 11458 return NULL;
c5aa993b 11459
4a64f543 11460 /* Skip the "if" keyword. */
c906108c 11461 (*arg) += 2;
c5aa993b 11462
c906108c 11463 /* Skip any extra leading whitespace, and record the start of the
4a64f543 11464 condition string. */
e9cafbcc 11465 *arg = skip_spaces (*arg);
c906108c 11466 cond_string = *arg;
c5aa993b 11467
4a64f543
MS
11468 /* Assume that the condition occupies the remainder of the arg
11469 string. */
c906108c 11470 (*arg) += strlen (cond_string);
c5aa993b 11471
c906108c
SS
11472 return cond_string;
11473}
c5aa993b 11474
c906108c
SS
11475/* Commands to deal with catching events, such as signals, exceptions,
11476 process start/exit, etc. */
c5aa993b
JM
11477
11478typedef enum
11479{
44feb3ce
TT
11480 catch_fork_temporary, catch_vfork_temporary,
11481 catch_fork_permanent, catch_vfork_permanent
c5aa993b
JM
11482}
11483catch_fork_kind;
11484
c906108c 11485static void
cc59ec59
MS
11486catch_fork_command_1 (char *arg, int from_tty,
11487 struct cmd_list_element *command)
c906108c 11488{
a6d9a66e 11489 struct gdbarch *gdbarch = get_current_arch ();
c5aa993b 11490 char *cond_string = NULL;
44feb3ce
TT
11491 catch_fork_kind fork_kind;
11492 int tempflag;
11493
11494 fork_kind = (catch_fork_kind) (uintptr_t) get_cmd_context (command);
11495 tempflag = (fork_kind == catch_fork_temporary
11496 || fork_kind == catch_vfork_temporary);
c5aa993b 11497
44feb3ce
TT
11498 if (!arg)
11499 arg = "";
e9cafbcc 11500 arg = skip_spaces (arg);
c5aa993b 11501
c906108c 11502 /* The allowed syntax is:
c5aa993b
JM
11503 catch [v]fork
11504 catch [v]fork if <cond>
11505
4a64f543 11506 First, check if there's an if clause. */
c906108c 11507 cond_string = ep_parse_optional_if_clause (&arg);
c5aa993b 11508
c906108c 11509 if ((*arg != '\0') && !isspace (*arg))
8a3fe4f8 11510 error (_("Junk at end of arguments."));
c5aa993b 11511
c906108c 11512 /* If this target supports it, create a fork or vfork catchpoint
4a64f543 11513 and enable reporting of such events. */
c5aa993b
JM
11514 switch (fork_kind)
11515 {
44feb3ce
TT
11516 case catch_fork_temporary:
11517 case catch_fork_permanent:
a6d9a66e 11518 create_fork_vfork_event_catchpoint (gdbarch, tempflag, cond_string,
ce78b96d 11519 &catch_fork_breakpoint_ops);
c906108c 11520 break;
44feb3ce
TT
11521 case catch_vfork_temporary:
11522 case catch_vfork_permanent:
a6d9a66e 11523 create_fork_vfork_event_catchpoint (gdbarch, tempflag, cond_string,
ce78b96d 11524 &catch_vfork_breakpoint_ops);
c906108c 11525 break;
c5aa993b 11526 default:
8a3fe4f8 11527 error (_("unsupported or unknown fork kind; cannot catch it"));
c906108c 11528 break;
c5aa993b 11529 }
c906108c
SS
11530}
11531
11532static void
cc59ec59
MS
11533catch_exec_command_1 (char *arg, int from_tty,
11534 struct cmd_list_element *command)
c906108c 11535{
b4d90040 11536 struct exec_catchpoint *c;
a6d9a66e 11537 struct gdbarch *gdbarch = get_current_arch ();
44feb3ce 11538 int tempflag;
c5aa993b 11539 char *cond_string = NULL;
c906108c 11540
44feb3ce
TT
11541 tempflag = get_cmd_context (command) == CATCH_TEMPORARY;
11542
11543 if (!arg)
11544 arg = "";
e9cafbcc 11545 arg = skip_spaces (arg);
c906108c
SS
11546
11547 /* The allowed syntax is:
c5aa993b
JM
11548 catch exec
11549 catch exec if <cond>
c906108c 11550
4a64f543 11551 First, check if there's an if clause. */
c906108c
SS
11552 cond_string = ep_parse_optional_if_clause (&arg);
11553
11554 if ((*arg != '\0') && !isspace (*arg))
8a3fe4f8 11555 error (_("Junk at end of arguments."));
c906108c 11556
b4d90040
PA
11557 c = XNEW (struct exec_catchpoint);
11558 init_catchpoint (&c->base, gdbarch, tempflag, cond_string,
11559 &catch_exec_breakpoint_ops);
11560 c->exec_pathname = NULL;
11561
3ea46bff 11562 install_breakpoint (0, &c->base, 1);
c906108c 11563}
c5aa993b 11564
9ac4176b 11565void
28010a5d
PA
11566init_ada_exception_breakpoint (struct breakpoint *b,
11567 struct gdbarch *gdbarch,
11568 struct symtab_and_line sal,
11569 char *addr_string,
c0a91b2b 11570 const struct breakpoint_ops *ops,
28010a5d
PA
11571 int tempflag,
11572 int from_tty)
f7f9143b 11573{
f7f9143b
JB
11574 if (from_tty)
11575 {
5af949e3
UW
11576 struct gdbarch *loc_gdbarch = get_sal_arch (sal);
11577 if (!loc_gdbarch)
11578 loc_gdbarch = gdbarch;
11579
6c95b8df
PA
11580 describe_other_breakpoints (loc_gdbarch,
11581 sal.pspace, sal.pc, sal.section, -1);
f7f9143b
JB
11582 /* FIXME: brobecker/2006-12-28: Actually, re-implement a special
11583 version for exception catchpoints, because two catchpoints
11584 used for different exception names will use the same address.
11585 In this case, a "breakpoint ... also set at..." warning is
4a64f543 11586 unproductive. Besides, the warning phrasing is also a bit
e5dd4106 11587 inappropriate, we should use the word catchpoint, and tell
f7f9143b
JB
11588 the user what type of catchpoint it is. The above is good
11589 enough for now, though. */
11590 }
11591
28010a5d 11592 init_raw_breakpoint (b, gdbarch, sal, bp_breakpoint, ops);
f7f9143b
JB
11593
11594 b->enable_state = bp_enabled;
11595 b->disposition = tempflag ? disp_del : disp_donttouch;
f7f9143b
JB
11596 b->addr_string = addr_string;
11597 b->language = language_ada;
f7f9143b
JB
11598}
11599
a96d9b2e
SDJ
11600/* Splits the argument using space as delimiter. Returns an xmalloc'd
11601 filter list, or NULL if no filtering is required. */
11602static VEC(int) *
11603catch_syscall_split_args (char *arg)
11604{
11605 VEC(int) *result = NULL;
29d0bb3d 11606 struct cleanup *cleanup = make_cleanup (VEC_cleanup (int), &result);
a96d9b2e
SDJ
11607
11608 while (*arg != '\0')
11609 {
11610 int i, syscall_number;
11611 char *endptr;
11612 char cur_name[128];
11613 struct syscall s;
11614
11615 /* Skip whitespace. */
529480d0 11616 arg = skip_spaces (arg);
a96d9b2e
SDJ
11617
11618 for (i = 0; i < 127 && arg[i] && !isspace (arg[i]); ++i)
11619 cur_name[i] = arg[i];
11620 cur_name[i] = '\0';
11621 arg += i;
11622
11623 /* Check if the user provided a syscall name or a number. */
11624 syscall_number = (int) strtol (cur_name, &endptr, 0);
11625 if (*endptr == '\0')
bccd0dd2 11626 get_syscall_by_number (syscall_number, &s);
a96d9b2e
SDJ
11627 else
11628 {
11629 /* We have a name. Let's check if it's valid and convert it
11630 to a number. */
11631 get_syscall_by_name (cur_name, &s);
11632
11633 if (s.number == UNKNOWN_SYSCALL)
4a64f543
MS
11634 /* Here we have to issue an error instead of a warning,
11635 because GDB cannot do anything useful if there's no
11636 syscall number to be caught. */
a96d9b2e
SDJ
11637 error (_("Unknown syscall name '%s'."), cur_name);
11638 }
11639
11640 /* Ok, it's valid. */
11641 VEC_safe_push (int, result, s.number);
11642 }
11643
11644 discard_cleanups (cleanup);
11645 return result;
11646}
11647
11648/* Implement the "catch syscall" command. */
11649
11650static void
cc59ec59
MS
11651catch_syscall_command_1 (char *arg, int from_tty,
11652 struct cmd_list_element *command)
a96d9b2e
SDJ
11653{
11654 int tempflag;
11655 VEC(int) *filter;
11656 struct syscall s;
11657 struct gdbarch *gdbarch = get_current_arch ();
11658
11659 /* Checking if the feature if supported. */
11660 if (gdbarch_get_syscall_number_p (gdbarch) == 0)
11661 error (_("The feature 'catch syscall' is not supported on \
ea666128 11662this architecture yet."));
a96d9b2e
SDJ
11663
11664 tempflag = get_cmd_context (command) == CATCH_TEMPORARY;
11665
e9cafbcc 11666 arg = skip_spaces (arg);
a96d9b2e
SDJ
11667
11668 /* We need to do this first "dummy" translation in order
11669 to get the syscall XML file loaded or, most important,
11670 to display a warning to the user if there's no XML file
11671 for his/her architecture. */
11672 get_syscall_by_number (0, &s);
11673
11674 /* The allowed syntax is:
11675 catch syscall
11676 catch syscall <name | number> [<name | number> ... <name | number>]
11677
11678 Let's check if there's a syscall name. */
11679
11680 if (arg != NULL)
11681 filter = catch_syscall_split_args (arg);
11682 else
11683 filter = NULL;
11684
11685 create_syscall_event_catchpoint (tempflag, filter,
11686 &catch_syscall_breakpoint_ops);
11687}
11688
c906108c 11689static void
fba45db2 11690catch_command (char *arg, int from_tty)
c906108c 11691{
44feb3ce 11692 error (_("Catch requires an event name."));
c906108c
SS
11693}
11694\f
11695
11696static void
fba45db2 11697tcatch_command (char *arg, int from_tty)
c906108c 11698{
44feb3ce 11699 error (_("Catch requires an event name."));
c906108c
SS
11700}
11701
8a2c437b
TT
11702/* A qsort comparison function that sorts breakpoints in order. */
11703
11704static int
11705compare_breakpoints (const void *a, const void *b)
11706{
11707 const breakpoint_p *ba = a;
11708 uintptr_t ua = (uintptr_t) *ba;
11709 const breakpoint_p *bb = b;
11710 uintptr_t ub = (uintptr_t) *bb;
11711
11712 if ((*ba)->number < (*bb)->number)
11713 return -1;
11714 else if ((*ba)->number > (*bb)->number)
11715 return 1;
11716
11717 /* Now sort by address, in case we see, e..g, two breakpoints with
11718 the number 0. */
11719 if (ua < ub)
11720 return -1;
94b0e70d 11721 return ua > ub ? 1 : 0;
8a2c437b
TT
11722}
11723
80f8a6eb 11724/* Delete breakpoints by address or line. */
c906108c
SS
11725
11726static void
fba45db2 11727clear_command (char *arg, int from_tty)
c906108c 11728{
8a2c437b 11729 struct breakpoint *b, *prev;
d6e956e5
VP
11730 VEC(breakpoint_p) *found = 0;
11731 int ix;
c906108c
SS
11732 int default_match;
11733 struct symtabs_and_lines sals;
11734 struct symtab_and_line sal;
c906108c 11735 int i;
8a2c437b 11736 struct cleanup *cleanups = make_cleanup (null_cleanup, NULL);
c906108c
SS
11737
11738 if (arg)
11739 {
39cf75f7
DE
11740 sals = decode_line_with_current_source (arg,
11741 (DECODE_LINE_FUNFIRSTLINE
11742 | DECODE_LINE_LIST_MODE));
cf4ded82 11743 make_cleanup (xfree, sals.sals);
c906108c
SS
11744 default_match = 0;
11745 }
11746 else
11747 {
c5aa993b 11748 sals.sals = (struct symtab_and_line *)
c906108c 11749 xmalloc (sizeof (struct symtab_and_line));
80f8a6eb 11750 make_cleanup (xfree, sals.sals);
4a64f543 11751 init_sal (&sal); /* Initialize to zeroes. */
1bfeeb0f
JL
11752
11753 /* Set sal's line, symtab, pc, and pspace to the values
11754 corresponding to the last call to print_frame_info. If the
11755 codepoint is not valid, this will set all the fields to 0. */
11756 get_last_displayed_sal (&sal);
c906108c 11757 if (sal.symtab == 0)
8a3fe4f8 11758 error (_("No source file specified."));
c906108c
SS
11759
11760 sals.sals[0] = sal;
11761 sals.nelts = 1;
11762
11763 default_match = 1;
11764 }
11765
4a64f543
MS
11766 /* We don't call resolve_sal_pc here. That's not as bad as it
11767 seems, because all existing breakpoints typically have both
11768 file/line and pc set. So, if clear is given file/line, we can
11769 match this to existing breakpoint without obtaining pc at all.
ed0616c6
VP
11770
11771 We only support clearing given the address explicitly
11772 present in breakpoint table. Say, we've set breakpoint
4a64f543 11773 at file:line. There were several PC values for that file:line,
ed0616c6 11774 due to optimization, all in one block.
4a64f543
MS
11775
11776 We've picked one PC value. If "clear" is issued with another
ed0616c6
VP
11777 PC corresponding to the same file:line, the breakpoint won't
11778 be cleared. We probably can still clear the breakpoint, but
11779 since the other PC value is never presented to user, user
11780 can only find it by guessing, and it does not seem important
11781 to support that. */
11782
4a64f543
MS
11783 /* For each line spec given, delete bps which correspond to it. Do
11784 it in two passes, solely to preserve the current behavior that
11785 from_tty is forced true if we delete more than one
11786 breakpoint. */
c906108c 11787
80f8a6eb 11788 found = NULL;
8a2c437b 11789 make_cleanup (VEC_cleanup (breakpoint_p), &found);
c906108c
SS
11790 for (i = 0; i < sals.nelts; i++)
11791 {
05cba821
JK
11792 const char *sal_fullname;
11793
c906108c 11794 /* If exact pc given, clear bpts at that pc.
c5aa993b
JM
11795 If line given (pc == 0), clear all bpts on specified line.
11796 If defaulting, clear all bpts on default line
c906108c 11797 or at default pc.
c5aa993b
JM
11798
11799 defaulting sal.pc != 0 tests to do
11800
11801 0 1 pc
11802 1 1 pc _and_ line
11803 0 0 line
11804 1 0 <can't happen> */
c906108c
SS
11805
11806 sal = sals.sals[i];
05cba821
JK
11807 sal_fullname = (sal.symtab == NULL
11808 ? NULL : symtab_to_fullname (sal.symtab));
c906108c 11809
4a64f543 11810 /* Find all matching breakpoints and add them to 'found'. */
d6e956e5 11811 ALL_BREAKPOINTS (b)
c5aa993b 11812 {
0d381245 11813 int match = 0;
4a64f543 11814 /* Are we going to delete b? */
cc60f2e3 11815 if (b->type != bp_none && !is_watchpoint (b))
0d381245
VP
11816 {
11817 struct bp_location *loc = b->loc;
11818 for (; loc; loc = loc->next)
11819 {
f8eba3c6
TT
11820 /* If the user specified file:line, don't allow a PC
11821 match. This matches historical gdb behavior. */
11822 int pc_match = (!sal.explicit_line
11823 && sal.pc
11824 && (loc->pspace == sal.pspace)
11825 && (loc->address == sal.pc)
11826 && (!section_is_overlay (loc->section)
11827 || loc->section == sal.section));
4aac40c8
TT
11828 int line_match = 0;
11829
11830 if ((default_match || sal.explicit_line)
2f202fde 11831 && loc->symtab != NULL
05cba821 11832 && sal_fullname != NULL
4aac40c8 11833 && sal.pspace == loc->pspace
05cba821
JK
11834 && loc->line_number == sal.line
11835 && filename_cmp (symtab_to_fullname (loc->symtab),
11836 sal_fullname) == 0)
11837 line_match = 1;
4aac40c8 11838
0d381245
VP
11839 if (pc_match || line_match)
11840 {
11841 match = 1;
11842 break;
11843 }
11844 }
11845 }
11846
11847 if (match)
d6e956e5 11848 VEC_safe_push(breakpoint_p, found, b);
c906108c 11849 }
80f8a6eb 11850 }
8a2c437b 11851
80f8a6eb 11852 /* Now go thru the 'found' chain and delete them. */
d6e956e5 11853 if (VEC_empty(breakpoint_p, found))
80f8a6eb
MS
11854 {
11855 if (arg)
8a3fe4f8 11856 error (_("No breakpoint at %s."), arg);
80f8a6eb 11857 else
8a3fe4f8 11858 error (_("No breakpoint at this line."));
80f8a6eb 11859 }
c906108c 11860
8a2c437b
TT
11861 /* Remove duplicates from the vec. */
11862 qsort (VEC_address (breakpoint_p, found),
11863 VEC_length (breakpoint_p, found),
11864 sizeof (breakpoint_p),
11865 compare_breakpoints);
11866 prev = VEC_index (breakpoint_p, found, 0);
11867 for (ix = 1; VEC_iterate (breakpoint_p, found, ix, b); ++ix)
11868 {
11869 if (b == prev)
11870 {
11871 VEC_ordered_remove (breakpoint_p, found, ix);
11872 --ix;
11873 }
11874 }
11875
d6e956e5 11876 if (VEC_length(breakpoint_p, found) > 1)
4a64f543 11877 from_tty = 1; /* Always report if deleted more than one. */
80f8a6eb 11878 if (from_tty)
a3f17187 11879 {
d6e956e5 11880 if (VEC_length(breakpoint_p, found) == 1)
a3f17187
AC
11881 printf_unfiltered (_("Deleted breakpoint "));
11882 else
11883 printf_unfiltered (_("Deleted breakpoints "));
11884 }
d6e956e5
VP
11885
11886 for (ix = 0; VEC_iterate(breakpoint_p, found, ix, b); ix++)
80f8a6eb 11887 {
c5aa993b 11888 if (from_tty)
d6e956e5
VP
11889 printf_unfiltered ("%d ", b->number);
11890 delete_breakpoint (b);
c906108c 11891 }
80f8a6eb
MS
11892 if (from_tty)
11893 putchar_unfiltered ('\n');
8a2c437b
TT
11894
11895 do_cleanups (cleanups);
c906108c
SS
11896}
11897\f
11898/* Delete breakpoint in BS if they are `delete' breakpoints and
11899 all breakpoints that are marked for deletion, whether hit or not.
11900 This is called after any breakpoint is hit, or after errors. */
11901
11902void
fba45db2 11903breakpoint_auto_delete (bpstat bs)
c906108c 11904{
35df4500 11905 struct breakpoint *b, *b_tmp;
c906108c
SS
11906
11907 for (; bs; bs = bs->next)
f431efe5
PA
11908 if (bs->breakpoint_at
11909 && bs->breakpoint_at->disposition == disp_del
c906108c 11910 && bs->stop)
f431efe5 11911 delete_breakpoint (bs->breakpoint_at);
c906108c 11912
35df4500 11913 ALL_BREAKPOINTS_SAFE (b, b_tmp)
c5aa993b 11914 {
b5de0fa7 11915 if (b->disposition == disp_del_at_next_stop)
c5aa993b
JM
11916 delete_breakpoint (b);
11917 }
c906108c
SS
11918}
11919
4a64f543
MS
11920/* A comparison function for bp_location AP and BP being interfaced to
11921 qsort. Sort elements primarily by their ADDRESS (no matter what
11922 does breakpoint_address_is_meaningful say for its OWNER),
11923 secondarily by ordering first bp_permanent OWNERed elements and
11924 terciarily just ensuring the array is sorted stable way despite
e5dd4106 11925 qsort being an unstable algorithm. */
876fa593
JK
11926
11927static int
494cfb0f 11928bp_location_compare (const void *ap, const void *bp)
876fa593 11929{
494cfb0f
JK
11930 struct bp_location *a = *(void **) ap;
11931 struct bp_location *b = *(void **) bp;
2bdf28a0 11932 /* A and B come from existing breakpoints having non-NULL OWNER. */
876fa593
JK
11933 int a_perm = a->owner->enable_state == bp_permanent;
11934 int b_perm = b->owner->enable_state == bp_permanent;
11935
11936 if (a->address != b->address)
11937 return (a->address > b->address) - (a->address < b->address);
11938
dea2aa5f
LM
11939 /* Sort locations at the same address by their pspace number, keeping
11940 locations of the same inferior (in a multi-inferior environment)
11941 grouped. */
11942
11943 if (a->pspace->num != b->pspace->num)
11944 return ((a->pspace->num > b->pspace->num)
11945 - (a->pspace->num < b->pspace->num));
11946
876fa593
JK
11947 /* Sort permanent breakpoints first. */
11948 if (a_perm != b_perm)
11949 return (a_perm < b_perm) - (a_perm > b_perm);
11950
c56a97f9
JK
11951 /* Make the internal GDB representation stable across GDB runs
11952 where A and B memory inside GDB can differ. Breakpoint locations of
11953 the same type at the same address can be sorted in arbitrary order. */
876fa593
JK
11954
11955 if (a->owner->number != b->owner->number)
c56a97f9
JK
11956 return ((a->owner->number > b->owner->number)
11957 - (a->owner->number < b->owner->number));
876fa593
JK
11958
11959 return (a > b) - (a < b);
11960}
11961
876fa593 11962/* Set bp_location_placed_address_before_address_max and
4a64f543
MS
11963 bp_location_shadow_len_after_address_max according to the current
11964 content of the bp_location array. */
f7545552
TT
11965
11966static void
876fa593 11967bp_location_target_extensions_update (void)
f7545552 11968{
876fa593
JK
11969 struct bp_location *bl, **blp_tmp;
11970
11971 bp_location_placed_address_before_address_max = 0;
11972 bp_location_shadow_len_after_address_max = 0;
11973
11974 ALL_BP_LOCATIONS (bl, blp_tmp)
11975 {
11976 CORE_ADDR start, end, addr;
11977
11978 if (!bp_location_has_shadow (bl))
11979 continue;
11980
11981 start = bl->target_info.placed_address;
11982 end = start + bl->target_info.shadow_len;
11983
11984 gdb_assert (bl->address >= start);
11985 addr = bl->address - start;
11986 if (addr > bp_location_placed_address_before_address_max)
11987 bp_location_placed_address_before_address_max = addr;
11988
11989 /* Zero SHADOW_LEN would not pass bp_location_has_shadow. */
11990
11991 gdb_assert (bl->address < end);
11992 addr = end - bl->address;
11993 if (addr > bp_location_shadow_len_after_address_max)
11994 bp_location_shadow_len_after_address_max = addr;
11995 }
f7545552
TT
11996}
11997
1e4d1764
YQ
11998/* Download tracepoint locations if they haven't been. */
11999
12000static void
12001download_tracepoint_locations (void)
12002{
7ed2c994 12003 struct breakpoint *b;
1e4d1764
YQ
12004 struct cleanup *old_chain;
12005
12006 if (!target_can_download_tracepoint ())
12007 return;
12008
12009 old_chain = save_current_space_and_thread ();
12010
7ed2c994 12011 ALL_TRACEPOINTS (b)
1e4d1764 12012 {
7ed2c994 12013 struct bp_location *bl;
1e4d1764 12014 struct tracepoint *t;
f2a8bc8a 12015 int bp_location_downloaded = 0;
1e4d1764 12016
7ed2c994 12017 if ((b->type == bp_fast_tracepoint
1e4d1764
YQ
12018 ? !may_insert_fast_tracepoints
12019 : !may_insert_tracepoints))
12020 continue;
12021
7ed2c994
YQ
12022 for (bl = b->loc; bl; bl = bl->next)
12023 {
12024 /* In tracepoint, locations are _never_ duplicated, so
12025 should_be_inserted is equivalent to
12026 unduplicated_should_be_inserted. */
12027 if (!should_be_inserted (bl) || bl->inserted)
12028 continue;
1e4d1764 12029
7ed2c994 12030 switch_to_program_space_and_thread (bl->pspace);
1e4d1764 12031
7ed2c994 12032 target_download_tracepoint (bl);
1e4d1764 12033
7ed2c994 12034 bl->inserted = 1;
f2a8bc8a 12035 bp_location_downloaded = 1;
7ed2c994
YQ
12036 }
12037 t = (struct tracepoint *) b;
12038 t->number_on_target = b->number;
f2a8bc8a
YQ
12039 if (bp_location_downloaded)
12040 observer_notify_breakpoint_modified (b);
1e4d1764
YQ
12041 }
12042
12043 do_cleanups (old_chain);
12044}
12045
934709f0
PW
12046/* Swap the insertion/duplication state between two locations. */
12047
12048static void
12049swap_insertion (struct bp_location *left, struct bp_location *right)
12050{
12051 const int left_inserted = left->inserted;
12052 const int left_duplicate = left->duplicate;
b775012e 12053 const int left_needs_update = left->needs_update;
934709f0
PW
12054 const struct bp_target_info left_target_info = left->target_info;
12055
1e4d1764
YQ
12056 /* Locations of tracepoints can never be duplicated. */
12057 if (is_tracepoint (left->owner))
12058 gdb_assert (!left->duplicate);
12059 if (is_tracepoint (right->owner))
12060 gdb_assert (!right->duplicate);
12061
934709f0
PW
12062 left->inserted = right->inserted;
12063 left->duplicate = right->duplicate;
b775012e 12064 left->needs_update = right->needs_update;
934709f0
PW
12065 left->target_info = right->target_info;
12066 right->inserted = left_inserted;
12067 right->duplicate = left_duplicate;
b775012e 12068 right->needs_update = left_needs_update;
934709f0
PW
12069 right->target_info = left_target_info;
12070}
12071
b775012e
LM
12072/* Force the re-insertion of the locations at ADDRESS. This is called
12073 once a new/deleted/modified duplicate location is found and we are evaluating
12074 conditions on the target's side. Such conditions need to be updated on
12075 the target. */
12076
12077static void
12078force_breakpoint_reinsertion (struct bp_location *bl)
12079{
12080 struct bp_location **locp = NULL, **loc2p;
12081 struct bp_location *loc;
12082 CORE_ADDR address = 0;
12083 int pspace_num;
12084
12085 address = bl->address;
12086 pspace_num = bl->pspace->num;
12087
12088 /* This is only meaningful if the target is
12089 evaluating conditions and if the user has
12090 opted for condition evaluation on the target's
12091 side. */
12092 if (gdb_evaluates_breakpoint_condition_p ()
12093 || !target_supports_evaluation_of_breakpoint_conditions ())
12094 return;
12095
12096 /* Flag all breakpoint locations with this address and
12097 the same program space as the location
12098 as "its condition has changed". We need to
12099 update the conditions on the target's side. */
12100 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, address)
12101 {
12102 loc = *loc2p;
12103
12104 if (!is_breakpoint (loc->owner)
12105 || pspace_num != loc->pspace->num)
12106 continue;
12107
12108 /* Flag the location appropriately. We use a different state to
12109 let everyone know that we already updated the set of locations
12110 with addr bl->address and program space bl->pspace. This is so
12111 we don't have to keep calling these functions just to mark locations
12112 that have already been marked. */
12113 loc->condition_changed = condition_updated;
12114
12115 /* Free the agent expression bytecode as well. We will compute
12116 it later on. */
12117 if (loc->cond_bytecode)
12118 {
12119 free_agent_expr (loc->cond_bytecode);
12120 loc->cond_bytecode = NULL;
12121 }
12122 }
12123}
12124
4cd9bd08 12125/* If SHOULD_INSERT is false, do not insert any breakpoint locations
b60e7edf
PA
12126 into the inferior, only remove already-inserted locations that no
12127 longer should be inserted. Functions that delete a breakpoint or
12128 breakpoints should pass false, so that deleting a breakpoint
12129 doesn't have the side effect of inserting the locations of other
12130 breakpoints that are marked not-inserted, but should_be_inserted
12131 returns true on them.
12132
12133 This behaviour is useful is situations close to tear-down -- e.g.,
12134 after an exec, while the target still has execution, but breakpoint
12135 shadows of the previous executable image should *NOT* be restored
12136 to the new image; or before detaching, where the target still has
12137 execution and wants to delete breakpoints from GDB's lists, and all
12138 breakpoints had already been removed from the inferior. */
12139
0d381245 12140static void
b60e7edf 12141update_global_location_list (int should_insert)
0d381245 12142{
74960c60 12143 struct breakpoint *b;
876fa593 12144 struct bp_location **locp, *loc;
f7545552 12145 struct cleanup *cleanups;
b775012e
LM
12146 /* Last breakpoint location address that was marked for update. */
12147 CORE_ADDR last_addr = 0;
12148 /* Last breakpoint location program space that was marked for update. */
12149 int last_pspace_num = -1;
f7545552 12150
2d134ed3
PA
12151 /* Used in the duplicates detection below. When iterating over all
12152 bp_locations, points to the first bp_location of a given address.
12153 Breakpoints and watchpoints of different types are never
12154 duplicates of each other. Keep one pointer for each type of
12155 breakpoint/watchpoint, so we only need to loop over all locations
12156 once. */
12157 struct bp_location *bp_loc_first; /* breakpoint */
12158 struct bp_location *wp_loc_first; /* hardware watchpoint */
12159 struct bp_location *awp_loc_first; /* access watchpoint */
12160 struct bp_location *rwp_loc_first; /* read watchpoint */
876fa593 12161
4a64f543
MS
12162 /* Saved former bp_location array which we compare against the newly
12163 built bp_location from the current state of ALL_BREAKPOINTS. */
876fa593
JK
12164 struct bp_location **old_location, **old_locp;
12165 unsigned old_location_count;
12166
12167 old_location = bp_location;
12168 old_location_count = bp_location_count;
12169 bp_location = NULL;
12170 bp_location_count = 0;
12171 cleanups = make_cleanup (xfree, old_location);
0d381245 12172
74960c60 12173 ALL_BREAKPOINTS (b)
876fa593
JK
12174 for (loc = b->loc; loc; loc = loc->next)
12175 bp_location_count++;
12176
12177 bp_location = xmalloc (sizeof (*bp_location) * bp_location_count);
12178 locp = bp_location;
12179 ALL_BREAKPOINTS (b)
12180 for (loc = b->loc; loc; loc = loc->next)
12181 *locp++ = loc;
12182 qsort (bp_location, bp_location_count, sizeof (*bp_location),
494cfb0f 12183 bp_location_compare);
876fa593
JK
12184
12185 bp_location_target_extensions_update ();
74960c60 12186
4a64f543
MS
12187 /* Identify bp_location instances that are no longer present in the
12188 new list, and therefore should be freed. Note that it's not
12189 necessary that those locations should be removed from inferior --
12190 if there's another location at the same address (previously
12191 marked as duplicate), we don't need to remove/insert the
12192 location.
876fa593 12193
4a64f543
MS
12194 LOCP is kept in sync with OLD_LOCP, each pointing to the current
12195 and former bp_location array state respectively. */
876fa593
JK
12196
12197 locp = bp_location;
12198 for (old_locp = old_location; old_locp < old_location + old_location_count;
12199 old_locp++)
74960c60 12200 {
876fa593 12201 struct bp_location *old_loc = *old_locp;
c7d46a38 12202 struct bp_location **loc2p;
876fa593 12203
e5dd4106 12204 /* Tells if 'old_loc' is found among the new locations. If
4a64f543 12205 not, we have to free it. */
c7d46a38 12206 int found_object = 0;
20874c92
VP
12207 /* Tells if the location should remain inserted in the target. */
12208 int keep_in_target = 0;
12209 int removed = 0;
876fa593 12210
4a64f543
MS
12211 /* Skip LOCP entries which will definitely never be needed.
12212 Stop either at or being the one matching OLD_LOC. */
876fa593 12213 while (locp < bp_location + bp_location_count
c7d46a38 12214 && (*locp)->address < old_loc->address)
876fa593 12215 locp++;
c7d46a38
PA
12216
12217 for (loc2p = locp;
12218 (loc2p < bp_location + bp_location_count
12219 && (*loc2p)->address == old_loc->address);
12220 loc2p++)
12221 {
b775012e
LM
12222 /* Check if this is a new/duplicated location or a duplicated
12223 location that had its condition modified. If so, we want to send
12224 its condition to the target if evaluation of conditions is taking
12225 place there. */
12226 if ((*loc2p)->condition_changed == condition_modified
12227 && (last_addr != old_loc->address
12228 || last_pspace_num != old_loc->pspace->num))
c7d46a38 12229 {
b775012e
LM
12230 force_breakpoint_reinsertion (*loc2p);
12231 last_pspace_num = old_loc->pspace->num;
c7d46a38 12232 }
b775012e
LM
12233
12234 if (*loc2p == old_loc)
12235 found_object = 1;
c7d46a38 12236 }
74960c60 12237
b775012e
LM
12238 /* We have already handled this address, update it so that we don't
12239 have to go through updates again. */
12240 last_addr = old_loc->address;
12241
12242 /* Target-side condition evaluation: Handle deleted locations. */
12243 if (!found_object)
12244 force_breakpoint_reinsertion (old_loc);
12245
4a64f543
MS
12246 /* If this location is no longer present, and inserted, look if
12247 there's maybe a new location at the same address. If so,
12248 mark that one inserted, and don't remove this one. This is
12249 needed so that we don't have a time window where a breakpoint
12250 at certain location is not inserted. */
74960c60 12251
876fa593 12252 if (old_loc->inserted)
0d381245 12253 {
4a64f543
MS
12254 /* If the location is inserted now, we might have to remove
12255 it. */
74960c60 12256
876fa593 12257 if (found_object && should_be_inserted (old_loc))
74960c60 12258 {
4a64f543
MS
12259 /* The location is still present in the location list,
12260 and still should be inserted. Don't do anything. */
20874c92 12261 keep_in_target = 1;
74960c60
VP
12262 }
12263 else
12264 {
b775012e
LM
12265 /* This location still exists, but it won't be kept in the
12266 target since it may have been disabled. We proceed to
12267 remove its target-side condition. */
12268
4a64f543
MS
12269 /* The location is either no longer present, or got
12270 disabled. See if there's another location at the
12271 same address, in which case we don't need to remove
12272 this one from the target. */
876fa593 12273
2bdf28a0 12274 /* OLD_LOC comes from existing struct breakpoint. */
876fa593
JK
12275 if (breakpoint_address_is_meaningful (old_loc->owner))
12276 {
876fa593 12277 for (loc2p = locp;
c7d46a38
PA
12278 (loc2p < bp_location + bp_location_count
12279 && (*loc2p)->address == old_loc->address);
876fa593
JK
12280 loc2p++)
12281 {
12282 struct bp_location *loc2 = *loc2p;
12283
2d134ed3 12284 if (breakpoint_locations_match (loc2, old_loc))
c7d46a38 12285 {
85d721b8
PA
12286 /* Read watchpoint locations are switched to
12287 access watchpoints, if the former are not
12288 supported, but the latter are. */
12289 if (is_hardware_watchpoint (old_loc->owner))
12290 {
12291 gdb_assert (is_hardware_watchpoint (loc2->owner));
12292 loc2->watchpoint_type = old_loc->watchpoint_type;
12293 }
12294
934709f0
PW
12295 /* loc2 is a duplicated location. We need to check
12296 if it should be inserted in case it will be
12297 unduplicated. */
12298 if (loc2 != old_loc
12299 && unduplicated_should_be_inserted (loc2))
c7d46a38 12300 {
934709f0 12301 swap_insertion (old_loc, loc2);
c7d46a38
PA
12302 keep_in_target = 1;
12303 break;
12304 }
876fa593
JK
12305 }
12306 }
12307 }
74960c60
VP
12308 }
12309
20874c92
VP
12310 if (!keep_in_target)
12311 {
876fa593 12312 if (remove_breakpoint (old_loc, mark_uninserted))
20874c92 12313 {
4a64f543
MS
12314 /* This is just about all we can do. We could keep
12315 this location on the global list, and try to
12316 remove it next time, but there's no particular
12317 reason why we will succeed next time.
20874c92 12318
4a64f543
MS
12319 Note that at this point, old_loc->owner is still
12320 valid, as delete_breakpoint frees the breakpoint
12321 only after calling us. */
3e43a32a
MS
12322 printf_filtered (_("warning: Error removing "
12323 "breakpoint %d\n"),
876fa593 12324 old_loc->owner->number);
20874c92
VP
12325 }
12326 removed = 1;
12327 }
0d381245 12328 }
74960c60
VP
12329
12330 if (!found_object)
1c5cfe86 12331 {
db82e815
PA
12332 if (removed && non_stop
12333 && breakpoint_address_is_meaningful (old_loc->owner)
12334 && !is_hardware_watchpoint (old_loc->owner))
20874c92 12335 {
db82e815
PA
12336 /* This location was removed from the target. In
12337 non-stop mode, a race condition is possible where
12338 we've removed a breakpoint, but stop events for that
12339 breakpoint are already queued and will arrive later.
12340 We apply an heuristic to be able to distinguish such
12341 SIGTRAPs from other random SIGTRAPs: we keep this
12342 breakpoint location for a bit, and will retire it
12343 after we see some number of events. The theory here
12344 is that reporting of events should, "on the average",
12345 be fair, so after a while we'll see events from all
12346 threads that have anything of interest, and no longer
12347 need to keep this breakpoint location around. We
12348 don't hold locations forever so to reduce chances of
12349 mistaking a non-breakpoint SIGTRAP for a breakpoint
12350 SIGTRAP.
12351
12352 The heuristic failing can be disastrous on
12353 decr_pc_after_break targets.
12354
12355 On decr_pc_after_break targets, like e.g., x86-linux,
12356 if we fail to recognize a late breakpoint SIGTRAP,
12357 because events_till_retirement has reached 0 too
12358 soon, we'll fail to do the PC adjustment, and report
12359 a random SIGTRAP to the user. When the user resumes
12360 the inferior, it will most likely immediately crash
2dec564e 12361 with SIGILL/SIGBUS/SIGSEGV, or worse, get silently
db82e815
PA
12362 corrupted, because of being resumed e.g., in the
12363 middle of a multi-byte instruction, or skipped a
12364 one-byte instruction. This was actually seen happen
12365 on native x86-linux, and should be less rare on
12366 targets that do not support new thread events, like
12367 remote, due to the heuristic depending on
12368 thread_count.
12369
12370 Mistaking a random SIGTRAP for a breakpoint trap
12371 causes similar symptoms (PC adjustment applied when
12372 it shouldn't), but then again, playing with SIGTRAPs
12373 behind the debugger's back is asking for trouble.
12374
12375 Since hardware watchpoint traps are always
12376 distinguishable from other traps, so we don't need to
12377 apply keep hardware watchpoint moribund locations
12378 around. We simply always ignore hardware watchpoint
12379 traps we can no longer explain. */
12380
876fa593
JK
12381 old_loc->events_till_retirement = 3 * (thread_count () + 1);
12382 old_loc->owner = NULL;
20874c92 12383
876fa593 12384 VEC_safe_push (bp_location_p, moribund_locations, old_loc);
1c5cfe86
PA
12385 }
12386 else
f431efe5
PA
12387 {
12388 old_loc->owner = NULL;
12389 decref_bp_location (&old_loc);
12390 }
20874c92 12391 }
74960c60 12392 }
1c5cfe86 12393
348d480f
PA
12394 /* Rescan breakpoints at the same address and section, marking the
12395 first one as "first" and any others as "duplicates". This is so
12396 that the bpt instruction is only inserted once. If we have a
12397 permanent breakpoint at the same place as BPT, make that one the
12398 official one, and the rest as duplicates. Permanent breakpoints
12399 are sorted first for the same address.
12400
12401 Do the same for hardware watchpoints, but also considering the
12402 watchpoint's type (regular/access/read) and length. */
12403
12404 bp_loc_first = NULL;
12405 wp_loc_first = NULL;
12406 awp_loc_first = NULL;
12407 rwp_loc_first = NULL;
12408 ALL_BP_LOCATIONS (loc, locp)
12409 {
12410 /* ALL_BP_LOCATIONS bp_location has LOC->OWNER always
12411 non-NULL. */
348d480f 12412 struct bp_location **loc_first_p;
d3fbdd86 12413 b = loc->owner;
348d480f 12414
6f380991 12415 if (!unduplicated_should_be_inserted (loc)
348d480f 12416 || !breakpoint_address_is_meaningful (b)
1e4d1764
YQ
12417 /* Don't detect duplicate for tracepoint locations because they are
12418 never duplicated. See the comments in field `duplicate' of
12419 `struct bp_location'. */
348d480f 12420 || is_tracepoint (b))
b775012e
LM
12421 {
12422 /* Clear the condition modification flag. */
12423 loc->condition_changed = condition_unchanged;
12424 continue;
12425 }
348d480f
PA
12426
12427 /* Permanent breakpoint should always be inserted. */
12428 if (b->enable_state == bp_permanent && ! loc->inserted)
12429 internal_error (__FILE__, __LINE__,
12430 _("allegedly permanent breakpoint is not "
12431 "actually inserted"));
12432
12433 if (b->type == bp_hardware_watchpoint)
12434 loc_first_p = &wp_loc_first;
12435 else if (b->type == bp_read_watchpoint)
12436 loc_first_p = &rwp_loc_first;
12437 else if (b->type == bp_access_watchpoint)
12438 loc_first_p = &awp_loc_first;
12439 else
12440 loc_first_p = &bp_loc_first;
12441
12442 if (*loc_first_p == NULL
12443 || (overlay_debugging && loc->section != (*loc_first_p)->section)
12444 || !breakpoint_locations_match (loc, *loc_first_p))
12445 {
12446 *loc_first_p = loc;
12447 loc->duplicate = 0;
b775012e
LM
12448
12449 if (is_breakpoint (loc->owner) && loc->condition_changed)
12450 {
12451 loc->needs_update = 1;
12452 /* Clear the condition modification flag. */
12453 loc->condition_changed = condition_unchanged;
12454 }
348d480f
PA
12455 continue;
12456 }
12457
934709f0
PW
12458
12459 /* This and the above ensure the invariant that the first location
12460 is not duplicated, and is the inserted one.
12461 All following are marked as duplicated, and are not inserted. */
12462 if (loc->inserted)
12463 swap_insertion (loc, *loc_first_p);
348d480f
PA
12464 loc->duplicate = 1;
12465
b775012e
LM
12466 /* Clear the condition modification flag. */
12467 loc->condition_changed = condition_unchanged;
12468
348d480f
PA
12469 if ((*loc_first_p)->owner->enable_state == bp_permanent && loc->inserted
12470 && b->enable_state != bp_permanent)
12471 internal_error (__FILE__, __LINE__,
12472 _("another breakpoint was inserted on top of "
12473 "a permanent breakpoint"));
12474 }
12475
b775012e 12476 if (breakpoints_always_inserted_mode ()
348d480f 12477 && (have_live_inferiors ()
f5656ead 12478 || (gdbarch_has_global_breakpoints (target_gdbarch ()))))
b775012e
LM
12479 {
12480 if (should_insert)
12481 insert_breakpoint_locations ();
12482 else
12483 {
12484 /* Though should_insert is false, we may need to update conditions
12485 on the target's side if it is evaluating such conditions. We
12486 only update conditions for locations that are marked
12487 "needs_update". */
12488 update_inserted_breakpoint_locations ();
12489 }
12490 }
348d480f 12491
1e4d1764
YQ
12492 if (should_insert)
12493 download_tracepoint_locations ();
12494
348d480f
PA
12495 do_cleanups (cleanups);
12496}
12497
12498void
12499breakpoint_retire_moribund (void)
12500{
12501 struct bp_location *loc;
12502 int ix;
12503
12504 for (ix = 0; VEC_iterate (bp_location_p, moribund_locations, ix, loc); ++ix)
12505 if (--(loc->events_till_retirement) == 0)
12506 {
12507 decref_bp_location (&loc);
12508 VEC_unordered_remove (bp_location_p, moribund_locations, ix);
12509 --ix;
12510 }
12511}
12512
12513static void
12514update_global_location_list_nothrow (int inserting)
12515{
bfd189b1 12516 volatile struct gdb_exception e;
348d480f
PA
12517
12518 TRY_CATCH (e, RETURN_MASK_ERROR)
12519 update_global_location_list (inserting);
12520}
12521
12522/* Clear BKP from a BPS. */
12523
12524static void
12525bpstat_remove_bp_location (bpstat bps, struct breakpoint *bpt)
12526{
12527 bpstat bs;
12528
12529 for (bs = bps; bs; bs = bs->next)
12530 if (bs->breakpoint_at == bpt)
12531 {
12532 bs->breakpoint_at = NULL;
12533 bs->old_val = NULL;
12534 /* bs->commands will be freed later. */
12535 }
12536}
12537
12538/* Callback for iterate_over_threads. */
12539static int
12540bpstat_remove_breakpoint_callback (struct thread_info *th, void *data)
12541{
12542 struct breakpoint *bpt = data;
12543
12544 bpstat_remove_bp_location (th->control.stop_bpstat, bpt);
12545 return 0;
12546}
12547
12548/* Helper for breakpoint and tracepoint breakpoint_ops->mention
12549 callbacks. */
12550
12551static void
12552say_where (struct breakpoint *b)
12553{
12554 struct value_print_options opts;
12555
12556 get_user_print_options (&opts);
12557
12558 /* i18n: cagney/2005-02-11: Below needs to be merged into a
12559 single string. */
12560 if (b->loc == NULL)
12561 {
12562 printf_filtered (_(" (%s) pending."), b->addr_string);
12563 }
12564 else
12565 {
2f202fde 12566 if (opts.addressprint || b->loc->symtab == NULL)
348d480f
PA
12567 {
12568 printf_filtered (" at ");
12569 fputs_filtered (paddress (b->loc->gdbarch, b->loc->address),
12570 gdb_stdout);
12571 }
2f202fde 12572 if (b->loc->symtab != NULL)
f8eba3c6
TT
12573 {
12574 /* If there is a single location, we can print the location
12575 more nicely. */
12576 if (b->loc->next == NULL)
12577 printf_filtered (": file %s, line %d.",
05cba821
JK
12578 symtab_to_filename_for_display (b->loc->symtab),
12579 b->loc->line_number);
f8eba3c6
TT
12580 else
12581 /* This is not ideal, but each location may have a
12582 different file name, and this at least reflects the
12583 real situation somewhat. */
12584 printf_filtered (": %s.", b->addr_string);
12585 }
348d480f
PA
12586
12587 if (b->loc->next)
12588 {
12589 struct bp_location *loc = b->loc;
12590 int n = 0;
12591 for (; loc; loc = loc->next)
12592 ++n;
12593 printf_filtered (" (%d locations)", n);
12594 }
12595 }
12596}
12597
348d480f
PA
12598/* Default bp_location_ops methods. */
12599
12600static void
12601bp_location_dtor (struct bp_location *self)
12602{
12603 xfree (self->cond);
b775012e
LM
12604 if (self->cond_bytecode)
12605 free_agent_expr (self->cond_bytecode);
348d480f
PA
12606 xfree (self->function_name);
12607}
12608
12609static const struct bp_location_ops bp_location_ops =
12610{
12611 bp_location_dtor
12612};
12613
2060206e
PA
12614/* Default breakpoint_ops methods all breakpoint_ops ultimately
12615 inherit from. */
348d480f 12616
2060206e
PA
12617static void
12618base_breakpoint_dtor (struct breakpoint *self)
348d480f
PA
12619{
12620 decref_counted_command_line (&self->commands);
12621 xfree (self->cond_string);
fb81d016 12622 xfree (self->extra_string);
348d480f 12623 xfree (self->addr_string);
f8eba3c6 12624 xfree (self->filter);
348d480f 12625 xfree (self->addr_string_range_end);
348d480f
PA
12626}
12627
2060206e
PA
12628static struct bp_location *
12629base_breakpoint_allocate_location (struct breakpoint *self)
348d480f
PA
12630{
12631 struct bp_location *loc;
12632
12633 loc = XNEW (struct bp_location);
12634 init_bp_location (loc, &bp_location_ops, self);
12635 return loc;
12636}
12637
2060206e
PA
12638static void
12639base_breakpoint_re_set (struct breakpoint *b)
12640{
12641 /* Nothing to re-set. */
12642}
12643
12644#define internal_error_pure_virtual_called() \
12645 gdb_assert_not_reached ("pure virtual function called")
12646
12647static int
12648base_breakpoint_insert_location (struct bp_location *bl)
12649{
12650 internal_error_pure_virtual_called ();
12651}
12652
12653static int
12654base_breakpoint_remove_location (struct bp_location *bl)
12655{
12656 internal_error_pure_virtual_called ();
12657}
12658
12659static int
12660base_breakpoint_breakpoint_hit (const struct bp_location *bl,
12661 struct address_space *aspace,
09ac7c10
TT
12662 CORE_ADDR bp_addr,
12663 const struct target_waitstatus *ws)
2060206e
PA
12664{
12665 internal_error_pure_virtual_called ();
12666}
12667
12668static void
12669base_breakpoint_check_status (bpstat bs)
12670{
12671 /* Always stop. */
12672}
12673
12674/* A "works_in_software_mode" breakpoint_ops method that just internal
12675 errors. */
12676
12677static int
12678base_breakpoint_works_in_software_mode (const struct breakpoint *b)
12679{
12680 internal_error_pure_virtual_called ();
12681}
12682
12683/* A "resources_needed" breakpoint_ops method that just internal
12684 errors. */
12685
12686static int
12687base_breakpoint_resources_needed (const struct bp_location *bl)
12688{
12689 internal_error_pure_virtual_called ();
12690}
12691
12692static enum print_stop_action
12693base_breakpoint_print_it (bpstat bs)
12694{
12695 internal_error_pure_virtual_called ();
12696}
12697
12698static void
12699base_breakpoint_print_one_detail (const struct breakpoint *self,
12700 struct ui_out *uiout)
12701{
12702 /* nothing */
12703}
12704
12705static void
12706base_breakpoint_print_mention (struct breakpoint *b)
12707{
12708 internal_error_pure_virtual_called ();
12709}
12710
12711static void
12712base_breakpoint_print_recreate (struct breakpoint *b, struct ui_file *fp)
12713{
12714 internal_error_pure_virtual_called ();
12715}
12716
983af33b
SDJ
12717static void
12718base_breakpoint_create_sals_from_address (char **arg,
12719 struct linespec_result *canonical,
12720 enum bptype type_wanted,
12721 char *addr_start,
12722 char **copy_arg)
12723{
12724 internal_error_pure_virtual_called ();
12725}
12726
12727static void
12728base_breakpoint_create_breakpoints_sal (struct gdbarch *gdbarch,
12729 struct linespec_result *c,
12730 struct linespec_sals *lsal,
12731 char *cond_string,
e7e0cddf 12732 char *extra_string,
983af33b
SDJ
12733 enum bptype type_wanted,
12734 enum bpdisp disposition,
12735 int thread,
12736 int task, int ignore_count,
12737 const struct breakpoint_ops *o,
12738 int from_tty, int enabled,
44f238bb 12739 int internal, unsigned flags)
983af33b
SDJ
12740{
12741 internal_error_pure_virtual_called ();
12742}
12743
12744static void
12745base_breakpoint_decode_linespec (struct breakpoint *b, char **s,
12746 struct symtabs_and_lines *sals)
12747{
12748 internal_error_pure_virtual_called ();
12749}
12750
ab04a2af
TT
12751/* The default 'explains_signal' method. */
12752
12753static enum bpstat_signal_value
12754base_breakpoint_explains_signal (struct breakpoint *b)
12755{
12756 return BPSTAT_SIGNAL_HIDE;
12757}
12758
12759struct breakpoint_ops base_breakpoint_ops =
2060206e
PA
12760{
12761 base_breakpoint_dtor,
12762 base_breakpoint_allocate_location,
12763 base_breakpoint_re_set,
12764 base_breakpoint_insert_location,
12765 base_breakpoint_remove_location,
12766 base_breakpoint_breakpoint_hit,
12767 base_breakpoint_check_status,
12768 base_breakpoint_resources_needed,
12769 base_breakpoint_works_in_software_mode,
12770 base_breakpoint_print_it,
12771 NULL,
12772 base_breakpoint_print_one_detail,
12773 base_breakpoint_print_mention,
983af33b
SDJ
12774 base_breakpoint_print_recreate,
12775 base_breakpoint_create_sals_from_address,
12776 base_breakpoint_create_breakpoints_sal,
12777 base_breakpoint_decode_linespec,
ab04a2af 12778 base_breakpoint_explains_signal
2060206e
PA
12779};
12780
12781/* Default breakpoint_ops methods. */
12782
12783static void
348d480f
PA
12784bkpt_re_set (struct breakpoint *b)
12785{
06edf0c0
PA
12786 /* FIXME: is this still reachable? */
12787 if (b->addr_string == NULL)
12788 {
12789 /* Anything without a string can't be re-set. */
348d480f 12790 delete_breakpoint (b);
06edf0c0 12791 return;
348d480f 12792 }
06edf0c0
PA
12793
12794 breakpoint_re_set_default (b);
348d480f
PA
12795}
12796
2060206e 12797static int
348d480f
PA
12798bkpt_insert_location (struct bp_location *bl)
12799{
12800 if (bl->loc_type == bp_loc_hardware_breakpoint)
12801 return target_insert_hw_breakpoint (bl->gdbarch,
12802 &bl->target_info);
12803 else
12804 return target_insert_breakpoint (bl->gdbarch,
12805 &bl->target_info);
12806}
12807
2060206e 12808static int
348d480f
PA
12809bkpt_remove_location (struct bp_location *bl)
12810{
12811 if (bl->loc_type == bp_loc_hardware_breakpoint)
12812 return target_remove_hw_breakpoint (bl->gdbarch, &bl->target_info);
12813 else
12814 return target_remove_breakpoint (bl->gdbarch, &bl->target_info);
12815}
12816
2060206e 12817static int
348d480f 12818bkpt_breakpoint_hit (const struct bp_location *bl,
09ac7c10
TT
12819 struct address_space *aspace, CORE_ADDR bp_addr,
12820 const struct target_waitstatus *ws)
348d480f 12821{
09ac7c10 12822 if (ws->kind != TARGET_WAITKIND_STOPPED
a493e3e2 12823 || ws->value.sig != GDB_SIGNAL_TRAP)
09ac7c10
TT
12824 return 0;
12825
348d480f
PA
12826 if (!breakpoint_address_match (bl->pspace->aspace, bl->address,
12827 aspace, bp_addr))
12828 return 0;
12829
12830 if (overlay_debugging /* unmapped overlay section */
12831 && section_is_overlay (bl->section)
12832 && !section_is_mapped (bl->section))
12833 return 0;
12834
12835 return 1;
12836}
12837
2060206e 12838static int
348d480f
PA
12839bkpt_resources_needed (const struct bp_location *bl)
12840{
12841 gdb_assert (bl->owner->type == bp_hardware_breakpoint);
12842
12843 return 1;
12844}
12845
2060206e 12846static enum print_stop_action
348d480f
PA
12847bkpt_print_it (bpstat bs)
12848{
348d480f
PA
12849 struct breakpoint *b;
12850 const struct bp_location *bl;
001c8c33 12851 int bp_temp;
79a45e25 12852 struct ui_out *uiout = current_uiout;
348d480f
PA
12853
12854 gdb_assert (bs->bp_location_at != NULL);
12855
12856 bl = bs->bp_location_at;
12857 b = bs->breakpoint_at;
12858
001c8c33
PA
12859 bp_temp = b->disposition == disp_del;
12860 if (bl->address != bl->requested_address)
12861 breakpoint_adjustment_warning (bl->requested_address,
12862 bl->address,
12863 b->number, 1);
12864 annotate_breakpoint (b->number);
12865 if (bp_temp)
12866 ui_out_text (uiout, "\nTemporary breakpoint ");
12867 else
12868 ui_out_text (uiout, "\nBreakpoint ");
12869 if (ui_out_is_mi_like_p (uiout))
348d480f 12870 {
001c8c33
PA
12871 ui_out_field_string (uiout, "reason",
12872 async_reason_lookup (EXEC_ASYNC_BREAKPOINT_HIT));
12873 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
06edf0c0 12874 }
001c8c33
PA
12875 ui_out_field_int (uiout, "bkptno", b->number);
12876 ui_out_text (uiout, ", ");
06edf0c0 12877
001c8c33 12878 return PRINT_SRC_AND_LOC;
06edf0c0
PA
12879}
12880
2060206e 12881static void
06edf0c0
PA
12882bkpt_print_mention (struct breakpoint *b)
12883{
79a45e25 12884 if (ui_out_is_mi_like_p (current_uiout))
06edf0c0
PA
12885 return;
12886
12887 switch (b->type)
12888 {
12889 case bp_breakpoint:
12890 case bp_gnu_ifunc_resolver:
12891 if (b->disposition == disp_del)
12892 printf_filtered (_("Temporary breakpoint"));
12893 else
12894 printf_filtered (_("Breakpoint"));
12895 printf_filtered (_(" %d"), b->number);
12896 if (b->type == bp_gnu_ifunc_resolver)
12897 printf_filtered (_(" at gnu-indirect-function resolver"));
12898 break;
12899 case bp_hardware_breakpoint:
12900 printf_filtered (_("Hardware assisted breakpoint %d"), b->number);
12901 break;
e7e0cddf
SS
12902 case bp_dprintf:
12903 printf_filtered (_("Dprintf %d"), b->number);
12904 break;
06edf0c0
PA
12905 }
12906
12907 say_where (b);
12908}
12909
2060206e 12910static void
06edf0c0
PA
12911bkpt_print_recreate (struct breakpoint *tp, struct ui_file *fp)
12912{
12913 if (tp->type == bp_breakpoint && tp->disposition == disp_del)
12914 fprintf_unfiltered (fp, "tbreak");
12915 else if (tp->type == bp_breakpoint)
12916 fprintf_unfiltered (fp, "break");
12917 else if (tp->type == bp_hardware_breakpoint
12918 && tp->disposition == disp_del)
12919 fprintf_unfiltered (fp, "thbreak");
12920 else if (tp->type == bp_hardware_breakpoint)
12921 fprintf_unfiltered (fp, "hbreak");
12922 else
12923 internal_error (__FILE__, __LINE__,
12924 _("unhandled breakpoint type %d"), (int) tp->type);
12925
2060206e 12926 fprintf_unfiltered (fp, " %s", tp->addr_string);
dd11a36c 12927 print_recreate_thread (tp, fp);
06edf0c0
PA
12928}
12929
983af33b
SDJ
12930static void
12931bkpt_create_sals_from_address (char **arg,
12932 struct linespec_result *canonical,
12933 enum bptype type_wanted,
12934 char *addr_start, char **copy_arg)
12935{
12936 create_sals_from_address_default (arg, canonical, type_wanted,
12937 addr_start, copy_arg);
12938}
12939
12940static void
12941bkpt_create_breakpoints_sal (struct gdbarch *gdbarch,
12942 struct linespec_result *canonical,
12943 struct linespec_sals *lsal,
12944 char *cond_string,
e7e0cddf 12945 char *extra_string,
983af33b
SDJ
12946 enum bptype type_wanted,
12947 enum bpdisp disposition,
12948 int thread,
12949 int task, int ignore_count,
12950 const struct breakpoint_ops *ops,
12951 int from_tty, int enabled,
44f238bb 12952 int internal, unsigned flags)
983af33b
SDJ
12953{
12954 create_breakpoints_sal_default (gdbarch, canonical, lsal,
e7e0cddf
SS
12955 cond_string, extra_string,
12956 type_wanted,
983af33b
SDJ
12957 disposition, thread, task,
12958 ignore_count, ops, from_tty,
44f238bb 12959 enabled, internal, flags);
983af33b
SDJ
12960}
12961
12962static void
12963bkpt_decode_linespec (struct breakpoint *b, char **s,
12964 struct symtabs_and_lines *sals)
12965{
12966 decode_linespec_default (b, s, sals);
12967}
12968
06edf0c0
PA
12969/* Virtual table for internal breakpoints. */
12970
12971static void
12972internal_bkpt_re_set (struct breakpoint *b)
12973{
12974 switch (b->type)
12975 {
12976 /* Delete overlay event and longjmp master breakpoints; they
12977 will be reset later by breakpoint_re_set. */
12978 case bp_overlay_event:
12979 case bp_longjmp_master:
12980 case bp_std_terminate_master:
12981 case bp_exception_master:
12982 delete_breakpoint (b);
12983 break;
12984
12985 /* This breakpoint is special, it's set up when the inferior
12986 starts and we really don't want to touch it. */
12987 case bp_shlib_event:
12988
12989 /* Like bp_shlib_event, this breakpoint type is special. Once
12990 it is set up, we do not want to touch it. */
12991 case bp_thread_event:
12992 break;
12993 }
12994}
12995
12996static void
12997internal_bkpt_check_status (bpstat bs)
12998{
a9b3a50f
PA
12999 if (bs->breakpoint_at->type == bp_shlib_event)
13000 {
13001 /* If requested, stop when the dynamic linker notifies GDB of
13002 events. This allows the user to get control and place
13003 breakpoints in initializer routines for dynamically loaded
13004 objects (among other things). */
13005 bs->stop = stop_on_solib_events;
13006 bs->print = stop_on_solib_events;
13007 }
13008 else
13009 bs->stop = 0;
06edf0c0
PA
13010}
13011
13012static enum print_stop_action
13013internal_bkpt_print_it (bpstat bs)
13014{
06edf0c0 13015 struct breakpoint *b;
06edf0c0 13016
06edf0c0
PA
13017 b = bs->breakpoint_at;
13018
06edf0c0
PA
13019 switch (b->type)
13020 {
348d480f
PA
13021 case bp_shlib_event:
13022 /* Did we stop because the user set the stop_on_solib_events
13023 variable? (If so, we report this as a generic, "Stopped due
13024 to shlib event" message.) */
edcc5120 13025 print_solib_event (0);
348d480f
PA
13026 break;
13027
13028 case bp_thread_event:
13029 /* Not sure how we will get here.
13030 GDB should not stop for these breakpoints. */
13031 printf_filtered (_("Thread Event Breakpoint: gdb should not stop!\n"));
348d480f
PA
13032 break;
13033
13034 case bp_overlay_event:
13035 /* By analogy with the thread event, GDB should not stop for these. */
13036 printf_filtered (_("Overlay Event Breakpoint: gdb should not stop!\n"));
348d480f
PA
13037 break;
13038
13039 case bp_longjmp_master:
13040 /* These should never be enabled. */
13041 printf_filtered (_("Longjmp Master Breakpoint: gdb should not stop!\n"));
348d480f
PA
13042 break;
13043
13044 case bp_std_terminate_master:
13045 /* These should never be enabled. */
13046 printf_filtered (_("std::terminate Master Breakpoint: "
13047 "gdb should not stop!\n"));
348d480f
PA
13048 break;
13049
13050 case bp_exception_master:
13051 /* These should never be enabled. */
13052 printf_filtered (_("Exception Master Breakpoint: "
13053 "gdb should not stop!\n"));
06edf0c0
PA
13054 break;
13055 }
13056
001c8c33 13057 return PRINT_NOTHING;
06edf0c0
PA
13058}
13059
13060static void
13061internal_bkpt_print_mention (struct breakpoint *b)
13062{
13063 /* Nothing to mention. These breakpoints are internal. */
13064}
13065
06edf0c0
PA
13066/* Virtual table for momentary breakpoints */
13067
13068static void
13069momentary_bkpt_re_set (struct breakpoint *b)
13070{
13071 /* Keep temporary breakpoints, which can be encountered when we step
4d1eb6b4 13072 over a dlopen call and solib_add is resetting the breakpoints.
06edf0c0
PA
13073 Otherwise these should have been blown away via the cleanup chain
13074 or by breakpoint_init_inferior when we rerun the executable. */
13075}
13076
13077static void
13078momentary_bkpt_check_status (bpstat bs)
13079{
13080 /* Nothing. The point of these breakpoints is causing a stop. */
13081}
13082
13083static enum print_stop_action
13084momentary_bkpt_print_it (bpstat bs)
13085{
79a45e25
PA
13086 struct ui_out *uiout = current_uiout;
13087
001c8c33 13088 if (ui_out_is_mi_like_p (uiout))
06edf0c0 13089 {
001c8c33 13090 struct breakpoint *b = bs->breakpoint_at;
348d480f 13091
001c8c33
PA
13092 switch (b->type)
13093 {
13094 case bp_finish:
13095 ui_out_field_string
13096 (uiout, "reason",
13097 async_reason_lookup (EXEC_ASYNC_FUNCTION_FINISHED));
13098 break;
348d480f 13099
001c8c33
PA
13100 case bp_until:
13101 ui_out_field_string
13102 (uiout, "reason",
13103 async_reason_lookup (EXEC_ASYNC_LOCATION_REACHED));
13104 break;
13105 }
348d480f
PA
13106 }
13107
001c8c33 13108 return PRINT_UNKNOWN;
348d480f
PA
13109}
13110
06edf0c0
PA
13111static void
13112momentary_bkpt_print_mention (struct breakpoint *b)
348d480f 13113{
06edf0c0 13114 /* Nothing to mention. These breakpoints are internal. */
348d480f
PA
13115}
13116
e2e4d78b
JK
13117/* Ensure INITIATING_FRAME is cleared when no such breakpoint exists.
13118
13119 It gets cleared already on the removal of the first one of such placed
13120 breakpoints. This is OK as they get all removed altogether. */
13121
13122static void
13123longjmp_bkpt_dtor (struct breakpoint *self)
13124{
13125 struct thread_info *tp = find_thread_id (self->thread);
13126
13127 if (tp)
13128 tp->initiating_frame = null_frame_id;
13129
13130 momentary_breakpoint_ops.dtor (self);
13131}
13132
55aa24fb
SDJ
13133/* Specific methods for probe breakpoints. */
13134
13135static int
13136bkpt_probe_insert_location (struct bp_location *bl)
13137{
13138 int v = bkpt_insert_location (bl);
13139
13140 if (v == 0)
13141 {
13142 /* The insertion was successful, now let's set the probe's semaphore
13143 if needed. */
13144 bl->probe->pops->set_semaphore (bl->probe, bl->gdbarch);
13145 }
13146
13147 return v;
13148}
13149
13150static int
13151bkpt_probe_remove_location (struct bp_location *bl)
13152{
13153 /* Let's clear the semaphore before removing the location. */
13154 bl->probe->pops->clear_semaphore (bl->probe, bl->gdbarch);
13155
13156 return bkpt_remove_location (bl);
13157}
13158
13159static void
13160bkpt_probe_create_sals_from_address (char **arg,
13161 struct linespec_result *canonical,
13162 enum bptype type_wanted,
13163 char *addr_start, char **copy_arg)
13164{
13165 struct linespec_sals lsal;
13166
13167 lsal.sals = parse_probes (arg, canonical);
13168
13169 *copy_arg = xstrdup (canonical->addr_string);
13170 lsal.canonical = xstrdup (*copy_arg);
13171
13172 VEC_safe_push (linespec_sals, canonical->sals, &lsal);
13173}
13174
13175static void
13176bkpt_probe_decode_linespec (struct breakpoint *b, char **s,
13177 struct symtabs_and_lines *sals)
13178{
13179 *sals = parse_probes (s, NULL);
13180 if (!sals->sals)
13181 error (_("probe not found"));
13182}
13183
348d480f 13184/* The breakpoint_ops structure to be used in tracepoints. */
876fa593 13185
348d480f
PA
13186static void
13187tracepoint_re_set (struct breakpoint *b)
13188{
13189 breakpoint_re_set_default (b);
13190}
876fa593 13191
348d480f
PA
13192static int
13193tracepoint_breakpoint_hit (const struct bp_location *bl,
09ac7c10
TT
13194 struct address_space *aspace, CORE_ADDR bp_addr,
13195 const struct target_waitstatus *ws)
348d480f
PA
13196{
13197 /* By definition, the inferior does not report stops at
13198 tracepoints. */
13199 return 0;
74960c60
VP
13200}
13201
13202static void
348d480f
PA
13203tracepoint_print_one_detail (const struct breakpoint *self,
13204 struct ui_out *uiout)
74960c60 13205{
d9b3f62e
PA
13206 struct tracepoint *tp = (struct tracepoint *) self;
13207 if (tp->static_trace_marker_id)
348d480f
PA
13208 {
13209 gdb_assert (self->type == bp_static_tracepoint);
cc59ec59 13210
348d480f
PA
13211 ui_out_text (uiout, "\tmarker id is ");
13212 ui_out_field_string (uiout, "static-tracepoint-marker-string-id",
d9b3f62e 13213 tp->static_trace_marker_id);
348d480f
PA
13214 ui_out_text (uiout, "\n");
13215 }
0d381245
VP
13216}
13217
a474d7c2 13218static void
348d480f 13219tracepoint_print_mention (struct breakpoint *b)
a474d7c2 13220{
79a45e25 13221 if (ui_out_is_mi_like_p (current_uiout))
348d480f 13222 return;
cc59ec59 13223
348d480f
PA
13224 switch (b->type)
13225 {
13226 case bp_tracepoint:
13227 printf_filtered (_("Tracepoint"));
13228 printf_filtered (_(" %d"), b->number);
13229 break;
13230 case bp_fast_tracepoint:
13231 printf_filtered (_("Fast tracepoint"));
13232 printf_filtered (_(" %d"), b->number);
13233 break;
13234 case bp_static_tracepoint:
13235 printf_filtered (_("Static tracepoint"));
13236 printf_filtered (_(" %d"), b->number);
13237 break;
13238 default:
13239 internal_error (__FILE__, __LINE__,
13240 _("unhandled tracepoint type %d"), (int) b->type);
13241 }
13242
13243 say_where (b);
a474d7c2
PA
13244}
13245
348d480f 13246static void
d9b3f62e 13247tracepoint_print_recreate (struct breakpoint *self, struct ui_file *fp)
a474d7c2 13248{
d9b3f62e
PA
13249 struct tracepoint *tp = (struct tracepoint *) self;
13250
13251 if (self->type == bp_fast_tracepoint)
348d480f 13252 fprintf_unfiltered (fp, "ftrace");
d9b3f62e 13253 if (self->type == bp_static_tracepoint)
348d480f 13254 fprintf_unfiltered (fp, "strace");
d9b3f62e 13255 else if (self->type == bp_tracepoint)
348d480f
PA
13256 fprintf_unfiltered (fp, "trace");
13257 else
13258 internal_error (__FILE__, __LINE__,
d9b3f62e 13259 _("unhandled tracepoint type %d"), (int) self->type);
cc59ec59 13260
d9b3f62e
PA
13261 fprintf_unfiltered (fp, " %s", self->addr_string);
13262 print_recreate_thread (self, fp);
13263
13264 if (tp->pass_count)
13265 fprintf_unfiltered (fp, " passcount %d\n", tp->pass_count);
a474d7c2
PA
13266}
13267
983af33b
SDJ
13268static void
13269tracepoint_create_sals_from_address (char **arg,
13270 struct linespec_result *canonical,
13271 enum bptype type_wanted,
13272 char *addr_start, char **copy_arg)
13273{
13274 create_sals_from_address_default (arg, canonical, type_wanted,
13275 addr_start, copy_arg);
13276}
13277
13278static void
13279tracepoint_create_breakpoints_sal (struct gdbarch *gdbarch,
13280 struct linespec_result *canonical,
13281 struct linespec_sals *lsal,
13282 char *cond_string,
e7e0cddf 13283 char *extra_string,
983af33b
SDJ
13284 enum bptype type_wanted,
13285 enum bpdisp disposition,
13286 int thread,
13287 int task, int ignore_count,
13288 const struct breakpoint_ops *ops,
13289 int from_tty, int enabled,
44f238bb 13290 int internal, unsigned flags)
983af33b
SDJ
13291{
13292 create_breakpoints_sal_default (gdbarch, canonical, lsal,
e7e0cddf
SS
13293 cond_string, extra_string,
13294 type_wanted,
983af33b
SDJ
13295 disposition, thread, task,
13296 ignore_count, ops, from_tty,
44f238bb 13297 enabled, internal, flags);
983af33b
SDJ
13298}
13299
13300static void
13301tracepoint_decode_linespec (struct breakpoint *b, char **s,
13302 struct symtabs_and_lines *sals)
13303{
13304 decode_linespec_default (b, s, sals);
13305}
13306
2060206e 13307struct breakpoint_ops tracepoint_breakpoint_ops;
348d480f 13308
55aa24fb
SDJ
13309/* The breakpoint_ops structure to be use on tracepoints placed in a
13310 static probe. */
13311
13312static void
13313tracepoint_probe_create_sals_from_address (char **arg,
13314 struct linespec_result *canonical,
13315 enum bptype type_wanted,
13316 char *addr_start, char **copy_arg)
13317{
13318 /* We use the same method for breakpoint on probes. */
13319 bkpt_probe_create_sals_from_address (arg, canonical, type_wanted,
13320 addr_start, copy_arg);
13321}
13322
13323static void
13324tracepoint_probe_decode_linespec (struct breakpoint *b, char **s,
13325 struct symtabs_and_lines *sals)
13326{
13327 /* We use the same method for breakpoint on probes. */
13328 bkpt_probe_decode_linespec (b, s, sals);
13329}
13330
13331static struct breakpoint_ops tracepoint_probe_breakpoint_ops;
13332
5c2b4418
HZ
13333/* Dprintf breakpoint_ops methods. */
13334
13335static void
13336dprintf_re_set (struct breakpoint *b)
13337{
13338 breakpoint_re_set_default (b);
13339
13340 /* This breakpoint could have been pending, and be resolved now, and
13341 if so, we should now have the extra string. If we don't, the
13342 dprintf was malformed when created, but we couldn't tell because
13343 we can't extract the extra string until the location is
13344 resolved. */
13345 if (b->loc != NULL && b->extra_string == NULL)
13346 error (_("Format string required"));
13347
13348 /* 1 - connect to target 1, that can run breakpoint commands.
13349 2 - create a dprintf, which resolves fine.
13350 3 - disconnect from target 1
13351 4 - connect to target 2, that can NOT run breakpoint commands.
13352
13353 After steps #3/#4, you'll want the dprintf command list to
13354 be updated, because target 1 and 2 may well return different
13355 answers for target_can_run_breakpoint_commands().
13356 Given absence of finer grained resetting, we get to do
13357 it all the time. */
13358 if (b->extra_string != NULL)
13359 update_dprintf_command_list (b);
13360}
13361
2d9442cc
HZ
13362/* Implement the "print_recreate" breakpoint_ops method for dprintf. */
13363
13364static void
13365dprintf_print_recreate (struct breakpoint *tp, struct ui_file *fp)
13366{
13367 fprintf_unfiltered (fp, "dprintf %s%s", tp->addr_string,
13368 tp->extra_string);
13369 print_recreate_thread (tp, fp);
13370}
13371
983af33b
SDJ
13372/* The breakpoint_ops structure to be used on static tracepoints with
13373 markers (`-m'). */
13374
13375static void
13376strace_marker_create_sals_from_address (char **arg,
13377 struct linespec_result *canonical,
13378 enum bptype type_wanted,
13379 char *addr_start, char **copy_arg)
13380{
13381 struct linespec_sals lsal;
13382
13383 lsal.sals = decode_static_tracepoint_spec (arg);
13384
13385 *copy_arg = savestring (addr_start, *arg - addr_start);
13386
13387 canonical->addr_string = xstrdup (*copy_arg);
13388 lsal.canonical = xstrdup (*copy_arg);
13389 VEC_safe_push (linespec_sals, canonical->sals, &lsal);
13390}
13391
13392static void
13393strace_marker_create_breakpoints_sal (struct gdbarch *gdbarch,
13394 struct linespec_result *canonical,
13395 struct linespec_sals *lsal,
13396 char *cond_string,
e7e0cddf 13397 char *extra_string,
983af33b
SDJ
13398 enum bptype type_wanted,
13399 enum bpdisp disposition,
13400 int thread,
13401 int task, int ignore_count,
13402 const struct breakpoint_ops *ops,
13403 int from_tty, int enabled,
44f238bb 13404 int internal, unsigned flags)
983af33b
SDJ
13405{
13406 int i;
13407
13408 /* If the user is creating a static tracepoint by marker id
13409 (strace -m MARKER_ID), then store the sals index, so that
13410 breakpoint_re_set can try to match up which of the newly
13411 found markers corresponds to this one, and, don't try to
13412 expand multiple locations for each sal, given than SALS
13413 already should contain all sals for MARKER_ID. */
13414
13415 for (i = 0; i < lsal->sals.nelts; ++i)
13416 {
13417 struct symtabs_and_lines expanded;
13418 struct tracepoint *tp;
13419 struct cleanup *old_chain;
13420 char *addr_string;
13421
13422 expanded.nelts = 1;
13423 expanded.sals = &lsal->sals.sals[i];
13424
13425 addr_string = xstrdup (canonical->addr_string);
13426 old_chain = make_cleanup (xfree, addr_string);
13427
13428 tp = XCNEW (struct tracepoint);
13429 init_breakpoint_sal (&tp->base, gdbarch, expanded,
13430 addr_string, NULL,
e7e0cddf
SS
13431 cond_string, extra_string,
13432 type_wanted, disposition,
983af33b 13433 thread, task, ignore_count, ops,
44f238bb 13434 from_tty, enabled, internal, flags,
983af33b
SDJ
13435 canonical->special_display);
13436 /* Given that its possible to have multiple markers with
13437 the same string id, if the user is creating a static
13438 tracepoint by marker id ("strace -m MARKER_ID"), then
13439 store the sals index, so that breakpoint_re_set can
13440 try to match up which of the newly found markers
13441 corresponds to this one */
13442 tp->static_trace_marker_id_idx = i;
13443
13444 install_breakpoint (internal, &tp->base, 0);
13445
13446 discard_cleanups (old_chain);
13447 }
13448}
13449
13450static void
13451strace_marker_decode_linespec (struct breakpoint *b, char **s,
13452 struct symtabs_and_lines *sals)
13453{
13454 struct tracepoint *tp = (struct tracepoint *) b;
13455
13456 *sals = decode_static_tracepoint_spec (s);
13457 if (sals->nelts > tp->static_trace_marker_id_idx)
13458 {
13459 sals->sals[0] = sals->sals[tp->static_trace_marker_id_idx];
13460 sals->nelts = 1;
13461 }
13462 else
13463 error (_("marker %s not found"), tp->static_trace_marker_id);
13464}
13465
13466static struct breakpoint_ops strace_marker_breakpoint_ops;
13467
13468static int
13469strace_marker_p (struct breakpoint *b)
13470{
13471 return b->ops == &strace_marker_breakpoint_ops;
13472}
13473
53a5351d 13474/* Delete a breakpoint and clean up all traces of it in the data
f431efe5 13475 structures. */
c906108c
SS
13476
13477void
fba45db2 13478delete_breakpoint (struct breakpoint *bpt)
c906108c 13479{
52f0bd74 13480 struct breakpoint *b;
c906108c 13481
8a3fe4f8 13482 gdb_assert (bpt != NULL);
c906108c 13483
4a64f543
MS
13484 /* Has this bp already been deleted? This can happen because
13485 multiple lists can hold pointers to bp's. bpstat lists are
13486 especial culprits.
13487
13488 One example of this happening is a watchpoint's scope bp. When
13489 the scope bp triggers, we notice that the watchpoint is out of
13490 scope, and delete it. We also delete its scope bp. But the
13491 scope bp is marked "auto-deleting", and is already on a bpstat.
13492 That bpstat is then checked for auto-deleting bp's, which are
13493 deleted.
13494
13495 A real solution to this problem might involve reference counts in
13496 bp's, and/or giving them pointers back to their referencing
13497 bpstat's, and teaching delete_breakpoint to only free a bp's
13498 storage when no more references were extent. A cheaper bandaid
13499 was chosen. */
c906108c
SS
13500 if (bpt->type == bp_none)
13501 return;
13502
4a64f543
MS
13503 /* At least avoid this stale reference until the reference counting
13504 of breakpoints gets resolved. */
d0fb5eae 13505 if (bpt->related_breakpoint != bpt)
e5a0a904 13506 {
d0fb5eae 13507 struct breakpoint *related;
3a5c3e22 13508 struct watchpoint *w;
d0fb5eae
JK
13509
13510 if (bpt->type == bp_watchpoint_scope)
3a5c3e22 13511 w = (struct watchpoint *) bpt->related_breakpoint;
d0fb5eae 13512 else if (bpt->related_breakpoint->type == bp_watchpoint_scope)
3a5c3e22
PA
13513 w = (struct watchpoint *) bpt;
13514 else
13515 w = NULL;
13516 if (w != NULL)
13517 watchpoint_del_at_next_stop (w);
d0fb5eae
JK
13518
13519 /* Unlink bpt from the bpt->related_breakpoint ring. */
13520 for (related = bpt; related->related_breakpoint != bpt;
13521 related = related->related_breakpoint);
13522 related->related_breakpoint = bpt->related_breakpoint;
13523 bpt->related_breakpoint = bpt;
e5a0a904
JK
13524 }
13525
a9634178
TJB
13526 /* watch_command_1 creates a watchpoint but only sets its number if
13527 update_watchpoint succeeds in creating its bp_locations. If there's
13528 a problem in that process, we'll be asked to delete the half-created
13529 watchpoint. In that case, don't announce the deletion. */
13530 if (bpt->number)
13531 observer_notify_breakpoint_deleted (bpt);
c906108c 13532
c906108c
SS
13533 if (breakpoint_chain == bpt)
13534 breakpoint_chain = bpt->next;
13535
c906108c
SS
13536 ALL_BREAKPOINTS (b)
13537 if (b->next == bpt)
c5aa993b
JM
13538 {
13539 b->next = bpt->next;
13540 break;
13541 }
c906108c 13542
f431efe5
PA
13543 /* Be sure no bpstat's are pointing at the breakpoint after it's
13544 been freed. */
13545 /* FIXME, how can we find all bpstat's? We just check stop_bpstat
e5dd4106 13546 in all threads for now. Note that we cannot just remove bpstats
f431efe5
PA
13547 pointing at bpt from the stop_bpstat list entirely, as breakpoint
13548 commands are associated with the bpstat; if we remove it here,
13549 then the later call to bpstat_do_actions (&stop_bpstat); in
13550 event-top.c won't do anything, and temporary breakpoints with
13551 commands won't work. */
13552
13553 iterate_over_threads (bpstat_remove_breakpoint_callback, bpt);
13554
4a64f543
MS
13555 /* Now that breakpoint is removed from breakpoint list, update the
13556 global location list. This will remove locations that used to
13557 belong to this breakpoint. Do this before freeing the breakpoint
13558 itself, since remove_breakpoint looks at location's owner. It
13559 might be better design to have location completely
13560 self-contained, but it's not the case now. */
b60e7edf 13561 update_global_location_list (0);
74960c60 13562
348d480f 13563 bpt->ops->dtor (bpt);
4a64f543
MS
13564 /* On the chance that someone will soon try again to delete this
13565 same bp, we mark it as deleted before freeing its storage. */
c906108c 13566 bpt->type = bp_none;
b8c9b27d 13567 xfree (bpt);
c906108c
SS
13568}
13569
4d6140d9
AC
13570static void
13571do_delete_breakpoint_cleanup (void *b)
13572{
13573 delete_breakpoint (b);
13574}
13575
13576struct cleanup *
13577make_cleanup_delete_breakpoint (struct breakpoint *b)
13578{
13579 return make_cleanup (do_delete_breakpoint_cleanup, b);
13580}
13581
51be5b68
PA
13582/* Iterator function to call a user-provided callback function once
13583 for each of B and its related breakpoints. */
13584
13585static void
13586iterate_over_related_breakpoints (struct breakpoint *b,
13587 void (*function) (struct breakpoint *,
13588 void *),
13589 void *data)
13590{
13591 struct breakpoint *related;
13592
13593 related = b;
13594 do
13595 {
13596 struct breakpoint *next;
13597
13598 /* FUNCTION may delete RELATED. */
13599 next = related->related_breakpoint;
13600
13601 if (next == related)
13602 {
13603 /* RELATED is the last ring entry. */
13604 function (related, data);
13605
13606 /* FUNCTION may have deleted it, so we'd never reach back to
13607 B. There's nothing left to do anyway, so just break
13608 out. */
13609 break;
13610 }
13611 else
13612 function (related, data);
13613
13614 related = next;
13615 }
13616 while (related != b);
13617}
95a42b64
TT
13618
13619static void
13620do_delete_breakpoint (struct breakpoint *b, void *ignore)
13621{
13622 delete_breakpoint (b);
13623}
13624
51be5b68
PA
13625/* A callback for map_breakpoint_numbers that calls
13626 delete_breakpoint. */
13627
13628static void
13629do_map_delete_breakpoint (struct breakpoint *b, void *ignore)
13630{
13631 iterate_over_related_breakpoints (b, do_delete_breakpoint, NULL);
13632}
13633
c906108c 13634void
fba45db2 13635delete_command (char *arg, int from_tty)
c906108c 13636{
35df4500 13637 struct breakpoint *b, *b_tmp;
c906108c 13638
ea9365bb
TT
13639 dont_repeat ();
13640
c906108c
SS
13641 if (arg == 0)
13642 {
13643 int breaks_to_delete = 0;
13644
46c6471b
PA
13645 /* Delete all breakpoints if no argument. Do not delete
13646 internal breakpoints, these have to be deleted with an
13647 explicit breakpoint number argument. */
c5aa993b 13648 ALL_BREAKPOINTS (b)
46c6471b 13649 if (user_breakpoint_p (b))
973d738b
DJ
13650 {
13651 breaks_to_delete = 1;
13652 break;
13653 }
c906108c
SS
13654
13655 /* Ask user only if there are some breakpoints to delete. */
13656 if (!from_tty
e2e0b3e5 13657 || (breaks_to_delete && query (_("Delete all breakpoints? "))))
c906108c 13658 {
35df4500 13659 ALL_BREAKPOINTS_SAFE (b, b_tmp)
46c6471b 13660 if (user_breakpoint_p (b))
c5aa993b 13661 delete_breakpoint (b);
c906108c
SS
13662 }
13663 }
13664 else
51be5b68 13665 map_breakpoint_numbers (arg, do_map_delete_breakpoint, NULL);
c906108c
SS
13666}
13667
0d381245
VP
13668static int
13669all_locations_are_pending (struct bp_location *loc)
fe3f5fa8 13670{
0d381245 13671 for (; loc; loc = loc->next)
8645ff69
UW
13672 if (!loc->shlib_disabled
13673 && !loc->pspace->executing_startup)
0d381245
VP
13674 return 0;
13675 return 1;
fe3f5fa8
VP
13676}
13677
776592bf
DE
13678/* Subroutine of update_breakpoint_locations to simplify it.
13679 Return non-zero if multiple fns in list LOC have the same name.
13680 Null names are ignored. */
13681
13682static int
13683ambiguous_names_p (struct bp_location *loc)
13684{
13685 struct bp_location *l;
13686 htab_t htab = htab_create_alloc (13, htab_hash_string,
cc59ec59
MS
13687 (int (*) (const void *,
13688 const void *)) streq,
776592bf
DE
13689 NULL, xcalloc, xfree);
13690
13691 for (l = loc; l != NULL; l = l->next)
13692 {
13693 const char **slot;
13694 const char *name = l->function_name;
13695
13696 /* Allow for some names to be NULL, ignore them. */
13697 if (name == NULL)
13698 continue;
13699
13700 slot = (const char **) htab_find_slot (htab, (const void *) name,
13701 INSERT);
4a64f543
MS
13702 /* NOTE: We can assume slot != NULL here because xcalloc never
13703 returns NULL. */
776592bf
DE
13704 if (*slot != NULL)
13705 {
13706 htab_delete (htab);
13707 return 1;
13708 }
13709 *slot = name;
13710 }
13711
13712 htab_delete (htab);
13713 return 0;
13714}
13715
0fb4aa4b
PA
13716/* When symbols change, it probably means the sources changed as well,
13717 and it might mean the static tracepoint markers are no longer at
13718 the same address or line numbers they used to be at last we
13719 checked. Losing your static tracepoints whenever you rebuild is
13720 undesirable. This function tries to resync/rematch gdb static
13721 tracepoints with the markers on the target, for static tracepoints
13722 that have not been set by marker id. Static tracepoint that have
13723 been set by marker id are reset by marker id in breakpoint_re_set.
13724 The heuristic is:
13725
13726 1) For a tracepoint set at a specific address, look for a marker at
13727 the old PC. If one is found there, assume to be the same marker.
13728 If the name / string id of the marker found is different from the
13729 previous known name, assume that means the user renamed the marker
13730 in the sources, and output a warning.
13731
13732 2) For a tracepoint set at a given line number, look for a marker
13733 at the new address of the old line number. If one is found there,
13734 assume to be the same marker. If the name / string id of the
13735 marker found is different from the previous known name, assume that
13736 means the user renamed the marker in the sources, and output a
13737 warning.
13738
13739 3) If a marker is no longer found at the same address or line, it
13740 may mean the marker no longer exists. But it may also just mean
13741 the code changed a bit. Maybe the user added a few lines of code
13742 that made the marker move up or down (in line number terms). Ask
13743 the target for info about the marker with the string id as we knew
13744 it. If found, update line number and address in the matching
13745 static tracepoint. This will get confused if there's more than one
13746 marker with the same ID (possible in UST, although unadvised
13747 precisely because it confuses tools). */
13748
13749static struct symtab_and_line
13750update_static_tracepoint (struct breakpoint *b, struct symtab_and_line sal)
13751{
d9b3f62e 13752 struct tracepoint *tp = (struct tracepoint *) b;
0fb4aa4b
PA
13753 struct static_tracepoint_marker marker;
13754 CORE_ADDR pc;
0fb4aa4b
PA
13755
13756 pc = sal.pc;
13757 if (sal.line)
13758 find_line_pc (sal.symtab, sal.line, &pc);
13759
13760 if (target_static_tracepoint_marker_at (pc, &marker))
13761 {
d9b3f62e 13762 if (strcmp (tp->static_trace_marker_id, marker.str_id) != 0)
0fb4aa4b
PA
13763 warning (_("static tracepoint %d changed probed marker from %s to %s"),
13764 b->number,
d9b3f62e 13765 tp->static_trace_marker_id, marker.str_id);
0fb4aa4b 13766
d9b3f62e
PA
13767 xfree (tp->static_trace_marker_id);
13768 tp->static_trace_marker_id = xstrdup (marker.str_id);
0fb4aa4b
PA
13769 release_static_tracepoint_marker (&marker);
13770
13771 return sal;
13772 }
13773
13774 /* Old marker wasn't found on target at lineno. Try looking it up
13775 by string ID. */
13776 if (!sal.explicit_pc
13777 && sal.line != 0
13778 && sal.symtab != NULL
d9b3f62e 13779 && tp->static_trace_marker_id != NULL)
0fb4aa4b
PA
13780 {
13781 VEC(static_tracepoint_marker_p) *markers;
13782
13783 markers
d9b3f62e 13784 = target_static_tracepoint_markers_by_strid (tp->static_trace_marker_id);
0fb4aa4b
PA
13785
13786 if (!VEC_empty(static_tracepoint_marker_p, markers))
13787 {
80e1d417 13788 struct symtab_and_line sal2;
0fb4aa4b 13789 struct symbol *sym;
80e1d417 13790 struct static_tracepoint_marker *tpmarker;
79a45e25 13791 struct ui_out *uiout = current_uiout;
0fb4aa4b 13792
80e1d417 13793 tpmarker = VEC_index (static_tracepoint_marker_p, markers, 0);
0fb4aa4b 13794
d9b3f62e 13795 xfree (tp->static_trace_marker_id);
80e1d417 13796 tp->static_trace_marker_id = xstrdup (tpmarker->str_id);
0fb4aa4b
PA
13797
13798 warning (_("marker for static tracepoint %d (%s) not "
13799 "found at previous line number"),
d9b3f62e 13800 b->number, tp->static_trace_marker_id);
0fb4aa4b 13801
80e1d417 13802 init_sal (&sal2);
0fb4aa4b 13803
80e1d417 13804 sal2.pc = tpmarker->address;
0fb4aa4b 13805
80e1d417
AS
13806 sal2 = find_pc_line (tpmarker->address, 0);
13807 sym = find_pc_sect_function (tpmarker->address, NULL);
0fb4aa4b
PA
13808 ui_out_text (uiout, "Now in ");
13809 if (sym)
13810 {
13811 ui_out_field_string (uiout, "func",
13812 SYMBOL_PRINT_NAME (sym));
13813 ui_out_text (uiout, " at ");
13814 }
05cba821
JK
13815 ui_out_field_string (uiout, "file",
13816 symtab_to_filename_for_display (sal2.symtab));
0fb4aa4b
PA
13817 ui_out_text (uiout, ":");
13818
13819 if (ui_out_is_mi_like_p (uiout))
13820 {
0b0865da 13821 const char *fullname = symtab_to_fullname (sal2.symtab);
0fb4aa4b 13822
f35a17b5 13823 ui_out_field_string (uiout, "fullname", fullname);
0fb4aa4b
PA
13824 }
13825
80e1d417 13826 ui_out_field_int (uiout, "line", sal2.line);
0fb4aa4b
PA
13827 ui_out_text (uiout, "\n");
13828
80e1d417 13829 b->loc->line_number = sal2.line;
2f202fde 13830 b->loc->symtab = sym != NULL ? sal2.symtab : NULL;
0fb4aa4b
PA
13831
13832 xfree (b->addr_string);
13833 b->addr_string = xstrprintf ("%s:%d",
05cba821 13834 symtab_to_filename_for_display (sal2.symtab),
f8eba3c6 13835 b->loc->line_number);
0fb4aa4b
PA
13836
13837 /* Might be nice to check if function changed, and warn if
13838 so. */
13839
80e1d417 13840 release_static_tracepoint_marker (tpmarker);
0fb4aa4b
PA
13841 }
13842 }
13843 return sal;
13844}
13845
8d3788bd
VP
13846/* Returns 1 iff locations A and B are sufficiently same that
13847 we don't need to report breakpoint as changed. */
13848
13849static int
13850locations_are_equal (struct bp_location *a, struct bp_location *b)
13851{
13852 while (a && b)
13853 {
13854 if (a->address != b->address)
13855 return 0;
13856
13857 if (a->shlib_disabled != b->shlib_disabled)
13858 return 0;
13859
13860 if (a->enabled != b->enabled)
13861 return 0;
13862
13863 a = a->next;
13864 b = b->next;
13865 }
13866
13867 if ((a == NULL) != (b == NULL))
13868 return 0;
13869
13870 return 1;
13871}
13872
f1310107
TJB
13873/* Create new breakpoint locations for B (a hardware or software breakpoint)
13874 based on SALS and SALS_END. If SALS_END.NELTS is not zero, then B is
13875 a ranged breakpoint. */
13876
0e30163f 13877void
0d381245 13878update_breakpoint_locations (struct breakpoint *b,
f1310107
TJB
13879 struct symtabs_and_lines sals,
13880 struct symtabs_and_lines sals_end)
fe3f5fa8
VP
13881{
13882 int i;
0d381245
VP
13883 struct bp_location *existing_locations = b->loc;
13884
f8eba3c6
TT
13885 if (sals_end.nelts != 0 && (sals.nelts != 1 || sals_end.nelts != 1))
13886 {
13887 /* Ranged breakpoints have only one start location and one end
13888 location. */
13889 b->enable_state = bp_disabled;
13890 update_global_location_list (1);
13891 printf_unfiltered (_("Could not reset ranged breakpoint %d: "
13892 "multiple locations found\n"),
13893 b->number);
13894 return;
13895 }
f1310107 13896
4a64f543
MS
13897 /* If there's no new locations, and all existing locations are
13898 pending, don't do anything. This optimizes the common case where
13899 all locations are in the same shared library, that was unloaded.
13900 We'd like to retain the location, so that when the library is
13901 loaded again, we don't loose the enabled/disabled status of the
13902 individual locations. */
0d381245 13903 if (all_locations_are_pending (existing_locations) && sals.nelts == 0)
fe3f5fa8
VP
13904 return;
13905
fe3f5fa8
VP
13906 b->loc = NULL;
13907
0d381245 13908 for (i = 0; i < sals.nelts; ++i)
fe3f5fa8 13909 {
f8eba3c6
TT
13910 struct bp_location *new_loc;
13911
13912 switch_to_program_space_and_thread (sals.sals[i].pspace);
13913
13914 new_loc = add_location_to_breakpoint (b, &(sals.sals[i]));
fe3f5fa8 13915
0d381245
VP
13916 /* Reparse conditions, they might contain references to the
13917 old symtab. */
13918 if (b->cond_string != NULL)
13919 {
bbc13ae3 13920 const char *s;
bfd189b1 13921 volatile struct gdb_exception e;
fe3f5fa8 13922
0d381245
VP
13923 s = b->cond_string;
13924 TRY_CATCH (e, RETURN_MASK_ERROR)
13925 {
1bb9788d
TT
13926 new_loc->cond = parse_exp_1 (&s, sals.sals[i].pc,
13927 block_for_pc (sals.sals[i].pc),
0d381245
VP
13928 0);
13929 }
13930 if (e.reason < 0)
13931 {
3e43a32a
MS
13932 warning (_("failed to reevaluate condition "
13933 "for breakpoint %d: %s"),
0d381245
VP
13934 b->number, e.message);
13935 new_loc->enabled = 0;
13936 }
13937 }
fe3f5fa8 13938
f1310107
TJB
13939 if (sals_end.nelts)
13940 {
13941 CORE_ADDR end = find_breakpoint_range_end (sals_end.sals[0]);
13942
13943 new_loc->length = end - sals.sals[0].pc + 1;
13944 }
0d381245 13945 }
fe3f5fa8 13946
514f746b
AR
13947 /* Update locations of permanent breakpoints. */
13948 if (b->enable_state == bp_permanent)
13949 make_breakpoint_permanent (b);
13950
4a64f543
MS
13951 /* If possible, carry over 'disable' status from existing
13952 breakpoints. */
0d381245
VP
13953 {
13954 struct bp_location *e = existing_locations;
776592bf
DE
13955 /* If there are multiple breakpoints with the same function name,
13956 e.g. for inline functions, comparing function names won't work.
13957 Instead compare pc addresses; this is just a heuristic as things
13958 may have moved, but in practice it gives the correct answer
13959 often enough until a better solution is found. */
13960 int have_ambiguous_names = ambiguous_names_p (b->loc);
13961
0d381245
VP
13962 for (; e; e = e->next)
13963 {
13964 if (!e->enabled && e->function_name)
13965 {
13966 struct bp_location *l = b->loc;
776592bf
DE
13967 if (have_ambiguous_names)
13968 {
13969 for (; l; l = l->next)
f1310107 13970 if (breakpoint_locations_match (e, l))
776592bf
DE
13971 {
13972 l->enabled = 0;
13973 break;
13974 }
13975 }
13976 else
13977 {
13978 for (; l; l = l->next)
13979 if (l->function_name
13980 && strcmp (e->function_name, l->function_name) == 0)
13981 {
13982 l->enabled = 0;
13983 break;
13984 }
13985 }
0d381245
VP
13986 }
13987 }
13988 }
fe3f5fa8 13989
8d3788bd
VP
13990 if (!locations_are_equal (existing_locations, b->loc))
13991 observer_notify_breakpoint_modified (b);
13992
b60e7edf 13993 update_global_location_list (1);
fe3f5fa8
VP
13994}
13995
ef23e705
TJB
13996/* Find the SaL locations corresponding to the given ADDR_STRING.
13997 On return, FOUND will be 1 if any SaL was found, zero otherwise. */
13998
13999static struct symtabs_and_lines
14000addr_string_to_sals (struct breakpoint *b, char *addr_string, int *found)
14001{
14002 char *s;
02d20e4a 14003 struct symtabs_and_lines sals = {0};
f8eba3c6 14004 volatile struct gdb_exception e;
ef23e705 14005
983af33b 14006 gdb_assert (b->ops != NULL);
ef23e705 14007 s = addr_string;
ef23e705
TJB
14008
14009 TRY_CATCH (e, RETURN_MASK_ERROR)
14010 {
983af33b 14011 b->ops->decode_linespec (b, &s, &sals);
ef23e705
TJB
14012 }
14013 if (e.reason < 0)
14014 {
14015 int not_found_and_ok = 0;
14016 /* For pending breakpoints, it's expected that parsing will
14017 fail until the right shared library is loaded. User has
14018 already told to create pending breakpoints and don't need
14019 extra messages. If breakpoint is in bp_shlib_disabled
14020 state, then user already saw the message about that
14021 breakpoint being disabled, and don't want to see more
14022 errors. */
58438ac1 14023 if (e.error == NOT_FOUND_ERROR
ef23e705
TJB
14024 && (b->condition_not_parsed
14025 || (b->loc && b->loc->shlib_disabled)
f8eba3c6 14026 || (b->loc && b->loc->pspace->executing_startup)
ef23e705
TJB
14027 || b->enable_state == bp_disabled))
14028 not_found_and_ok = 1;
14029
14030 if (!not_found_and_ok)
14031 {
14032 /* We surely don't want to warn about the same breakpoint
14033 10 times. One solution, implemented here, is disable
14034 the breakpoint on error. Another solution would be to
14035 have separate 'warning emitted' flag. Since this
14036 happens only when a binary has changed, I don't know
14037 which approach is better. */
14038 b->enable_state = bp_disabled;
14039 throw_exception (e);
14040 }
14041 }
14042
58438ac1 14043 if (e.reason == 0 || e.error != NOT_FOUND_ERROR)
ef23e705 14044 {
f8eba3c6 14045 int i;
ef23e705 14046
f8eba3c6
TT
14047 for (i = 0; i < sals.nelts; ++i)
14048 resolve_sal_pc (&sals.sals[i]);
ef23e705
TJB
14049 if (b->condition_not_parsed && s && s[0])
14050 {
ed1d1739
KS
14051 char *cond_string, *extra_string;
14052 int thread, task;
ef23e705
TJB
14053
14054 find_condition_and_thread (s, sals.sals[0].pc,
e7e0cddf
SS
14055 &cond_string, &thread, &task,
14056 &extra_string);
ef23e705
TJB
14057 if (cond_string)
14058 b->cond_string = cond_string;
14059 b->thread = thread;
14060 b->task = task;
e7e0cddf
SS
14061 if (extra_string)
14062 b->extra_string = extra_string;
ef23e705
TJB
14063 b->condition_not_parsed = 0;
14064 }
14065
983af33b 14066 if (b->type == bp_static_tracepoint && !strace_marker_p (b))
ef23e705 14067 sals.sals[0] = update_static_tracepoint (b, sals.sals[0]);
ef23e705 14068
58438ac1
TT
14069 *found = 1;
14070 }
14071 else
14072 *found = 0;
ef23e705
TJB
14073
14074 return sals;
14075}
14076
348d480f
PA
14077/* The default re_set method, for typical hardware or software
14078 breakpoints. Reevaluate the breakpoint and recreate its
14079 locations. */
14080
14081static void
28010a5d 14082breakpoint_re_set_default (struct breakpoint *b)
ef23e705
TJB
14083{
14084 int found;
f1310107 14085 struct symtabs_and_lines sals, sals_end;
ef23e705 14086 struct symtabs_and_lines expanded = {0};
f1310107 14087 struct symtabs_and_lines expanded_end = {0};
ef23e705
TJB
14088
14089 sals = addr_string_to_sals (b, b->addr_string, &found);
14090 if (found)
14091 {
14092 make_cleanup (xfree, sals.sals);
f8eba3c6 14093 expanded = sals;
ef23e705
TJB
14094 }
14095
f1310107
TJB
14096 if (b->addr_string_range_end)
14097 {
14098 sals_end = addr_string_to_sals (b, b->addr_string_range_end, &found);
14099 if (found)
14100 {
14101 make_cleanup (xfree, sals_end.sals);
f8eba3c6 14102 expanded_end = sals_end;
f1310107
TJB
14103 }
14104 }
14105
14106 update_breakpoint_locations (b, expanded, expanded_end);
28010a5d
PA
14107}
14108
983af33b
SDJ
14109/* Default method for creating SALs from an address string. It basically
14110 calls parse_breakpoint_sals. Return 1 for success, zero for failure. */
14111
14112static void
14113create_sals_from_address_default (char **arg,
14114 struct linespec_result *canonical,
14115 enum bptype type_wanted,
14116 char *addr_start, char **copy_arg)
14117{
14118 parse_breakpoint_sals (arg, canonical);
14119}
14120
14121/* Call create_breakpoints_sal for the given arguments. This is the default
14122 function for the `create_breakpoints_sal' method of
14123 breakpoint_ops. */
14124
14125static void
14126create_breakpoints_sal_default (struct gdbarch *gdbarch,
14127 struct linespec_result *canonical,
14128 struct linespec_sals *lsal,
14129 char *cond_string,
e7e0cddf 14130 char *extra_string,
983af33b
SDJ
14131 enum bptype type_wanted,
14132 enum bpdisp disposition,
14133 int thread,
14134 int task, int ignore_count,
14135 const struct breakpoint_ops *ops,
14136 int from_tty, int enabled,
44f238bb 14137 int internal, unsigned flags)
983af33b
SDJ
14138{
14139 create_breakpoints_sal (gdbarch, canonical, cond_string,
e7e0cddf 14140 extra_string,
983af33b
SDJ
14141 type_wanted, disposition,
14142 thread, task, ignore_count, ops, from_tty,
44f238bb 14143 enabled, internal, flags);
983af33b
SDJ
14144}
14145
14146/* Decode the line represented by S by calling decode_line_full. This is the
14147 default function for the `decode_linespec' method of breakpoint_ops. */
14148
14149static void
14150decode_linespec_default (struct breakpoint *b, char **s,
14151 struct symtabs_and_lines *sals)
14152{
14153 struct linespec_result canonical;
14154
14155 init_linespec_result (&canonical);
14156 decode_line_full (s, DECODE_LINE_FUNFIRSTLINE,
14157 (struct symtab *) NULL, 0,
14158 &canonical, multiple_symbols_all,
14159 b->filter);
14160
14161 /* We should get 0 or 1 resulting SALs. */
14162 gdb_assert (VEC_length (linespec_sals, canonical.sals) < 2);
14163
14164 if (VEC_length (linespec_sals, canonical.sals) > 0)
14165 {
14166 struct linespec_sals *lsal;
14167
14168 lsal = VEC_index (linespec_sals, canonical.sals, 0);
14169 *sals = lsal->sals;
14170 /* Arrange it so the destructor does not free the
14171 contents. */
14172 lsal->sals.sals = NULL;
14173 }
14174
14175 destroy_linespec_result (&canonical);
14176}
14177
28010a5d
PA
14178/* Prepare the global context for a re-set of breakpoint B. */
14179
14180static struct cleanup *
14181prepare_re_set_context (struct breakpoint *b)
14182{
14183 struct cleanup *cleanups;
14184
14185 input_radix = b->input_radix;
14186 cleanups = save_current_space_and_thread ();
f8eba3c6
TT
14187 if (b->pspace != NULL)
14188 switch_to_program_space_and_thread (b->pspace);
28010a5d
PA
14189 set_language (b->language);
14190
14191 return cleanups;
ef23e705
TJB
14192}
14193
c906108c
SS
14194/* Reset a breakpoint given it's struct breakpoint * BINT.
14195 The value we return ends up being the return value from catch_errors.
14196 Unused in this case. */
14197
14198static int
4efb68b1 14199breakpoint_re_set_one (void *bint)
c906108c 14200{
4a64f543 14201 /* Get past catch_errs. */
53a5351d 14202 struct breakpoint *b = (struct breakpoint *) bint;
348d480f 14203 struct cleanup *cleanups;
c906108c 14204
348d480f
PA
14205 cleanups = prepare_re_set_context (b);
14206 b->ops->re_set (b);
14207 do_cleanups (cleanups);
c906108c
SS
14208 return 0;
14209}
14210
69de3c6a 14211/* Re-set all breakpoints after symbols have been re-loaded. */
c906108c 14212void
69de3c6a 14213breakpoint_re_set (void)
c906108c 14214{
35df4500 14215 struct breakpoint *b, *b_tmp;
c906108c
SS
14216 enum language save_language;
14217 int save_input_radix;
6c95b8df 14218 struct cleanup *old_chain;
c5aa993b 14219
c906108c
SS
14220 save_language = current_language->la_language;
14221 save_input_radix = input_radix;
6c95b8df
PA
14222 old_chain = save_current_program_space ();
14223
35df4500 14224 ALL_BREAKPOINTS_SAFE (b, b_tmp)
c5aa993b 14225 {
4a64f543 14226 /* Format possible error msg. */
fe3f5fa8 14227 char *message = xstrprintf ("Error in re-setting breakpoint %d: ",
9ebf4acf
AC
14228 b->number);
14229 struct cleanup *cleanups = make_cleanup (xfree, message);
c5aa993b 14230 catch_errors (breakpoint_re_set_one, b, message, RETURN_MASK_ALL);
9ebf4acf 14231 do_cleanups (cleanups);
c5aa993b 14232 }
c906108c
SS
14233 set_language (save_language);
14234 input_radix = save_input_radix;
e62c965a 14235
0756c555 14236 jit_breakpoint_re_set ();
4efc6507 14237
6c95b8df
PA
14238 do_cleanups (old_chain);
14239
af02033e
PP
14240 create_overlay_event_breakpoint ();
14241 create_longjmp_master_breakpoint ();
14242 create_std_terminate_master_breakpoint ();
186c406b 14243 create_exception_master_breakpoint ();
c906108c
SS
14244}
14245\f
c906108c
SS
14246/* Reset the thread number of this breakpoint:
14247
14248 - If the breakpoint is for all threads, leave it as-is.
4a64f543 14249 - Else, reset it to the current thread for inferior_ptid. */
c906108c 14250void
fba45db2 14251breakpoint_re_set_thread (struct breakpoint *b)
c906108c
SS
14252{
14253 if (b->thread != -1)
14254 {
39f77062
KB
14255 if (in_thread_list (inferior_ptid))
14256 b->thread = pid_to_thread_id (inferior_ptid);
6c95b8df
PA
14257
14258 /* We're being called after following a fork. The new fork is
14259 selected as current, and unless this was a vfork will have a
14260 different program space from the original thread. Reset that
14261 as well. */
14262 b->loc->pspace = current_program_space;
c906108c
SS
14263 }
14264}
14265
03ac34d5
MS
14266/* Set ignore-count of breakpoint number BPTNUM to COUNT.
14267 If from_tty is nonzero, it prints a message to that effect,
14268 which ends with a period (no newline). */
14269
c906108c 14270void
fba45db2 14271set_ignore_count (int bptnum, int count, int from_tty)
c906108c 14272{
52f0bd74 14273 struct breakpoint *b;
c906108c
SS
14274
14275 if (count < 0)
14276 count = 0;
14277
14278 ALL_BREAKPOINTS (b)
14279 if (b->number == bptnum)
c5aa993b 14280 {
d77f58be
SS
14281 if (is_tracepoint (b))
14282 {
14283 if (from_tty && count != 0)
14284 printf_filtered (_("Ignore count ignored for tracepoint %d."),
14285 bptnum);
14286 return;
14287 }
14288
c5aa993b 14289 b->ignore_count = count;
221ea385
KS
14290 if (from_tty)
14291 {
14292 if (count == 0)
3e43a32a
MS
14293 printf_filtered (_("Will stop next time "
14294 "breakpoint %d is reached."),
221ea385
KS
14295 bptnum);
14296 else if (count == 1)
a3f17187 14297 printf_filtered (_("Will ignore next crossing of breakpoint %d."),
221ea385
KS
14298 bptnum);
14299 else
3e43a32a
MS
14300 printf_filtered (_("Will ignore next %d "
14301 "crossings of breakpoint %d."),
221ea385
KS
14302 count, bptnum);
14303 }
8d3788bd 14304 observer_notify_breakpoint_modified (b);
c5aa993b
JM
14305 return;
14306 }
c906108c 14307
8a3fe4f8 14308 error (_("No breakpoint number %d."), bptnum);
c906108c
SS
14309}
14310
c906108c
SS
14311/* Command to set ignore-count of breakpoint N to COUNT. */
14312
14313static void
fba45db2 14314ignore_command (char *args, int from_tty)
c906108c
SS
14315{
14316 char *p = args;
52f0bd74 14317 int num;
c906108c
SS
14318
14319 if (p == 0)
e2e0b3e5 14320 error_no_arg (_("a breakpoint number"));
c5aa993b 14321
c906108c 14322 num = get_number (&p);
5c44784c 14323 if (num == 0)
8a3fe4f8 14324 error (_("bad breakpoint number: '%s'"), args);
c906108c 14325 if (*p == 0)
8a3fe4f8 14326 error (_("Second argument (specified ignore-count) is missing."));
c906108c
SS
14327
14328 set_ignore_count (num,
14329 longest_to_int (value_as_long (parse_and_eval (p))),
14330 from_tty);
221ea385
KS
14331 if (from_tty)
14332 printf_filtered ("\n");
c906108c
SS
14333}
14334\f
14335/* Call FUNCTION on each of the breakpoints
14336 whose numbers are given in ARGS. */
14337
14338static void
95a42b64
TT
14339map_breakpoint_numbers (char *args, void (*function) (struct breakpoint *,
14340 void *),
14341 void *data)
c906108c 14342{
52f0bd74
AC
14343 int num;
14344 struct breakpoint *b, *tmp;
11cf8741 14345 int match;
197f0a60 14346 struct get_number_or_range_state state;
c906108c 14347
197f0a60 14348 if (args == 0)
e2e0b3e5 14349 error_no_arg (_("one or more breakpoint numbers"));
c906108c 14350
197f0a60
TT
14351 init_number_or_range (&state, args);
14352
14353 while (!state.finished)
c906108c 14354 {
197f0a60
TT
14355 char *p = state.string;
14356
11cf8741 14357 match = 0;
c5aa993b 14358
197f0a60 14359 num = get_number_or_range (&state);
5c44784c 14360 if (num == 0)
c5aa993b 14361 {
8a3fe4f8 14362 warning (_("bad breakpoint number at or near '%s'"), p);
5c44784c
JM
14363 }
14364 else
14365 {
14366 ALL_BREAKPOINTS_SAFE (b, tmp)
14367 if (b->number == num)
14368 {
11cf8741 14369 match = 1;
cdac0397 14370 function (b, data);
11cf8741 14371 break;
5c44784c 14372 }
11cf8741 14373 if (match == 0)
a3f17187 14374 printf_unfiltered (_("No breakpoint number %d.\n"), num);
c5aa993b 14375 }
c906108c
SS
14376 }
14377}
14378
0d381245
VP
14379static struct bp_location *
14380find_location_by_number (char *number)
14381{
14382 char *dot = strchr (number, '.');
14383 char *p1;
14384 int bp_num;
14385 int loc_num;
14386 struct breakpoint *b;
14387 struct bp_location *loc;
14388
14389 *dot = '\0';
14390
14391 p1 = number;
197f0a60 14392 bp_num = get_number (&p1);
0d381245
VP
14393 if (bp_num == 0)
14394 error (_("Bad breakpoint number '%s'"), number);
14395
14396 ALL_BREAKPOINTS (b)
14397 if (b->number == bp_num)
14398 {
14399 break;
14400 }
14401
14402 if (!b || b->number != bp_num)
14403 error (_("Bad breakpoint number '%s'"), number);
14404
14405 p1 = dot+1;
197f0a60 14406 loc_num = get_number (&p1);
0d381245
VP
14407 if (loc_num == 0)
14408 error (_("Bad breakpoint location number '%s'"), number);
14409
14410 --loc_num;
14411 loc = b->loc;
14412 for (;loc_num && loc; --loc_num, loc = loc->next)
14413 ;
14414 if (!loc)
14415 error (_("Bad breakpoint location number '%s'"), dot+1);
14416
14417 return loc;
14418}
14419
14420
1900040c
MS
14421/* Set ignore-count of breakpoint number BPTNUM to COUNT.
14422 If from_tty is nonzero, it prints a message to that effect,
14423 which ends with a period (no newline). */
14424
c906108c 14425void
fba45db2 14426disable_breakpoint (struct breakpoint *bpt)
c906108c
SS
14427{
14428 /* Never disable a watchpoint scope breakpoint; we want to
14429 hit them when we leave scope so we can delete both the
14430 watchpoint and its scope breakpoint at that time. */
14431 if (bpt->type == bp_watchpoint_scope)
14432 return;
14433
c2c6d25f 14434 /* You can't disable permanent breakpoints. */
b5de0fa7 14435 if (bpt->enable_state == bp_permanent)
c2c6d25f
JM
14436 return;
14437
b5de0fa7 14438 bpt->enable_state = bp_disabled;
c906108c 14439
b775012e
LM
14440 /* Mark breakpoint locations modified. */
14441 mark_breakpoint_modified (bpt);
14442
d248b706
KY
14443 if (target_supports_enable_disable_tracepoint ()
14444 && current_trace_status ()->running && is_tracepoint (bpt))
14445 {
14446 struct bp_location *location;
14447
14448 for (location = bpt->loc; location; location = location->next)
14449 target_disable_tracepoint (location);
14450 }
14451
b60e7edf 14452 update_global_location_list (0);
c906108c 14453
8d3788bd 14454 observer_notify_breakpoint_modified (bpt);
c906108c
SS
14455}
14456
51be5b68
PA
14457/* A callback for iterate_over_related_breakpoints. */
14458
14459static void
14460do_disable_breakpoint (struct breakpoint *b, void *ignore)
14461{
14462 disable_breakpoint (b);
14463}
14464
95a42b64
TT
14465/* A callback for map_breakpoint_numbers that calls
14466 disable_breakpoint. */
14467
14468static void
14469do_map_disable_breakpoint (struct breakpoint *b, void *ignore)
14470{
51be5b68 14471 iterate_over_related_breakpoints (b, do_disable_breakpoint, NULL);
95a42b64
TT
14472}
14473
c906108c 14474static void
fba45db2 14475disable_command (char *args, int from_tty)
c906108c 14476{
c906108c 14477 if (args == 0)
46c6471b
PA
14478 {
14479 struct breakpoint *bpt;
14480
14481 ALL_BREAKPOINTS (bpt)
14482 if (user_breakpoint_p (bpt))
14483 disable_breakpoint (bpt);
14484 }
0d381245
VP
14485 else if (strchr (args, '.'))
14486 {
14487 struct bp_location *loc = find_location_by_number (args);
14488 if (loc)
d248b706 14489 {
b775012e
LM
14490 if (loc->enabled)
14491 {
14492 loc->enabled = 0;
14493 mark_breakpoint_location_modified (loc);
14494 }
d248b706
KY
14495 if (target_supports_enable_disable_tracepoint ()
14496 && current_trace_status ()->running && loc->owner
14497 && is_tracepoint (loc->owner))
14498 target_disable_tracepoint (loc);
14499 }
b60e7edf 14500 update_global_location_list (0);
0d381245 14501 }
c906108c 14502 else
95a42b64 14503 map_breakpoint_numbers (args, do_map_disable_breakpoint, NULL);
c906108c
SS
14504}
14505
14506static void
816338b5
SS
14507enable_breakpoint_disp (struct breakpoint *bpt, enum bpdisp disposition,
14508 int count)
c906108c 14509{
afe38095 14510 int target_resources_ok;
c906108c
SS
14511
14512 if (bpt->type == bp_hardware_breakpoint)
14513 {
14514 int i;
c5aa993b 14515 i = hw_breakpoint_used_count ();
53a5351d 14516 target_resources_ok =
d92524f1 14517 target_can_use_hardware_watchpoint (bp_hardware_breakpoint,
53a5351d 14518 i + 1, 0);
c906108c 14519 if (target_resources_ok == 0)
8a3fe4f8 14520 error (_("No hardware breakpoint support in the target."));
c906108c 14521 else if (target_resources_ok < 0)
8a3fe4f8 14522 error (_("Hardware breakpoints used exceeds limit."));
c906108c
SS
14523 }
14524
cc60f2e3 14525 if (is_watchpoint (bpt))
c906108c 14526 {
d07205c2
JK
14527 /* Initialize it just to avoid a GCC false warning. */
14528 enum enable_state orig_enable_state = 0;
bfd189b1 14529 volatile struct gdb_exception e;
dde02812
ES
14530
14531 TRY_CATCH (e, RETURN_MASK_ALL)
c906108c 14532 {
3a5c3e22
PA
14533 struct watchpoint *w = (struct watchpoint *) bpt;
14534
1e718ff1
TJB
14535 orig_enable_state = bpt->enable_state;
14536 bpt->enable_state = bp_enabled;
3a5c3e22 14537 update_watchpoint (w, 1 /* reparse */);
c906108c 14538 }
dde02812 14539 if (e.reason < 0)
c5aa993b 14540 {
1e718ff1 14541 bpt->enable_state = orig_enable_state;
dde02812
ES
14542 exception_fprintf (gdb_stderr, e, _("Cannot enable watchpoint %d: "),
14543 bpt->number);
14544 return;
c5aa993b 14545 }
c906108c 14546 }
0101ce28 14547
b4c291bb
KH
14548 if (bpt->enable_state != bp_permanent)
14549 bpt->enable_state = bp_enabled;
d248b706 14550
b775012e
LM
14551 bpt->enable_state = bp_enabled;
14552
14553 /* Mark breakpoint locations modified. */
14554 mark_breakpoint_modified (bpt);
14555
d248b706
KY
14556 if (target_supports_enable_disable_tracepoint ()
14557 && current_trace_status ()->running && is_tracepoint (bpt))
14558 {
14559 struct bp_location *location;
14560
14561 for (location = bpt->loc; location; location = location->next)
14562 target_enable_tracepoint (location);
14563 }
14564
b4c291bb 14565 bpt->disposition = disposition;
816338b5 14566 bpt->enable_count = count;
b60e7edf 14567 update_global_location_list (1);
9c97429f 14568
8d3788bd 14569 observer_notify_breakpoint_modified (bpt);
c906108c
SS
14570}
14571
fe3f5fa8 14572
c906108c 14573void
fba45db2 14574enable_breakpoint (struct breakpoint *bpt)
c906108c 14575{
816338b5 14576 enable_breakpoint_disp (bpt, bpt->disposition, 0);
51be5b68
PA
14577}
14578
14579static void
14580do_enable_breakpoint (struct breakpoint *bpt, void *arg)
14581{
14582 enable_breakpoint (bpt);
c906108c
SS
14583}
14584
95a42b64
TT
14585/* A callback for map_breakpoint_numbers that calls
14586 enable_breakpoint. */
14587
14588static void
14589do_map_enable_breakpoint (struct breakpoint *b, void *ignore)
14590{
51be5b68 14591 iterate_over_related_breakpoints (b, do_enable_breakpoint, NULL);
95a42b64
TT
14592}
14593
c906108c
SS
14594/* The enable command enables the specified breakpoints (or all defined
14595 breakpoints) so they once again become (or continue to be) effective
1272ad14 14596 in stopping the inferior. */
c906108c 14597
c906108c 14598static void
fba45db2 14599enable_command (char *args, int from_tty)
c906108c 14600{
c906108c 14601 if (args == 0)
46c6471b
PA
14602 {
14603 struct breakpoint *bpt;
14604
14605 ALL_BREAKPOINTS (bpt)
14606 if (user_breakpoint_p (bpt))
14607 enable_breakpoint (bpt);
14608 }
0d381245
VP
14609 else if (strchr (args, '.'))
14610 {
14611 struct bp_location *loc = find_location_by_number (args);
14612 if (loc)
d248b706 14613 {
b775012e
LM
14614 if (!loc->enabled)
14615 {
14616 loc->enabled = 1;
14617 mark_breakpoint_location_modified (loc);
14618 }
d248b706
KY
14619 if (target_supports_enable_disable_tracepoint ()
14620 && current_trace_status ()->running && loc->owner
14621 && is_tracepoint (loc->owner))
14622 target_enable_tracepoint (loc);
14623 }
b60e7edf 14624 update_global_location_list (1);
0d381245 14625 }
c906108c 14626 else
95a42b64 14627 map_breakpoint_numbers (args, do_map_enable_breakpoint, NULL);
c906108c
SS
14628}
14629
816338b5
SS
14630/* This struct packages up disposition data for application to multiple
14631 breakpoints. */
14632
14633struct disp_data
14634{
14635 enum bpdisp disp;
14636 int count;
14637};
14638
c906108c 14639static void
51be5b68
PA
14640do_enable_breakpoint_disp (struct breakpoint *bpt, void *arg)
14641{
816338b5 14642 struct disp_data disp_data = *(struct disp_data *) arg;
51be5b68 14643
816338b5 14644 enable_breakpoint_disp (bpt, disp_data.disp, disp_data.count);
51be5b68
PA
14645}
14646
14647static void
14648do_map_enable_once_breakpoint (struct breakpoint *bpt, void *ignore)
c906108c 14649{
816338b5 14650 struct disp_data disp = { disp_disable, 1 };
51be5b68
PA
14651
14652 iterate_over_related_breakpoints (bpt, do_enable_breakpoint_disp, &disp);
c906108c
SS
14653}
14654
c906108c 14655static void
fba45db2 14656enable_once_command (char *args, int from_tty)
c906108c 14657{
51be5b68 14658 map_breakpoint_numbers (args, do_map_enable_once_breakpoint, NULL);
c906108c
SS
14659}
14660
816338b5
SS
14661static void
14662do_map_enable_count_breakpoint (struct breakpoint *bpt, void *countptr)
14663{
14664 struct disp_data disp = { disp_disable, *(int *) countptr };
14665
14666 iterate_over_related_breakpoints (bpt, do_enable_breakpoint_disp, &disp);
14667}
14668
14669static void
14670enable_count_command (char *args, int from_tty)
14671{
14672 int count = get_number (&args);
14673
14674 map_breakpoint_numbers (args, do_map_enable_count_breakpoint, &count);
14675}
14676
c906108c 14677static void
51be5b68 14678do_map_enable_delete_breakpoint (struct breakpoint *bpt, void *ignore)
c906108c 14679{
816338b5 14680 struct disp_data disp = { disp_del, 1 };
51be5b68
PA
14681
14682 iterate_over_related_breakpoints (bpt, do_enable_breakpoint_disp, &disp);
c906108c
SS
14683}
14684
c906108c 14685static void
fba45db2 14686enable_delete_command (char *args, int from_tty)
c906108c 14687{
51be5b68 14688 map_breakpoint_numbers (args, do_map_enable_delete_breakpoint, NULL);
c906108c
SS
14689}
14690\f
fa8d40ab
JJ
14691static void
14692set_breakpoint_cmd (char *args, int from_tty)
14693{
14694}
14695
14696static void
14697show_breakpoint_cmd (char *args, int from_tty)
14698{
14699}
14700
1f3b5d1b
PP
14701/* Invalidate last known value of any hardware watchpoint if
14702 the memory which that value represents has been written to by
14703 GDB itself. */
14704
14705static void
8de0566d
YQ
14706invalidate_bp_value_on_memory_change (struct inferior *inferior,
14707 CORE_ADDR addr, ssize_t len,
1f3b5d1b
PP
14708 const bfd_byte *data)
14709{
14710 struct breakpoint *bp;
14711
14712 ALL_BREAKPOINTS (bp)
14713 if (bp->enable_state == bp_enabled
3a5c3e22 14714 && bp->type == bp_hardware_watchpoint)
1f3b5d1b 14715 {
3a5c3e22 14716 struct watchpoint *wp = (struct watchpoint *) bp;
1f3b5d1b 14717
3a5c3e22
PA
14718 if (wp->val_valid && wp->val)
14719 {
14720 struct bp_location *loc;
14721
14722 for (loc = bp->loc; loc != NULL; loc = loc->next)
14723 if (loc->loc_type == bp_loc_hardware_watchpoint
14724 && loc->address + loc->length > addr
14725 && addr + len > loc->address)
14726 {
14727 value_free (wp->val);
14728 wp->val = NULL;
14729 wp->val_valid = 0;
14730 }
14731 }
1f3b5d1b
PP
14732 }
14733}
14734
8181d85f
DJ
14735/* Create and insert a raw software breakpoint at PC. Return an
14736 identifier, which should be used to remove the breakpoint later.
14737 In general, places which call this should be using something on the
14738 breakpoint chain instead; this function should be eliminated
14739 someday. */
14740
14741void *
6c95b8df
PA
14742deprecated_insert_raw_breakpoint (struct gdbarch *gdbarch,
14743 struct address_space *aspace, CORE_ADDR pc)
8181d85f
DJ
14744{
14745 struct bp_target_info *bp_tgt;
14746
6c95b8df 14747 bp_tgt = XZALLOC (struct bp_target_info);
8181d85f 14748
6c95b8df 14749 bp_tgt->placed_address_space = aspace;
8181d85f 14750 bp_tgt->placed_address = pc;
6c95b8df 14751
a6d9a66e 14752 if (target_insert_breakpoint (gdbarch, bp_tgt) != 0)
8181d85f
DJ
14753 {
14754 /* Could not insert the breakpoint. */
14755 xfree (bp_tgt);
14756 return NULL;
14757 }
14758
14759 return bp_tgt;
14760}
14761
4a64f543
MS
14762/* Remove a breakpoint BP inserted by
14763 deprecated_insert_raw_breakpoint. */
8181d85f
DJ
14764
14765int
a6d9a66e 14766deprecated_remove_raw_breakpoint (struct gdbarch *gdbarch, void *bp)
8181d85f
DJ
14767{
14768 struct bp_target_info *bp_tgt = bp;
14769 int ret;
14770
a6d9a66e 14771 ret = target_remove_breakpoint (gdbarch, bp_tgt);
8181d85f
DJ
14772 xfree (bp_tgt);
14773
14774 return ret;
14775}
14776
4a64f543
MS
14777/* One (or perhaps two) breakpoints used for software single
14778 stepping. */
8181d85f
DJ
14779
14780static void *single_step_breakpoints[2];
a6d9a66e 14781static struct gdbarch *single_step_gdbarch[2];
8181d85f
DJ
14782
14783/* Create and insert a breakpoint for software single step. */
14784
14785void
6c95b8df 14786insert_single_step_breakpoint (struct gdbarch *gdbarch,
4a64f543
MS
14787 struct address_space *aspace,
14788 CORE_ADDR next_pc)
8181d85f
DJ
14789{
14790 void **bpt_p;
14791
14792 if (single_step_breakpoints[0] == NULL)
a6d9a66e
UW
14793 {
14794 bpt_p = &single_step_breakpoints[0];
14795 single_step_gdbarch[0] = gdbarch;
14796 }
8181d85f
DJ
14797 else
14798 {
14799 gdb_assert (single_step_breakpoints[1] == NULL);
14800 bpt_p = &single_step_breakpoints[1];
a6d9a66e 14801 single_step_gdbarch[1] = gdbarch;
8181d85f
DJ
14802 }
14803
4a64f543
MS
14804 /* NOTE drow/2006-04-11: A future improvement to this function would
14805 be to only create the breakpoints once, and actually put them on
14806 the breakpoint chain. That would let us use set_raw_breakpoint.
14807 We could adjust the addresses each time they were needed. Doing
14808 this requires corresponding changes elsewhere where single step
14809 breakpoints are handled, however. So, for now, we use this. */
8181d85f 14810
6c95b8df 14811 *bpt_p = deprecated_insert_raw_breakpoint (gdbarch, aspace, next_pc);
8181d85f 14812 if (*bpt_p == NULL)
5af949e3
UW
14813 error (_("Could not insert single-step breakpoint at %s"),
14814 paddress (gdbarch, next_pc));
8181d85f
DJ
14815}
14816
f02253f1
HZ
14817/* Check if the breakpoints used for software single stepping
14818 were inserted or not. */
14819
14820int
14821single_step_breakpoints_inserted (void)
14822{
14823 return (single_step_breakpoints[0] != NULL
14824 || single_step_breakpoints[1] != NULL);
14825}
14826
8181d85f
DJ
14827/* Remove and delete any breakpoints used for software single step. */
14828
14829void
14830remove_single_step_breakpoints (void)
14831{
14832 gdb_assert (single_step_breakpoints[0] != NULL);
14833
14834 /* See insert_single_step_breakpoint for more about this deprecated
14835 call. */
a6d9a66e
UW
14836 deprecated_remove_raw_breakpoint (single_step_gdbarch[0],
14837 single_step_breakpoints[0]);
14838 single_step_gdbarch[0] = NULL;
8181d85f
DJ
14839 single_step_breakpoints[0] = NULL;
14840
14841 if (single_step_breakpoints[1] != NULL)
14842 {
a6d9a66e
UW
14843 deprecated_remove_raw_breakpoint (single_step_gdbarch[1],
14844 single_step_breakpoints[1]);
14845 single_step_gdbarch[1] = NULL;
8181d85f
DJ
14846 single_step_breakpoints[1] = NULL;
14847 }
14848}
14849
d03285ec
UW
14850/* Delete software single step breakpoints without removing them from
14851 the inferior. This is intended to be used if the inferior's address
14852 space where they were inserted is already gone, e.g. after exit or
14853 exec. */
14854
14855void
14856cancel_single_step_breakpoints (void)
14857{
14858 int i;
14859
14860 for (i = 0; i < 2; i++)
14861 if (single_step_breakpoints[i])
14862 {
14863 xfree (single_step_breakpoints[i]);
14864 single_step_breakpoints[i] = NULL;
14865 single_step_gdbarch[i] = NULL;
14866 }
14867}
14868
14869/* Detach software single-step breakpoints from INFERIOR_PTID without
14870 removing them. */
14871
14872static void
14873detach_single_step_breakpoints (void)
14874{
14875 int i;
14876
14877 for (i = 0; i < 2; i++)
14878 if (single_step_breakpoints[i])
14879 target_remove_breakpoint (single_step_gdbarch[i],
14880 single_step_breakpoints[i]);
14881}
14882
4a64f543
MS
14883/* Check whether a software single-step breakpoint is inserted at
14884 PC. */
1aafd4da
UW
14885
14886static int
cc59ec59
MS
14887single_step_breakpoint_inserted_here_p (struct address_space *aspace,
14888 CORE_ADDR pc)
1aafd4da
UW
14889{
14890 int i;
14891
14892 for (i = 0; i < 2; i++)
14893 {
14894 struct bp_target_info *bp_tgt = single_step_breakpoints[i];
6c95b8df
PA
14895 if (bp_tgt
14896 && breakpoint_address_match (bp_tgt->placed_address_space,
14897 bp_tgt->placed_address,
14898 aspace, pc))
1aafd4da
UW
14899 return 1;
14900 }
14901
14902 return 0;
14903}
14904
a96d9b2e
SDJ
14905/* Returns 0 if 'bp' is NOT a syscall catchpoint,
14906 non-zero otherwise. */
14907static int
14908is_syscall_catchpoint_enabled (struct breakpoint *bp)
14909{
14910 if (syscall_catchpoint_p (bp)
14911 && bp->enable_state != bp_disabled
14912 && bp->enable_state != bp_call_disabled)
14913 return 1;
14914 else
14915 return 0;
14916}
14917
14918int
14919catch_syscall_enabled (void)
14920{
fa3064dd
YQ
14921 struct catch_syscall_inferior_data *inf_data
14922 = get_catch_syscall_inferior_data (current_inferior ());
a96d9b2e 14923
fa3064dd 14924 return inf_data->total_syscalls_count != 0;
a96d9b2e
SDJ
14925}
14926
14927int
14928catching_syscall_number (int syscall_number)
14929{
14930 struct breakpoint *bp;
14931
14932 ALL_BREAKPOINTS (bp)
14933 if (is_syscall_catchpoint_enabled (bp))
14934 {
be5c67c1
PA
14935 struct syscall_catchpoint *c = (struct syscall_catchpoint *) bp;
14936
14937 if (c->syscalls_to_be_caught)
a96d9b2e
SDJ
14938 {
14939 int i, iter;
14940 for (i = 0;
be5c67c1 14941 VEC_iterate (int, c->syscalls_to_be_caught, i, iter);
a96d9b2e
SDJ
14942 i++)
14943 if (syscall_number == iter)
14944 return 1;
14945 }
14946 else
14947 return 1;
14948 }
14949
14950 return 0;
14951}
14952
14953/* Complete syscall names. Used by "catch syscall". */
49c4e619 14954static VEC (char_ptr) *
a96d9b2e 14955catch_syscall_completer (struct cmd_list_element *cmd,
6f937416 14956 const char *text, const char *word)
a96d9b2e
SDJ
14957{
14958 const char **list = get_syscall_names ();
49c4e619 14959 VEC (char_ptr) *retlist
b45627a0 14960 = (list == NULL) ? NULL : complete_on_enum (list, word, word);
cc59ec59 14961
c38eea1a
MS
14962 xfree (list);
14963 return retlist;
a96d9b2e
SDJ
14964}
14965
1042e4c0
SS
14966/* Tracepoint-specific operations. */
14967
14968/* Set tracepoint count to NUM. */
14969static void
14970set_tracepoint_count (int num)
14971{
14972 tracepoint_count = num;
4fa62494 14973 set_internalvar_integer (lookup_internalvar ("tpnum"), num);
1042e4c0
SS
14974}
14975
70221824 14976static void
1042e4c0
SS
14977trace_command (char *arg, int from_tty)
14978{
55aa24fb
SDJ
14979 struct breakpoint_ops *ops;
14980 const char *arg_cp = arg;
14981
14982 if (arg && probe_linespec_to_ops (&arg_cp))
14983 ops = &tracepoint_probe_breakpoint_ops;
14984 else
14985 ops = &tracepoint_breakpoint_ops;
14986
558a9d82
YQ
14987 create_breakpoint (get_current_arch (),
14988 arg,
14989 NULL, 0, NULL, 1 /* parse arg */,
14990 0 /* tempflag */,
14991 bp_tracepoint /* type_wanted */,
14992 0 /* Ignore count */,
14993 pending_break_support,
14994 ops,
14995 from_tty,
14996 1 /* enabled */,
14997 0 /* internal */, 0);
1042e4c0
SS
14998}
14999
70221824 15000static void
7a697b8d
SS
15001ftrace_command (char *arg, int from_tty)
15002{
558a9d82
YQ
15003 create_breakpoint (get_current_arch (),
15004 arg,
15005 NULL, 0, NULL, 1 /* parse arg */,
15006 0 /* tempflag */,
15007 bp_fast_tracepoint /* type_wanted */,
15008 0 /* Ignore count */,
15009 pending_break_support,
15010 &tracepoint_breakpoint_ops,
15011 from_tty,
15012 1 /* enabled */,
15013 0 /* internal */, 0);
0fb4aa4b
PA
15014}
15015
15016/* strace command implementation. Creates a static tracepoint. */
15017
70221824 15018static void
0fb4aa4b
PA
15019strace_command (char *arg, int from_tty)
15020{
983af33b
SDJ
15021 struct breakpoint_ops *ops;
15022
15023 /* Decide if we are dealing with a static tracepoint marker (`-m'),
15024 or with a normal static tracepoint. */
15025 if (arg && strncmp (arg, "-m", 2) == 0 && isspace (arg[2]))
15026 ops = &strace_marker_breakpoint_ops;
15027 else
15028 ops = &tracepoint_breakpoint_ops;
15029
558a9d82
YQ
15030 create_breakpoint (get_current_arch (),
15031 arg,
15032 NULL, 0, NULL, 1 /* parse arg */,
15033 0 /* tempflag */,
15034 bp_static_tracepoint /* type_wanted */,
15035 0 /* Ignore count */,
15036 pending_break_support,
15037 ops,
15038 from_tty,
15039 1 /* enabled */,
15040 0 /* internal */, 0);
7a697b8d
SS
15041}
15042
409873ef
SS
15043/* Set up a fake reader function that gets command lines from a linked
15044 list that was acquired during tracepoint uploading. */
15045
15046static struct uploaded_tp *this_utp;
3149d8c1 15047static int next_cmd;
409873ef
SS
15048
15049static char *
15050read_uploaded_action (void)
15051{
15052 char *rslt;
15053
3149d8c1 15054 VEC_iterate (char_ptr, this_utp->cmd_strings, next_cmd, rslt);
409873ef 15055
3149d8c1 15056 next_cmd++;
409873ef
SS
15057
15058 return rslt;
15059}
15060
00bf0b85
SS
15061/* Given information about a tracepoint as recorded on a target (which
15062 can be either a live system or a trace file), attempt to create an
15063 equivalent GDB tracepoint. This is not a reliable process, since
15064 the target does not necessarily have all the information used when
15065 the tracepoint was originally defined. */
15066
d9b3f62e 15067struct tracepoint *
00bf0b85 15068create_tracepoint_from_upload (struct uploaded_tp *utp)
d5551862 15069{
409873ef 15070 char *addr_str, small_buf[100];
d9b3f62e 15071 struct tracepoint *tp;
fd9b8c24 15072
409873ef
SS
15073 if (utp->at_string)
15074 addr_str = utp->at_string;
15075 else
15076 {
15077 /* In the absence of a source location, fall back to raw
15078 address. Since there is no way to confirm that the address
15079 means the same thing as when the trace was started, warn the
15080 user. */
3e43a32a
MS
15081 warning (_("Uploaded tracepoint %d has no "
15082 "source location, using raw address"),
409873ef 15083 utp->number);
8c042590 15084 xsnprintf (small_buf, sizeof (small_buf), "*%s", hex_string (utp->addr));
409873ef
SS
15085 addr_str = small_buf;
15086 }
15087
15088 /* There's not much we can do with a sequence of bytecodes. */
15089 if (utp->cond && !utp->cond_string)
3e43a32a
MS
15090 warning (_("Uploaded tracepoint %d condition "
15091 "has no source form, ignoring it"),
409873ef 15092 utp->number);
d5551862 15093
8cdf0e15 15094 if (!create_breakpoint (get_current_arch (),
409873ef 15095 addr_str,
e7e0cddf
SS
15096 utp->cond_string, -1, NULL,
15097 0 /* parse cond/thread */,
8cdf0e15 15098 0 /* tempflag */,
0fb4aa4b 15099 utp->type /* type_wanted */,
8cdf0e15
VP
15100 0 /* Ignore count */,
15101 pending_break_support,
348d480f 15102 &tracepoint_breakpoint_ops,
8cdf0e15 15103 0 /* from_tty */,
84f4c1fe 15104 utp->enabled /* enabled */,
44f238bb
PA
15105 0 /* internal */,
15106 CREATE_BREAKPOINT_FLAGS_INSERTED))
fd9b8c24
PA
15107 return NULL;
15108
409873ef 15109 /* Get the tracepoint we just created. */
fd9b8c24
PA
15110 tp = get_tracepoint (tracepoint_count);
15111 gdb_assert (tp != NULL);
d5551862 15112
00bf0b85
SS
15113 if (utp->pass > 0)
15114 {
8c042590
PM
15115 xsnprintf (small_buf, sizeof (small_buf), "%d %d", utp->pass,
15116 tp->base.number);
00bf0b85 15117
409873ef 15118 trace_pass_command (small_buf, 0);
00bf0b85
SS
15119 }
15120
409873ef
SS
15121 /* If we have uploaded versions of the original commands, set up a
15122 special-purpose "reader" function and call the usual command line
15123 reader, then pass the result to the breakpoint command-setting
15124 function. */
3149d8c1 15125 if (!VEC_empty (char_ptr, utp->cmd_strings))
00bf0b85 15126 {
409873ef 15127 struct command_line *cmd_list;
00bf0b85 15128
409873ef 15129 this_utp = utp;
3149d8c1 15130 next_cmd = 0;
d5551862 15131
409873ef
SS
15132 cmd_list = read_command_lines_1 (read_uploaded_action, 1, NULL, NULL);
15133
d9b3f62e 15134 breakpoint_set_commands (&tp->base, cmd_list);
00bf0b85 15135 }
3149d8c1
SS
15136 else if (!VEC_empty (char_ptr, utp->actions)
15137 || !VEC_empty (char_ptr, utp->step_actions))
3e43a32a
MS
15138 warning (_("Uploaded tracepoint %d actions "
15139 "have no source form, ignoring them"),
409873ef 15140 utp->number);
00bf0b85 15141
f196051f
SS
15142 /* Copy any status information that might be available. */
15143 tp->base.hit_count = utp->hit_count;
15144 tp->traceframe_usage = utp->traceframe_usage;
15145
00bf0b85 15146 return tp;
d9b3f62e 15147}
00bf0b85 15148
1042e4c0
SS
15149/* Print information on tracepoint number TPNUM_EXP, or all if
15150 omitted. */
15151
15152static void
e5a67952 15153tracepoints_info (char *args, int from_tty)
1042e4c0 15154{
79a45e25 15155 struct ui_out *uiout = current_uiout;
e5a67952 15156 int num_printed;
1042e4c0 15157
e5a67952 15158 num_printed = breakpoint_1 (args, 0, is_tracepoint);
d77f58be
SS
15159
15160 if (num_printed == 0)
1042e4c0 15161 {
e5a67952 15162 if (args == NULL || *args == '\0')
d77f58be
SS
15163 ui_out_message (uiout, 0, "No tracepoints.\n");
15164 else
e5a67952 15165 ui_out_message (uiout, 0, "No tracepoint matching '%s'.\n", args);
1042e4c0 15166 }
ad443146
SS
15167
15168 default_collect_info ();
1042e4c0
SS
15169}
15170
4a64f543 15171/* The 'enable trace' command enables tracepoints.
1042e4c0
SS
15172 Not supported by all targets. */
15173static void
15174enable_trace_command (char *args, int from_tty)
15175{
15176 enable_command (args, from_tty);
15177}
15178
4a64f543 15179/* The 'disable trace' command disables tracepoints.
1042e4c0
SS
15180 Not supported by all targets. */
15181static void
15182disable_trace_command (char *args, int from_tty)
15183{
15184 disable_command (args, from_tty);
15185}
15186
4a64f543 15187/* Remove a tracepoint (or all if no argument). */
1042e4c0
SS
15188static void
15189delete_trace_command (char *arg, int from_tty)
15190{
35df4500 15191 struct breakpoint *b, *b_tmp;
1042e4c0
SS
15192
15193 dont_repeat ();
15194
15195 if (arg == 0)
15196 {
15197 int breaks_to_delete = 0;
15198
15199 /* Delete all breakpoints if no argument.
15200 Do not delete internal or call-dummy breakpoints, these
4a64f543
MS
15201 have to be deleted with an explicit breakpoint number
15202 argument. */
1042e4c0 15203 ALL_TRACEPOINTS (b)
46c6471b 15204 if (is_tracepoint (b) && user_breakpoint_p (b))
1042e4c0
SS
15205 {
15206 breaks_to_delete = 1;
15207 break;
15208 }
1042e4c0
SS
15209
15210 /* Ask user only if there are some breakpoints to delete. */
15211 if (!from_tty
15212 || (breaks_to_delete && query (_("Delete all tracepoints? "))))
15213 {
35df4500 15214 ALL_BREAKPOINTS_SAFE (b, b_tmp)
46c6471b 15215 if (is_tracepoint (b) && user_breakpoint_p (b))
1042e4c0 15216 delete_breakpoint (b);
1042e4c0
SS
15217 }
15218 }
15219 else
51be5b68 15220 map_breakpoint_numbers (arg, do_map_delete_breakpoint, NULL);
1042e4c0
SS
15221}
15222
197f0a60
TT
15223/* Helper function for trace_pass_command. */
15224
15225static void
d9b3f62e 15226trace_pass_set_count (struct tracepoint *tp, int count, int from_tty)
197f0a60 15227{
d9b3f62e 15228 tp->pass_count = count;
6f6484cd 15229 observer_notify_breakpoint_modified (&tp->base);
197f0a60
TT
15230 if (from_tty)
15231 printf_filtered (_("Setting tracepoint %d's passcount to %d\n"),
d9b3f62e 15232 tp->base.number, count);
197f0a60
TT
15233}
15234
1042e4c0
SS
15235/* Set passcount for tracepoint.
15236
15237 First command argument is passcount, second is tracepoint number.
15238 If tracepoint number omitted, apply to most recently defined.
15239 Also accepts special argument "all". */
15240
15241static void
15242trace_pass_command (char *args, int from_tty)
15243{
d9b3f62e 15244 struct tracepoint *t1;
1042e4c0 15245 unsigned int count;
1042e4c0
SS
15246
15247 if (args == 0 || *args == 0)
3e43a32a
MS
15248 error (_("passcount command requires an "
15249 "argument (count + optional TP num)"));
1042e4c0 15250
4a64f543 15251 count = strtoul (args, &args, 10); /* Count comes first, then TP num. */
1042e4c0 15252
529480d0 15253 args = skip_spaces (args);
1042e4c0
SS
15254 if (*args && strncasecmp (args, "all", 3) == 0)
15255 {
d9b3f62e
PA
15256 struct breakpoint *b;
15257
1042e4c0 15258 args += 3; /* Skip special argument "all". */
1042e4c0
SS
15259 if (*args)
15260 error (_("Junk at end of arguments."));
1042e4c0 15261
d9b3f62e 15262 ALL_TRACEPOINTS (b)
197f0a60 15263 {
d9b3f62e 15264 t1 = (struct tracepoint *) b;
197f0a60
TT
15265 trace_pass_set_count (t1, count, from_tty);
15266 }
15267 }
15268 else if (*args == '\0')
1042e4c0 15269 {
197f0a60 15270 t1 = get_tracepoint_by_number (&args, NULL, 1);
1042e4c0 15271 if (t1)
197f0a60
TT
15272 trace_pass_set_count (t1, count, from_tty);
15273 }
15274 else
15275 {
15276 struct get_number_or_range_state state;
15277
15278 init_number_or_range (&state, args);
15279 while (!state.finished)
1042e4c0 15280 {
197f0a60
TT
15281 t1 = get_tracepoint_by_number (&args, &state, 1);
15282 if (t1)
15283 trace_pass_set_count (t1, count, from_tty);
1042e4c0
SS
15284 }
15285 }
1042e4c0
SS
15286}
15287
d9b3f62e 15288struct tracepoint *
1042e4c0
SS
15289get_tracepoint (int num)
15290{
15291 struct breakpoint *t;
15292
15293 ALL_TRACEPOINTS (t)
15294 if (t->number == num)
d9b3f62e 15295 return (struct tracepoint *) t;
1042e4c0
SS
15296
15297 return NULL;
15298}
15299
d5551862
SS
15300/* Find the tracepoint with the given target-side number (which may be
15301 different from the tracepoint number after disconnecting and
15302 reconnecting). */
15303
d9b3f62e 15304struct tracepoint *
d5551862
SS
15305get_tracepoint_by_number_on_target (int num)
15306{
d9b3f62e 15307 struct breakpoint *b;
d5551862 15308
d9b3f62e
PA
15309 ALL_TRACEPOINTS (b)
15310 {
15311 struct tracepoint *t = (struct tracepoint *) b;
15312
15313 if (t->number_on_target == num)
15314 return t;
15315 }
d5551862
SS
15316
15317 return NULL;
15318}
15319
1042e4c0 15320/* Utility: parse a tracepoint number and look it up in the list.
197f0a60
TT
15321 If STATE is not NULL, use, get_number_or_range_state and ignore ARG.
15322 If OPTIONAL_P is true, then if the argument is missing, the most
1042e4c0 15323 recent tracepoint (tracepoint_count) is returned. */
d9b3f62e 15324struct tracepoint *
197f0a60
TT
15325get_tracepoint_by_number (char **arg,
15326 struct get_number_or_range_state *state,
15327 int optional_p)
1042e4c0 15328{
1042e4c0
SS
15329 struct breakpoint *t;
15330 int tpnum;
15331 char *instring = arg == NULL ? NULL : *arg;
15332
197f0a60
TT
15333 if (state)
15334 {
15335 gdb_assert (!state->finished);
15336 tpnum = get_number_or_range (state);
15337 }
15338 else if (arg == NULL || *arg == NULL || ! **arg)
1042e4c0
SS
15339 {
15340 if (optional_p)
15341 tpnum = tracepoint_count;
15342 else
15343 error_no_arg (_("tracepoint number"));
15344 }
15345 else
197f0a60 15346 tpnum = get_number (arg);
1042e4c0
SS
15347
15348 if (tpnum <= 0)
15349 {
15350 if (instring && *instring)
15351 printf_filtered (_("bad tracepoint number at or near '%s'\n"),
15352 instring);
15353 else
3e43a32a
MS
15354 printf_filtered (_("Tracepoint argument missing "
15355 "and no previous tracepoint\n"));
1042e4c0
SS
15356 return NULL;
15357 }
15358
15359 ALL_TRACEPOINTS (t)
15360 if (t->number == tpnum)
15361 {
d9b3f62e 15362 return (struct tracepoint *) t;
1042e4c0
SS
15363 }
15364
1042e4c0
SS
15365 printf_unfiltered ("No tracepoint number %d.\n", tpnum);
15366 return NULL;
15367}
15368
d9b3f62e
PA
15369void
15370print_recreate_thread (struct breakpoint *b, struct ui_file *fp)
15371{
15372 if (b->thread != -1)
15373 fprintf_unfiltered (fp, " thread %d", b->thread);
15374
15375 if (b->task != 0)
15376 fprintf_unfiltered (fp, " task %d", b->task);
15377
15378 fprintf_unfiltered (fp, "\n");
15379}
15380
6149aea9
PA
15381/* Save information on user settable breakpoints (watchpoints, etc) to
15382 a new script file named FILENAME. If FILTER is non-NULL, call it
15383 on each breakpoint and only include the ones for which it returns
15384 non-zero. */
15385
1042e4c0 15386static void
6149aea9
PA
15387save_breakpoints (char *filename, int from_tty,
15388 int (*filter) (const struct breakpoint *))
1042e4c0
SS
15389{
15390 struct breakpoint *tp;
6149aea9 15391 int any = 0;
a7bdde9e 15392 char *pathname;
1042e4c0 15393 struct cleanup *cleanup;
a7bdde9e 15394 struct ui_file *fp;
6149aea9 15395 int extra_trace_bits = 0;
1042e4c0 15396
6149aea9
PA
15397 if (filename == 0 || *filename == 0)
15398 error (_("Argument required (file name in which to save)"));
1042e4c0
SS
15399
15400 /* See if we have anything to save. */
6149aea9 15401 ALL_BREAKPOINTS (tp)
1042e4c0 15402 {
6149aea9 15403 /* Skip internal and momentary breakpoints. */
09d682a4 15404 if (!user_breakpoint_p (tp))
6149aea9
PA
15405 continue;
15406
15407 /* If we have a filter, only save the breakpoints it accepts. */
15408 if (filter && !filter (tp))
15409 continue;
15410
15411 any = 1;
15412
15413 if (is_tracepoint (tp))
15414 {
15415 extra_trace_bits = 1;
15416
15417 /* We can stop searching. */
15418 break;
15419 }
1042e4c0 15420 }
6149aea9
PA
15421
15422 if (!any)
1042e4c0 15423 {
6149aea9 15424 warning (_("Nothing to save."));
1042e4c0
SS
15425 return;
15426 }
15427
6149aea9 15428 pathname = tilde_expand (filename);
1042e4c0 15429 cleanup = make_cleanup (xfree, pathname);
a7bdde9e 15430 fp = gdb_fopen (pathname, "w");
059fb39f 15431 if (!fp)
6149aea9
PA
15432 error (_("Unable to open file '%s' for saving (%s)"),
15433 filename, safe_strerror (errno));
a7bdde9e 15434 make_cleanup_ui_file_delete (fp);
8bf6485c 15435
6149aea9
PA
15436 if (extra_trace_bits)
15437 save_trace_state_variables (fp);
8bf6485c 15438
6149aea9 15439 ALL_BREAKPOINTS (tp)
1042e4c0 15440 {
6149aea9 15441 /* Skip internal and momentary breakpoints. */
09d682a4 15442 if (!user_breakpoint_p (tp))
6149aea9 15443 continue;
8bf6485c 15444
6149aea9
PA
15445 /* If we have a filter, only save the breakpoints it accepts. */
15446 if (filter && !filter (tp))
15447 continue;
15448
348d480f 15449 tp->ops->print_recreate (tp, fp);
1042e4c0 15450
6149aea9
PA
15451 /* Note, we can't rely on tp->number for anything, as we can't
15452 assume the recreated breakpoint numbers will match. Use $bpnum
15453 instead. */
15454
15455 if (tp->cond_string)
15456 fprintf_unfiltered (fp, " condition $bpnum %s\n", tp->cond_string);
15457
15458 if (tp->ignore_count)
15459 fprintf_unfiltered (fp, " ignore $bpnum %d\n", tp->ignore_count);
15460
2d9442cc 15461 if (tp->type != bp_dprintf && tp->commands)
1042e4c0 15462 {
a7bdde9e
VP
15463 volatile struct gdb_exception ex;
15464
6149aea9 15465 fprintf_unfiltered (fp, " commands\n");
a7bdde9e 15466
79a45e25 15467 ui_out_redirect (current_uiout, fp);
14dba4b4 15468 TRY_CATCH (ex, RETURN_MASK_ALL)
1042e4c0 15469 {
79a45e25 15470 print_command_lines (current_uiout, tp->commands->commands, 2);
a7bdde9e 15471 }
79a45e25 15472 ui_out_redirect (current_uiout, NULL);
1042e4c0 15473
a7bdde9e
VP
15474 if (ex.reason < 0)
15475 throw_exception (ex);
1042e4c0 15476
a7bdde9e 15477 fprintf_unfiltered (fp, " end\n");
1042e4c0 15478 }
6149aea9
PA
15479
15480 if (tp->enable_state == bp_disabled)
15481 fprintf_unfiltered (fp, "disable\n");
15482
15483 /* If this is a multi-location breakpoint, check if the locations
15484 should be individually disabled. Watchpoint locations are
15485 special, and not user visible. */
15486 if (!is_watchpoint (tp) && tp->loc && tp->loc->next)
15487 {
15488 struct bp_location *loc;
15489 int n = 1;
15490
15491 for (loc = tp->loc; loc != NULL; loc = loc->next, n++)
15492 if (!loc->enabled)
15493 fprintf_unfiltered (fp, "disable $bpnum.%d\n", n);
15494 }
1042e4c0 15495 }
8bf6485c 15496
6149aea9 15497 if (extra_trace_bits && *default_collect)
8bf6485c
SS
15498 fprintf_unfiltered (fp, "set default-collect %s\n", default_collect);
15499
1042e4c0
SS
15500 do_cleanups (cleanup);
15501 if (from_tty)
6149aea9
PA
15502 printf_filtered (_("Saved to file '%s'.\n"), filename);
15503}
15504
15505/* The `save breakpoints' command. */
15506
15507static void
15508save_breakpoints_command (char *args, int from_tty)
15509{
15510 save_breakpoints (args, from_tty, NULL);
15511}
15512
15513/* The `save tracepoints' command. */
15514
15515static void
15516save_tracepoints_command (char *args, int from_tty)
15517{
15518 save_breakpoints (args, from_tty, is_tracepoint);
1042e4c0
SS
15519}
15520
15521/* Create a vector of all tracepoints. */
15522
15523VEC(breakpoint_p) *
eeae04df 15524all_tracepoints (void)
1042e4c0
SS
15525{
15526 VEC(breakpoint_p) *tp_vec = 0;
15527 struct breakpoint *tp;
15528
15529 ALL_TRACEPOINTS (tp)
15530 {
15531 VEC_safe_push (breakpoint_p, tp_vec, tp);
15532 }
15533
15534 return tp_vec;
15535}
15536
c906108c 15537\f
4a64f543
MS
15538/* This help string is used for the break, hbreak, tbreak and thbreak
15539 commands. It is defined as a macro to prevent duplication.
15540 COMMAND should be a string constant containing the name of the
15541 command. */
31e2b00f 15542#define BREAK_ARGS_HELP(command) \
fb7b5af4
SDJ
15543command" [PROBE_MODIFIER] [LOCATION] [thread THREADNUM] [if CONDITION]\n\
15544PROBE_MODIFIER shall be present if the command is to be placed in a\n\
15545probe point. Accepted values are `-probe' (for a generic, automatically\n\
15546guessed probe type) or `-probe-stap' (for a SystemTap probe).\n\
31e2b00f
AS
15547LOCATION may be a line number, function name, or \"*\" and an address.\n\
15548If a line number is specified, break at start of code for that line.\n\
15549If a function is specified, break at start of code for that function.\n\
15550If an address is specified, break at that exact address.\n\
dc10affe
PA
15551With no LOCATION, uses current execution address of the selected\n\
15552stack frame. This is useful for breaking on return to a stack frame.\n\
31e2b00f
AS
15553\n\
15554THREADNUM is the number from \"info threads\".\n\
15555CONDITION is a boolean expression.\n\
15556\n\
d41c0fc8
PA
15557Multiple breakpoints at one place are permitted, and useful if their\n\
15558conditions are different.\n\
31e2b00f
AS
15559\n\
15560Do \"help breakpoints\" for info on other commands dealing with breakpoints."
15561
44feb3ce
TT
15562/* List of subcommands for "catch". */
15563static struct cmd_list_element *catch_cmdlist;
15564
15565/* List of subcommands for "tcatch". */
15566static struct cmd_list_element *tcatch_cmdlist;
15567
9ac4176b 15568void
44feb3ce
TT
15569add_catch_command (char *name, char *docstring,
15570 void (*sfunc) (char *args, int from_tty,
15571 struct cmd_list_element *command),
625e8578 15572 completer_ftype *completer,
44feb3ce
TT
15573 void *user_data_catch,
15574 void *user_data_tcatch)
15575{
15576 struct cmd_list_element *command;
15577
15578 command = add_cmd (name, class_breakpoint, NULL, docstring,
15579 &catch_cmdlist);
15580 set_cmd_sfunc (command, sfunc);
15581 set_cmd_context (command, user_data_catch);
a96d9b2e 15582 set_cmd_completer (command, completer);
44feb3ce
TT
15583
15584 command = add_cmd (name, class_breakpoint, NULL, docstring,
15585 &tcatch_cmdlist);
15586 set_cmd_sfunc (command, sfunc);
15587 set_cmd_context (command, user_data_tcatch);
a96d9b2e 15588 set_cmd_completer (command, completer);
44feb3ce
TT
15589}
15590
6c95b8df 15591static void
a79b8f6e 15592clear_syscall_counts (struct inferior *inf)
6c95b8df 15593{
fa3064dd
YQ
15594 struct catch_syscall_inferior_data *inf_data
15595 = get_catch_syscall_inferior_data (inf);
15596
15597 inf_data->total_syscalls_count = 0;
15598 inf_data->any_syscall_count = 0;
15599 VEC_free (int, inf_data->syscalls_counts);
6c95b8df
PA
15600}
15601
6149aea9
PA
15602static void
15603save_command (char *arg, int from_tty)
15604{
3e43a32a
MS
15605 printf_unfiltered (_("\"save\" must be followed by "
15606 "the name of a save subcommand.\n"));
6149aea9
PA
15607 help_list (save_cmdlist, "save ", -1, gdb_stdout);
15608}
15609
84f4c1fe
PM
15610struct breakpoint *
15611iterate_over_breakpoints (int (*callback) (struct breakpoint *, void *),
15612 void *data)
15613{
35df4500 15614 struct breakpoint *b, *b_tmp;
84f4c1fe 15615
35df4500 15616 ALL_BREAKPOINTS_SAFE (b, b_tmp)
84f4c1fe
PM
15617 {
15618 if ((*callback) (b, data))
15619 return b;
15620 }
15621
15622 return NULL;
15623}
15624
0574c78f
GB
15625/* Zero if any of the breakpoint's locations could be a location where
15626 functions have been inlined, nonzero otherwise. */
15627
15628static int
15629is_non_inline_function (struct breakpoint *b)
15630{
15631 /* The shared library event breakpoint is set on the address of a
15632 non-inline function. */
15633 if (b->type == bp_shlib_event)
15634 return 1;
15635
15636 return 0;
15637}
15638
15639/* Nonzero if the specified PC cannot be a location where functions
15640 have been inlined. */
15641
15642int
09ac7c10
TT
15643pc_at_non_inline_function (struct address_space *aspace, CORE_ADDR pc,
15644 const struct target_waitstatus *ws)
0574c78f
GB
15645{
15646 struct breakpoint *b;
15647 struct bp_location *bl;
15648
15649 ALL_BREAKPOINTS (b)
15650 {
15651 if (!is_non_inline_function (b))
15652 continue;
15653
15654 for (bl = b->loc; bl != NULL; bl = bl->next)
15655 {
15656 if (!bl->shlib_disabled
09ac7c10 15657 && bpstat_check_location (bl, aspace, pc, ws))
0574c78f
GB
15658 return 1;
15659 }
15660 }
15661
15662 return 0;
15663}
15664
2f202fde
JK
15665/* Remove any references to OBJFILE which is going to be freed. */
15666
15667void
15668breakpoint_free_objfile (struct objfile *objfile)
15669{
15670 struct bp_location **locp, *loc;
15671
15672 ALL_BP_LOCATIONS (loc, locp)
15673 if (loc->symtab != NULL && loc->symtab->objfile == objfile)
15674 loc->symtab = NULL;
15675}
15676
2060206e
PA
15677void
15678initialize_breakpoint_ops (void)
15679{
15680 static int initialized = 0;
15681
15682 struct breakpoint_ops *ops;
15683
15684 if (initialized)
15685 return;
15686 initialized = 1;
15687
15688 /* The breakpoint_ops structure to be inherit by all kinds of
15689 breakpoints (real breakpoints, i.e., user "break" breakpoints,
15690 internal and momentary breakpoints, etc.). */
15691 ops = &bkpt_base_breakpoint_ops;
15692 *ops = base_breakpoint_ops;
15693 ops->re_set = bkpt_re_set;
15694 ops->insert_location = bkpt_insert_location;
15695 ops->remove_location = bkpt_remove_location;
15696 ops->breakpoint_hit = bkpt_breakpoint_hit;
983af33b
SDJ
15697 ops->create_sals_from_address = bkpt_create_sals_from_address;
15698 ops->create_breakpoints_sal = bkpt_create_breakpoints_sal;
15699 ops->decode_linespec = bkpt_decode_linespec;
2060206e
PA
15700
15701 /* The breakpoint_ops structure to be used in regular breakpoints. */
15702 ops = &bkpt_breakpoint_ops;
15703 *ops = bkpt_base_breakpoint_ops;
15704 ops->re_set = bkpt_re_set;
15705 ops->resources_needed = bkpt_resources_needed;
15706 ops->print_it = bkpt_print_it;
15707 ops->print_mention = bkpt_print_mention;
15708 ops->print_recreate = bkpt_print_recreate;
15709
15710 /* Ranged breakpoints. */
15711 ops = &ranged_breakpoint_ops;
15712 *ops = bkpt_breakpoint_ops;
15713 ops->breakpoint_hit = breakpoint_hit_ranged_breakpoint;
15714 ops->resources_needed = resources_needed_ranged_breakpoint;
15715 ops->print_it = print_it_ranged_breakpoint;
15716 ops->print_one = print_one_ranged_breakpoint;
15717 ops->print_one_detail = print_one_detail_ranged_breakpoint;
15718 ops->print_mention = print_mention_ranged_breakpoint;
15719 ops->print_recreate = print_recreate_ranged_breakpoint;
15720
15721 /* Internal breakpoints. */
15722 ops = &internal_breakpoint_ops;
15723 *ops = bkpt_base_breakpoint_ops;
15724 ops->re_set = internal_bkpt_re_set;
15725 ops->check_status = internal_bkpt_check_status;
15726 ops->print_it = internal_bkpt_print_it;
15727 ops->print_mention = internal_bkpt_print_mention;
15728
15729 /* Momentary breakpoints. */
15730 ops = &momentary_breakpoint_ops;
15731 *ops = bkpt_base_breakpoint_ops;
15732 ops->re_set = momentary_bkpt_re_set;
15733 ops->check_status = momentary_bkpt_check_status;
15734 ops->print_it = momentary_bkpt_print_it;
15735 ops->print_mention = momentary_bkpt_print_mention;
15736
e2e4d78b
JK
15737 /* Momentary breakpoints for bp_longjmp and bp_exception. */
15738 ops = &longjmp_breakpoint_ops;
15739 *ops = momentary_breakpoint_ops;
15740 ops->dtor = longjmp_bkpt_dtor;
15741
55aa24fb
SDJ
15742 /* Probe breakpoints. */
15743 ops = &bkpt_probe_breakpoint_ops;
15744 *ops = bkpt_breakpoint_ops;
15745 ops->insert_location = bkpt_probe_insert_location;
15746 ops->remove_location = bkpt_probe_remove_location;
15747 ops->create_sals_from_address = bkpt_probe_create_sals_from_address;
15748 ops->decode_linespec = bkpt_probe_decode_linespec;
15749
2060206e
PA
15750 /* Watchpoints. */
15751 ops = &watchpoint_breakpoint_ops;
15752 *ops = base_breakpoint_ops;
3a5c3e22 15753 ops->dtor = dtor_watchpoint;
2060206e
PA
15754 ops->re_set = re_set_watchpoint;
15755 ops->insert_location = insert_watchpoint;
15756 ops->remove_location = remove_watchpoint;
15757 ops->breakpoint_hit = breakpoint_hit_watchpoint;
15758 ops->check_status = check_status_watchpoint;
15759 ops->resources_needed = resources_needed_watchpoint;
15760 ops->works_in_software_mode = works_in_software_mode_watchpoint;
15761 ops->print_it = print_it_watchpoint;
15762 ops->print_mention = print_mention_watchpoint;
15763 ops->print_recreate = print_recreate_watchpoint;
15764
15765 /* Masked watchpoints. */
15766 ops = &masked_watchpoint_breakpoint_ops;
15767 *ops = watchpoint_breakpoint_ops;
15768 ops->insert_location = insert_masked_watchpoint;
15769 ops->remove_location = remove_masked_watchpoint;
15770 ops->resources_needed = resources_needed_masked_watchpoint;
15771 ops->works_in_software_mode = works_in_software_mode_masked_watchpoint;
15772 ops->print_it = print_it_masked_watchpoint;
15773 ops->print_one_detail = print_one_detail_masked_watchpoint;
15774 ops->print_mention = print_mention_masked_watchpoint;
15775 ops->print_recreate = print_recreate_masked_watchpoint;
15776
15777 /* Tracepoints. */
15778 ops = &tracepoint_breakpoint_ops;
15779 *ops = base_breakpoint_ops;
15780 ops->re_set = tracepoint_re_set;
15781 ops->breakpoint_hit = tracepoint_breakpoint_hit;
15782 ops->print_one_detail = tracepoint_print_one_detail;
15783 ops->print_mention = tracepoint_print_mention;
15784 ops->print_recreate = tracepoint_print_recreate;
983af33b
SDJ
15785 ops->create_sals_from_address = tracepoint_create_sals_from_address;
15786 ops->create_breakpoints_sal = tracepoint_create_breakpoints_sal;
15787 ops->decode_linespec = tracepoint_decode_linespec;
15788
55aa24fb
SDJ
15789 /* Probe tracepoints. */
15790 ops = &tracepoint_probe_breakpoint_ops;
15791 *ops = tracepoint_breakpoint_ops;
15792 ops->create_sals_from_address = tracepoint_probe_create_sals_from_address;
15793 ops->decode_linespec = tracepoint_probe_decode_linespec;
15794
983af33b
SDJ
15795 /* Static tracepoints with marker (`-m'). */
15796 ops = &strace_marker_breakpoint_ops;
15797 *ops = tracepoint_breakpoint_ops;
15798 ops->create_sals_from_address = strace_marker_create_sals_from_address;
15799 ops->create_breakpoints_sal = strace_marker_create_breakpoints_sal;
15800 ops->decode_linespec = strace_marker_decode_linespec;
2060206e
PA
15801
15802 /* Fork catchpoints. */
15803 ops = &catch_fork_breakpoint_ops;
15804 *ops = base_breakpoint_ops;
15805 ops->insert_location = insert_catch_fork;
15806 ops->remove_location = remove_catch_fork;
15807 ops->breakpoint_hit = breakpoint_hit_catch_fork;
15808 ops->print_it = print_it_catch_fork;
15809 ops->print_one = print_one_catch_fork;
15810 ops->print_mention = print_mention_catch_fork;
15811 ops->print_recreate = print_recreate_catch_fork;
15812
15813 /* Vfork catchpoints. */
15814 ops = &catch_vfork_breakpoint_ops;
15815 *ops = base_breakpoint_ops;
15816 ops->insert_location = insert_catch_vfork;
15817 ops->remove_location = remove_catch_vfork;
15818 ops->breakpoint_hit = breakpoint_hit_catch_vfork;
15819 ops->print_it = print_it_catch_vfork;
15820 ops->print_one = print_one_catch_vfork;
15821 ops->print_mention = print_mention_catch_vfork;
15822 ops->print_recreate = print_recreate_catch_vfork;
15823
15824 /* Exec catchpoints. */
15825 ops = &catch_exec_breakpoint_ops;
15826 *ops = base_breakpoint_ops;
15827 ops->dtor = dtor_catch_exec;
15828 ops->insert_location = insert_catch_exec;
15829 ops->remove_location = remove_catch_exec;
15830 ops->breakpoint_hit = breakpoint_hit_catch_exec;
15831 ops->print_it = print_it_catch_exec;
15832 ops->print_one = print_one_catch_exec;
15833 ops->print_mention = print_mention_catch_exec;
15834 ops->print_recreate = print_recreate_catch_exec;
15835
15836 /* Syscall catchpoints. */
15837 ops = &catch_syscall_breakpoint_ops;
15838 *ops = base_breakpoint_ops;
15839 ops->dtor = dtor_catch_syscall;
15840 ops->insert_location = insert_catch_syscall;
15841 ops->remove_location = remove_catch_syscall;
15842 ops->breakpoint_hit = breakpoint_hit_catch_syscall;
15843 ops->print_it = print_it_catch_syscall;
15844 ops->print_one = print_one_catch_syscall;
15845 ops->print_mention = print_mention_catch_syscall;
15846 ops->print_recreate = print_recreate_catch_syscall;
edcc5120
TT
15847
15848 /* Solib-related catchpoints. */
15849 ops = &catch_solib_breakpoint_ops;
15850 *ops = base_breakpoint_ops;
15851 ops->dtor = dtor_catch_solib;
15852 ops->insert_location = insert_catch_solib;
15853 ops->remove_location = remove_catch_solib;
15854 ops->breakpoint_hit = breakpoint_hit_catch_solib;
15855 ops->check_status = check_status_catch_solib;
15856 ops->print_it = print_it_catch_solib;
15857 ops->print_one = print_one_catch_solib;
15858 ops->print_mention = print_mention_catch_solib;
15859 ops->print_recreate = print_recreate_catch_solib;
e7e0cddf
SS
15860
15861 ops = &dprintf_breakpoint_ops;
15862 *ops = bkpt_base_breakpoint_ops;
5c2b4418 15863 ops->re_set = dprintf_re_set;
e7e0cddf
SS
15864 ops->resources_needed = bkpt_resources_needed;
15865 ops->print_it = bkpt_print_it;
15866 ops->print_mention = bkpt_print_mention;
2d9442cc 15867 ops->print_recreate = dprintf_print_recreate;
2060206e
PA
15868}
15869
8bfd80db
YQ
15870/* Chain containing all defined "enable breakpoint" subcommands. */
15871
15872static struct cmd_list_element *enablebreaklist = NULL;
15873
c906108c 15874void
fba45db2 15875_initialize_breakpoint (void)
c906108c
SS
15876{
15877 struct cmd_list_element *c;
15878
2060206e
PA
15879 initialize_breakpoint_ops ();
15880
84acb35a 15881 observer_attach_solib_unloaded (disable_breakpoints_in_unloaded_shlib);
6c95b8df 15882 observer_attach_inferior_exit (clear_syscall_counts);
1f3b5d1b 15883 observer_attach_memory_changed (invalidate_bp_value_on_memory_change);
84acb35a 15884
55aa24fb
SDJ
15885 breakpoint_objfile_key
15886 = register_objfile_data_with_cleanup (NULL, free_breakpoint_probes);
17450429 15887
fa3064dd 15888 catch_syscall_inferior_data
8e260fc0
TT
15889 = register_inferior_data_with_cleanup (NULL,
15890 catch_syscall_inferior_data_cleanup);
fa3064dd 15891
c906108c
SS
15892 breakpoint_chain = 0;
15893 /* Don't bother to call set_breakpoint_count. $bpnum isn't useful
15894 before a breakpoint is set. */
15895 breakpoint_count = 0;
15896
1042e4c0
SS
15897 tracepoint_count = 0;
15898
1bedd215
AC
15899 add_com ("ignore", class_breakpoint, ignore_command, _("\
15900Set ignore-count of breakpoint number N to COUNT.\n\
15901Usage is `ignore N COUNT'."));
c906108c 15902 if (xdb_commands)
c5aa993b 15903 add_com_alias ("bc", "ignore", class_breakpoint, 1);
c906108c 15904
1bedd215
AC
15905 add_com ("commands", class_breakpoint, commands_command, _("\
15906Set commands to be executed when a breakpoint is hit.\n\
c906108c
SS
15907Give breakpoint number as argument after \"commands\".\n\
15908With no argument, the targeted breakpoint is the last one set.\n\
15909The commands themselves follow starting on the next line.\n\
15910Type a line containing \"end\" to indicate the end of them.\n\
15911Give \"silent\" as the first line to make the breakpoint silent;\n\
1bedd215 15912then no output is printed when it is hit, except what the commands print."));
c906108c 15913
d55637df 15914 c = add_com ("condition", class_breakpoint, condition_command, _("\
1bedd215 15915Specify breakpoint number N to break only if COND is true.\n\
c906108c 15916Usage is `condition N COND', where N is an integer and COND is an\n\
1bedd215 15917expression to be evaluated whenever breakpoint N is reached."));
d55637df 15918 set_cmd_completer (c, condition_completer);
c906108c 15919
1bedd215 15920 c = add_com ("tbreak", class_breakpoint, tbreak_command, _("\
31e2b00f 15921Set a temporary breakpoint.\n\
c906108c
SS
15922Like \"break\" except the breakpoint is only temporary,\n\
15923so it will be deleted when hit. Equivalent to \"break\" followed\n\
31e2b00f
AS
15924by using \"enable delete\" on the breakpoint number.\n\
15925\n"
15926BREAK_ARGS_HELP ("tbreak")));
5ba2abeb 15927 set_cmd_completer (c, location_completer);
c94fdfd0 15928
1bedd215 15929 c = add_com ("hbreak", class_breakpoint, hbreak_command, _("\
a3be7890 15930Set a hardware assisted breakpoint.\n\
c906108c 15931Like \"break\" except the breakpoint requires hardware support,\n\
31e2b00f
AS
15932some target hardware may not have this support.\n\
15933\n"
15934BREAK_ARGS_HELP ("hbreak")));
5ba2abeb 15935 set_cmd_completer (c, location_completer);
c906108c 15936
1bedd215 15937 c = add_com ("thbreak", class_breakpoint, thbreak_command, _("\
31e2b00f 15938Set a temporary hardware assisted breakpoint.\n\
c906108c 15939Like \"hbreak\" except the breakpoint is only temporary,\n\
31e2b00f
AS
15940so it will be deleted when hit.\n\
15941\n"
15942BREAK_ARGS_HELP ("thbreak")));
5ba2abeb 15943 set_cmd_completer (c, location_completer);
c906108c 15944
1bedd215
AC
15945 add_prefix_cmd ("enable", class_breakpoint, enable_command, _("\
15946Enable some breakpoints.\n\
c906108c
SS
15947Give breakpoint numbers (separated by spaces) as arguments.\n\
15948With no subcommand, breakpoints are enabled until you command otherwise.\n\
15949This is used to cancel the effect of the \"disable\" command.\n\
1bedd215 15950With a subcommand you can enable temporarily."),
c906108c
SS
15951 &enablelist, "enable ", 1, &cmdlist);
15952 if (xdb_commands)
1bedd215
AC
15953 add_com ("ab", class_breakpoint, enable_command, _("\
15954Enable some breakpoints.\n\
c906108c
SS
15955Give breakpoint numbers (separated by spaces) as arguments.\n\
15956With no subcommand, breakpoints are enabled until you command otherwise.\n\
15957This is used to cancel the effect of the \"disable\" command.\n\
1bedd215 15958With a subcommand you can enable temporarily."));
c906108c
SS
15959
15960 add_com_alias ("en", "enable", class_breakpoint, 1);
15961
84951ab5 15962 add_prefix_cmd ("breakpoints", class_breakpoint, enable_command, _("\
1bedd215 15963Enable some breakpoints.\n\
c906108c
SS
15964Give breakpoint numbers (separated by spaces) as arguments.\n\
15965This is used to cancel the effect of the \"disable\" command.\n\
1bedd215 15966May be abbreviated to simply \"enable\".\n"),
c5aa993b 15967 &enablebreaklist, "enable breakpoints ", 1, &enablelist);
c906108c 15968
1a966eab
AC
15969 add_cmd ("once", no_class, enable_once_command, _("\
15970Enable breakpoints for one hit. Give breakpoint numbers.\n\
15971If a breakpoint is hit while enabled in this fashion, it becomes disabled."),
c906108c
SS
15972 &enablebreaklist);
15973
1a966eab
AC
15974 add_cmd ("delete", no_class, enable_delete_command, _("\
15975Enable breakpoints and delete when hit. Give breakpoint numbers.\n\
15976If a breakpoint is hit while enabled in this fashion, it is deleted."),
c906108c
SS
15977 &enablebreaklist);
15978
816338b5
SS
15979 add_cmd ("count", no_class, enable_count_command, _("\
15980Enable breakpoints for COUNT hits. Give count and then breakpoint numbers.\n\
15981If a breakpoint is hit while enabled in this fashion,\n\
15982the count is decremented; when it reaches zero, the breakpoint is disabled."),
15983 &enablebreaklist);
15984
1a966eab
AC
15985 add_cmd ("delete", no_class, enable_delete_command, _("\
15986Enable breakpoints and delete when hit. Give breakpoint numbers.\n\
15987If a breakpoint is hit while enabled in this fashion, it is deleted."),
c906108c
SS
15988 &enablelist);
15989
1a966eab
AC
15990 add_cmd ("once", no_class, enable_once_command, _("\
15991Enable breakpoints for one hit. Give breakpoint numbers.\n\
15992If a breakpoint is hit while enabled in this fashion, it becomes disabled."),
816338b5
SS
15993 &enablelist);
15994
15995 add_cmd ("count", no_class, enable_count_command, _("\
15996Enable breakpoints for COUNT hits. Give count and then breakpoint numbers.\n\
15997If a breakpoint is hit while enabled in this fashion,\n\
15998the count is decremented; when it reaches zero, the breakpoint is disabled."),
c906108c
SS
15999 &enablelist);
16000
1bedd215
AC
16001 add_prefix_cmd ("disable", class_breakpoint, disable_command, _("\
16002Disable some breakpoints.\n\
c906108c
SS
16003Arguments are breakpoint numbers with spaces in between.\n\
16004To disable all breakpoints, give no argument.\n\
64b9b334 16005A disabled breakpoint is not forgotten, but has no effect until re-enabled."),
c906108c
SS
16006 &disablelist, "disable ", 1, &cmdlist);
16007 add_com_alias ("dis", "disable", class_breakpoint, 1);
16008 add_com_alias ("disa", "disable", class_breakpoint, 1);
16009 if (xdb_commands)
1bedd215
AC
16010 add_com ("sb", class_breakpoint, disable_command, _("\
16011Disable some breakpoints.\n\
c906108c
SS
16012Arguments are breakpoint numbers with spaces in between.\n\
16013To disable all breakpoints, give no argument.\n\
64b9b334 16014A disabled breakpoint is not forgotten, but has no effect until re-enabled."));
c906108c 16015
1a966eab
AC
16016 add_cmd ("breakpoints", class_alias, disable_command, _("\
16017Disable some breakpoints.\n\
c906108c
SS
16018Arguments are breakpoint numbers with spaces in between.\n\
16019To disable all breakpoints, give no argument.\n\
64b9b334 16020A disabled breakpoint is not forgotten, but has no effect until re-enabled.\n\
1a966eab 16021This command may be abbreviated \"disable\"."),
c906108c
SS
16022 &disablelist);
16023
1bedd215
AC
16024 add_prefix_cmd ("delete", class_breakpoint, delete_command, _("\
16025Delete some breakpoints or auto-display expressions.\n\
c906108c
SS
16026Arguments are breakpoint numbers with spaces in between.\n\
16027To delete all breakpoints, give no argument.\n\
16028\n\
16029Also a prefix command for deletion of other GDB objects.\n\
1bedd215 16030The \"unset\" command is also an alias for \"delete\"."),
c906108c
SS
16031 &deletelist, "delete ", 1, &cmdlist);
16032 add_com_alias ("d", "delete", class_breakpoint, 1);
7f198e01 16033 add_com_alias ("del", "delete", class_breakpoint, 1);
c906108c 16034 if (xdb_commands)
1bedd215
AC
16035 add_com ("db", class_breakpoint, delete_command, _("\
16036Delete some breakpoints.\n\
c906108c 16037Arguments are breakpoint numbers with spaces in between.\n\
1bedd215 16038To delete all breakpoints, give no argument.\n"));
c906108c 16039
1a966eab
AC
16040 add_cmd ("breakpoints", class_alias, delete_command, _("\
16041Delete some breakpoints or auto-display expressions.\n\
c906108c
SS
16042Arguments are breakpoint numbers with spaces in between.\n\
16043To delete all breakpoints, give no argument.\n\
1a966eab 16044This command may be abbreviated \"delete\"."),
c906108c
SS
16045 &deletelist);
16046
1bedd215
AC
16047 add_com ("clear", class_breakpoint, clear_command, _("\
16048Clear breakpoint at specified line or function.\n\
c906108c
SS
16049Argument may be line number, function name, or \"*\" and an address.\n\
16050If line number is specified, all breakpoints in that line are cleared.\n\
16051If function is specified, breakpoints at beginning of function are cleared.\n\
1bedd215
AC
16052If an address is specified, breakpoints at that address are cleared.\n\
16053\n\
16054With no argument, clears all breakpoints in the line that the selected frame\n\
c906108c
SS
16055is executing in.\n\
16056\n\
1bedd215 16057See also the \"delete\" command which clears breakpoints by number."));
a6cc4789 16058 add_com_alias ("cl", "clear", class_breakpoint, 1);
c906108c 16059
1bedd215 16060 c = add_com ("break", class_breakpoint, break_command, _("\
31e2b00f
AS
16061Set breakpoint at specified line or function.\n"
16062BREAK_ARGS_HELP ("break")));
5ba2abeb 16063 set_cmd_completer (c, location_completer);
c94fdfd0 16064
c906108c
SS
16065 add_com_alias ("b", "break", class_run, 1);
16066 add_com_alias ("br", "break", class_run, 1);
16067 add_com_alias ("bre", "break", class_run, 1);
16068 add_com_alias ("brea", "break", class_run, 1);
16069
7681d515
PM
16070 if (xdb_commands)
16071 add_com_alias ("ba", "break", class_breakpoint, 1);
c906108c
SS
16072
16073 if (dbx_commands)
16074 {
1bedd215
AC
16075 add_abbrev_prefix_cmd ("stop", class_breakpoint, stop_command, _("\
16076Break in function/address or break at a line in the current file."),
c5aa993b
JM
16077 &stoplist, "stop ", 1, &cmdlist);
16078 add_cmd ("in", class_breakpoint, stopin_command,
1a966eab 16079 _("Break in function or address."), &stoplist);
c5aa993b 16080 add_cmd ("at", class_breakpoint, stopat_command,
1a966eab 16081 _("Break at a line in the current file."), &stoplist);
1bedd215
AC
16082 add_com ("status", class_info, breakpoints_info, _("\
16083Status of user-settable breakpoints, or breakpoint number NUMBER.\n\
c906108c
SS
16084The \"Type\" column indicates one of:\n\
16085\tbreakpoint - normal breakpoint\n\
16086\twatchpoint - watchpoint\n\
16087The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
16088the disposition of the breakpoint after it gets hit. \"dis\" means that the\n\
16089breakpoint will be disabled. The \"Address\" and \"What\" columns indicate the\n\
1bedd215
AC
16090address and file/line number respectively.\n\
16091\n\
16092Convenience variable \"$_\" and default examine address for \"x\"\n\
d1aa2f50
NR
16093are set to the address of the last breakpoint listed unless the command\n\
16094is prefixed with \"server \".\n\n\
c906108c 16095Convenience variable \"$bpnum\" contains the number of the last\n\
1bedd215 16096breakpoint set."));
c906108c
SS
16097 }
16098
1bedd215 16099 add_info ("breakpoints", breakpoints_info, _("\
e5a67952 16100Status of specified breakpoints (all user-settable breakpoints if no argument).\n\
c906108c
SS
16101The \"Type\" column indicates one of:\n\
16102\tbreakpoint - normal breakpoint\n\
16103\twatchpoint - watchpoint\n\
16104The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
16105the disposition of the breakpoint after it gets hit. \"dis\" means that the\n\
16106breakpoint will be disabled. The \"Address\" and \"What\" columns indicate the\n\
1bedd215
AC
16107address and file/line number respectively.\n\
16108\n\
16109Convenience variable \"$_\" and default examine address for \"x\"\n\
d1aa2f50
NR
16110are set to the address of the last breakpoint listed unless the command\n\
16111is prefixed with \"server \".\n\n\
c906108c 16112Convenience variable \"$bpnum\" contains the number of the last\n\
1bedd215 16113breakpoint set."));
c906108c 16114
6b04bdb7
MS
16115 add_info_alias ("b", "breakpoints", 1);
16116
c906108c 16117 if (xdb_commands)
1bedd215
AC
16118 add_com ("lb", class_breakpoint, breakpoints_info, _("\
16119Status of user-settable breakpoints, or breakpoint number NUMBER.\n\
c906108c
SS
16120The \"Type\" column indicates one of:\n\
16121\tbreakpoint - normal breakpoint\n\
16122\twatchpoint - watchpoint\n\
16123The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
16124the disposition of the breakpoint after it gets hit. \"dis\" means that the\n\
16125breakpoint will be disabled. The \"Address\" and \"What\" columns indicate the\n\
1bedd215
AC
16126address and file/line number respectively.\n\
16127\n\
16128Convenience variable \"$_\" and default examine address for \"x\"\n\
d1aa2f50
NR
16129are set to the address of the last breakpoint listed unless the command\n\
16130is prefixed with \"server \".\n\n\
c906108c 16131Convenience variable \"$bpnum\" contains the number of the last\n\
1bedd215 16132breakpoint set."));
c906108c 16133
1a966eab
AC
16134 add_cmd ("breakpoints", class_maintenance, maintenance_info_breakpoints, _("\
16135Status of all breakpoints, or breakpoint number NUMBER.\n\
c906108c
SS
16136The \"Type\" column indicates one of:\n\
16137\tbreakpoint - normal breakpoint\n\
16138\twatchpoint - watchpoint\n\
16139\tlongjmp - internal breakpoint used to step through longjmp()\n\
16140\tlongjmp resume - internal breakpoint at the target of longjmp()\n\
16141\tuntil - internal breakpoint used by the \"until\" command\n\
1a966eab
AC
16142\tfinish - internal breakpoint used by the \"finish\" command\n\
16143The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
c906108c
SS
16144the disposition of the breakpoint after it gets hit. \"dis\" means that the\n\
16145breakpoint will be disabled. The \"Address\" and \"What\" columns indicate the\n\
1a966eab
AC
16146address and file/line number respectively.\n\
16147\n\
16148Convenience variable \"$_\" and default examine address for \"x\"\n\
d1aa2f50
NR
16149are set to the address of the last breakpoint listed unless the command\n\
16150is prefixed with \"server \".\n\n\
c906108c 16151Convenience variable \"$bpnum\" contains the number of the last\n\
1a966eab 16152breakpoint set."),
c906108c
SS
16153 &maintenanceinfolist);
16154
44feb3ce
TT
16155 add_prefix_cmd ("catch", class_breakpoint, catch_command, _("\
16156Set catchpoints to catch events."),
16157 &catch_cmdlist, "catch ",
16158 0/*allow-unknown*/, &cmdlist);
16159
16160 add_prefix_cmd ("tcatch", class_breakpoint, tcatch_command, _("\
16161Set temporary catchpoints to catch events."),
16162 &tcatch_cmdlist, "tcatch ",
16163 0/*allow-unknown*/, &cmdlist);
16164
44feb3ce
TT
16165 add_catch_command ("fork", _("Catch calls to fork."),
16166 catch_fork_command_1,
a96d9b2e 16167 NULL,
44feb3ce
TT
16168 (void *) (uintptr_t) catch_fork_permanent,
16169 (void *) (uintptr_t) catch_fork_temporary);
16170 add_catch_command ("vfork", _("Catch calls to vfork."),
16171 catch_fork_command_1,
a96d9b2e 16172 NULL,
44feb3ce
TT
16173 (void *) (uintptr_t) catch_vfork_permanent,
16174 (void *) (uintptr_t) catch_vfork_temporary);
16175 add_catch_command ("exec", _("Catch calls to exec."),
16176 catch_exec_command_1,
a96d9b2e
SDJ
16177 NULL,
16178 CATCH_PERMANENT,
16179 CATCH_TEMPORARY);
edcc5120
TT
16180 add_catch_command ("load", _("Catch loads of shared libraries.\n\
16181Usage: catch load [REGEX]\n\
16182If REGEX is given, only stop for libraries matching the regular expression."),
16183 catch_load_command_1,
16184 NULL,
16185 CATCH_PERMANENT,
16186 CATCH_TEMPORARY);
16187 add_catch_command ("unload", _("Catch unloads of shared libraries.\n\
16188Usage: catch unload [REGEX]\n\
16189If REGEX is given, only stop for libraries matching the regular expression."),
16190 catch_unload_command_1,
16191 NULL,
16192 CATCH_PERMANENT,
16193 CATCH_TEMPORARY);
a96d9b2e
SDJ
16194 add_catch_command ("syscall", _("\
16195Catch system calls by their names and/or numbers.\n\
16196Arguments say which system calls to catch. If no arguments\n\
16197are given, every system call will be caught.\n\
16198Arguments, if given, should be one or more system call names\n\
16199(if your system supports that), or system call numbers."),
16200 catch_syscall_command_1,
16201 catch_syscall_completer,
44feb3ce
TT
16202 CATCH_PERMANENT,
16203 CATCH_TEMPORARY);
c5aa993b 16204
1bedd215
AC
16205 c = add_com ("watch", class_breakpoint, watch_command, _("\
16206Set a watchpoint for an expression.\n\
06a64a0b 16207Usage: watch [-l|-location] EXPRESSION\n\
c906108c 16208A watchpoint stops execution of your program whenever the value of\n\
06a64a0b
TT
16209an expression changes.\n\
16210If -l or -location is given, this evaluates EXPRESSION and watches\n\
16211the memory to which it refers."));
65d12d83 16212 set_cmd_completer (c, expression_completer);
c906108c 16213
1bedd215
AC
16214 c = add_com ("rwatch", class_breakpoint, rwatch_command, _("\
16215Set a read watchpoint for an expression.\n\
06a64a0b 16216Usage: rwatch [-l|-location] EXPRESSION\n\
c906108c 16217A watchpoint stops execution of your program whenever the value of\n\
06a64a0b
TT
16218an expression is read.\n\
16219If -l or -location is given, this evaluates EXPRESSION and watches\n\
16220the memory to which it refers."));
65d12d83 16221 set_cmd_completer (c, expression_completer);
c906108c 16222
1bedd215
AC
16223 c = add_com ("awatch", class_breakpoint, awatch_command, _("\
16224Set a watchpoint for an expression.\n\
06a64a0b 16225Usage: awatch [-l|-location] EXPRESSION\n\
c906108c 16226A watchpoint stops execution of your program whenever the value of\n\
06a64a0b
TT
16227an expression is either read or written.\n\
16228If -l or -location is given, this evaluates EXPRESSION and watches\n\
16229the memory to which it refers."));
65d12d83 16230 set_cmd_completer (c, expression_completer);
c906108c 16231
d77f58be 16232 add_info ("watchpoints", watchpoints_info, _("\
e5a67952 16233Status of specified watchpoints (all watchpoints if no argument)."));
c906108c 16234
920d2a44
AC
16235 /* XXX: cagney/2005-02-23: This should be a boolean, and should
16236 respond to changes - contrary to the description. */
85c07804
AC
16237 add_setshow_zinteger_cmd ("can-use-hw-watchpoints", class_support,
16238 &can_use_hw_watchpoints, _("\
16239Set debugger's willingness to use watchpoint hardware."), _("\
16240Show debugger's willingness to use watchpoint hardware."), _("\
c906108c
SS
16241If zero, gdb will not use hardware for new watchpoints, even if\n\
16242such is available. (However, any hardware watchpoints that were\n\
16243created before setting this to nonzero, will continue to use watchpoint\n\
85c07804
AC
16244hardware.)"),
16245 NULL,
920d2a44 16246 show_can_use_hw_watchpoints,
85c07804 16247 &setlist, &showlist);
c906108c
SS
16248
16249 can_use_hw_watchpoints = 1;
fa8d40ab 16250
1042e4c0
SS
16251 /* Tracepoint manipulation commands. */
16252
16253 c = add_com ("trace", class_breakpoint, trace_command, _("\
16254Set a tracepoint at specified line or function.\n\
16255\n"
16256BREAK_ARGS_HELP ("trace") "\n\
16257Do \"help tracepoints\" for info on other tracepoint commands."));
16258 set_cmd_completer (c, location_completer);
16259
16260 add_com_alias ("tp", "trace", class_alias, 0);
16261 add_com_alias ("tr", "trace", class_alias, 1);
16262 add_com_alias ("tra", "trace", class_alias, 1);
16263 add_com_alias ("trac", "trace", class_alias, 1);
16264
7a697b8d
SS
16265 c = add_com ("ftrace", class_breakpoint, ftrace_command, _("\
16266Set a fast tracepoint at specified line or function.\n\
16267\n"
16268BREAK_ARGS_HELP ("ftrace") "\n\
16269Do \"help tracepoints\" for info on other tracepoint commands."));
16270 set_cmd_completer (c, location_completer);
16271
0fb4aa4b
PA
16272 c = add_com ("strace", class_breakpoint, strace_command, _("\
16273Set a static tracepoint at specified line, function or marker.\n\
16274\n\
16275strace [LOCATION] [if CONDITION]\n\
16276LOCATION may be a line number, function name, \"*\" and an address,\n\
16277or -m MARKER_ID.\n\
16278If a line number is specified, probe the marker at start of code\n\
16279for that line. If a function is specified, probe the marker at start\n\
16280of code for that function. If an address is specified, probe the marker\n\
16281at that exact address. If a marker id is specified, probe the marker\n\
16282with that name. With no LOCATION, uses current execution address of\n\
16283the selected stack frame.\n\
16284Static tracepoints accept an extra collect action -- ``collect $_sdata''.\n\
16285This collects arbitrary user data passed in the probe point call to the\n\
16286tracing library. You can inspect it when analyzing the trace buffer,\n\
16287by printing the $_sdata variable like any other convenience variable.\n\
16288\n\
16289CONDITION is a boolean expression.\n\
16290\n\
d41c0fc8
PA
16291Multiple tracepoints at one place are permitted, and useful if their\n\
16292conditions are different.\n\
0fb4aa4b
PA
16293\n\
16294Do \"help breakpoints\" for info on other commands dealing with breakpoints.\n\
16295Do \"help tracepoints\" for info on other tracepoint commands."));
16296 set_cmd_completer (c, location_completer);
16297
1042e4c0 16298 add_info ("tracepoints", tracepoints_info, _("\
e5a67952 16299Status of specified tracepoints (all tracepoints if no argument).\n\
1042e4c0
SS
16300Convenience variable \"$tpnum\" contains the number of the\n\
16301last tracepoint set."));
16302
16303 add_info_alias ("tp", "tracepoints", 1);
16304
16305 add_cmd ("tracepoints", class_trace, delete_trace_command, _("\
16306Delete specified tracepoints.\n\
16307Arguments are tracepoint numbers, separated by spaces.\n\
16308No argument means delete all tracepoints."),
16309 &deletelist);
7e20dfcd 16310 add_alias_cmd ("tr", "tracepoints", class_trace, 1, &deletelist);
1042e4c0
SS
16311
16312 c = add_cmd ("tracepoints", class_trace, disable_trace_command, _("\
16313Disable specified tracepoints.\n\
16314Arguments are tracepoint numbers, separated by spaces.\n\
16315No argument means disable all tracepoints."),
16316 &disablelist);
16317 deprecate_cmd (c, "disable");
16318
16319 c = add_cmd ("tracepoints", class_trace, enable_trace_command, _("\
16320Enable specified tracepoints.\n\
16321Arguments are tracepoint numbers, separated by spaces.\n\
16322No argument means enable all tracepoints."),
16323 &enablelist);
16324 deprecate_cmd (c, "enable");
16325
16326 add_com ("passcount", class_trace, trace_pass_command, _("\
16327Set the passcount for a tracepoint.\n\
16328The trace will end when the tracepoint has been passed 'count' times.\n\
16329Usage: passcount COUNT TPNUM, where TPNUM may also be \"all\";\n\
16330if TPNUM is omitted, passcount refers to the last tracepoint defined."));
16331
6149aea9
PA
16332 add_prefix_cmd ("save", class_breakpoint, save_command,
16333 _("Save breakpoint definitions as a script."),
16334 &save_cmdlist, "save ",
16335 0/*allow-unknown*/, &cmdlist);
16336
16337 c = add_cmd ("breakpoints", class_breakpoint, save_breakpoints_command, _("\
16338Save current breakpoint definitions as a script.\n\
cce7e648 16339This includes all types of breakpoints (breakpoints, watchpoints,\n\
6149aea9
PA
16340catchpoints, tracepoints). Use the 'source' command in another debug\n\
16341session to restore them."),
16342 &save_cmdlist);
16343 set_cmd_completer (c, filename_completer);
16344
16345 c = add_cmd ("tracepoints", class_trace, save_tracepoints_command, _("\
1042e4c0 16346Save current tracepoint definitions as a script.\n\
6149aea9
PA
16347Use the 'source' command in another debug session to restore them."),
16348 &save_cmdlist);
1042e4c0
SS
16349 set_cmd_completer (c, filename_completer);
16350
6149aea9
PA
16351 c = add_com_alias ("save-tracepoints", "save tracepoints", class_trace, 0);
16352 deprecate_cmd (c, "save tracepoints");
16353
1bedd215 16354 add_prefix_cmd ("breakpoint", class_maintenance, set_breakpoint_cmd, _("\
fa8d40ab
JJ
16355Breakpoint specific settings\n\
16356Configure various breakpoint-specific variables such as\n\
1bedd215 16357pending breakpoint behavior"),
fa8d40ab
JJ
16358 &breakpoint_set_cmdlist, "set breakpoint ",
16359 0/*allow-unknown*/, &setlist);
1bedd215 16360 add_prefix_cmd ("breakpoint", class_maintenance, show_breakpoint_cmd, _("\
fa8d40ab
JJ
16361Breakpoint specific settings\n\
16362Configure various breakpoint-specific variables such as\n\
1bedd215 16363pending breakpoint behavior"),
fa8d40ab
JJ
16364 &breakpoint_show_cmdlist, "show breakpoint ",
16365 0/*allow-unknown*/, &showlist);
16366
7915a72c
AC
16367 add_setshow_auto_boolean_cmd ("pending", no_class,
16368 &pending_break_support, _("\
16369Set debugger's behavior regarding pending breakpoints."), _("\
16370Show debugger's behavior regarding pending breakpoints."), _("\
6e1d7d6c
AC
16371If on, an unrecognized breakpoint location will cause gdb to create a\n\
16372pending breakpoint. If off, an unrecognized breakpoint location results in\n\
16373an error. If auto, an unrecognized breakpoint location results in a\n\
7915a72c 16374user-query to see if a pending breakpoint should be created."),
2c5b56ce 16375 NULL,
920d2a44 16376 show_pending_break_support,
6e1d7d6c
AC
16377 &breakpoint_set_cmdlist,
16378 &breakpoint_show_cmdlist);
fa8d40ab
JJ
16379
16380 pending_break_support = AUTO_BOOLEAN_AUTO;
765dc015
VP
16381
16382 add_setshow_boolean_cmd ("auto-hw", no_class,
16383 &automatic_hardware_breakpoints, _("\
16384Set automatic usage of hardware breakpoints."), _("\
16385Show automatic usage of hardware breakpoints."), _("\
16386If set, the debugger will automatically use hardware breakpoints for\n\
16387breakpoints set with \"break\" but falling in read-only memory. If not set,\n\
16388a warning will be emitted for such breakpoints."),
16389 NULL,
16390 show_automatic_hardware_breakpoints,
16391 &breakpoint_set_cmdlist,
16392 &breakpoint_show_cmdlist);
74960c60 16393
72d0e2c5
YQ
16394 add_setshow_auto_boolean_cmd ("always-inserted", class_support,
16395 &always_inserted_mode, _("\
74960c60
VP
16396Set mode for inserting breakpoints."), _("\
16397Show mode for inserting breakpoints."), _("\
33e5cbd6
PA
16398When this mode is off, breakpoints are inserted in inferior when it is\n\
16399resumed, and removed when execution stops. When this mode is on,\n\
16400breakpoints are inserted immediately and removed only when the user\n\
16401deletes the breakpoint. When this mode is auto (which is the default),\n\
16402the behaviour depends on the non-stop setting (see help set non-stop).\n\
16403In this case, if gdb is controlling the inferior in non-stop mode, gdb\n\
16404behaves as if always-inserted mode is on; if gdb is controlling the\n\
16405inferior in all-stop mode, gdb behaves as if always-inserted mode is off."),
72d0e2c5
YQ
16406 NULL,
16407 &show_always_inserted_mode,
16408 &breakpoint_set_cmdlist,
16409 &breakpoint_show_cmdlist);
f1310107 16410
b775012e
LM
16411 add_setshow_enum_cmd ("condition-evaluation", class_breakpoint,
16412 condition_evaluation_enums,
16413 &condition_evaluation_mode_1, _("\
16414Set mode of breakpoint condition evaluation."), _("\
16415Show mode of breakpoint condition evaluation."), _("\
d1cda5d9 16416When this is set to \"host\", breakpoint conditions will be\n\
b775012e
LM
16417evaluated on the host's side by GDB. When it is set to \"target\",\n\
16418breakpoint conditions will be downloaded to the target (if the target\n\
16419supports such feature) and conditions will be evaluated on the target's side.\n\
16420If this is set to \"auto\" (default), this will be automatically set to\n\
16421\"target\" if it supports condition evaluation, otherwise it will\n\
16422be set to \"gdb\""),
16423 &set_condition_evaluation_mode,
16424 &show_condition_evaluation_mode,
16425 &breakpoint_set_cmdlist,
16426 &breakpoint_show_cmdlist);
16427
f1310107
TJB
16428 add_com ("break-range", class_breakpoint, break_range_command, _("\
16429Set a breakpoint for an address range.\n\
16430break-range START-LOCATION, END-LOCATION\n\
16431where START-LOCATION and END-LOCATION can be one of the following:\n\
16432 LINENUM, for that line in the current file,\n\
16433 FILE:LINENUM, for that line in that file,\n\
16434 +OFFSET, for that number of lines after the current line\n\
16435 or the start of the range\n\
16436 FUNCTION, for the first line in that function,\n\
16437 FILE:FUNCTION, to distinguish among like-named static functions.\n\
16438 *ADDRESS, for the instruction at that address.\n\
16439\n\
16440The breakpoint will stop execution of the inferior whenever it executes\n\
16441an instruction at any address within the [START-LOCATION, END-LOCATION]\n\
16442range (including START-LOCATION and END-LOCATION)."));
16443
e7e0cddf
SS
16444 c = add_com ("dprintf", class_breakpoint, dprintf_command, _("\
16445Set a dynamic printf at specified line or function.\n\
16446dprintf location,format string,arg1,arg2,...\n\
16447location may be a line number, function name, or \"*\" and an address.\n\
16448If a line number is specified, break at start of code for that line.\n\
16449If a function is specified, break at start of code for that function.\n\
16450"));
16451 set_cmd_completer (c, location_completer);
16452
16453 add_setshow_enum_cmd ("dprintf-style", class_support,
16454 dprintf_style_enums, &dprintf_style, _("\
16455Set the style of usage for dynamic printf."), _("\
16456Show the style of usage for dynamic printf."), _("\
16457This setting chooses how GDB will do a dynamic printf.\n\
16458If the value is \"gdb\", then the printing is done by GDB to its own\n\
16459console, as with the \"printf\" command.\n\
16460If the value is \"call\", the print is done by calling a function in your\n\
16461program; by default printf(), but you can choose a different function or\n\
16462output stream by setting dprintf-function and dprintf-channel."),
16463 update_dprintf_commands, NULL,
16464 &setlist, &showlist);
16465
16466 dprintf_function = xstrdup ("printf");
16467 add_setshow_string_cmd ("dprintf-function", class_support,
16468 &dprintf_function, _("\
16469Set the function to use for dynamic printf"), _("\
16470Show the function to use for dynamic printf"), NULL,
16471 update_dprintf_commands, NULL,
16472 &setlist, &showlist);
16473
16474 dprintf_channel = xstrdup ("");
16475 add_setshow_string_cmd ("dprintf-channel", class_support,
16476 &dprintf_channel, _("\
16477Set the channel to use for dynamic printf"), _("\
16478Show the channel to use for dynamic printf"), NULL,
16479 update_dprintf_commands, NULL,
16480 &setlist, &showlist);
16481
d3ce09f5
SS
16482 add_setshow_boolean_cmd ("disconnected-dprintf", no_class,
16483 &disconnected_dprintf, _("\
16484Set whether dprintf continues after GDB disconnects."), _("\
16485Show whether dprintf continues after GDB disconnects."), _("\
16486Use this to let dprintf commands continue to hit and produce output\n\
16487even if GDB disconnects or detaches from the target."),
16488 NULL,
16489 NULL,
16490 &setlist, &showlist);
16491
16492 add_com ("agent-printf", class_vars, agent_printf_command, _("\
16493agent-printf \"printf format string\", arg1, arg2, arg3, ..., argn\n\
16494(target agent only) This is useful for formatted output in user-defined commands."));
16495
765dc015 16496 automatic_hardware_breakpoints = 1;
f3b1572e
PA
16497
16498 observer_attach_about_to_proceed (breakpoint_about_to_proceed);
c906108c 16499}