Introduce 'enum remove_bp_reason'
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
CommitLineData
c906108c 1/* Everything about breakpoints, for GDB.
8926118c 2
618f726f 3 Copyright (C) 1986-2016 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"
45741a9c 35#include "infrun.h"
c906108c
SS
36#include "gdbthread.h"
37#include "target.h"
38#include "language.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"
fe898f56 50#include "block.h"
a77053c2 51#include "solib.h"
84acb35a
JJ
52#include "solist.h"
53#include "observer.h"
765dc015 54#include "memattr.h"
f7f9143b 55#include "ada-lang.h"
d1aa2f50 56#include "top.h"
79a45b7d 57#include "valprint.h"
4efc6507 58#include "jit.h"
65d79d4b 59#include "parser-defs.h"
55aa24fb
SDJ
60#include "gdb_regex.h"
61#include "probe.h"
e9cafbcc 62#include "cli/cli-utils.h"
be34f849 63#include "continuations.h"
1bfeeb0f
JL
64#include "stack.h"
65#include "skip.h"
b775012e 66#include "ax-gdb.h"
e2e4d78b 67#include "dummy-frame.h"
5589af0e 68#include "interps.h"
d3ce09f5 69#include "format.h"
f00aae0f 70#include "location.h"
cfc31633 71#include "thread-fsm.h"
5d5658a1 72#include "tid-parse.h"
d3ce09f5 73
1042e4c0
SS
74/* readline include files */
75#include "readline/readline.h"
76#include "readline/history.h"
77
78/* readline defines this. */
79#undef savestring
80
034dad6f 81#include "mi/mi-common.h"
6dddc817 82#include "extension.h"
104c1213 83
e7e8980f
YQ
84/* Enums for exception-handling support. */
85enum exception_event_kind
86{
87 EX_EVENT_THROW,
591f19e8 88 EX_EVENT_RETHROW,
e7e8980f
YQ
89 EX_EVENT_CATCH
90};
91
4a64f543 92/* Prototypes for local functions. */
c906108c 93
a14ed312 94static void enable_delete_command (char *, int);
c906108c 95
a14ed312 96static void enable_once_command (char *, int);
c906108c 97
816338b5
SS
98static void enable_count_command (char *, int);
99
a14ed312 100static void disable_command (char *, int);
c906108c 101
a14ed312 102static void enable_command (char *, int);
c906108c 103
95a42b64
TT
104static void map_breakpoint_numbers (char *, void (*) (struct breakpoint *,
105 void *),
106 void *);
c906108c 107
a14ed312 108static void ignore_command (char *, int);
c906108c 109
4efb68b1 110static int breakpoint_re_set_one (void *);
c906108c 111
348d480f
PA
112static void breakpoint_re_set_default (struct breakpoint *);
113
f00aae0f
KS
114static void
115 create_sals_from_location_default (const struct event_location *location,
116 struct linespec_result *canonical,
117 enum bptype type_wanted);
983af33b
SDJ
118
119static void create_breakpoints_sal_default (struct gdbarch *,
120 struct linespec_result *,
e7e0cddf 121 char *, char *, enum bptype,
983af33b
SDJ
122 enum bpdisp, int, int,
123 int,
124 const struct breakpoint_ops *,
44f238bb 125 int, int, int, unsigned);
983af33b 126
f00aae0f
KS
127static void decode_location_default (struct breakpoint *b,
128 const struct event_location *location,
c2f4122d 129 struct program_space *search_pspace,
f00aae0f 130 struct symtabs_and_lines *sals);
983af33b 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,
a1aa2221
LM
158 const struct breakpoint_ops *ops,
159 int loc_enabled);
06edf0c0 160
76897487
KB
161static void breakpoint_adjustment_warning (CORE_ADDR, CORE_ADDR, int, int);
162
a6d9a66e
UW
163static CORE_ADDR adjust_breakpoint_address (struct gdbarch *gdbarch,
164 CORE_ADDR bpaddr,
88f7da05 165 enum bptype bptype);
76897487 166
6c95b8df
PA
167static void describe_other_breakpoints (struct gdbarch *,
168 struct program_space *, CORE_ADDR,
5af949e3 169 struct obj_section *, int);
c906108c 170
85d721b8
PA
171static int watchpoint_locations_match (struct bp_location *loc1,
172 struct bp_location *loc2);
173
f1310107
TJB
174static int breakpoint_location_address_match (struct bp_location *bl,
175 struct address_space *aspace,
176 CORE_ADDR addr);
177
d35ae833
PA
178static int breakpoint_location_address_range_overlap (struct bp_location *,
179 struct address_space *,
180 CORE_ADDR, int);
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
b2b6a7da
PA
197/* Why are we removing the breakpoint from the target? */
198
199enum remove_bp_reason
200{
201 /* A regular remove. Remove the breakpoint and forget everything
202 about it. */
203 REMOVE_BREAKPOINT,
204
205 /* Detach the breakpoints from a fork child. */
206 DETACH_BREAKPOINT,
207};
c906108c 208
834c0d03 209static int remove_breakpoint (struct bp_location *);
b2b6a7da 210static int remove_breakpoint_1 (struct bp_location *, enum remove_bp_reason);
c906108c 211
e514a9d6 212static enum print_stop_action print_bp_stop_message (bpstat bs);
c906108c 213
4efb68b1 214static int watchpoint_check (void *);
c906108c 215
a14ed312 216static void maintenance_info_breakpoints (char *, int);
c906108c 217
a14ed312 218static int hw_breakpoint_used_count (void);
c906108c 219
a1398e0c
PA
220static int hw_watchpoint_use_count (struct breakpoint *);
221
222static int hw_watchpoint_used_count_others (struct breakpoint *except,
223 enum bptype type,
224 int *other_type_used);
c906108c 225
a14ed312 226static void hbreak_command (char *, int);
c906108c 227
a14ed312 228static void thbreak_command (char *, int);
c906108c 229
816338b5
SS
230static void enable_breakpoint_disp (struct breakpoint *, enum bpdisp,
231 int count);
c906108c 232
a14ed312 233static void stop_command (char *arg, int from_tty);
7a292a7a 234
a14ed312 235static void stopin_command (char *arg, int from_tty);
7a292a7a 236
a14ed312 237static void stopat_command (char *arg, int from_tty);
7a292a7a 238
a14ed312 239static void tcatch_command (char *arg, int from_tty);
7a292a7a 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
44702360
PA
247/* update_global_location_list's modes of operation wrt to whether to
248 insert locations now. */
249enum ugll_insert_mode
250{
251 /* Don't insert any breakpoint locations into the inferior, only
252 remove already-inserted locations that no longer should be
253 inserted. Functions that delete a breakpoint or breakpoints
254 should specify this mode, so that deleting a breakpoint doesn't
255 have the side effect of inserting the locations of other
256 breakpoints that are marked not-inserted, but should_be_inserted
257 returns true on them.
258
259 This behavior is useful is situations close to tear-down -- e.g.,
260 after an exec, while the target still has execution, but
261 breakpoint shadows of the previous executable image should *NOT*
262 be restored to the new image; or before detaching, where the
263 target still has execution and wants to delete breakpoints from
264 GDB's lists, and all breakpoints had already been removed from
265 the inferior. */
266 UGLL_DONT_INSERT,
267
a25a5a45
PA
268 /* May insert breakpoints iff breakpoints_should_be_inserted_now
269 claims breakpoints should be inserted now. */
04086b45
PA
270 UGLL_MAY_INSERT,
271
a25a5a45
PA
272 /* Insert locations now, irrespective of
273 breakpoints_should_be_inserted_now. E.g., say all threads are
274 stopped right now, and the user did "continue". We need to
275 insert breakpoints _before_ resuming the target, but
276 UGLL_MAY_INSERT wouldn't insert them, because
277 breakpoints_should_be_inserted_now returns false at that point,
278 as no thread is running yet. */
04086b45 279 UGLL_INSERT
44702360
PA
280};
281
282static void update_global_location_list (enum ugll_insert_mode);
a5606eee 283
44702360 284static void update_global_location_list_nothrow (enum ugll_insert_mode);
74960c60 285
d77f58be 286static int is_hardware_watchpoint (const struct breakpoint *bpt);
74960c60
VP
287
288static void insert_breakpoint_locations (void);
a5606eee 289
1042e4c0
SS
290static void tracepoints_info (char *, int);
291
292static void delete_trace_command (char *, int);
293
294static void enable_trace_command (char *, int);
295
296static void disable_trace_command (char *, int);
297
298static void trace_pass_command (char *, int);
299
558a9d82
YQ
300static void set_tracepoint_count (int num);
301
9c06b0b4
TJB
302static int is_masked_watchpoint (const struct breakpoint *b);
303
b775012e
LM
304static struct bp_location **get_first_locp_gte_addr (CORE_ADDR address);
305
983af33b
SDJ
306/* Return 1 if B refers to a static tracepoint set by marker ("-m"), zero
307 otherwise. */
308
309static int strace_marker_p (struct breakpoint *b);
0fb4aa4b 310
2060206e
PA
311/* The breakpoint_ops structure to be inherited by all breakpoint_ops
312 that are implemented on top of software or hardware breakpoints
313 (user breakpoints, internal and momentary breakpoints, etc.). */
314static struct breakpoint_ops bkpt_base_breakpoint_ops;
315
316/* Internal breakpoints class type. */
06edf0c0 317static struct breakpoint_ops internal_breakpoint_ops;
2060206e
PA
318
319/* Momentary breakpoints class type. */
06edf0c0
PA
320static struct breakpoint_ops momentary_breakpoint_ops;
321
e2e4d78b
JK
322/* Momentary breakpoints for bp_longjmp and bp_exception class type. */
323static struct breakpoint_ops longjmp_breakpoint_ops;
324
2060206e
PA
325/* The breakpoint_ops structure to be used in regular user created
326 breakpoints. */
327struct breakpoint_ops bkpt_breakpoint_ops;
328
55aa24fb
SDJ
329/* Breakpoints set on probes. */
330static struct breakpoint_ops bkpt_probe_breakpoint_ops;
331
e7e0cddf 332/* Dynamic printf class type. */
c5867ab6 333struct breakpoint_ops dprintf_breakpoint_ops;
e7e0cddf 334
d3ce09f5
SS
335/* The style in which to perform a dynamic printf. This is a user
336 option because different output options have different tradeoffs;
337 if GDB does the printing, there is better error handling if there
338 is a problem with any of the arguments, but using an inferior
339 function lets you have special-purpose printers and sending of
340 output to the same place as compiled-in print functions. */
341
342static const char dprintf_style_gdb[] = "gdb";
343static const char dprintf_style_call[] = "call";
344static const char dprintf_style_agent[] = "agent";
345static const char *const dprintf_style_enums[] = {
346 dprintf_style_gdb,
347 dprintf_style_call,
348 dprintf_style_agent,
349 NULL
350};
351static const char *dprintf_style = dprintf_style_gdb;
352
353/* The function to use for dynamic printf if the preferred style is to
354 call into the inferior. The value is simply a string that is
355 copied into the command, so it can be anything that GDB can
356 evaluate to a callable address, not necessarily a function name. */
357
358static char *dprintf_function = "";
359
360/* The channel to use for dynamic printf if the preferred style is to
361 call into the inferior; if a nonempty string, it will be passed to
362 the call as the first argument, with the format string as the
363 second. As with the dprintf function, this can be anything that
364 GDB knows how to evaluate, so in addition to common choices like
365 "stderr", this could be an app-specific expression like
366 "mystreams[curlogger]". */
367
368static char *dprintf_channel = "";
369
370/* True if dprintf commands should continue to operate even if GDB
371 has disconnected. */
372static int disconnected_dprintf = 1;
373
5cea2a26
PA
374/* A reference-counted struct command_line. This lets multiple
375 breakpoints share a single command list. */
376struct counted_command_line
377{
378 /* The reference count. */
379 int refc;
380
381 /* The command list. */
382 struct command_line *commands;
383};
384
385struct command_line *
386breakpoint_commands (struct breakpoint *b)
387{
388 return b->commands ? b->commands->commands : NULL;
389}
3daf8fe5 390
f3b1572e
PA
391/* Flag indicating that a command has proceeded the inferior past the
392 current breakpoint. */
393
394static int breakpoint_proceeded;
395
956a9fb9 396const char *
2cec12e5
AR
397bpdisp_text (enum bpdisp disp)
398{
4a64f543
MS
399 /* NOTE: the following values are a part of MI protocol and
400 represent values of 'disp' field returned when inferior stops at
401 a breakpoint. */
bc043ef3 402 static const char * const bpdisps[] = {"del", "dstp", "dis", "keep"};
cc59ec59 403
2cec12e5
AR
404 return bpdisps[(int) disp];
405}
c906108c 406
4a64f543 407/* Prototypes for exported functions. */
c906108c 408/* If FALSE, gdb will not use hardware support for watchpoints, even
4a64f543 409 if such is available. */
c906108c
SS
410static int can_use_hw_watchpoints;
411
920d2a44
AC
412static void
413show_can_use_hw_watchpoints (struct ui_file *file, int from_tty,
414 struct cmd_list_element *c,
415 const char *value)
416{
3e43a32a
MS
417 fprintf_filtered (file,
418 _("Debugger's willingness to use "
419 "watchpoint hardware is %s.\n"),
920d2a44
AC
420 value);
421}
422
fa8d40ab
JJ
423/* If AUTO_BOOLEAN_FALSE, gdb will not attempt to create pending breakpoints.
424 If AUTO_BOOLEAN_TRUE, gdb will automatically create pending breakpoints
4a64f543 425 for unrecognized breakpoint locations.
fa8d40ab
JJ
426 If AUTO_BOOLEAN_AUTO, gdb will query when breakpoints are unrecognized. */
427static enum auto_boolean pending_break_support;
920d2a44
AC
428static void
429show_pending_break_support (struct ui_file *file, int from_tty,
430 struct cmd_list_element *c,
431 const char *value)
432{
3e43a32a
MS
433 fprintf_filtered (file,
434 _("Debugger's behavior regarding "
435 "pending breakpoints is %s.\n"),
920d2a44
AC
436 value);
437}
fa8d40ab 438
765dc015 439/* If 1, gdb will automatically use hardware breakpoints for breakpoints
4a64f543 440 set with "break" but falling in read-only memory.
765dc015
VP
441 If 0, gdb will warn about such breakpoints, but won't automatically
442 use hardware breakpoints. */
443static int automatic_hardware_breakpoints;
444static void
445show_automatic_hardware_breakpoints (struct ui_file *file, int from_tty,
446 struct cmd_list_element *c,
447 const char *value)
448{
3e43a32a
MS
449 fprintf_filtered (file,
450 _("Automatic usage of hardware breakpoints is %s.\n"),
765dc015
VP
451 value);
452}
453
a25a5a45
PA
454/* If on, GDB keeps breakpoints inserted even if the inferior is
455 stopped, and immediately inserts any new breakpoints as soon as
456 they're created. If off (default), GDB keeps breakpoints off of
457 the target as long as possible. That is, it delays inserting
458 breakpoints until the next resume, and removes them again when the
459 target fully stops. This is a bit safer in case GDB crashes while
460 processing user input. */
461static int always_inserted_mode = 0;
72d0e2c5 462
33e5cbd6 463static void
74960c60 464show_always_inserted_mode (struct ui_file *file, int from_tty,
33e5cbd6 465 struct cmd_list_element *c, const char *value)
74960c60 466{
a25a5a45
PA
467 fprintf_filtered (file, _("Always inserted breakpoint mode is %s.\n"),
468 value);
74960c60
VP
469}
470
b57bacec
PA
471/* See breakpoint.h. */
472
33e5cbd6 473int
a25a5a45 474breakpoints_should_be_inserted_now (void)
33e5cbd6 475{
a25a5a45
PA
476 if (gdbarch_has_global_breakpoints (target_gdbarch ()))
477 {
478 /* If breakpoints are global, they should be inserted even if no
479 thread under gdb's control is running, or even if there are
480 no threads under GDB's control yet. */
481 return 1;
482 }
483 else if (target_has_execution)
484 {
372316f1
PA
485 struct thread_info *tp;
486
a25a5a45
PA
487 if (always_inserted_mode)
488 {
489 /* The user wants breakpoints inserted even if all threads
490 are stopped. */
491 return 1;
492 }
493
b57bacec
PA
494 if (threads_are_executing ())
495 return 1;
372316f1
PA
496
497 /* Don't remove breakpoints yet if, even though all threads are
498 stopped, we still have events to process. */
499 ALL_NON_EXITED_THREADS (tp)
500 if (tp->resumed
501 && tp->suspend.waitstatus_pending_p)
502 return 1;
a25a5a45
PA
503 }
504 return 0;
33e5cbd6 505}
765dc015 506
b775012e
LM
507static const char condition_evaluation_both[] = "host or target";
508
509/* Modes for breakpoint condition evaluation. */
510static const char condition_evaluation_auto[] = "auto";
511static const char condition_evaluation_host[] = "host";
512static const char condition_evaluation_target[] = "target";
513static const char *const condition_evaluation_enums[] = {
514 condition_evaluation_auto,
515 condition_evaluation_host,
516 condition_evaluation_target,
517 NULL
518};
519
520/* Global that holds the current mode for breakpoint condition evaluation. */
521static const char *condition_evaluation_mode_1 = condition_evaluation_auto;
522
523/* Global that we use to display information to the user (gets its value from
524 condition_evaluation_mode_1. */
525static const char *condition_evaluation_mode = condition_evaluation_auto;
526
527/* Translate a condition evaluation mode MODE into either "host"
528 or "target". This is used mostly to translate from "auto" to the
529 real setting that is being used. It returns the translated
530 evaluation mode. */
531
532static const char *
533translate_condition_evaluation_mode (const char *mode)
534{
535 if (mode == condition_evaluation_auto)
536 {
537 if (target_supports_evaluation_of_breakpoint_conditions ())
538 return condition_evaluation_target;
539 else
540 return condition_evaluation_host;
541 }
542 else
543 return mode;
544}
545
546/* Discovers what condition_evaluation_auto translates to. */
547
548static const char *
549breakpoint_condition_evaluation_mode (void)
550{
551 return translate_condition_evaluation_mode (condition_evaluation_mode);
552}
553
554/* Return true if GDB should evaluate breakpoint conditions or false
555 otherwise. */
556
557static int
558gdb_evaluates_breakpoint_condition_p (void)
559{
560 const char *mode = breakpoint_condition_evaluation_mode ();
561
562 return (mode == condition_evaluation_host);
563}
564
a14ed312 565void _initialize_breakpoint (void);
c906108c 566
c906108c
SS
567/* Are we executing breakpoint commands? */
568static int executing_breakpoint_commands;
569
c02f5703
MS
570/* Are overlay event breakpoints enabled? */
571static int overlay_events_enabled;
572
e09342b5
TJB
573/* See description in breakpoint.h. */
574int target_exact_watchpoints = 0;
575
c906108c 576/* Walk the following statement or block through all breakpoints.
e5dd4106 577 ALL_BREAKPOINTS_SAFE does so even if the statement deletes the
4a64f543 578 current breakpoint. */
c906108c 579
5c44784c 580#define ALL_BREAKPOINTS(B) for (B = breakpoint_chain; B; B = B->next)
c906108c 581
5c44784c
JM
582#define ALL_BREAKPOINTS_SAFE(B,TMP) \
583 for (B = breakpoint_chain; \
584 B ? (TMP=B->next, 1): 0; \
585 B = TMP)
c906108c 586
4a64f543
MS
587/* Similar iterator for the low-level breakpoints. SAFE variant is
588 not provided so update_global_location_list must not be called
589 while executing the block of ALL_BP_LOCATIONS. */
7cc221ef 590
876fa593
JK
591#define ALL_BP_LOCATIONS(B,BP_TMP) \
592 for (BP_TMP = bp_location; \
593 BP_TMP < bp_location + bp_location_count && (B = *BP_TMP); \
594 BP_TMP++)
7cc221ef 595
b775012e
LM
596/* Iterates through locations with address ADDRESS for the currently selected
597 program space. BP_LOCP_TMP points to each object. BP_LOCP_START points
598 to where the loop should start from.
599 If BP_LOCP_START is a NULL pointer, the macro automatically seeks the
600 appropriate location to start with. */
601
602#define ALL_BP_LOCATIONS_AT_ADDR(BP_LOCP_TMP, BP_LOCP_START, ADDRESS) \
603 for (BP_LOCP_START = BP_LOCP_START == NULL ? get_first_locp_gte_addr (ADDRESS) : BP_LOCP_START, \
604 BP_LOCP_TMP = BP_LOCP_START; \
605 BP_LOCP_START \
606 && (BP_LOCP_TMP < bp_location + bp_location_count \
607 && (*BP_LOCP_TMP)->address == ADDRESS); \
608 BP_LOCP_TMP++)
609
1042e4c0
SS
610/* Iterator for tracepoints only. */
611
612#define ALL_TRACEPOINTS(B) \
613 for (B = breakpoint_chain; B; B = B->next) \
d77f58be 614 if (is_tracepoint (B))
1042e4c0 615
7cc221ef 616/* Chains of all breakpoints defined. */
c906108c
SS
617
618struct breakpoint *breakpoint_chain;
619
876fa593
JK
620/* Array is sorted by bp_location_compare - primarily by the ADDRESS. */
621
622static struct bp_location **bp_location;
623
624/* Number of elements of BP_LOCATION. */
625
626static unsigned bp_location_count;
627
4a64f543
MS
628/* Maximum alignment offset between bp_target_info.PLACED_ADDRESS and
629 ADDRESS for the current elements of BP_LOCATION which get a valid
630 result from bp_location_has_shadow. You can use it for roughly
631 limiting the subrange of BP_LOCATION to scan for shadow bytes for
632 an address you need to read. */
876fa593
JK
633
634static CORE_ADDR bp_location_placed_address_before_address_max;
635
4a64f543
MS
636/* Maximum offset plus alignment between bp_target_info.PLACED_ADDRESS
637 + bp_target_info.SHADOW_LEN and ADDRESS for the current elements of
638 BP_LOCATION which get a valid result from bp_location_has_shadow.
639 You can use it for roughly limiting the subrange of BP_LOCATION to
640 scan for shadow bytes for an address you need to read. */
876fa593
JK
641
642static CORE_ADDR bp_location_shadow_len_after_address_max;
7cc221ef 643
4a64f543
MS
644/* The locations that no longer correspond to any breakpoint, unlinked
645 from bp_location array, but for which a hit may still be reported
646 by a target. */
20874c92
VP
647VEC(bp_location_p) *moribund_locations = NULL;
648
c906108c
SS
649/* Number of last breakpoint made. */
650
95a42b64
TT
651static int breakpoint_count;
652
86b17b60
PA
653/* The value of `breakpoint_count' before the last command that
654 created breakpoints. If the last (break-like) command created more
655 than one breakpoint, then the difference between BREAKPOINT_COUNT
656 and PREV_BREAKPOINT_COUNT is more than one. */
657static int prev_breakpoint_count;
c906108c 658
1042e4c0
SS
659/* Number of last tracepoint made. */
660
95a42b64 661static int tracepoint_count;
1042e4c0 662
6149aea9
PA
663static struct cmd_list_element *breakpoint_set_cmdlist;
664static struct cmd_list_element *breakpoint_show_cmdlist;
9291a0cd 665struct cmd_list_element *save_cmdlist;
6149aea9 666
badd37ce
SDJ
667/* See declaration at breakpoint.h. */
668
669struct breakpoint *
670breakpoint_find_if (int (*func) (struct breakpoint *b, void *d),
671 void *user_data)
672{
673 struct breakpoint *b = NULL;
674
675 ALL_BREAKPOINTS (b)
676 {
677 if (func (b, user_data) != 0)
678 break;
679 }
680
681 return b;
682}
683
468d015d
JJ
684/* Return whether a breakpoint is an active enabled breakpoint. */
685static int
686breakpoint_enabled (struct breakpoint *b)
687{
0d381245 688 return (b->enable_state == bp_enabled);
468d015d
JJ
689}
690
c906108c
SS
691/* Set breakpoint count to NUM. */
692
95a42b64 693static void
fba45db2 694set_breakpoint_count (int num)
c906108c 695{
86b17b60 696 prev_breakpoint_count = breakpoint_count;
c906108c 697 breakpoint_count = num;
4fa62494 698 set_internalvar_integer (lookup_internalvar ("bpnum"), num);
c906108c
SS
699}
700
86b17b60
PA
701/* Used by `start_rbreak_breakpoints' below, to record the current
702 breakpoint count before "rbreak" creates any breakpoint. */
703static int rbreak_start_breakpoint_count;
704
95a42b64
TT
705/* Called at the start an "rbreak" command to record the first
706 breakpoint made. */
86b17b60 707
95a42b64
TT
708void
709start_rbreak_breakpoints (void)
710{
86b17b60 711 rbreak_start_breakpoint_count = breakpoint_count;
95a42b64
TT
712}
713
714/* Called at the end of an "rbreak" command to record the last
715 breakpoint made. */
86b17b60 716
95a42b64
TT
717void
718end_rbreak_breakpoints (void)
719{
86b17b60 720 prev_breakpoint_count = rbreak_start_breakpoint_count;
95a42b64
TT
721}
722
4a64f543 723/* Used in run_command to zero the hit count when a new run starts. */
c906108c
SS
724
725void
fba45db2 726clear_breakpoint_hit_counts (void)
c906108c
SS
727{
728 struct breakpoint *b;
729
730 ALL_BREAKPOINTS (b)
731 b->hit_count = 0;
732}
733
9add0f1b
TT
734/* Allocate a new counted_command_line with reference count of 1.
735 The new structure owns COMMANDS. */
736
737static struct counted_command_line *
738alloc_counted_command_line (struct command_line *commands)
739{
8d749320 740 struct counted_command_line *result = XNEW (struct counted_command_line);
cc59ec59 741
9add0f1b
TT
742 result->refc = 1;
743 result->commands = commands;
8d749320 744
9add0f1b
TT
745 return result;
746}
747
748/* Increment reference count. This does nothing if CMD is NULL. */
749
750static void
751incref_counted_command_line (struct counted_command_line *cmd)
752{
753 if (cmd)
754 ++cmd->refc;
755}
756
757/* Decrement reference count. If the reference count reaches 0,
758 destroy the counted_command_line. Sets *CMDP to NULL. This does
759 nothing if *CMDP is NULL. */
760
761static void
762decref_counted_command_line (struct counted_command_line **cmdp)
763{
764 if (*cmdp)
765 {
766 if (--(*cmdp)->refc == 0)
767 {
768 free_command_lines (&(*cmdp)->commands);
769 xfree (*cmdp);
770 }
771 *cmdp = NULL;
772 }
773}
774
775/* A cleanup function that calls decref_counted_command_line. */
776
777static void
778do_cleanup_counted_command_line (void *arg)
779{
9a3c8263 780 decref_counted_command_line ((struct counted_command_line **) arg);
9add0f1b
TT
781}
782
783/* Create a cleanup that calls decref_counted_command_line on the
784 argument. */
785
786static struct cleanup *
787make_cleanup_decref_counted_command_line (struct counted_command_line **cmdp)
788{
789 return make_cleanup (do_cleanup_counted_command_line, cmdp);
790}
791
c906108c 792\f
48cb2d85
VP
793/* Return the breakpoint with the specified number, or NULL
794 if the number does not refer to an existing breakpoint. */
795
796struct breakpoint *
797get_breakpoint (int num)
798{
799 struct breakpoint *b;
800
801 ALL_BREAKPOINTS (b)
802 if (b->number == num)
803 return b;
804
805 return NULL;
806}
5c44784c 807
c906108c 808\f
adc36818 809
b775012e
LM
810/* Mark locations as "conditions have changed" in case the target supports
811 evaluating conditions on its side. */
812
813static void
814mark_breakpoint_modified (struct breakpoint *b)
815{
816 struct bp_location *loc;
817
818 /* This is only meaningful if the target is
819 evaluating conditions and if the user has
820 opted for condition evaluation on the target's
821 side. */
822 if (gdb_evaluates_breakpoint_condition_p ()
823 || !target_supports_evaluation_of_breakpoint_conditions ())
824 return;
825
826 if (!is_breakpoint (b))
827 return;
828
829 for (loc = b->loc; loc; loc = loc->next)
830 loc->condition_changed = condition_modified;
831}
832
833/* Mark location as "conditions have changed" in case the target supports
834 evaluating conditions on its side. */
835
836static void
837mark_breakpoint_location_modified (struct bp_location *loc)
838{
839 /* This is only meaningful if the target is
840 evaluating conditions and if the user has
841 opted for condition evaluation on the target's
842 side. */
843 if (gdb_evaluates_breakpoint_condition_p ()
844 || !target_supports_evaluation_of_breakpoint_conditions ())
845
846 return;
847
848 if (!is_breakpoint (loc->owner))
849 return;
850
851 loc->condition_changed = condition_modified;
852}
853
854/* Sets the condition-evaluation mode using the static global
855 condition_evaluation_mode. */
856
857static void
858set_condition_evaluation_mode (char *args, int from_tty,
859 struct cmd_list_element *c)
860{
b775012e
LM
861 const char *old_mode, *new_mode;
862
863 if ((condition_evaluation_mode_1 == condition_evaluation_target)
864 && !target_supports_evaluation_of_breakpoint_conditions ())
865 {
866 condition_evaluation_mode_1 = condition_evaluation_mode;
867 warning (_("Target does not support breakpoint condition evaluation.\n"
868 "Using host evaluation mode instead."));
869 return;
870 }
871
872 new_mode = translate_condition_evaluation_mode (condition_evaluation_mode_1);
873 old_mode = translate_condition_evaluation_mode (condition_evaluation_mode);
874
abf1152a
JK
875 /* Flip the switch. Flip it even if OLD_MODE == NEW_MODE as one of the
876 settings was "auto". */
877 condition_evaluation_mode = condition_evaluation_mode_1;
878
b775012e
LM
879 /* Only update the mode if the user picked a different one. */
880 if (new_mode != old_mode)
881 {
882 struct bp_location *loc, **loc_tmp;
883 /* If the user switched to a different evaluation mode, we
884 need to synch the changes with the target as follows:
885
886 "host" -> "target": Send all (valid) conditions to the target.
887 "target" -> "host": Remove all the conditions from the target.
888 */
889
b775012e
LM
890 if (new_mode == condition_evaluation_target)
891 {
892 /* Mark everything modified and synch conditions with the
893 target. */
894 ALL_BP_LOCATIONS (loc, loc_tmp)
895 mark_breakpoint_location_modified (loc);
896 }
897 else
898 {
899 /* Manually mark non-duplicate locations to synch conditions
900 with the target. We do this to remove all the conditions the
901 target knows about. */
902 ALL_BP_LOCATIONS (loc, loc_tmp)
903 if (is_breakpoint (loc->owner) && loc->inserted)
904 loc->needs_update = 1;
905 }
906
907 /* Do the update. */
44702360 908 update_global_location_list (UGLL_MAY_INSERT);
b775012e
LM
909 }
910
911 return;
912}
913
914/* Shows the current mode of breakpoint condition evaluation. Explicitly shows
915 what "auto" is translating to. */
916
917static void
918show_condition_evaluation_mode (struct ui_file *file, int from_tty,
919 struct cmd_list_element *c, const char *value)
920{
921 if (condition_evaluation_mode == condition_evaluation_auto)
922 fprintf_filtered (file,
923 _("Breakpoint condition evaluation "
924 "mode is %s (currently %s).\n"),
925 value,
926 breakpoint_condition_evaluation_mode ());
927 else
928 fprintf_filtered (file, _("Breakpoint condition evaluation mode is %s.\n"),
929 value);
930}
931
932/* A comparison function for bp_location AP and BP that is used by
933 bsearch. This comparison function only cares about addresses, unlike
934 the more general bp_location_compare function. */
935
936static int
937bp_location_compare_addrs (const void *ap, const void *bp)
938{
9a3c8263
SM
939 const struct bp_location *a = *(const struct bp_location **) ap;
940 const struct bp_location *b = *(const struct bp_location **) bp;
b775012e
LM
941
942 if (a->address == b->address)
943 return 0;
944 else
945 return ((a->address > b->address) - (a->address < b->address));
946}
947
948/* Helper function to skip all bp_locations with addresses
949 less than ADDRESS. It returns the first bp_location that
950 is greater than or equal to ADDRESS. If none is found, just
951 return NULL. */
952
953static struct bp_location **
954get_first_locp_gte_addr (CORE_ADDR address)
955{
956 struct bp_location dummy_loc;
957 struct bp_location *dummy_locp = &dummy_loc;
958 struct bp_location **locp_found = NULL;
959
960 /* Initialize the dummy location's address field. */
961 memset (&dummy_loc, 0, sizeof (struct bp_location));
962 dummy_loc.address = address;
963
964 /* Find a close match to the first location at ADDRESS. */
9a3c8263
SM
965 locp_found = ((struct bp_location **)
966 bsearch (&dummy_locp, bp_location, bp_location_count,
967 sizeof (struct bp_location **),
968 bp_location_compare_addrs));
b775012e
LM
969
970 /* Nothing was found, nothing left to do. */
971 if (locp_found == NULL)
972 return NULL;
973
974 /* We may have found a location that is at ADDRESS but is not the first in the
975 location's list. Go backwards (if possible) and locate the first one. */
976 while ((locp_found - 1) >= bp_location
977 && (*(locp_found - 1))->address == address)
978 locp_found--;
979
980 return locp_found;
981}
982
adc36818 983void
7a26bd4d 984set_breakpoint_condition (struct breakpoint *b, const char *exp,
adc36818
PM
985 int from_tty)
986{
3a5c3e22
PA
987 xfree (b->cond_string);
988 b->cond_string = NULL;
adc36818 989
3a5c3e22 990 if (is_watchpoint (b))
adc36818 991 {
3a5c3e22
PA
992 struct watchpoint *w = (struct watchpoint *) b;
993
994 xfree (w->cond_exp);
995 w->cond_exp = NULL;
996 }
997 else
998 {
999 struct bp_location *loc;
1000
1001 for (loc = b->loc; loc; loc = loc->next)
1002 {
1003 xfree (loc->cond);
1004 loc->cond = NULL;
b775012e
LM
1005
1006 /* No need to free the condition agent expression
1007 bytecode (if we have one). We will handle this
1008 when we go through update_global_location_list. */
3a5c3e22 1009 }
adc36818 1010 }
adc36818
PM
1011
1012 if (*exp == 0)
1013 {
1014 if (from_tty)
1015 printf_filtered (_("Breakpoint %d now unconditional.\n"), b->number);
1016 }
1017 else
1018 {
bbc13ae3 1019 const char *arg = exp;
cc59ec59 1020
adc36818
PM
1021 /* I don't know if it matters whether this is the string the user
1022 typed in or the decompiled expression. */
1023 b->cond_string = xstrdup (arg);
1024 b->condition_not_parsed = 0;
1025
1026 if (is_watchpoint (b))
1027 {
3a5c3e22
PA
1028 struct watchpoint *w = (struct watchpoint *) b;
1029
adc36818
PM
1030 innermost_block = NULL;
1031 arg = exp;
1bb9788d 1032 w->cond_exp = parse_exp_1 (&arg, 0, 0, 0);
adc36818
PM
1033 if (*arg)
1034 error (_("Junk at end of expression"));
3a5c3e22 1035 w->cond_exp_valid_block = innermost_block;
adc36818
PM
1036 }
1037 else
1038 {
3a5c3e22
PA
1039 struct bp_location *loc;
1040
adc36818
PM
1041 for (loc = b->loc; loc; loc = loc->next)
1042 {
1043 arg = exp;
1044 loc->cond =
1bb9788d
TT
1045 parse_exp_1 (&arg, loc->address,
1046 block_for_pc (loc->address), 0);
adc36818
PM
1047 if (*arg)
1048 error (_("Junk at end of expression"));
1049 }
1050 }
1051 }
b775012e
LM
1052 mark_breakpoint_modified (b);
1053
8d3788bd 1054 observer_notify_breakpoint_modified (b);
adc36818
PM
1055}
1056
d55637df
TT
1057/* Completion for the "condition" command. */
1058
1059static VEC (char_ptr) *
6f937416
PA
1060condition_completer (struct cmd_list_element *cmd,
1061 const char *text, const char *word)
d55637df 1062{
6f937416 1063 const char *space;
d55637df 1064
6f937416
PA
1065 text = skip_spaces_const (text);
1066 space = skip_to_space_const (text);
d55637df
TT
1067 if (*space == '\0')
1068 {
1069 int len;
1070 struct breakpoint *b;
1071 VEC (char_ptr) *result = NULL;
1072
1073 if (text[0] == '$')
1074 {
1075 /* We don't support completion of history indices. */
1076 if (isdigit (text[1]))
1077 return NULL;
1078 return complete_internalvar (&text[1]);
1079 }
1080
1081 /* We're completing the breakpoint number. */
1082 len = strlen (text);
1083
1084 ALL_BREAKPOINTS (b)
58ce7251
SDJ
1085 {
1086 char number[50];
1087
1088 xsnprintf (number, sizeof (number), "%d", b->number);
1089
1090 if (strncmp (number, text, len) == 0)
1091 VEC_safe_push (char_ptr, result, xstrdup (number));
1092 }
d55637df
TT
1093
1094 return result;
1095 }
1096
1097 /* We're completing the expression part. */
6f937416 1098 text = skip_spaces_const (space);
d55637df
TT
1099 return expression_completer (cmd, text, word);
1100}
1101
c906108c
SS
1102/* condition N EXP -- set break condition of breakpoint N to EXP. */
1103
1104static void
fba45db2 1105condition_command (char *arg, int from_tty)
c906108c 1106{
52f0bd74 1107 struct breakpoint *b;
c906108c 1108 char *p;
52f0bd74 1109 int bnum;
c906108c
SS
1110
1111 if (arg == 0)
e2e0b3e5 1112 error_no_arg (_("breakpoint number"));
c906108c
SS
1113
1114 p = arg;
1115 bnum = get_number (&p);
5c44784c 1116 if (bnum == 0)
8a3fe4f8 1117 error (_("Bad breakpoint argument: '%s'"), arg);
c906108c
SS
1118
1119 ALL_BREAKPOINTS (b)
1120 if (b->number == bnum)
2f069f6f 1121 {
6dddc817
DE
1122 /* Check if this breakpoint has a "stop" method implemented in an
1123 extension language. This method and conditions entered into GDB
1124 from the CLI are mutually exclusive. */
1125 const struct extension_language_defn *extlang
1126 = get_breakpoint_cond_ext_lang (b, EXT_LANG_NONE);
1127
1128 if (extlang != NULL)
1129 {
1130 error (_("Only one stop condition allowed. There is currently"
1131 " a %s stop condition defined for this breakpoint."),
1132 ext_lang_capitalized_name (extlang));
1133 }
2566ad2d 1134 set_breakpoint_condition (b, p, from_tty);
b775012e
LM
1135
1136 if (is_breakpoint (b))
44702360 1137 update_global_location_list (UGLL_MAY_INSERT);
b775012e 1138
2f069f6f
JB
1139 return;
1140 }
c906108c 1141
8a3fe4f8 1142 error (_("No breakpoint number %d."), bnum);
c906108c
SS
1143}
1144
a7bdde9e
VP
1145/* Check that COMMAND do not contain commands that are suitable
1146 only for tracepoints and not suitable for ordinary breakpoints.
4a64f543
MS
1147 Throw if any such commands is found. */
1148
a7bdde9e
VP
1149static void
1150check_no_tracepoint_commands (struct command_line *commands)
1151{
1152 struct command_line *c;
cc59ec59 1153
a7bdde9e
VP
1154 for (c = commands; c; c = c->next)
1155 {
1156 int i;
1157
1158 if (c->control_type == while_stepping_control)
3e43a32a
MS
1159 error (_("The 'while-stepping' command can "
1160 "only be used for tracepoints"));
a7bdde9e
VP
1161
1162 for (i = 0; i < c->body_count; ++i)
1163 check_no_tracepoint_commands ((c->body_list)[i]);
1164
1165 /* Not that command parsing removes leading whitespace and comment
4a64f543 1166 lines and also empty lines. So, we only need to check for
a7bdde9e
VP
1167 command directly. */
1168 if (strstr (c->line, "collect ") == c->line)
1169 error (_("The 'collect' command can only be used for tracepoints"));
1170
51661e93
VP
1171 if (strstr (c->line, "teval ") == c->line)
1172 error (_("The 'teval' command can only be used for tracepoints"));
a7bdde9e
VP
1173 }
1174}
1175
d77f58be
SS
1176/* Encapsulate tests for different types of tracepoints. */
1177
d9b3f62e
PA
1178static int
1179is_tracepoint_type (enum bptype type)
1180{
1181 return (type == bp_tracepoint
1182 || type == bp_fast_tracepoint
1183 || type == bp_static_tracepoint);
1184}
1185
a7bdde9e 1186int
d77f58be 1187is_tracepoint (const struct breakpoint *b)
a7bdde9e 1188{
d9b3f62e 1189 return is_tracepoint_type (b->type);
a7bdde9e 1190}
d9b3f62e 1191
e5dd4106 1192/* A helper function that validates that COMMANDS are valid for a
95a42b64
TT
1193 breakpoint. This function will throw an exception if a problem is
1194 found. */
48cb2d85 1195
95a42b64
TT
1196static void
1197validate_commands_for_breakpoint (struct breakpoint *b,
1198 struct command_line *commands)
48cb2d85 1199{
d77f58be 1200 if (is_tracepoint (b))
a7bdde9e 1201 {
c9a6ce02 1202 struct tracepoint *t = (struct tracepoint *) b;
a7bdde9e
VP
1203 struct command_line *c;
1204 struct command_line *while_stepping = 0;
c9a6ce02
PA
1205
1206 /* Reset the while-stepping step count. The previous commands
1207 might have included a while-stepping action, while the new
1208 ones might not. */
1209 t->step_count = 0;
1210
1211 /* We need to verify that each top-level element of commands is
1212 valid for tracepoints, that there's at most one
1213 while-stepping element, and that the while-stepping's body
1214 has valid tracing commands excluding nested while-stepping.
1215 We also need to validate the tracepoint action line in the
1216 context of the tracepoint --- validate_actionline actually
1217 has side effects, like setting the tracepoint's
1218 while-stepping STEP_COUNT, in addition to checking if the
1219 collect/teval actions parse and make sense in the
1220 tracepoint's context. */
a7bdde9e
VP
1221 for (c = commands; c; c = c->next)
1222 {
a7bdde9e
VP
1223 if (c->control_type == while_stepping_control)
1224 {
1225 if (b->type == bp_fast_tracepoint)
3e43a32a
MS
1226 error (_("The 'while-stepping' command "
1227 "cannot be used for fast tracepoint"));
0fb4aa4b 1228 else if (b->type == bp_static_tracepoint)
3e43a32a
MS
1229 error (_("The 'while-stepping' command "
1230 "cannot be used for static tracepoint"));
a7bdde9e
VP
1231
1232 if (while_stepping)
3e43a32a
MS
1233 error (_("The 'while-stepping' command "
1234 "can be used only once"));
a7bdde9e
VP
1235 else
1236 while_stepping = c;
1237 }
c9a6ce02
PA
1238
1239 validate_actionline (c->line, b);
a7bdde9e
VP
1240 }
1241 if (while_stepping)
1242 {
1243 struct command_line *c2;
1244
1245 gdb_assert (while_stepping->body_count == 1);
1246 c2 = while_stepping->body_list[0];
1247 for (; c2; c2 = c2->next)
1248 {
a7bdde9e
VP
1249 if (c2->control_type == while_stepping_control)
1250 error (_("The 'while-stepping' command cannot be nested"));
1251 }
1252 }
1253 }
1254 else
1255 {
1256 check_no_tracepoint_commands (commands);
1257 }
95a42b64
TT
1258}
1259
0fb4aa4b
PA
1260/* Return a vector of all the static tracepoints set at ADDR. The
1261 caller is responsible for releasing the vector. */
1262
1263VEC(breakpoint_p) *
1264static_tracepoints_here (CORE_ADDR addr)
1265{
1266 struct breakpoint *b;
1267 VEC(breakpoint_p) *found = 0;
1268 struct bp_location *loc;
1269
1270 ALL_BREAKPOINTS (b)
1271 if (b->type == bp_static_tracepoint)
1272 {
1273 for (loc = b->loc; loc; loc = loc->next)
1274 if (loc->address == addr)
1275 VEC_safe_push(breakpoint_p, found, b);
1276 }
1277
1278 return found;
1279}
1280
95a42b64 1281/* Set the command list of B to COMMANDS. If breakpoint is tracepoint,
4a64f543 1282 validate that only allowed commands are included. */
95a42b64
TT
1283
1284void
4a64f543
MS
1285breakpoint_set_commands (struct breakpoint *b,
1286 struct command_line *commands)
95a42b64
TT
1287{
1288 validate_commands_for_breakpoint (b, commands);
a7bdde9e 1289
9add0f1b
TT
1290 decref_counted_command_line (&b->commands);
1291 b->commands = alloc_counted_command_line (commands);
8d3788bd 1292 observer_notify_breakpoint_modified (b);
48cb2d85
VP
1293}
1294
45a43567
TT
1295/* Set the internal `silent' flag on the breakpoint. Note that this
1296 is not the same as the "silent" that may appear in the breakpoint's
1297 commands. */
1298
1299void
1300breakpoint_set_silent (struct breakpoint *b, int silent)
1301{
1302 int old_silent = b->silent;
1303
1304 b->silent = silent;
1305 if (old_silent != silent)
8d3788bd 1306 observer_notify_breakpoint_modified (b);
45a43567
TT
1307}
1308
1309/* Set the thread for this breakpoint. If THREAD is -1, make the
1310 breakpoint work for any thread. */
1311
1312void
1313breakpoint_set_thread (struct breakpoint *b, int thread)
1314{
1315 int old_thread = b->thread;
1316
1317 b->thread = thread;
1318 if (old_thread != thread)
8d3788bd 1319 observer_notify_breakpoint_modified (b);
45a43567
TT
1320}
1321
1322/* Set the task for this breakpoint. If TASK is 0, make the
1323 breakpoint work for any task. */
1324
1325void
1326breakpoint_set_task (struct breakpoint *b, int task)
1327{
1328 int old_task = b->task;
1329
1330 b->task = task;
1331 if (old_task != task)
8d3788bd 1332 observer_notify_breakpoint_modified (b);
45a43567
TT
1333}
1334
95a42b64
TT
1335void
1336check_tracepoint_command (char *line, void *closure)
a7bdde9e 1337{
9a3c8263 1338 struct breakpoint *b = (struct breakpoint *) closure;
cc59ec59 1339
6f937416 1340 validate_actionline (line, b);
a7bdde9e
VP
1341}
1342
95a42b64
TT
1343/* A structure used to pass information through
1344 map_breakpoint_numbers. */
1345
1346struct commands_info
1347{
1348 /* True if the command was typed at a tty. */
1349 int from_tty;
86b17b60
PA
1350
1351 /* The breakpoint range spec. */
1352 char *arg;
1353
95a42b64
TT
1354 /* Non-NULL if the body of the commands are being read from this
1355 already-parsed command. */
1356 struct command_line *control;
86b17b60 1357
95a42b64
TT
1358 /* The command lines read from the user, or NULL if they have not
1359 yet been read. */
1360 struct counted_command_line *cmd;
1361};
1362
1363/* A callback for map_breakpoint_numbers that sets the commands for
1364 commands_command. */
1365
c906108c 1366static void
95a42b64 1367do_map_commands_command (struct breakpoint *b, void *data)
c906108c 1368{
9a3c8263 1369 struct commands_info *info = (struct commands_info *) data;
c906108c 1370
95a42b64
TT
1371 if (info->cmd == NULL)
1372 {
1373 struct command_line *l;
5c44784c 1374
95a42b64
TT
1375 if (info->control != NULL)
1376 l = copy_command_lines (info->control->body_list[0]);
1377 else
86b17b60
PA
1378 {
1379 struct cleanup *old_chain;
1380 char *str;
c5aa993b 1381
3e43a32a
MS
1382 str = xstrprintf (_("Type commands for breakpoint(s) "
1383 "%s, one per line."),
86b17b60
PA
1384 info->arg);
1385
1386 old_chain = make_cleanup (xfree, str);
1387
1388 l = read_command_lines (str,
1389 info->from_tty, 1,
d77f58be 1390 (is_tracepoint (b)
86b17b60
PA
1391 ? check_tracepoint_command : 0),
1392 b);
1393
1394 do_cleanups (old_chain);
1395 }
a7bdde9e 1396
95a42b64
TT
1397 info->cmd = alloc_counted_command_line (l);
1398 }
1399
1400 /* If a breakpoint was on the list more than once, we don't need to
1401 do anything. */
1402 if (b->commands != info->cmd)
1403 {
1404 validate_commands_for_breakpoint (b, info->cmd->commands);
1405 incref_counted_command_line (info->cmd);
1406 decref_counted_command_line (&b->commands);
1407 b->commands = info->cmd;
8d3788bd 1408 observer_notify_breakpoint_modified (b);
c5aa993b 1409 }
95a42b64
TT
1410}
1411
1412static void
4a64f543
MS
1413commands_command_1 (char *arg, int from_tty,
1414 struct command_line *control)
95a42b64
TT
1415{
1416 struct cleanup *cleanups;
1417 struct commands_info info;
1418
1419 info.from_tty = from_tty;
1420 info.control = control;
1421 info.cmd = NULL;
1422 /* If we read command lines from the user, then `info' will hold an
1423 extra reference to the commands that we must clean up. */
1424 cleanups = make_cleanup_decref_counted_command_line (&info.cmd);
1425
1426 if (arg == NULL || !*arg)
1427 {
86b17b60 1428 if (breakpoint_count - prev_breakpoint_count > 1)
4a64f543
MS
1429 arg = xstrprintf ("%d-%d", prev_breakpoint_count + 1,
1430 breakpoint_count);
95a42b64
TT
1431 else if (breakpoint_count > 0)
1432 arg = xstrprintf ("%d", breakpoint_count);
86b17b60
PA
1433 else
1434 {
1435 /* So that we don't try to free the incoming non-NULL
1436 argument in the cleanup below. Mapping breakpoint
1437 numbers will fail in this case. */
1438 arg = NULL;
1439 }
95a42b64 1440 }
9766ced4
SS
1441 else
1442 /* The command loop has some static state, so we need to preserve
1443 our argument. */
1444 arg = xstrdup (arg);
86b17b60
PA
1445
1446 if (arg != NULL)
1447 make_cleanup (xfree, arg);
1448
1449 info.arg = arg;
95a42b64
TT
1450
1451 map_breakpoint_numbers (arg, do_map_commands_command, &info);
1452
1453 if (info.cmd == NULL)
1454 error (_("No breakpoints specified."));
1455
1456 do_cleanups (cleanups);
1457}
1458
1459static void
1460commands_command (char *arg, int from_tty)
1461{
1462 commands_command_1 (arg, from_tty, NULL);
c906108c 1463}
40c03ae8
EZ
1464
1465/* Like commands_command, but instead of reading the commands from
1466 input stream, takes them from an already parsed command structure.
1467
1468 This is used by cli-script.c to DTRT with breakpoint commands
1469 that are part of if and while bodies. */
1470enum command_control_type
1471commands_from_control_command (char *arg, struct command_line *cmd)
1472{
95a42b64
TT
1473 commands_command_1 (arg, 0, cmd);
1474 return simple_control;
40c03ae8 1475}
876fa593
JK
1476
1477/* Return non-zero if BL->TARGET_INFO contains valid information. */
1478
1479static int
1480bp_location_has_shadow (struct bp_location *bl)
1481{
1482 if (bl->loc_type != bp_loc_software_breakpoint)
1483 return 0;
1484 if (!bl->inserted)
1485 return 0;
1486 if (bl->target_info.shadow_len == 0)
e5dd4106 1487 /* BL isn't valid, or doesn't shadow memory. */
876fa593
JK
1488 return 0;
1489 return 1;
1490}
1491
9d497a19
PA
1492/* Update BUF, which is LEN bytes read from the target address
1493 MEMADDR, by replacing a memory breakpoint with its shadowed
1494 contents.
1495
1496 If READBUF is not NULL, this buffer must not overlap with the of
1497 the breakpoint location's shadow_contents buffer. Otherwise, a
1498 failed assertion internal error will be raised. */
1499
1500static void
1501one_breakpoint_xfer_memory (gdb_byte *readbuf, gdb_byte *writebuf,
1502 const gdb_byte *writebuf_org,
1503 ULONGEST memaddr, LONGEST len,
1504 struct bp_target_info *target_info,
1505 struct gdbarch *gdbarch)
1506{
1507 /* Now do full processing of the found relevant range of elements. */
1508 CORE_ADDR bp_addr = 0;
1509 int bp_size = 0;
1510 int bptoffset = 0;
1511
1512 if (!breakpoint_address_match (target_info->placed_address_space, 0,
1513 current_program_space->aspace, 0))
1514 {
1515 /* The breakpoint is inserted in a different address space. */
1516 return;
1517 }
1518
1519 /* Addresses and length of the part of the breakpoint that
1520 we need to copy. */
1521 bp_addr = target_info->placed_address;
1522 bp_size = target_info->shadow_len;
1523
1524 if (bp_addr + bp_size <= memaddr)
1525 {
1526 /* The breakpoint is entirely before the chunk of memory we are
1527 reading. */
1528 return;
1529 }
1530
1531 if (bp_addr >= memaddr + len)
1532 {
1533 /* The breakpoint is entirely after the chunk of memory we are
1534 reading. */
1535 return;
1536 }
1537
1538 /* Offset within shadow_contents. */
1539 if (bp_addr < memaddr)
1540 {
1541 /* Only copy the second part of the breakpoint. */
1542 bp_size -= memaddr - bp_addr;
1543 bptoffset = memaddr - bp_addr;
1544 bp_addr = memaddr;
1545 }
1546
1547 if (bp_addr + bp_size > memaddr + len)
1548 {
1549 /* Only copy the first part of the breakpoint. */
1550 bp_size -= (bp_addr + bp_size) - (memaddr + len);
1551 }
1552
1553 if (readbuf != NULL)
1554 {
1555 /* Verify that the readbuf buffer does not overlap with the
1556 shadow_contents buffer. */
1557 gdb_assert (target_info->shadow_contents >= readbuf + len
1558 || readbuf >= (target_info->shadow_contents
1559 + target_info->shadow_len));
1560
1561 /* Update the read buffer with this inserted breakpoint's
1562 shadow. */
1563 memcpy (readbuf + bp_addr - memaddr,
1564 target_info->shadow_contents + bptoffset, bp_size);
1565 }
1566 else
1567 {
1568 const unsigned char *bp;
0d5ed153
MR
1569 CORE_ADDR addr = target_info->reqstd_address;
1570 int placed_size;
9d497a19
PA
1571
1572 /* Update the shadow with what we want to write to memory. */
1573 memcpy (target_info->shadow_contents + bptoffset,
1574 writebuf_org + bp_addr - memaddr, bp_size);
1575
1576 /* Determine appropriate breakpoint contents and size for this
1577 address. */
0d5ed153 1578 bp = gdbarch_breakpoint_from_pc (gdbarch, &addr, &placed_size);
9d497a19
PA
1579
1580 /* Update the final write buffer with this inserted
1581 breakpoint's INSN. */
1582 memcpy (writebuf + bp_addr - memaddr, bp + bptoffset, bp_size);
1583 }
1584}
1585
8defab1a 1586/* Update BUF, which is LEN bytes read from the target address MEMADDR,
876fa593
JK
1587 by replacing any memory breakpoints with their shadowed contents.
1588
35c63cd8
JB
1589 If READBUF is not NULL, this buffer must not overlap with any of
1590 the breakpoint location's shadow_contents buffers. Otherwise,
1591 a failed assertion internal error will be raised.
1592
876fa593 1593 The range of shadowed area by each bp_location is:
35df4500
TJB
1594 bl->address - bp_location_placed_address_before_address_max
1595 up to bl->address + bp_location_shadow_len_after_address_max
876fa593
JK
1596 The range we were requested to resolve shadows for is:
1597 memaddr ... memaddr + len
1598 Thus the safe cutoff boundaries for performance optimization are
35df4500
TJB
1599 memaddr + len <= (bl->address
1600 - bp_location_placed_address_before_address_max)
876fa593 1601 and:
35df4500 1602 bl->address + bp_location_shadow_len_after_address_max <= memaddr */
c906108c 1603
8defab1a 1604void
f0ba3972
PA
1605breakpoint_xfer_memory (gdb_byte *readbuf, gdb_byte *writebuf,
1606 const gdb_byte *writebuf_org,
1607 ULONGEST memaddr, LONGEST len)
c906108c 1608{
4a64f543
MS
1609 /* Left boundary, right boundary and median element of our binary
1610 search. */
876fa593
JK
1611 unsigned bc_l, bc_r, bc;
1612
4a64f543
MS
1613 /* Find BC_L which is a leftmost element which may affect BUF
1614 content. It is safe to report lower value but a failure to
1615 report higher one. */
876fa593
JK
1616
1617 bc_l = 0;
1618 bc_r = bp_location_count;
1619 while (bc_l + 1 < bc_r)
1620 {
35df4500 1621 struct bp_location *bl;
876fa593
JK
1622
1623 bc = (bc_l + bc_r) / 2;
35df4500 1624 bl = bp_location[bc];
876fa593 1625
4a64f543
MS
1626 /* Check first BL->ADDRESS will not overflow due to the added
1627 constant. Then advance the left boundary only if we are sure
1628 the BC element can in no way affect the BUF content (MEMADDR
1629 to MEMADDR + LEN range).
876fa593 1630
4a64f543
MS
1631 Use the BP_LOCATION_SHADOW_LEN_AFTER_ADDRESS_MAX safety
1632 offset so that we cannot miss a breakpoint with its shadow
1633 range tail still reaching MEMADDR. */
c5aa993b 1634
35df4500
TJB
1635 if ((bl->address + bp_location_shadow_len_after_address_max
1636 >= bl->address)
1637 && (bl->address + bp_location_shadow_len_after_address_max
1638 <= memaddr))
876fa593
JK
1639 bc_l = bc;
1640 else
1641 bc_r = bc;
1642 }
1643
128070bb
PA
1644 /* Due to the binary search above, we need to make sure we pick the
1645 first location that's at BC_L's address. E.g., if there are
1646 multiple locations at the same address, BC_L may end up pointing
1647 at a duplicate location, and miss the "master"/"inserted"
1648 location. Say, given locations L1, L2 and L3 at addresses A and
1649 B:
1650
1651 L1@A, L2@A, L3@B, ...
1652
1653 BC_L could end up pointing at location L2, while the "master"
1654 location could be L1. Since the `loc->inserted' flag is only set
1655 on "master" locations, we'd forget to restore the shadow of L1
1656 and L2. */
1657 while (bc_l > 0
1658 && bp_location[bc_l]->address == bp_location[bc_l - 1]->address)
1659 bc_l--;
1660
876fa593
JK
1661 /* Now do full processing of the found relevant range of elements. */
1662
1663 for (bc = bc_l; bc < bp_location_count; bc++)
c5aa993b 1664 {
35df4500 1665 struct bp_location *bl = bp_location[bc];
876fa593 1666
35df4500
TJB
1667 /* bp_location array has BL->OWNER always non-NULL. */
1668 if (bl->owner->type == bp_none)
8a3fe4f8 1669 warning (_("reading through apparently deleted breakpoint #%d?"),
35df4500 1670 bl->owner->number);
ffce0d52 1671
e5dd4106 1672 /* Performance optimization: any further element can no longer affect BUF
876fa593
JK
1673 content. */
1674
35df4500
TJB
1675 if (bl->address >= bp_location_placed_address_before_address_max
1676 && memaddr + len <= (bl->address
1677 - bp_location_placed_address_before_address_max))
876fa593
JK
1678 break;
1679
35df4500 1680 if (!bp_location_has_shadow (bl))
c5aa993b 1681 continue;
6c95b8df 1682
9d497a19
PA
1683 one_breakpoint_xfer_memory (readbuf, writebuf, writebuf_org,
1684 memaddr, len, &bl->target_info, bl->gdbarch);
1685 }
c906108c 1686}
9d497a19 1687
c906108c 1688\f
c5aa993b 1689
b775012e
LM
1690/* Return true if BPT is either a software breakpoint or a hardware
1691 breakpoint. */
1692
1693int
1694is_breakpoint (const struct breakpoint *bpt)
1695{
1696 return (bpt->type == bp_breakpoint
e7e0cddf
SS
1697 || bpt->type == bp_hardware_breakpoint
1698 || bpt->type == bp_dprintf);
b775012e
LM
1699}
1700
60e1c644
PA
1701/* Return true if BPT is of any hardware watchpoint kind. */
1702
a5606eee 1703static int
d77f58be 1704is_hardware_watchpoint (const struct breakpoint *bpt)
a5606eee
VP
1705{
1706 return (bpt->type == bp_hardware_watchpoint
1707 || bpt->type == bp_read_watchpoint
1708 || bpt->type == bp_access_watchpoint);
1709}
7270d8f2 1710
60e1c644
PA
1711/* Return true if BPT is of any watchpoint kind, hardware or
1712 software. */
1713
3a5c3e22 1714int
d77f58be 1715is_watchpoint (const struct breakpoint *bpt)
60e1c644
PA
1716{
1717 return (is_hardware_watchpoint (bpt)
1718 || bpt->type == bp_watchpoint);
1719}
1720
3a5c3e22
PA
1721/* Returns true if the current thread and its running state are safe
1722 to evaluate or update watchpoint B. Watchpoints on local
1723 expressions need to be evaluated in the context of the thread that
1724 was current when the watchpoint was created, and, that thread needs
1725 to be stopped to be able to select the correct frame context.
1726 Watchpoints on global expressions can be evaluated on any thread,
1727 and in any state. It is presently left to the target allowing
1728 memory accesses when threads are running. */
f6bc2008
PA
1729
1730static int
3a5c3e22 1731watchpoint_in_thread_scope (struct watchpoint *b)
f6bc2008 1732{
d0d8b0c6
JK
1733 return (b->base.pspace == current_program_space
1734 && (ptid_equal (b->watchpoint_thread, null_ptid)
1735 || (ptid_equal (inferior_ptid, b->watchpoint_thread)
1736 && !is_executing (inferior_ptid))));
f6bc2008
PA
1737}
1738
d0fb5eae
JK
1739/* Set watchpoint B to disp_del_at_next_stop, even including its possible
1740 associated bp_watchpoint_scope breakpoint. */
1741
1742static void
3a5c3e22 1743watchpoint_del_at_next_stop (struct watchpoint *w)
d0fb5eae 1744{
3a5c3e22 1745 struct breakpoint *b = &w->base;
d0fb5eae
JK
1746
1747 if (b->related_breakpoint != b)
1748 {
1749 gdb_assert (b->related_breakpoint->type == bp_watchpoint_scope);
1750 gdb_assert (b->related_breakpoint->related_breakpoint == b);
1751 b->related_breakpoint->disposition = disp_del_at_next_stop;
1752 b->related_breakpoint->related_breakpoint = b->related_breakpoint;
1753 b->related_breakpoint = b;
1754 }
1755 b->disposition = disp_del_at_next_stop;
1756}
1757
bb9d5f81
PP
1758/* Extract a bitfield value from value VAL using the bit parameters contained in
1759 watchpoint W. */
1760
1761static struct value *
1762extract_bitfield_from_watchpoint_value (struct watchpoint *w, struct value *val)
1763{
1764 struct value *bit_val;
1765
1766 if (val == NULL)
1767 return NULL;
1768
1769 bit_val = allocate_value (value_type (val));
1770
1771 unpack_value_bitfield (bit_val,
1772 w->val_bitpos,
1773 w->val_bitsize,
1774 value_contents_for_printing (val),
1775 value_offset (val),
1776 val);
1777
1778 return bit_val;
1779}
1780
c6d81124
PA
1781/* Allocate a dummy location and add it to B, which must be a software
1782 watchpoint. This is required because even if a software watchpoint
1783 is not watching any memory, bpstat_stop_status requires a location
1784 to be able to report stops. */
1785
1786static void
1787software_watchpoint_add_no_memory_location (struct breakpoint *b,
1788 struct program_space *pspace)
1789{
1790 gdb_assert (b->type == bp_watchpoint && b->loc == NULL);
1791
1792 b->loc = allocate_bp_location (b);
1793 b->loc->pspace = pspace;
1794 b->loc->address = -1;
1795 b->loc->length = -1;
1796}
1797
1798/* Returns true if B is a software watchpoint that is not watching any
1799 memory (e.g., "watch $pc"). */
1800
1801static int
1802is_no_memory_software_watchpoint (struct breakpoint *b)
1803{
1804 return (b->type == bp_watchpoint
1805 && b->loc != NULL
1806 && b->loc->next == NULL
1807 && b->loc->address == -1
1808 && b->loc->length == -1);
1809}
1810
567e1b4e
JB
1811/* Assuming that B is a watchpoint:
1812 - Reparse watchpoint expression, if REPARSE is non-zero
a5606eee 1813 - Evaluate expression and store the result in B->val
567e1b4e
JB
1814 - Evaluate the condition if there is one, and store the result
1815 in b->loc->cond.
a5606eee
VP
1816 - Update the list of values that must be watched in B->loc.
1817
4a64f543
MS
1818 If the watchpoint disposition is disp_del_at_next_stop, then do
1819 nothing. If this is local watchpoint that is out of scope, delete
1820 it.
1821
1822 Even with `set breakpoint always-inserted on' the watchpoints are
1823 removed + inserted on each stop here. Normal breakpoints must
1824 never be removed because they might be missed by a running thread
1825 when debugging in non-stop mode. On the other hand, hardware
1826 watchpoints (is_hardware_watchpoint; processed here) are specific
1827 to each LWP since they are stored in each LWP's hardware debug
1828 registers. Therefore, such LWP must be stopped first in order to
1829 be able to modify its hardware watchpoints.
1830
1831 Hardware watchpoints must be reset exactly once after being
1832 presented to the user. It cannot be done sooner, because it would
1833 reset the data used to present the watchpoint hit to the user. And
1834 it must not be done later because it could display the same single
1835 watchpoint hit during multiple GDB stops. Note that the latter is
1836 relevant only to the hardware watchpoint types bp_read_watchpoint
1837 and bp_access_watchpoint. False hit by bp_hardware_watchpoint is
1838 not user-visible - its hit is suppressed if the memory content has
1839 not changed.
1840
1841 The following constraints influence the location where we can reset
1842 hardware watchpoints:
1843
1844 * target_stopped_by_watchpoint and target_stopped_data_address are
1845 called several times when GDB stops.
1846
1847 [linux]
1848 * Multiple hardware watchpoints can be hit at the same time,
1849 causing GDB to stop. GDB only presents one hardware watchpoint
1850 hit at a time as the reason for stopping, and all the other hits
1851 are presented later, one after the other, each time the user
1852 requests the execution to be resumed. Execution is not resumed
1853 for the threads still having pending hit event stored in
1854 LWP_INFO->STATUS. While the watchpoint is already removed from
1855 the inferior on the first stop the thread hit event is kept being
1856 reported from its cached value by linux_nat_stopped_data_address
1857 until the real thread resume happens after the watchpoint gets
1858 presented and thus its LWP_INFO->STATUS gets reset.
1859
1860 Therefore the hardware watchpoint hit can get safely reset on the
1861 watchpoint removal from inferior. */
a79d3c27 1862
b40ce68a 1863static void
3a5c3e22 1864update_watchpoint (struct watchpoint *b, int reparse)
7270d8f2 1865{
a5606eee 1866 int within_current_scope;
a5606eee 1867 struct frame_id saved_frame_id;
66076460 1868 int frame_saved;
a5606eee 1869
f6bc2008
PA
1870 /* If this is a local watchpoint, we only want to check if the
1871 watchpoint frame is in scope if the current thread is the thread
1872 that was used to create the watchpoint. */
1873 if (!watchpoint_in_thread_scope (b))
1874 return;
1875
3a5c3e22 1876 if (b->base.disposition == disp_del_at_next_stop)
a5606eee
VP
1877 return;
1878
66076460 1879 frame_saved = 0;
a5606eee
VP
1880
1881 /* Determine if the watchpoint is within scope. */
1882 if (b->exp_valid_block == NULL)
1883 within_current_scope = 1;
1884 else
1885 {
b5db5dfc
UW
1886 struct frame_info *fi = get_current_frame ();
1887 struct gdbarch *frame_arch = get_frame_arch (fi);
1888 CORE_ADDR frame_pc = get_frame_pc (fi);
1889
c9cf6e20
MG
1890 /* If we're at a point where the stack has been destroyed
1891 (e.g. in a function epilogue), unwinding may not work
1892 properly. Do not attempt to recreate locations at this
b5db5dfc 1893 point. See similar comments in watchpoint_check. */
c9cf6e20 1894 if (gdbarch_stack_frame_destroyed_p (frame_arch, frame_pc))
b5db5dfc 1895 return;
66076460
DJ
1896
1897 /* Save the current frame's ID so we can restore it after
1898 evaluating the watchpoint expression on its own frame. */
1899 /* FIXME drow/2003-09-09: It would be nice if evaluate_expression
1900 took a frame parameter, so that we didn't have to change the
1901 selected frame. */
1902 frame_saved = 1;
1903 saved_frame_id = get_frame_id (get_selected_frame (NULL));
1904
a5606eee
VP
1905 fi = frame_find_by_id (b->watchpoint_frame);
1906 within_current_scope = (fi != NULL);
1907 if (within_current_scope)
1908 select_frame (fi);
1909 }
1910
b5db5dfc
UW
1911 /* We don't free locations. They are stored in the bp_location array
1912 and update_global_location_list will eventually delete them and
1913 remove breakpoints if needed. */
3a5c3e22 1914 b->base.loc = NULL;
b5db5dfc 1915
a5606eee
VP
1916 if (within_current_scope && reparse)
1917 {
bbc13ae3 1918 const char *s;
d63d0675 1919
a5606eee
VP
1920 if (b->exp)
1921 {
1922 xfree (b->exp);
1923 b->exp = NULL;
1924 }
d63d0675 1925 s = b->exp_string_reparse ? b->exp_string_reparse : b->exp_string;
1bb9788d 1926 b->exp = parse_exp_1 (&s, 0, b->exp_valid_block, 0);
a5606eee
VP
1927 /* If the meaning of expression itself changed, the old value is
1928 no longer relevant. We don't want to report a watchpoint hit
1929 to the user when the old value and the new value may actually
1930 be completely different objects. */
1931 value_free (b->val);
fa4727a6
DJ
1932 b->val = NULL;
1933 b->val_valid = 0;
60e1c644
PA
1934
1935 /* Note that unlike with breakpoints, the watchpoint's condition
1936 expression is stored in the breakpoint object, not in the
1937 locations (re)created below. */
3a5c3e22 1938 if (b->base.cond_string != NULL)
60e1c644
PA
1939 {
1940 if (b->cond_exp != NULL)
1941 {
1942 xfree (b->cond_exp);
1943 b->cond_exp = NULL;
1944 }
1945
3a5c3e22 1946 s = b->base.cond_string;
1bb9788d 1947 b->cond_exp = parse_exp_1 (&s, 0, b->cond_exp_valid_block, 0);
60e1c644 1948 }
a5606eee 1949 }
a5606eee
VP
1950
1951 /* If we failed to parse the expression, for example because
1952 it refers to a global variable in a not-yet-loaded shared library,
1953 don't try to insert watchpoint. We don't automatically delete
1954 such watchpoint, though, since failure to parse expression
1955 is different from out-of-scope watchpoint. */
e8369a73 1956 if (!target_has_execution)
2d134ed3
PA
1957 {
1958 /* Without execution, memory can't change. No use to try and
1959 set watchpoint locations. The watchpoint will be reset when
1960 the target gains execution, through breakpoint_re_set. */
e8369a73
AB
1961 if (!can_use_hw_watchpoints)
1962 {
1963 if (b->base.ops->works_in_software_mode (&b->base))
1964 b->base.type = bp_watchpoint;
1965 else
638aa5a1
AB
1966 error (_("Can't set read/access watchpoint when "
1967 "hardware watchpoints are disabled."));
e8369a73 1968 }
2d134ed3
PA
1969 }
1970 else if (within_current_scope && b->exp)
a5606eee 1971 {
0cf6dd15 1972 int pc = 0;
fa4727a6 1973 struct value *val_chain, *v, *result, *next;
2d134ed3 1974 struct program_space *frame_pspace;
a5606eee 1975
3a1115a0 1976 fetch_subexp_value (b->exp, &pc, &v, &result, &val_chain, 0);
a5606eee 1977
a5606eee
VP
1978 /* Avoid setting b->val if it's already set. The meaning of
1979 b->val is 'the last value' user saw, and we should update
1980 it only if we reported that last value to user. As it
9c06b0b4
TJB
1981 happens, the code that reports it updates b->val directly.
1982 We don't keep track of the memory value for masked
1983 watchpoints. */
3a5c3e22 1984 if (!b->val_valid && !is_masked_watchpoint (&b->base))
fa4727a6 1985 {
bb9d5f81
PP
1986 if (b->val_bitsize != 0)
1987 {
1988 v = extract_bitfield_from_watchpoint_value (b, v);
1989 if (v != NULL)
1990 release_value (v);
1991 }
fa4727a6
DJ
1992 b->val = v;
1993 b->val_valid = 1;
1994 }
a5606eee 1995
2d134ed3
PA
1996 frame_pspace = get_frame_program_space (get_selected_frame (NULL));
1997
a5606eee 1998 /* Look at each value on the value chain. */
9fa40276 1999 for (v = val_chain; v; v = value_next (v))
a5606eee
VP
2000 {
2001 /* If it's a memory location, and GDB actually needed
2002 its contents to evaluate the expression, then we
fa4727a6
DJ
2003 must watch it. If the first value returned is
2004 still lazy, that means an error occurred reading it;
2005 watch it anyway in case it becomes readable. */
a5606eee 2006 if (VALUE_LVAL (v) == lval_memory
fa4727a6 2007 && (v == val_chain || ! value_lazy (v)))
a5606eee
VP
2008 {
2009 struct type *vtype = check_typedef (value_type (v));
7270d8f2 2010
a5606eee
VP
2011 /* We only watch structs and arrays if user asked
2012 for it explicitly, never if they just happen to
2013 appear in the middle of some value chain. */
fa4727a6 2014 if (v == result
a5606eee
VP
2015 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
2016 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
2017 {
2018 CORE_ADDR addr;
f486487f 2019 enum target_hw_bp_type type;
a5606eee 2020 struct bp_location *loc, **tmp;
bb9d5f81
PP
2021 int bitpos = 0, bitsize = 0;
2022
2023 if (value_bitsize (v) != 0)
2024 {
2025 /* Extract the bit parameters out from the bitfield
2026 sub-expression. */
2027 bitpos = value_bitpos (v);
2028 bitsize = value_bitsize (v);
2029 }
2030 else if (v == result && b->val_bitsize != 0)
2031 {
2032 /* If VAL_BITSIZE != 0 then RESULT is actually a bitfield
2033 lvalue whose bit parameters are saved in the fields
2034 VAL_BITPOS and VAL_BITSIZE. */
2035 bitpos = b->val_bitpos;
2036 bitsize = b->val_bitsize;
2037 }
a5606eee 2038
42ae5230 2039 addr = value_address (v);
bb9d5f81
PP
2040 if (bitsize != 0)
2041 {
2042 /* Skip the bytes that don't contain the bitfield. */
2043 addr += bitpos / 8;
2044 }
2045
a5606eee 2046 type = hw_write;
3a5c3e22 2047 if (b->base.type == bp_read_watchpoint)
a5606eee 2048 type = hw_read;
3a5c3e22 2049 else if (b->base.type == bp_access_watchpoint)
a5606eee 2050 type = hw_access;
3a5c3e22
PA
2051
2052 loc = allocate_bp_location (&b->base);
2053 for (tmp = &(b->base.loc); *tmp != NULL; tmp = &((*tmp)->next))
a5606eee
VP
2054 ;
2055 *tmp = loc;
a6d9a66e 2056 loc->gdbarch = get_type_arch (value_type (v));
6c95b8df
PA
2057
2058 loc->pspace = frame_pspace;
a5606eee 2059 loc->address = addr;
bb9d5f81
PP
2060
2061 if (bitsize != 0)
2062 {
2063 /* Just cover the bytes that make up the bitfield. */
2064 loc->length = ((bitpos % 8) + bitsize + 7) / 8;
2065 }
2066 else
2067 loc->length = TYPE_LENGTH (value_type (v));
2068
a5606eee
VP
2069 loc->watchpoint_type = type;
2070 }
2071 }
9fa40276
TJB
2072 }
2073
2074 /* Change the type of breakpoint between hardware assisted or
2075 an ordinary watchpoint depending on the hardware support
2076 and free hardware slots. REPARSE is set when the inferior
2077 is started. */
a9634178 2078 if (reparse)
9fa40276 2079 {
e09342b5 2080 int reg_cnt;
9fa40276
TJB
2081 enum bp_loc_type loc_type;
2082 struct bp_location *bl;
a5606eee 2083
a9634178 2084 reg_cnt = can_use_hardware_watchpoint (val_chain);
e09342b5
TJB
2085
2086 if (reg_cnt)
9fa40276
TJB
2087 {
2088 int i, target_resources_ok, other_type_used;
a1398e0c 2089 enum bptype type;
9fa40276 2090
a9634178
TJB
2091 /* Use an exact watchpoint when there's only one memory region to be
2092 watched, and only one debug register is needed to watch it. */
2093 b->exact = target_exact_watchpoints && reg_cnt == 1;
2094
9fa40276 2095 /* We need to determine how many resources are already
e09342b5
TJB
2096 used for all other hardware watchpoints plus this one
2097 to see if we still have enough resources to also fit
a1398e0c
PA
2098 this watchpoint in as well. */
2099
2100 /* If this is a software watchpoint, we try to turn it
2101 to a hardware one -- count resources as if B was of
2102 hardware watchpoint type. */
2103 type = b->base.type;
2104 if (type == bp_watchpoint)
2105 type = bp_hardware_watchpoint;
2106
2107 /* This watchpoint may or may not have been placed on
2108 the list yet at this point (it won't be in the list
2109 if we're trying to create it for the first time,
2110 through watch_command), so always account for it
2111 manually. */
2112
2113 /* Count resources used by all watchpoints except B. */
2114 i = hw_watchpoint_used_count_others (&b->base, type, &other_type_used);
2115
2116 /* Add in the resources needed for B. */
2117 i += hw_watchpoint_use_count (&b->base);
2118
2119 target_resources_ok
2120 = target_can_use_hardware_watchpoint (type, i, other_type_used);
e09342b5 2121 if (target_resources_ok <= 0)
a9634178 2122 {
3a5c3e22 2123 int sw_mode = b->base.ops->works_in_software_mode (&b->base);
9c06b0b4
TJB
2124
2125 if (target_resources_ok == 0 && !sw_mode)
a9634178
TJB
2126 error (_("Target does not support this type of "
2127 "hardware watchpoint."));
9c06b0b4
TJB
2128 else if (target_resources_ok < 0 && !sw_mode)
2129 error (_("There are not enough available hardware "
2130 "resources for this watchpoint."));
a1398e0c
PA
2131
2132 /* Downgrade to software watchpoint. */
2133 b->base.type = bp_watchpoint;
2134 }
2135 else
2136 {
2137 /* If this was a software watchpoint, we've just
2138 found we have enough resources to turn it to a
2139 hardware watchpoint. Otherwise, this is a
2140 nop. */
2141 b->base.type = type;
a9634178 2142 }
9fa40276 2143 }
3a5c3e22 2144 else if (!b->base.ops->works_in_software_mode (&b->base))
638aa5a1
AB
2145 {
2146 if (!can_use_hw_watchpoints)
2147 error (_("Can't set read/access watchpoint when "
2148 "hardware watchpoints are disabled."));
2149 else
2150 error (_("Expression cannot be implemented with "
2151 "read/access watchpoint."));
2152 }
9fa40276 2153 else
3a5c3e22 2154 b->base.type = bp_watchpoint;
9fa40276 2155
3a5c3e22 2156 loc_type = (b->base.type == bp_watchpoint? bp_loc_other
9fa40276 2157 : bp_loc_hardware_watchpoint);
3a5c3e22 2158 for (bl = b->base.loc; bl; bl = bl->next)
9fa40276
TJB
2159 bl->loc_type = loc_type;
2160 }
2161
2162 for (v = val_chain; v; v = next)
2163 {
a5606eee
VP
2164 next = value_next (v);
2165 if (v != b->val)
2166 value_free (v);
2167 }
2168
c7437ca6
PA
2169 /* If a software watchpoint is not watching any memory, then the
2170 above left it without any location set up. But,
2171 bpstat_stop_status requires a location to be able to report
2172 stops, so make sure there's at least a dummy one. */
3a5c3e22 2173 if (b->base.type == bp_watchpoint && b->base.loc == NULL)
c6d81124 2174 software_watchpoint_add_no_memory_location (&b->base, frame_pspace);
a5606eee
VP
2175 }
2176 else if (!within_current_scope)
7270d8f2 2177 {
ac74f770
MS
2178 printf_filtered (_("\
2179Watchpoint %d deleted because the program has left the block\n\
2180in which its expression is valid.\n"),
3a5c3e22 2181 b->base.number);
d0fb5eae 2182 watchpoint_del_at_next_stop (b);
7270d8f2 2183 }
a5606eee
VP
2184
2185 /* Restore the selected frame. */
66076460
DJ
2186 if (frame_saved)
2187 select_frame (frame_find_by_id (saved_frame_id));
7270d8f2
OF
2188}
2189
a5606eee 2190
74960c60 2191/* Returns 1 iff breakpoint location should be
1e4d1764
YQ
2192 inserted in the inferior. We don't differentiate the type of BL's owner
2193 (breakpoint vs. tracepoint), although insert_location in tracepoint's
2194 breakpoint_ops is not defined, because in insert_bp_location,
2195 tracepoint's insert_location will not be called. */
74960c60 2196static int
35df4500 2197should_be_inserted (struct bp_location *bl)
74960c60 2198{
35df4500 2199 if (bl->owner == NULL || !breakpoint_enabled (bl->owner))
74960c60
VP
2200 return 0;
2201
35df4500 2202 if (bl->owner->disposition == disp_del_at_next_stop)
74960c60
VP
2203 return 0;
2204
35df4500 2205 if (!bl->enabled || bl->shlib_disabled || bl->duplicate)
74960c60
VP
2206 return 0;
2207
f8eba3c6
TT
2208 if (user_breakpoint_p (bl->owner) && bl->pspace->executing_startup)
2209 return 0;
2210
56710373
PA
2211 /* This is set for example, when we're attached to the parent of a
2212 vfork, and have detached from the child. The child is running
2213 free, and we expect it to do an exec or exit, at which point the
2214 OS makes the parent schedulable again (and the target reports
2215 that the vfork is done). Until the child is done with the shared
2216 memory region, do not insert breakpoints in the parent, otherwise
2217 the child could still trip on the parent's breakpoints. Since
2218 the parent is blocked anyway, it won't miss any breakpoint. */
35df4500 2219 if (bl->pspace->breakpoints_not_allowed)
56710373
PA
2220 return 0;
2221
31e77af2 2222 /* Don't insert a breakpoint if we're trying to step past its
21edc42f
YQ
2223 location, except if the breakpoint is a single-step breakpoint,
2224 and the breakpoint's thread is the thread which is stepping past
2225 a breakpoint. */
31e77af2
PA
2226 if ((bl->loc_type == bp_loc_software_breakpoint
2227 || bl->loc_type == bp_loc_hardware_breakpoint)
2228 && stepping_past_instruction_at (bl->pspace->aspace,
21edc42f
YQ
2229 bl->address)
2230 /* The single-step breakpoint may be inserted at the location
2231 we're trying to step if the instruction branches to itself.
2232 However, the instruction won't be executed at all and it may
2233 break the semantics of the instruction, for example, the
2234 instruction is a conditional branch or updates some flags.
2235 We can't fix it unless GDB is able to emulate the instruction
2236 or switch to displaced stepping. */
2237 && !(bl->owner->type == bp_single_step
2238 && thread_is_stepping_over_breakpoint (bl->owner->thread)))
e558d7c1
PA
2239 {
2240 if (debug_infrun)
2241 {
2242 fprintf_unfiltered (gdb_stdlog,
2243 "infrun: skipping breakpoint: "
2244 "stepping past insn at: %s\n",
2245 paddress (bl->gdbarch, bl->address));
2246 }
2247 return 0;
2248 }
31e77af2 2249
963f9c80
PA
2250 /* Don't insert watchpoints if we're trying to step past the
2251 instruction that triggered one. */
2252 if ((bl->loc_type == bp_loc_hardware_watchpoint)
2253 && stepping_past_nonsteppable_watchpoint ())
2254 {
2255 if (debug_infrun)
2256 {
2257 fprintf_unfiltered (gdb_stdlog,
2258 "infrun: stepping past non-steppable watchpoint. "
2259 "skipping watchpoint at %s:%d\n",
2260 paddress (bl->gdbarch, bl->address),
2261 bl->length);
2262 }
2263 return 0;
2264 }
2265
74960c60
VP
2266 return 1;
2267}
2268
934709f0
PW
2269/* Same as should_be_inserted but does the check assuming
2270 that the location is not duplicated. */
2271
2272static int
2273unduplicated_should_be_inserted (struct bp_location *bl)
2274{
2275 int result;
2276 const int save_duplicate = bl->duplicate;
2277
2278 bl->duplicate = 0;
2279 result = should_be_inserted (bl);
2280 bl->duplicate = save_duplicate;
2281 return result;
2282}
2283
b775012e
LM
2284/* Parses a conditional described by an expression COND into an
2285 agent expression bytecode suitable for evaluation
2286 by the bytecode interpreter. Return NULL if there was
2287 any error during parsing. */
2288
2289static struct agent_expr *
2290parse_cond_to_aexpr (CORE_ADDR scope, struct expression *cond)
2291{
2292 struct agent_expr *aexpr = NULL;
b775012e
LM
2293
2294 if (!cond)
2295 return NULL;
2296
2297 /* We don't want to stop processing, so catch any errors
2298 that may show up. */
492d29ea 2299 TRY
b775012e
LM
2300 {
2301 aexpr = gen_eval_for_expr (scope, cond);
2302 }
2303
492d29ea 2304 CATCH (ex, RETURN_MASK_ERROR)
b775012e
LM
2305 {
2306 /* If we got here, it means the condition could not be parsed to a valid
2307 bytecode expression and thus can't be evaluated on the target's side.
2308 It's no use iterating through the conditions. */
2309 return NULL;
2310 }
492d29ea 2311 END_CATCH
b775012e
LM
2312
2313 /* We have a valid agent expression. */
2314 return aexpr;
2315}
2316
2317/* Based on location BL, create a list of breakpoint conditions to be
2318 passed on to the target. If we have duplicated locations with different
2319 conditions, we will add such conditions to the list. The idea is that the
2320 target will evaluate the list of conditions and will only notify GDB when
2321 one of them is true. */
2322
2323static void
2324build_target_condition_list (struct bp_location *bl)
2325{
2326 struct bp_location **locp = NULL, **loc2p;
2327 int null_condition_or_parse_error = 0;
2328 int modified = bl->needs_update;
2329 struct bp_location *loc;
2330
8b4f3082
PA
2331 /* Release conditions left over from a previous insert. */
2332 VEC_free (agent_expr_p, bl->target_info.conditions);
2333
b775012e
LM
2334 /* This is only meaningful if the target is
2335 evaluating conditions and if the user has
2336 opted for condition evaluation on the target's
2337 side. */
2338 if (gdb_evaluates_breakpoint_condition_p ()
2339 || !target_supports_evaluation_of_breakpoint_conditions ())
2340 return;
2341
2342 /* Do a first pass to check for locations with no assigned
2343 conditions or conditions that fail to parse to a valid agent expression
2344 bytecode. If any of these happen, then it's no use to send conditions
2345 to the target since this location will always trigger and generate a
2346 response back to GDB. */
2347 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2348 {
2349 loc = (*loc2p);
2350 if (is_breakpoint (loc->owner) && loc->pspace->num == bl->pspace->num)
2351 {
2352 if (modified)
2353 {
2354 struct agent_expr *aexpr;
2355
2356 /* Re-parse the conditions since something changed. In that
2357 case we already freed the condition bytecodes (see
2358 force_breakpoint_reinsertion). We just
2359 need to parse the condition to bytecodes again. */
2360 aexpr = parse_cond_to_aexpr (bl->address, loc->cond);
2361 loc->cond_bytecode = aexpr;
b775012e
LM
2362 }
2363
2364 /* If we have a NULL bytecode expression, it means something
2365 went wrong or we have a null condition expression. */
2366 if (!loc->cond_bytecode)
2367 {
2368 null_condition_or_parse_error = 1;
2369 break;
2370 }
2371 }
2372 }
2373
2374 /* If any of these happened, it means we will have to evaluate the conditions
2375 for the location's address on gdb's side. It is no use keeping bytecodes
2376 for all the other duplicate locations, thus we free all of them here.
2377
2378 This is so we have a finer control over which locations' conditions are
2379 being evaluated by GDB or the remote stub. */
2380 if (null_condition_or_parse_error)
2381 {
2382 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2383 {
2384 loc = (*loc2p);
2385 if (is_breakpoint (loc->owner) && loc->pspace->num == bl->pspace->num)
2386 {
2387 /* Only go as far as the first NULL bytecode is
2388 located. */
2389 if (!loc->cond_bytecode)
2390 return;
2391
2392 free_agent_expr (loc->cond_bytecode);
2393 loc->cond_bytecode = NULL;
2394 }
2395 }
2396 }
2397
2398 /* No NULL conditions or failed bytecode generation. Build a condition list
2399 for this location's address. */
2400 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2401 {
2402 loc = (*loc2p);
2403 if (loc->cond
2404 && is_breakpoint (loc->owner)
2405 && loc->pspace->num == bl->pspace->num
2406 && loc->owner->enable_state == bp_enabled
2407 && loc->enabled)
2408 /* Add the condition to the vector. This will be used later to send the
2409 conditions to the target. */
2410 VEC_safe_push (agent_expr_p, bl->target_info.conditions,
2411 loc->cond_bytecode);
2412 }
2413
2414 return;
2415}
2416
d3ce09f5
SS
2417/* Parses a command described by string CMD into an agent expression
2418 bytecode suitable for evaluation by the bytecode interpreter.
2419 Return NULL if there was any error during parsing. */
2420
2421static struct agent_expr *
2422parse_cmd_to_aexpr (CORE_ADDR scope, char *cmd)
2423{
2424 struct cleanup *old_cleanups = 0;
2425 struct expression *expr, **argvec;
2426 struct agent_expr *aexpr = NULL;
bbc13ae3
KS
2427 const char *cmdrest;
2428 const char *format_start, *format_end;
d3ce09f5
SS
2429 struct format_piece *fpieces;
2430 int nargs;
2431 struct gdbarch *gdbarch = get_current_arch ();
2432
2433 if (!cmd)
2434 return NULL;
2435
2436 cmdrest = cmd;
2437
2438 if (*cmdrest == ',')
2439 ++cmdrest;
bbc13ae3 2440 cmdrest = skip_spaces_const (cmdrest);
d3ce09f5
SS
2441
2442 if (*cmdrest++ != '"')
2443 error (_("No format string following the location"));
2444
2445 format_start = cmdrest;
2446
2447 fpieces = parse_format_string (&cmdrest);
2448
2449 old_cleanups = make_cleanup (free_format_pieces_cleanup, &fpieces);
2450
2451 format_end = cmdrest;
2452
2453 if (*cmdrest++ != '"')
2454 error (_("Bad format string, non-terminated '\"'."));
2455
bbc13ae3 2456 cmdrest = skip_spaces_const (cmdrest);
d3ce09f5
SS
2457
2458 if (!(*cmdrest == ',' || *cmdrest == '\0'))
2459 error (_("Invalid argument syntax"));
2460
2461 if (*cmdrest == ',')
2462 cmdrest++;
bbc13ae3 2463 cmdrest = skip_spaces_const (cmdrest);
d3ce09f5
SS
2464
2465 /* For each argument, make an expression. */
2466
2467 argvec = (struct expression **) alloca (strlen (cmd)
2468 * sizeof (struct expression *));
2469
2470 nargs = 0;
2471 while (*cmdrest != '\0')
2472 {
bbc13ae3 2473 const char *cmd1;
d3ce09f5
SS
2474
2475 cmd1 = cmdrest;
2476 expr = parse_exp_1 (&cmd1, scope, block_for_pc (scope), 1);
2477 argvec[nargs++] = expr;
2478 cmdrest = cmd1;
2479 if (*cmdrest == ',')
2480 ++cmdrest;
2481 }
2482
2483 /* We don't want to stop processing, so catch any errors
2484 that may show up. */
492d29ea 2485 TRY
d3ce09f5
SS
2486 {
2487 aexpr = gen_printf (scope, gdbarch, 0, 0,
2488 format_start, format_end - format_start,
2489 fpieces, nargs, argvec);
2490 }
492d29ea 2491 CATCH (ex, RETURN_MASK_ERROR)
d3ce09f5
SS
2492 {
2493 /* If we got here, it means the command could not be parsed to a valid
2494 bytecode expression and thus can't be evaluated on the target's side.
2495 It's no use iterating through the other commands. */
492d29ea 2496 aexpr = NULL;
d3ce09f5 2497 }
492d29ea
PA
2498 END_CATCH
2499
2500 do_cleanups (old_cleanups);
d3ce09f5 2501
d3ce09f5
SS
2502 /* We have a valid agent expression, return it. */
2503 return aexpr;
2504}
2505
2506/* Based on location BL, create a list of breakpoint commands to be
2507 passed on to the target. If we have duplicated locations with
2508 different commands, we will add any such to the list. */
2509
2510static void
2511build_target_command_list (struct bp_location *bl)
2512{
2513 struct bp_location **locp = NULL, **loc2p;
2514 int null_command_or_parse_error = 0;
2515 int modified = bl->needs_update;
2516 struct bp_location *loc;
2517
8b4f3082
PA
2518 /* Release commands left over from a previous insert. */
2519 VEC_free (agent_expr_p, bl->target_info.tcommands);
2520
41fac0cf 2521 if (!target_can_run_breakpoint_commands ())
d3ce09f5
SS
2522 return;
2523
41fac0cf
PA
2524 /* For now, limit to agent-style dprintf breakpoints. */
2525 if (dprintf_style != dprintf_style_agent)
d3ce09f5
SS
2526 return;
2527
41fac0cf
PA
2528 /* For now, if we have any duplicate location that isn't a dprintf,
2529 don't install the target-side commands, as that would make the
2530 breakpoint not be reported to the core, and we'd lose
2531 control. */
2532 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2533 {
2534 loc = (*loc2p);
2535 if (is_breakpoint (loc->owner)
2536 && loc->pspace->num == bl->pspace->num
2537 && loc->owner->type != bp_dprintf)
2538 return;
2539 }
2540
d3ce09f5
SS
2541 /* Do a first pass to check for locations with no assigned
2542 conditions or conditions that fail to parse to a valid agent expression
2543 bytecode. If any of these happen, then it's no use to send conditions
2544 to the target since this location will always trigger and generate a
2545 response back to GDB. */
2546 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2547 {
2548 loc = (*loc2p);
2549 if (is_breakpoint (loc->owner) && loc->pspace->num == bl->pspace->num)
2550 {
2551 if (modified)
2552 {
2553 struct agent_expr *aexpr;
2554
2555 /* Re-parse the commands since something changed. In that
2556 case we already freed the command bytecodes (see
2557 force_breakpoint_reinsertion). We just
2558 need to parse the command to bytecodes again. */
2559 aexpr = parse_cmd_to_aexpr (bl->address,
2560 loc->owner->extra_string);
2561 loc->cmd_bytecode = aexpr;
d3ce09f5
SS
2562 }
2563
2564 /* If we have a NULL bytecode expression, it means something
2565 went wrong or we have a null command expression. */
2566 if (!loc->cmd_bytecode)
2567 {
2568 null_command_or_parse_error = 1;
2569 break;
2570 }
2571 }
2572 }
2573
2574 /* If anything failed, then we're not doing target-side commands,
2575 and so clean up. */
2576 if (null_command_or_parse_error)
2577 {
2578 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2579 {
2580 loc = (*loc2p);
2581 if (is_breakpoint (loc->owner)
2582 && loc->pspace->num == bl->pspace->num)
2583 {
2584 /* Only go as far as the first NULL bytecode is
2585 located. */
40fb6c5e 2586 if (loc->cmd_bytecode == NULL)
d3ce09f5
SS
2587 return;
2588
40fb6c5e
HZ
2589 free_agent_expr (loc->cmd_bytecode);
2590 loc->cmd_bytecode = NULL;
d3ce09f5
SS
2591 }
2592 }
2593 }
2594
2595 /* No NULL commands or failed bytecode generation. Build a command list
2596 for this location's address. */
2597 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, bl->address)
2598 {
2599 loc = (*loc2p);
2600 if (loc->owner->extra_string
2601 && is_breakpoint (loc->owner)
2602 && loc->pspace->num == bl->pspace->num
2603 && loc->owner->enable_state == bp_enabled
2604 && loc->enabled)
2605 /* Add the command to the vector. This will be used later
2606 to send the commands to the target. */
2607 VEC_safe_push (agent_expr_p, bl->target_info.tcommands,
2608 loc->cmd_bytecode);
2609 }
2610
2611 bl->target_info.persist = 0;
2612 /* Maybe flag this location as persistent. */
2613 if (bl->owner->type == bp_dprintf && disconnected_dprintf)
2614 bl->target_info.persist = 1;
2615}
2616
35df4500
TJB
2617/* Insert a low-level "breakpoint" of some type. BL is the breakpoint
2618 location. Any error messages are printed to TMP_ERROR_STREAM; and
3fbb6ffa 2619 DISABLED_BREAKS, and HW_BREAKPOINT_ERROR are used to report problems.
c30eee59
TJB
2620 Returns 0 for success, 1 if the bp_location type is not supported or
2621 -1 for failure.
879bfdc2 2622
4a64f543
MS
2623 NOTE drow/2003-09-09: This routine could be broken down to an
2624 object-style method for each breakpoint or catchpoint type. */
26bb91f3 2625static int
35df4500 2626insert_bp_location (struct bp_location *bl,
26bb91f3 2627 struct ui_file *tmp_error_stream,
3fbb6ffa 2628 int *disabled_breaks,
dd61ec5c
MW
2629 int *hw_breakpoint_error,
2630 int *hw_bp_error_explained_already)
879bfdc2 2631{
0000e5cc
PA
2632 enum errors bp_err = GDB_NO_ERROR;
2633 const char *bp_err_message = NULL;
879bfdc2 2634
b775012e 2635 if (!should_be_inserted (bl) || (bl->inserted && !bl->needs_update))
879bfdc2
DJ
2636 return 0;
2637
35c63cd8
JB
2638 /* Note we don't initialize bl->target_info, as that wipes out
2639 the breakpoint location's shadow_contents if the breakpoint
2640 is still inserted at that location. This in turn breaks
2641 target_read_memory which depends on these buffers when
2642 a memory read is requested at the breakpoint location:
2643 Once the target_info has been wiped, we fail to see that
2644 we have a breakpoint inserted at that address and thus
2645 read the breakpoint instead of returning the data saved in
2646 the breakpoint location's shadow contents. */
0d5ed153 2647 bl->target_info.reqstd_address = bl->address;
35df4500 2648 bl->target_info.placed_address_space = bl->pspace->aspace;
f1310107 2649 bl->target_info.length = bl->length;
8181d85f 2650
b775012e
LM
2651 /* When working with target-side conditions, we must pass all the conditions
2652 for the same breakpoint address down to the target since GDB will not
2653 insert those locations. With a list of breakpoint conditions, the target
2654 can decide when to stop and notify GDB. */
2655
2656 if (is_breakpoint (bl->owner))
2657 {
2658 build_target_condition_list (bl);
d3ce09f5
SS
2659 build_target_command_list (bl);
2660 /* Reset the modification marker. */
b775012e
LM
2661 bl->needs_update = 0;
2662 }
2663
35df4500
TJB
2664 if (bl->loc_type == bp_loc_software_breakpoint
2665 || bl->loc_type == bp_loc_hardware_breakpoint)
879bfdc2 2666 {
35df4500 2667 if (bl->owner->type != bp_hardware_breakpoint)
765dc015
VP
2668 {
2669 /* If the explicitly specified breakpoint type
2670 is not hardware breakpoint, check the memory map to see
2671 if the breakpoint address is in read only memory or not.
4a64f543 2672
765dc015
VP
2673 Two important cases are:
2674 - location type is not hardware breakpoint, memory
2675 is readonly. We change the type of the location to
2676 hardware breakpoint.
4a64f543
MS
2677 - location type is hardware breakpoint, memory is
2678 read-write. This means we've previously made the
2679 location hardware one, but then the memory map changed,
2680 so we undo.
765dc015 2681
4a64f543
MS
2682 When breakpoints are removed, remove_breakpoints will use
2683 location types we've just set here, the only possible
2684 problem is that memory map has changed during running
2685 program, but it's not going to work anyway with current
2686 gdb. */
765dc015 2687 struct mem_region *mr
0d5ed153 2688 = lookup_mem_region (bl->target_info.reqstd_address);
765dc015
VP
2689
2690 if (mr)
2691 {
2692 if (automatic_hardware_breakpoints)
2693 {
765dc015
VP
2694 enum bp_loc_type new_type;
2695
2696 if (mr->attrib.mode != MEM_RW)
2697 new_type = bp_loc_hardware_breakpoint;
2698 else
2699 new_type = bp_loc_software_breakpoint;
2700
35df4500 2701 if (new_type != bl->loc_type)
765dc015
VP
2702 {
2703 static int said = 0;
cc59ec59 2704
35df4500 2705 bl->loc_type = new_type;
765dc015
VP
2706 if (!said)
2707 {
3e43a32a
MS
2708 fprintf_filtered (gdb_stdout,
2709 _("Note: automatically using "
2710 "hardware breakpoints for "
2711 "read-only addresses.\n"));
765dc015
VP
2712 said = 1;
2713 }
2714 }
2715 }
35df4500 2716 else if (bl->loc_type == bp_loc_software_breakpoint
0fec99e8
PA
2717 && mr->attrib.mode != MEM_RW)
2718 {
2719 fprintf_unfiltered (tmp_error_stream,
2720 _("Cannot insert breakpoint %d.\n"
2721 "Cannot set software breakpoint "
2722 "at read-only address %s\n"),
2723 bl->owner->number,
2724 paddress (bl->gdbarch, bl->address));
2725 return 1;
2726 }
765dc015
VP
2727 }
2728 }
2729
879bfdc2
DJ
2730 /* First check to see if we have to handle an overlay. */
2731 if (overlay_debugging == ovly_off
35df4500
TJB
2732 || bl->section == NULL
2733 || !(section_is_overlay (bl->section)))
879bfdc2
DJ
2734 {
2735 /* No overlay handling: just set the breakpoint. */
492d29ea 2736 TRY
dd61ec5c 2737 {
0000e5cc
PA
2738 int val;
2739
dd61ec5c 2740 val = bl->owner->ops->insert_location (bl);
0000e5cc
PA
2741 if (val)
2742 bp_err = GENERIC_ERROR;
dd61ec5c 2743 }
492d29ea 2744 CATCH (e, RETURN_MASK_ALL)
dd61ec5c 2745 {
0000e5cc
PA
2746 bp_err = e.error;
2747 bp_err_message = e.message;
dd61ec5c 2748 }
492d29ea 2749 END_CATCH
879bfdc2
DJ
2750 }
2751 else
2752 {
4a64f543 2753 /* This breakpoint is in an overlay section.
879bfdc2
DJ
2754 Shall we set a breakpoint at the LMA? */
2755 if (!overlay_events_enabled)
2756 {
2757 /* Yes -- overlay event support is not active,
2758 so we must try to set a breakpoint at the LMA.
2759 This will not work for a hardware breakpoint. */
35df4500 2760 if (bl->loc_type == bp_loc_hardware_breakpoint)
8a3fe4f8 2761 warning (_("hardware breakpoint %d not supported in overlay!"),
35df4500 2762 bl->owner->number);
879bfdc2
DJ
2763 else
2764 {
35df4500
TJB
2765 CORE_ADDR addr = overlay_unmapped_address (bl->address,
2766 bl->section);
879bfdc2 2767 /* Set a software (trap) breakpoint at the LMA. */
35df4500 2768 bl->overlay_target_info = bl->target_info;
0d5ed153 2769 bl->overlay_target_info.reqstd_address = addr;
0000e5cc
PA
2770
2771 /* No overlay handling: just set the breakpoint. */
492d29ea 2772 TRY
0000e5cc
PA
2773 {
2774 int val;
2775
2776 val = target_insert_breakpoint (bl->gdbarch,
2777 &bl->overlay_target_info);
2778 if (val)
2779 bp_err = GENERIC_ERROR;
2780 }
492d29ea 2781 CATCH (e, RETURN_MASK_ALL)
0000e5cc
PA
2782 {
2783 bp_err = e.error;
2784 bp_err_message = e.message;
2785 }
492d29ea 2786 END_CATCH
0000e5cc
PA
2787
2788 if (bp_err != GDB_NO_ERROR)
99361f52 2789 fprintf_unfiltered (tmp_error_stream,
3e43a32a
MS
2790 "Overlay breakpoint %d "
2791 "failed: in ROM?\n",
35df4500 2792 bl->owner->number);
879bfdc2
DJ
2793 }
2794 }
2795 /* Shall we set a breakpoint at the VMA? */
35df4500 2796 if (section_is_mapped (bl->section))
879bfdc2
DJ
2797 {
2798 /* Yes. This overlay section is mapped into memory. */
492d29ea 2799 TRY
dd61ec5c 2800 {
0000e5cc
PA
2801 int val;
2802
dd61ec5c 2803 val = bl->owner->ops->insert_location (bl);
0000e5cc
PA
2804 if (val)
2805 bp_err = GENERIC_ERROR;
dd61ec5c 2806 }
492d29ea 2807 CATCH (e, RETURN_MASK_ALL)
dd61ec5c 2808 {
0000e5cc
PA
2809 bp_err = e.error;
2810 bp_err_message = e.message;
dd61ec5c 2811 }
492d29ea 2812 END_CATCH
879bfdc2
DJ
2813 }
2814 else
2815 {
2816 /* No. This breakpoint will not be inserted.
2817 No error, but do not mark the bp as 'inserted'. */
2818 return 0;
2819 }
2820 }
2821
0000e5cc 2822 if (bp_err != GDB_NO_ERROR)
879bfdc2
DJ
2823 {
2824 /* Can't set the breakpoint. */
0000e5cc
PA
2825
2826 /* In some cases, we might not be able to insert a
2827 breakpoint in a shared library that has already been
2828 removed, but we have not yet processed the shlib unload
2829 event. Unfortunately, some targets that implement
076855f9
PA
2830 breakpoint insertion themselves can't tell why the
2831 breakpoint insertion failed (e.g., the remote target
2832 doesn't define error codes), so we must treat generic
2833 errors as memory errors. */
0000e5cc 2834 if ((bp_err == GENERIC_ERROR || bp_err == MEMORY_ERROR)
076855f9 2835 && bl->loc_type == bp_loc_software_breakpoint
08351840 2836 && (solib_name_from_address (bl->pspace, bl->address)
d03de421
PA
2837 || shared_objfile_contains_address_p (bl->pspace,
2838 bl->address)))
879bfdc2 2839 {
4a64f543 2840 /* See also: disable_breakpoints_in_shlibs. */
35df4500 2841 bl->shlib_disabled = 1;
8d3788bd 2842 observer_notify_breakpoint_modified (bl->owner);
3fbb6ffa
TJB
2843 if (!*disabled_breaks)
2844 {
2845 fprintf_unfiltered (tmp_error_stream,
2846 "Cannot insert breakpoint %d.\n",
2847 bl->owner->number);
2848 fprintf_unfiltered (tmp_error_stream,
2849 "Temporarily disabling shared "
2850 "library breakpoints:\n");
2851 }
2852 *disabled_breaks = 1;
879bfdc2 2853 fprintf_unfiltered (tmp_error_stream,
35df4500 2854 "breakpoint #%d\n", bl->owner->number);
0000e5cc 2855 return 0;
879bfdc2
DJ
2856 }
2857 else
879bfdc2 2858 {
35df4500 2859 if (bl->loc_type == bp_loc_hardware_breakpoint)
879bfdc2 2860 {
0000e5cc
PA
2861 *hw_breakpoint_error = 1;
2862 *hw_bp_error_explained_already = bp_err_message != NULL;
dd61ec5c
MW
2863 fprintf_unfiltered (tmp_error_stream,
2864 "Cannot insert hardware breakpoint %d%s",
0000e5cc
PA
2865 bl->owner->number, bp_err_message ? ":" : ".\n");
2866 if (bp_err_message != NULL)
2867 fprintf_unfiltered (tmp_error_stream, "%s.\n", bp_err_message);
879bfdc2
DJ
2868 }
2869 else
2870 {
0000e5cc
PA
2871 if (bp_err_message == NULL)
2872 {
2873 char *message
2874 = memory_error_message (TARGET_XFER_E_IO,
2875 bl->gdbarch, bl->address);
2876 struct cleanup *old_chain = make_cleanup (xfree, message);
2877
2878 fprintf_unfiltered (tmp_error_stream,
2879 "Cannot insert breakpoint %d.\n"
2880 "%s\n",
2881 bl->owner->number, message);
2882 do_cleanups (old_chain);
2883 }
2884 else
2885 {
2886 fprintf_unfiltered (tmp_error_stream,
2887 "Cannot insert breakpoint %d: %s\n",
2888 bl->owner->number,
2889 bp_err_message);
2890 }
879bfdc2 2891 }
0000e5cc 2892 return 1;
879bfdc2
DJ
2893
2894 }
2895 }
2896 else
35df4500 2897 bl->inserted = 1;
879bfdc2 2898
0000e5cc 2899 return 0;
879bfdc2
DJ
2900 }
2901
35df4500 2902 else if (bl->loc_type == bp_loc_hardware_watchpoint
879bfdc2 2903 /* NOTE drow/2003-09-08: This state only exists for removing
4a64f543 2904 watchpoints. It's not clear that it's necessary... */
35df4500 2905 && bl->owner->disposition != disp_del_at_next_stop)
879bfdc2 2906 {
0000e5cc
PA
2907 int val;
2908
77b06cd7
TJB
2909 gdb_assert (bl->owner->ops != NULL
2910 && bl->owner->ops->insert_location != NULL);
2911
2912 val = bl->owner->ops->insert_location (bl);
85d721b8
PA
2913
2914 /* If trying to set a read-watchpoint, and it turns out it's not
2915 supported, try emulating one with an access watchpoint. */
35df4500 2916 if (val == 1 && bl->watchpoint_type == hw_read)
85d721b8
PA
2917 {
2918 struct bp_location *loc, **loc_temp;
2919
2920 /* But don't try to insert it, if there's already another
2921 hw_access location that would be considered a duplicate
2922 of this one. */
2923 ALL_BP_LOCATIONS (loc, loc_temp)
35df4500 2924 if (loc != bl
85d721b8 2925 && loc->watchpoint_type == hw_access
35df4500 2926 && watchpoint_locations_match (bl, loc))
85d721b8 2927 {
35df4500
TJB
2928 bl->duplicate = 1;
2929 bl->inserted = 1;
2930 bl->target_info = loc->target_info;
2931 bl->watchpoint_type = hw_access;
85d721b8
PA
2932 val = 0;
2933 break;
2934 }
2935
2936 if (val == 1)
2937 {
77b06cd7
TJB
2938 bl->watchpoint_type = hw_access;
2939 val = bl->owner->ops->insert_location (bl);
2940
2941 if (val)
2942 /* Back to the original value. */
2943 bl->watchpoint_type = hw_read;
85d721b8
PA
2944 }
2945 }
2946
35df4500 2947 bl->inserted = (val == 0);
879bfdc2
DJ
2948 }
2949
35df4500 2950 else if (bl->owner->type == bp_catchpoint)
879bfdc2 2951 {
0000e5cc
PA
2952 int val;
2953
77b06cd7
TJB
2954 gdb_assert (bl->owner->ops != NULL
2955 && bl->owner->ops->insert_location != NULL);
2956
2957 val = bl->owner->ops->insert_location (bl);
2958 if (val)
2959 {
2960 bl->owner->enable_state = bp_disabled;
2961
2962 if (val == 1)
2963 warning (_("\
2964Error inserting catchpoint %d: Your system does not support this type\n\
2965of catchpoint."), bl->owner->number);
2966 else
2967 warning (_("Error inserting catchpoint %d."), bl->owner->number);
2968 }
2969
2970 bl->inserted = (val == 0);
1640b821
DJ
2971
2972 /* We've already printed an error message if there was a problem
2973 inserting this catchpoint, and we've disabled the catchpoint,
2974 so just return success. */
2975 return 0;
879bfdc2
DJ
2976 }
2977
2978 return 0;
2979}
2980
6c95b8df
PA
2981/* This function is called when program space PSPACE is about to be
2982 deleted. It takes care of updating breakpoints to not reference
2983 PSPACE anymore. */
2984
2985void
2986breakpoint_program_space_exit (struct program_space *pspace)
2987{
2988 struct breakpoint *b, *b_temp;
876fa593 2989 struct bp_location *loc, **loc_temp;
6c95b8df
PA
2990
2991 /* Remove any breakpoint that was set through this program space. */
2992 ALL_BREAKPOINTS_SAFE (b, b_temp)
2993 {
2994 if (b->pspace == pspace)
2995 delete_breakpoint (b);
2996 }
2997
2998 /* Breakpoints set through other program spaces could have locations
2999 bound to PSPACE as well. Remove those. */
876fa593 3000 ALL_BP_LOCATIONS (loc, loc_temp)
6c95b8df
PA
3001 {
3002 struct bp_location *tmp;
3003
3004 if (loc->pspace == pspace)
3005 {
2bdf28a0 3006 /* ALL_BP_LOCATIONS bp_location has LOC->OWNER always non-NULL. */
6c95b8df
PA
3007 if (loc->owner->loc == loc)
3008 loc->owner->loc = loc->next;
3009 else
3010 for (tmp = loc->owner->loc; tmp->next != NULL; tmp = tmp->next)
3011 if (tmp->next == loc)
3012 {
3013 tmp->next = loc->next;
3014 break;
3015 }
3016 }
3017 }
3018
3019 /* Now update the global location list to permanently delete the
3020 removed locations above. */
44702360 3021 update_global_location_list (UGLL_DONT_INSERT);
6c95b8df
PA
3022}
3023
74960c60
VP
3024/* Make sure all breakpoints are inserted in inferior.
3025 Throws exception on any error.
3026 A breakpoint that is already inserted won't be inserted
3027 again, so calling this function twice is safe. */
3028void
3029insert_breakpoints (void)
3030{
3031 struct breakpoint *bpt;
3032
3033 ALL_BREAKPOINTS (bpt)
3034 if (is_hardware_watchpoint (bpt))
3a5c3e22
PA
3035 {
3036 struct watchpoint *w = (struct watchpoint *) bpt;
3037
3038 update_watchpoint (w, 0 /* don't reparse. */);
3039 }
74960c60 3040
04086b45
PA
3041 /* Updating watchpoints creates new locations, so update the global
3042 location list. Explicitly tell ugll to insert locations and
3043 ignore breakpoints_always_inserted_mode. */
3044 update_global_location_list (UGLL_INSERT);
74960c60
VP
3045}
3046
20388dd6
YQ
3047/* Invoke CALLBACK for each of bp_location. */
3048
3049void
3050iterate_over_bp_locations (walk_bp_location_callback callback)
3051{
3052 struct bp_location *loc, **loc_tmp;
3053
3054 ALL_BP_LOCATIONS (loc, loc_tmp)
3055 {
3056 callback (loc, NULL);
3057 }
3058}
3059
b775012e
LM
3060/* This is used when we need to synch breakpoint conditions between GDB and the
3061 target. It is the case with deleting and disabling of breakpoints when using
3062 always-inserted mode. */
3063
3064static void
3065update_inserted_breakpoint_locations (void)
3066{
3067 struct bp_location *bl, **blp_tmp;
3068 int error_flag = 0;
3069 int val = 0;
3070 int disabled_breaks = 0;
3071 int hw_breakpoint_error = 0;
dd61ec5c 3072 int hw_bp_details_reported = 0;
b775012e
LM
3073
3074 struct ui_file *tmp_error_stream = mem_fileopen ();
3075 struct cleanup *cleanups = make_cleanup_ui_file_delete (tmp_error_stream);
3076
3077 /* Explicitly mark the warning -- this will only be printed if
3078 there was an error. */
3079 fprintf_unfiltered (tmp_error_stream, "Warning:\n");
3080
3081 save_current_space_and_thread ();
3082
3083 ALL_BP_LOCATIONS (bl, blp_tmp)
3084 {
3085 /* We only want to update software breakpoints and hardware
3086 breakpoints. */
3087 if (!is_breakpoint (bl->owner))
3088 continue;
3089
3090 /* We only want to update locations that are already inserted
3091 and need updating. This is to avoid unwanted insertion during
3092 deletion of breakpoints. */
3093 if (!bl->inserted || (bl->inserted && !bl->needs_update))
3094 continue;
3095
3096 switch_to_program_space_and_thread (bl->pspace);
3097
3098 /* For targets that support global breakpoints, there's no need
3099 to select an inferior to insert breakpoint to. In fact, even
3100 if we aren't attached to any process yet, we should still
3101 insert breakpoints. */
f5656ead 3102 if (!gdbarch_has_global_breakpoints (target_gdbarch ())
b775012e
LM
3103 && ptid_equal (inferior_ptid, null_ptid))
3104 continue;
3105
3106 val = insert_bp_location (bl, tmp_error_stream, &disabled_breaks,
dd61ec5c 3107 &hw_breakpoint_error, &hw_bp_details_reported);
b775012e
LM
3108 if (val)
3109 error_flag = val;
3110 }
3111
3112 if (error_flag)
3113 {
3114 target_terminal_ours_for_output ();
3115 error_stream (tmp_error_stream);
3116 }
3117
3118 do_cleanups (cleanups);
3119}
3120
c30eee59 3121/* Used when starting or continuing the program. */
c906108c 3122
74960c60
VP
3123static void
3124insert_breakpoint_locations (void)
c906108c 3125{
a5606eee 3126 struct breakpoint *bpt;
35df4500 3127 struct bp_location *bl, **blp_tmp;
eacd795a 3128 int error_flag = 0;
c906108c 3129 int val = 0;
3fbb6ffa 3130 int disabled_breaks = 0;
81d0cc19 3131 int hw_breakpoint_error = 0;
dd61ec5c 3132 int hw_bp_error_explained_already = 0;
c906108c 3133
81d0cc19 3134 struct ui_file *tmp_error_stream = mem_fileopen ();
f7545552 3135 struct cleanup *cleanups = make_cleanup_ui_file_delete (tmp_error_stream);
74960c60 3136
81d0cc19
GS
3137 /* Explicitly mark the warning -- this will only be printed if
3138 there was an error. */
3139 fprintf_unfiltered (tmp_error_stream, "Warning:\n");
6c95b8df
PA
3140
3141 save_current_space_and_thread ();
3142
35df4500 3143 ALL_BP_LOCATIONS (bl, blp_tmp)
879bfdc2 3144 {
b775012e 3145 if (!should_be_inserted (bl) || (bl->inserted && !bl->needs_update))
879bfdc2
DJ
3146 continue;
3147
4a64f543
MS
3148 /* There is no point inserting thread-specific breakpoints if
3149 the thread no longer exists. ALL_BP_LOCATIONS bp_location
3150 has BL->OWNER always non-NULL. */
35df4500 3151 if (bl->owner->thread != -1
5d5658a1 3152 && !valid_global_thread_id (bl->owner->thread))
f365de73
AS
3153 continue;
3154
35df4500 3155 switch_to_program_space_and_thread (bl->pspace);
6c95b8df
PA
3156
3157 /* For targets that support global breakpoints, there's no need
3158 to select an inferior to insert breakpoint to. In fact, even
3159 if we aren't attached to any process yet, we should still
3160 insert breakpoints. */
f5656ead 3161 if (!gdbarch_has_global_breakpoints (target_gdbarch ())
6c95b8df
PA
3162 && ptid_equal (inferior_ptid, null_ptid))
3163 continue;
3164
3fbb6ffa 3165 val = insert_bp_location (bl, tmp_error_stream, &disabled_breaks,
dd61ec5c 3166 &hw_breakpoint_error, &hw_bp_error_explained_already);
879bfdc2 3167 if (val)
eacd795a 3168 error_flag = val;
879bfdc2 3169 }
c906108c 3170
4a64f543
MS
3171 /* If we failed to insert all locations of a watchpoint, remove
3172 them, as half-inserted watchpoint is of limited use. */
a5606eee
VP
3173 ALL_BREAKPOINTS (bpt)
3174 {
3175 int some_failed = 0;
3176 struct bp_location *loc;
3177
3178 if (!is_hardware_watchpoint (bpt))
3179 continue;
3180
d6b74ac4 3181 if (!breakpoint_enabled (bpt))
a5606eee 3182 continue;
74960c60
VP
3183
3184 if (bpt->disposition == disp_del_at_next_stop)
3185 continue;
a5606eee
VP
3186
3187 for (loc = bpt->loc; loc; loc = loc->next)
56710373 3188 if (!loc->inserted && should_be_inserted (loc))
a5606eee
VP
3189 {
3190 some_failed = 1;
3191 break;
3192 }
3193 if (some_failed)
3194 {
3195 for (loc = bpt->loc; loc; loc = loc->next)
3196 if (loc->inserted)
834c0d03 3197 remove_breakpoint (loc);
a5606eee
VP
3198
3199 hw_breakpoint_error = 1;
3200 fprintf_unfiltered (tmp_error_stream,
3201 "Could not insert hardware watchpoint %d.\n",
3202 bpt->number);
eacd795a 3203 error_flag = -1;
a5606eee
VP
3204 }
3205 }
3206
eacd795a 3207 if (error_flag)
81d0cc19
GS
3208 {
3209 /* If a hardware breakpoint or watchpoint was inserted, add a
3210 message about possibly exhausted resources. */
dd61ec5c 3211 if (hw_breakpoint_error && !hw_bp_error_explained_already)
81d0cc19 3212 {
c6510018
MS
3213 fprintf_unfiltered (tmp_error_stream,
3214 "Could not insert hardware breakpoints:\n\
3215You may have requested too many hardware breakpoints/watchpoints.\n");
81d0cc19 3216 }
81d0cc19
GS
3217 target_terminal_ours_for_output ();
3218 error_stream (tmp_error_stream);
3219 }
f7545552
TT
3220
3221 do_cleanups (cleanups);
c906108c
SS
3222}
3223
c30eee59
TJB
3224/* Used when the program stops.
3225 Returns zero if successful, or non-zero if there was a problem
3226 removing a breakpoint location. */
3227
c906108c 3228int
fba45db2 3229remove_breakpoints (void)
c906108c 3230{
35df4500 3231 struct bp_location *bl, **blp_tmp;
3a1bae8e 3232 int val = 0;
c906108c 3233
35df4500 3234 ALL_BP_LOCATIONS (bl, blp_tmp)
c5aa993b 3235 {
1e4d1764 3236 if (bl->inserted && !is_tracepoint (bl->owner))
834c0d03 3237 val |= remove_breakpoint (bl);
c5aa993b 3238 }
3a1bae8e 3239 return val;
c906108c
SS
3240}
3241
49fa26b0
PA
3242/* When a thread exits, remove breakpoints that are related to
3243 that thread. */
3244
3245static void
3246remove_threaded_breakpoints (struct thread_info *tp, int silent)
3247{
3248 struct breakpoint *b, *b_tmp;
3249
3250 ALL_BREAKPOINTS_SAFE (b, b_tmp)
3251 {
5d5658a1 3252 if (b->thread == tp->global_num && user_breakpoint_p (b))
49fa26b0
PA
3253 {
3254 b->disposition = disp_del_at_next_stop;
3255
3256 printf_filtered (_("\
43792cf0
PA
3257Thread-specific breakpoint %d deleted - thread %s no longer in the thread list.\n"),
3258 b->number, print_thread_id (tp));
49fa26b0
PA
3259
3260 /* Hide it from the user. */
3261 b->number = 0;
3262 }
3263 }
3264}
3265
6c95b8df
PA
3266/* Remove breakpoints of process PID. */
3267
3268int
3269remove_breakpoints_pid (int pid)
3270{
35df4500 3271 struct bp_location *bl, **blp_tmp;
6c95b8df
PA
3272 int val;
3273 struct inferior *inf = find_inferior_pid (pid);
3274
35df4500 3275 ALL_BP_LOCATIONS (bl, blp_tmp)
6c95b8df 3276 {
35df4500 3277 if (bl->pspace != inf->pspace)
6c95b8df
PA
3278 continue;
3279
fc126975 3280 if (bl->inserted && !bl->target_info.persist)
6c95b8df 3281 {
834c0d03 3282 val = remove_breakpoint (bl);
6c95b8df
PA
3283 if (val != 0)
3284 return val;
3285 }
3286 }
3287 return 0;
3288}
3289
c906108c 3290int
fba45db2 3291reattach_breakpoints (int pid)
c906108c 3292{
6c95b8df 3293 struct cleanup *old_chain;
35df4500 3294 struct bp_location *bl, **blp_tmp;
c906108c 3295 int val;
86b887df 3296 struct ui_file *tmp_error_stream;
dd61ec5c 3297 int dummy1 = 0, dummy2 = 0, dummy3 = 0;
6c95b8df
PA
3298 struct inferior *inf;
3299 struct thread_info *tp;
3300
3301 tp = any_live_thread_of_process (pid);
3302 if (tp == NULL)
3303 return 1;
3304
3305 inf = find_inferior_pid (pid);
3306 old_chain = save_inferior_ptid ();
3307
3308 inferior_ptid = tp->ptid;
a4954f26 3309
86b887df 3310 tmp_error_stream = mem_fileopen ();
a4954f26 3311 make_cleanup_ui_file_delete (tmp_error_stream);
c906108c 3312
35df4500 3313 ALL_BP_LOCATIONS (bl, blp_tmp)
c5aa993b 3314 {
35df4500 3315 if (bl->pspace != inf->pspace)
6c95b8df
PA
3316 continue;
3317
35df4500 3318 if (bl->inserted)
c5aa993b 3319 {
35df4500 3320 bl->inserted = 0;
dd61ec5c 3321 val = insert_bp_location (bl, tmp_error_stream, &dummy1, &dummy2, &dummy3);
c5aa993b
JM
3322 if (val != 0)
3323 {
ce696e05 3324 do_cleanups (old_chain);
c5aa993b
JM
3325 return val;
3326 }
3327 }
3328 }
ce696e05 3329 do_cleanups (old_chain);
c906108c
SS
3330 return 0;
3331}
3332
e58b0e63
PA
3333static int internal_breakpoint_number = -1;
3334
84f4c1fe
PM
3335/* Set the breakpoint number of B, depending on the value of INTERNAL.
3336 If INTERNAL is non-zero, the breakpoint number will be populated
3337 from internal_breakpoint_number and that variable decremented.
e5dd4106 3338 Otherwise the breakpoint number will be populated from
84f4c1fe
PM
3339 breakpoint_count and that value incremented. Internal breakpoints
3340 do not set the internal var bpnum. */
3341static void
3342set_breakpoint_number (int internal, struct breakpoint *b)
3343{
3344 if (internal)
3345 b->number = internal_breakpoint_number--;
3346 else
3347 {
3348 set_breakpoint_count (breakpoint_count + 1);
3349 b->number = breakpoint_count;
3350 }
3351}
3352
e62c965a 3353static struct breakpoint *
a6d9a66e 3354create_internal_breakpoint (struct gdbarch *gdbarch,
06edf0c0 3355 CORE_ADDR address, enum bptype type,
c0a91b2b 3356 const struct breakpoint_ops *ops)
e62c965a 3357{
e62c965a
PP
3358 struct symtab_and_line sal;
3359 struct breakpoint *b;
3360
4a64f543 3361 init_sal (&sal); /* Initialize to zeroes. */
e62c965a
PP
3362
3363 sal.pc = address;
3364 sal.section = find_pc_overlay (sal.pc);
6c95b8df 3365 sal.pspace = current_program_space;
e62c965a 3366
06edf0c0 3367 b = set_raw_breakpoint (gdbarch, sal, type, ops);
e62c965a
PP
3368 b->number = internal_breakpoint_number--;
3369 b->disposition = disp_donttouch;
3370
3371 return b;
3372}
3373
17450429
PP
3374static const char *const longjmp_names[] =
3375 {
3376 "longjmp", "_longjmp", "siglongjmp", "_siglongjmp"
3377 };
3378#define NUM_LONGJMP_NAMES ARRAY_SIZE(longjmp_names)
3379
3380/* Per-objfile data private to breakpoint.c. */
3381struct breakpoint_objfile_data
3382{
3383 /* Minimal symbol for "_ovly_debug_event" (if any). */
3b7344d5 3384 struct bound_minimal_symbol overlay_msym;
17450429
PP
3385
3386 /* Minimal symbol(s) for "longjmp", "siglongjmp", etc. (if any). */
3b7344d5 3387 struct bound_minimal_symbol longjmp_msym[NUM_LONGJMP_NAMES];
17450429 3388
28106bc2
SDJ
3389 /* True if we have looked for longjmp probes. */
3390 int longjmp_searched;
3391
3392 /* SystemTap probe points for longjmp (if any). */
3393 VEC (probe_p) *longjmp_probes;
3394
17450429 3395 /* Minimal symbol for "std::terminate()" (if any). */
3b7344d5 3396 struct bound_minimal_symbol terminate_msym;
17450429
PP
3397
3398 /* Minimal symbol for "_Unwind_DebugHook" (if any). */
3b7344d5 3399 struct bound_minimal_symbol exception_msym;
28106bc2
SDJ
3400
3401 /* True if we have looked for exception probes. */
3402 int exception_searched;
3403
3404 /* SystemTap probe points for unwinding (if any). */
3405 VEC (probe_p) *exception_probes;
17450429
PP
3406};
3407
3408static const struct objfile_data *breakpoint_objfile_key;
3409
3410/* Minimal symbol not found sentinel. */
3411static struct minimal_symbol msym_not_found;
3412
3413/* Returns TRUE if MSYM point to the "not found" sentinel. */
3414
3415static int
3416msym_not_found_p (const struct minimal_symbol *msym)
3417{
3418 return msym == &msym_not_found;
3419}
3420
3421/* Return per-objfile data needed by breakpoint.c.
3422 Allocate the data if necessary. */
3423
3424static struct breakpoint_objfile_data *
3425get_breakpoint_objfile_data (struct objfile *objfile)
3426{
3427 struct breakpoint_objfile_data *bp_objfile_data;
3428
9a3c8263
SM
3429 bp_objfile_data = ((struct breakpoint_objfile_data *)
3430 objfile_data (objfile, breakpoint_objfile_key));
17450429
PP
3431 if (bp_objfile_data == NULL)
3432 {
8d749320
SM
3433 bp_objfile_data =
3434 XOBNEW (&objfile->objfile_obstack, struct breakpoint_objfile_data);
17450429
PP
3435
3436 memset (bp_objfile_data, 0, sizeof (*bp_objfile_data));
3437 set_objfile_data (objfile, breakpoint_objfile_key, bp_objfile_data);
3438 }
3439 return bp_objfile_data;
3440}
3441
28106bc2
SDJ
3442static void
3443free_breakpoint_probes (struct objfile *obj, void *data)
3444{
9a3c8263
SM
3445 struct breakpoint_objfile_data *bp_objfile_data
3446 = (struct breakpoint_objfile_data *) data;
28106bc2
SDJ
3447
3448 VEC_free (probe_p, bp_objfile_data->longjmp_probes);
3449 VEC_free (probe_p, bp_objfile_data->exception_probes);
3450}
3451
e62c965a 3452static void
af02033e 3453create_overlay_event_breakpoint (void)
e62c965a 3454{
69de3c6a 3455 struct objfile *objfile;
af02033e 3456 const char *const func_name = "_ovly_debug_event";
e62c965a 3457
69de3c6a
PP
3458 ALL_OBJFILES (objfile)
3459 {
3460 struct breakpoint *b;
17450429
PP
3461 struct breakpoint_objfile_data *bp_objfile_data;
3462 CORE_ADDR addr;
67994074 3463 struct explicit_location explicit_loc;
69de3c6a 3464
17450429
PP
3465 bp_objfile_data = get_breakpoint_objfile_data (objfile);
3466
3b7344d5 3467 if (msym_not_found_p (bp_objfile_data->overlay_msym.minsym))
17450429
PP
3468 continue;
3469
3b7344d5 3470 if (bp_objfile_data->overlay_msym.minsym == NULL)
17450429 3471 {
3b7344d5 3472 struct bound_minimal_symbol m;
17450429
PP
3473
3474 m = lookup_minimal_symbol_text (func_name, objfile);
3b7344d5 3475 if (m.minsym == NULL)
17450429
PP
3476 {
3477 /* Avoid future lookups in this objfile. */
3b7344d5 3478 bp_objfile_data->overlay_msym.minsym = &msym_not_found;
17450429
PP
3479 continue;
3480 }
3481 bp_objfile_data->overlay_msym = m;
3482 }
e62c965a 3483
77e371c0 3484 addr = BMSYMBOL_VALUE_ADDRESS (bp_objfile_data->overlay_msym);
17450429 3485 b = create_internal_breakpoint (get_objfile_arch (objfile), addr,
06edf0c0
PA
3486 bp_overlay_event,
3487 &internal_breakpoint_ops);
67994074
KS
3488 initialize_explicit_location (&explicit_loc);
3489 explicit_loc.function_name = ASTRDUP (func_name);
3490 b->location = new_explicit_location (&explicit_loc);
e62c965a 3491
69de3c6a
PP
3492 if (overlay_debugging == ovly_auto)
3493 {
3494 b->enable_state = bp_enabled;
3495 overlay_events_enabled = 1;
3496 }
3497 else
3498 {
3499 b->enable_state = bp_disabled;
3500 overlay_events_enabled = 0;
3501 }
e62c965a 3502 }
e62c965a
PP
3503}
3504
0fd8e87f 3505static void
af02033e 3506create_longjmp_master_breakpoint (void)
0fd8e87f 3507{
6c95b8df 3508 struct program_space *pspace;
6c95b8df
PA
3509 struct cleanup *old_chain;
3510
3511 old_chain = save_current_program_space ();
0fd8e87f 3512
6c95b8df 3513 ALL_PSPACES (pspace)
af02033e
PP
3514 {
3515 struct objfile *objfile;
3516
3517 set_current_program_space (pspace);
3518
3519 ALL_OBJFILES (objfile)
0fd8e87f 3520 {
af02033e
PP
3521 int i;
3522 struct gdbarch *gdbarch;
17450429 3523 struct breakpoint_objfile_data *bp_objfile_data;
0fd8e87f 3524
af02033e 3525 gdbarch = get_objfile_arch (objfile);
0fd8e87f 3526
17450429
PP
3527 bp_objfile_data = get_breakpoint_objfile_data (objfile);
3528
28106bc2
SDJ
3529 if (!bp_objfile_data->longjmp_searched)
3530 {
25f9533e
SDJ
3531 VEC (probe_p) *ret;
3532
3533 ret = find_probes_in_objfile (objfile, "libc", "longjmp");
3534 if (ret != NULL)
3535 {
3536 /* We are only interested in checking one element. */
3537 struct probe *p = VEC_index (probe_p, ret, 0);
3538
3539 if (!can_evaluate_probe_arguments (p))
3540 {
3541 /* We cannot use the probe interface here, because it does
3542 not know how to evaluate arguments. */
3543 VEC_free (probe_p, ret);
3544 ret = NULL;
3545 }
3546 }
3547 bp_objfile_data->longjmp_probes = ret;
28106bc2
SDJ
3548 bp_objfile_data->longjmp_searched = 1;
3549 }
3550
3551 if (bp_objfile_data->longjmp_probes != NULL)
3552 {
3553 int i;
3554 struct probe *probe;
3555 struct gdbarch *gdbarch = get_objfile_arch (objfile);
3556
3557 for (i = 0;
3558 VEC_iterate (probe_p,
3559 bp_objfile_data->longjmp_probes,
3560 i, probe);
3561 ++i)
3562 {
3563 struct breakpoint *b;
3564
729662a5
TT
3565 b = create_internal_breakpoint (gdbarch,
3566 get_probe_address (probe,
3567 objfile),
28106bc2
SDJ
3568 bp_longjmp_master,
3569 &internal_breakpoint_ops);
5b56227b
KS
3570 b->location
3571 = new_probe_location ("-probe-stap libc:longjmp");
28106bc2
SDJ
3572 b->enable_state = bp_disabled;
3573 }
3574
3575 continue;
3576 }
3577
0569175e
TSD
3578 if (!gdbarch_get_longjmp_target_p (gdbarch))
3579 continue;
3580
17450429 3581 for (i = 0; i < NUM_LONGJMP_NAMES; i++)
af02033e
PP
3582 {
3583 struct breakpoint *b;
af02033e 3584 const char *func_name;
17450429 3585 CORE_ADDR addr;
67994074 3586 struct explicit_location explicit_loc;
6c95b8df 3587
3b7344d5 3588 if (msym_not_found_p (bp_objfile_data->longjmp_msym[i].minsym))
af02033e 3589 continue;
0fd8e87f 3590
17450429 3591 func_name = longjmp_names[i];
3b7344d5 3592 if (bp_objfile_data->longjmp_msym[i].minsym == NULL)
17450429 3593 {
3b7344d5 3594 struct bound_minimal_symbol m;
17450429
PP
3595
3596 m = lookup_minimal_symbol_text (func_name, objfile);
3b7344d5 3597 if (m.minsym == NULL)
17450429
PP
3598 {
3599 /* Prevent future lookups in this objfile. */
3b7344d5 3600 bp_objfile_data->longjmp_msym[i].minsym = &msym_not_found;
17450429
PP
3601 continue;
3602 }
3603 bp_objfile_data->longjmp_msym[i] = m;
3604 }
3605
77e371c0 3606 addr = BMSYMBOL_VALUE_ADDRESS (bp_objfile_data->longjmp_msym[i]);
06edf0c0
PA
3607 b = create_internal_breakpoint (gdbarch, addr, bp_longjmp_master,
3608 &internal_breakpoint_ops);
67994074
KS
3609 initialize_explicit_location (&explicit_loc);
3610 explicit_loc.function_name = ASTRDUP (func_name);
3611 b->location = new_explicit_location (&explicit_loc);
af02033e
PP
3612 b->enable_state = bp_disabled;
3613 }
0fd8e87f 3614 }
af02033e 3615 }
6c95b8df
PA
3616
3617 do_cleanups (old_chain);
0fd8e87f
UW
3618}
3619
af02033e 3620/* Create a master std::terminate breakpoint. */
aa7d318d 3621static void
af02033e 3622create_std_terminate_master_breakpoint (void)
aa7d318d
TT
3623{
3624 struct program_space *pspace;
aa7d318d 3625 struct cleanup *old_chain;
af02033e 3626 const char *const func_name = "std::terminate()";
aa7d318d
TT
3627
3628 old_chain = save_current_program_space ();
3629
3630 ALL_PSPACES (pspace)
17450429
PP
3631 {
3632 struct objfile *objfile;
3633 CORE_ADDR addr;
3634
3635 set_current_program_space (pspace);
3636
aa7d318d
TT
3637 ALL_OBJFILES (objfile)
3638 {
3639 struct breakpoint *b;
17450429 3640 struct breakpoint_objfile_data *bp_objfile_data;
67994074 3641 struct explicit_location explicit_loc;
aa7d318d 3642
17450429 3643 bp_objfile_data = get_breakpoint_objfile_data (objfile);
aa7d318d 3644
3b7344d5 3645 if (msym_not_found_p (bp_objfile_data->terminate_msym.minsym))
17450429
PP
3646 continue;
3647
3b7344d5 3648 if (bp_objfile_data->terminate_msym.minsym == NULL)
17450429 3649 {
3b7344d5 3650 struct bound_minimal_symbol m;
17450429
PP
3651
3652 m = lookup_minimal_symbol (func_name, NULL, objfile);
3b7344d5
TT
3653 if (m.minsym == NULL || (MSYMBOL_TYPE (m.minsym) != mst_text
3654 && MSYMBOL_TYPE (m.minsym) != mst_file_text))
17450429
PP
3655 {
3656 /* Prevent future lookups in this objfile. */
3b7344d5 3657 bp_objfile_data->terminate_msym.minsym = &msym_not_found;
17450429
PP
3658 continue;
3659 }
3660 bp_objfile_data->terminate_msym = m;
3661 }
aa7d318d 3662
77e371c0 3663 addr = BMSYMBOL_VALUE_ADDRESS (bp_objfile_data->terminate_msym);
17450429 3664 b = create_internal_breakpoint (get_objfile_arch (objfile), addr,
06edf0c0
PA
3665 bp_std_terminate_master,
3666 &internal_breakpoint_ops);
67994074
KS
3667 initialize_explicit_location (&explicit_loc);
3668 explicit_loc.function_name = ASTRDUP (func_name);
3669 b->location = new_explicit_location (&explicit_loc);
aa7d318d
TT
3670 b->enable_state = bp_disabled;
3671 }
17450429
PP
3672 }
3673
aa7d318d
TT
3674 do_cleanups (old_chain);
3675}
3676
186c406b
TT
3677/* Install a master breakpoint on the unwinder's debug hook. */
3678
70221824 3679static void
186c406b
TT
3680create_exception_master_breakpoint (void)
3681{
3682 struct objfile *objfile;
17450429 3683 const char *const func_name = "_Unwind_DebugHook";
186c406b
TT
3684
3685 ALL_OBJFILES (objfile)
3686 {
17450429
PP
3687 struct breakpoint *b;
3688 struct gdbarch *gdbarch;
3689 struct breakpoint_objfile_data *bp_objfile_data;
3690 CORE_ADDR addr;
67994074 3691 struct explicit_location explicit_loc;
17450429
PP
3692
3693 bp_objfile_data = get_breakpoint_objfile_data (objfile);
3694
28106bc2
SDJ
3695 /* We prefer the SystemTap probe point if it exists. */
3696 if (!bp_objfile_data->exception_searched)
3697 {
25f9533e
SDJ
3698 VEC (probe_p) *ret;
3699
3700 ret = find_probes_in_objfile (objfile, "libgcc", "unwind");
3701
3702 if (ret != NULL)
3703 {
3704 /* We are only interested in checking one element. */
3705 struct probe *p = VEC_index (probe_p, ret, 0);
3706
3707 if (!can_evaluate_probe_arguments (p))
3708 {
3709 /* We cannot use the probe interface here, because it does
3710 not know how to evaluate arguments. */
3711 VEC_free (probe_p, ret);
3712 ret = NULL;
3713 }
3714 }
3715 bp_objfile_data->exception_probes = ret;
28106bc2
SDJ
3716 bp_objfile_data->exception_searched = 1;
3717 }
3718
3719 if (bp_objfile_data->exception_probes != NULL)
3720 {
3721 struct gdbarch *gdbarch = get_objfile_arch (objfile);
3722 int i;
3723 struct probe *probe;
3724
3725 for (i = 0;
3726 VEC_iterate (probe_p,
3727 bp_objfile_data->exception_probes,
3728 i, probe);
3729 ++i)
3730 {
3731 struct breakpoint *b;
3732
729662a5
TT
3733 b = create_internal_breakpoint (gdbarch,
3734 get_probe_address (probe,
3735 objfile),
28106bc2
SDJ
3736 bp_exception_master,
3737 &internal_breakpoint_ops);
5b56227b
KS
3738 b->location
3739 = new_probe_location ("-probe-stap libgcc:unwind");
28106bc2
SDJ
3740 b->enable_state = bp_disabled;
3741 }
3742
3743 continue;
3744 }
3745
3746 /* Otherwise, try the hook function. */
3747
3b7344d5 3748 if (msym_not_found_p (bp_objfile_data->exception_msym.minsym))
17450429
PP
3749 continue;
3750
3751 gdbarch = get_objfile_arch (objfile);
186c406b 3752
3b7344d5 3753 if (bp_objfile_data->exception_msym.minsym == NULL)
186c406b 3754 {
3b7344d5 3755 struct bound_minimal_symbol debug_hook;
186c406b 3756
17450429 3757 debug_hook = lookup_minimal_symbol (func_name, NULL, objfile);
3b7344d5 3758 if (debug_hook.minsym == NULL)
17450429 3759 {
3b7344d5 3760 bp_objfile_data->exception_msym.minsym = &msym_not_found;
17450429
PP
3761 continue;
3762 }
3763
3764 bp_objfile_data->exception_msym = debug_hook;
186c406b 3765 }
17450429 3766
77e371c0 3767 addr = BMSYMBOL_VALUE_ADDRESS (bp_objfile_data->exception_msym);
17450429
PP
3768 addr = gdbarch_convert_from_func_ptr_addr (gdbarch, addr,
3769 &current_target);
06edf0c0
PA
3770 b = create_internal_breakpoint (gdbarch, addr, bp_exception_master,
3771 &internal_breakpoint_ops);
67994074
KS
3772 initialize_explicit_location (&explicit_loc);
3773 explicit_loc.function_name = ASTRDUP (func_name);
3774 b->location = new_explicit_location (&explicit_loc);
17450429 3775 b->enable_state = bp_disabled;
186c406b 3776 }
186c406b
TT
3777}
3778
9ef9e6a6
KS
3779/* Does B have a location spec? */
3780
3781static int
3782breakpoint_event_location_empty_p (const struct breakpoint *b)
3783{
3784 return b->location != NULL && event_location_empty_p (b->location);
3785}
3786
c906108c 3787void
fba45db2 3788update_breakpoints_after_exec (void)
c906108c 3789{
35df4500 3790 struct breakpoint *b, *b_tmp;
876fa593 3791 struct bp_location *bploc, **bplocp_tmp;
c906108c 3792
25b22b0a
PA
3793 /* We're about to delete breakpoints from GDB's lists. If the
3794 INSERTED flag is true, GDB will try to lift the breakpoints by
3795 writing the breakpoints' "shadow contents" back into memory. The
3796 "shadow contents" are NOT valid after an exec, so GDB should not
3797 do that. Instead, the target is responsible from marking
3798 breakpoints out as soon as it detects an exec. We don't do that
3799 here instead, because there may be other attempts to delete
3800 breakpoints after detecting an exec and before reaching here. */
876fa593 3801 ALL_BP_LOCATIONS (bploc, bplocp_tmp)
6c95b8df
PA
3802 if (bploc->pspace == current_program_space)
3803 gdb_assert (!bploc->inserted);
c906108c 3804
35df4500 3805 ALL_BREAKPOINTS_SAFE (b, b_tmp)
c5aa993b 3806 {
6c95b8df
PA
3807 if (b->pspace != current_program_space)
3808 continue;
3809
4a64f543 3810 /* Solib breakpoints must be explicitly reset after an exec(). */
c5aa993b
JM
3811 if (b->type == bp_shlib_event)
3812 {
3813 delete_breakpoint (b);
3814 continue;
3815 }
c906108c 3816
4a64f543 3817 /* JIT breakpoints must be explicitly reset after an exec(). */
4efc6507
DE
3818 if (b->type == bp_jit_event)
3819 {
3820 delete_breakpoint (b);
3821 continue;
3822 }
3823
1900040c 3824 /* Thread event breakpoints must be set anew after an exec(),
0fd8e87f
UW
3825 as must overlay event and longjmp master breakpoints. */
3826 if (b->type == bp_thread_event || b->type == bp_overlay_event
186c406b
TT
3827 || b->type == bp_longjmp_master || b->type == bp_std_terminate_master
3828 || b->type == bp_exception_master)
c4093a6a
JM
3829 {
3830 delete_breakpoint (b);
3831 continue;
3832 }
3833
4a64f543 3834 /* Step-resume breakpoints are meaningless after an exec(). */
2c03e5be 3835 if (b->type == bp_step_resume || b->type == bp_hp_step_resume)
c5aa993b
JM
3836 {
3837 delete_breakpoint (b);
3838 continue;
3839 }
3840
7c16b83e
PA
3841 /* Just like single-step breakpoints. */
3842 if (b->type == bp_single_step)
3843 {
3844 delete_breakpoint (b);
3845 continue;
3846 }
3847
611c83ae
PA
3848 /* Longjmp and longjmp-resume breakpoints are also meaningless
3849 after an exec. */
186c406b 3850 if (b->type == bp_longjmp || b->type == bp_longjmp_resume
e2e4d78b 3851 || b->type == bp_longjmp_call_dummy
186c406b 3852 || b->type == bp_exception || b->type == bp_exception_resume)
611c83ae
PA
3853 {
3854 delete_breakpoint (b);
3855 continue;
3856 }
3857
ce78b96d
JB
3858 if (b->type == bp_catchpoint)
3859 {
3860 /* For now, none of the bp_catchpoint breakpoints need to
3861 do anything at this point. In the future, if some of
3862 the catchpoints need to something, we will need to add
3863 a new method, and call this method from here. */
3864 continue;
3865 }
3866
c5aa993b
JM
3867 /* bp_finish is a special case. The only way we ought to be able
3868 to see one of these when an exec() has happened, is if the user
3869 caught a vfork, and then said "finish". Ordinarily a finish just
3870 carries them to the call-site of the current callee, by setting
3871 a temporary bp there and resuming. But in this case, the finish
3872 will carry them entirely through the vfork & exec.
3873
3874 We don't want to allow a bp_finish to remain inserted now. But
3875 we can't safely delete it, 'cause finish_command has a handle to
3876 the bp on a bpstat, and will later want to delete it. There's a
3877 chance (and I've seen it happen) that if we delete the bp_finish
3878 here, that its storage will get reused by the time finish_command
3879 gets 'round to deleting the "use to be a bp_finish" breakpoint.
3880 We really must allow finish_command to delete a bp_finish.
3881
e5dd4106 3882 In the absence of a general solution for the "how do we know
53a5351d
JM
3883 it's safe to delete something others may have handles to?"
3884 problem, what we'll do here is just uninsert the bp_finish, and
3885 let finish_command delete it.
3886
3887 (We know the bp_finish is "doomed" in the sense that it's
3888 momentary, and will be deleted as soon as finish_command sees
3889 the inferior stopped. So it doesn't matter that the bp's
3890 address is probably bogus in the new a.out, unlike e.g., the
3891 solib breakpoints.) */
c5aa993b 3892
c5aa993b
JM
3893 if (b->type == bp_finish)
3894 {
3895 continue;
3896 }
3897
3898 /* Without a symbolic address, we have little hope of the
3899 pre-exec() address meaning the same thing in the post-exec()
4a64f543 3900 a.out. */
9ef9e6a6 3901 if (breakpoint_event_location_empty_p (b))
c5aa993b
JM
3902 {
3903 delete_breakpoint (b);
3904 continue;
3905 }
c5aa993b 3906 }
c906108c
SS
3907}
3908
3909int
d80ee84f 3910detach_breakpoints (ptid_t ptid)
c906108c 3911{
35df4500 3912 struct bp_location *bl, **blp_tmp;
3a1bae8e 3913 int val = 0;
ce696e05 3914 struct cleanup *old_chain = save_inferior_ptid ();
6c95b8df 3915 struct inferior *inf = current_inferior ();
c5aa993b 3916
dfd4cc63 3917 if (ptid_get_pid (ptid) == ptid_get_pid (inferior_ptid))
8a3fe4f8 3918 error (_("Cannot detach breakpoints of inferior_ptid"));
c5aa993b 3919
6c95b8df 3920 /* Set inferior_ptid; remove_breakpoint_1 uses this global. */
d80ee84f 3921 inferior_ptid = ptid;
35df4500 3922 ALL_BP_LOCATIONS (bl, blp_tmp)
c5aa993b 3923 {
35df4500 3924 if (bl->pspace != inf->pspace)
6c95b8df
PA
3925 continue;
3926
bd9673a4
PW
3927 /* This function must physically remove breakpoints locations
3928 from the specified ptid, without modifying the breakpoint
3929 package's state. Locations of type bp_loc_other are only
3930 maintained at GDB side. So, there is no need to remove
3931 these bp_loc_other locations. Moreover, removing these
3932 would modify the breakpoint package's state. */
3933 if (bl->loc_type == bp_loc_other)
3934 continue;
3935
35df4500 3936 if (bl->inserted)
b2b6a7da 3937 val |= remove_breakpoint_1 (bl, DETACH_BREAKPOINT);
c5aa993b 3938 }
d03285ec 3939
ce696e05 3940 do_cleanups (old_chain);
3a1bae8e 3941 return val;
c906108c
SS
3942}
3943
35df4500 3944/* Remove the breakpoint location BL from the current address space.
6c95b8df
PA
3945 Note that this is used to detach breakpoints from a child fork.
3946 When we get here, the child isn't in the inferior list, and neither
3947 do we have objects to represent its address space --- we should
35df4500 3948 *not* look at bl->pspace->aspace here. */
6c95b8df 3949
c906108c 3950static int
b2b6a7da 3951remove_breakpoint_1 (struct bp_location *bl, enum remove_bp_reason reason)
c906108c
SS
3952{
3953 int val;
c5aa993b 3954
35df4500
TJB
3955 /* BL is never in moribund_locations by our callers. */
3956 gdb_assert (bl->owner != NULL);
2bdf28a0 3957
74960c60
VP
3958 /* The type of none suggests that owner is actually deleted.
3959 This should not ever happen. */
35df4500 3960 gdb_assert (bl->owner->type != bp_none);
0bde7532 3961
35df4500
TJB
3962 if (bl->loc_type == bp_loc_software_breakpoint
3963 || bl->loc_type == bp_loc_hardware_breakpoint)
c906108c 3964 {
c02f5703
MS
3965 /* "Normal" instruction breakpoint: either the standard
3966 trap-instruction bp (bp_breakpoint), or a
3967 bp_hardware_breakpoint. */
3968
3969 /* First check to see if we have to handle an overlay. */
3970 if (overlay_debugging == ovly_off
35df4500
TJB
3971 || bl->section == NULL
3972 || !(section_is_overlay (bl->section)))
c02f5703
MS
3973 {
3974 /* No overlay handling: just remove the breakpoint. */
08351840
PA
3975
3976 /* If we're trying to uninsert a memory breakpoint that we
3977 know is set in a dynamic object that is marked
3978 shlib_disabled, then either the dynamic object was
3979 removed with "remove-symbol-file" or with
3980 "nosharedlibrary". In the former case, we don't know
3981 whether another dynamic object might have loaded over the
3982 breakpoint's address -- the user might well let us know
3983 about it next with add-symbol-file (the whole point of
d03de421 3984 add-symbol-file is letting the user manually maintain a
08351840
PA
3985 list of dynamically loaded objects). If we have the
3986 breakpoint's shadow memory, that is, this is a software
3987 breakpoint managed by GDB, check whether the breakpoint
3988 is still inserted in memory, to avoid overwriting wrong
3989 code with stale saved shadow contents. Note that HW
3990 breakpoints don't have shadow memory, as they're
3991 implemented using a mechanism that is not dependent on
3992 being able to modify the target's memory, and as such
3993 they should always be removed. */
3994 if (bl->shlib_disabled
3995 && bl->target_info.shadow_len != 0
3996 && !memory_validate_breakpoint (bl->gdbarch, &bl->target_info))
3997 val = 0;
3998 else
3999 val = bl->owner->ops->remove_location (bl);
c02f5703 4000 }
c906108c
SS
4001 else
4002 {
4a64f543 4003 /* This breakpoint is in an overlay section.
c02f5703
MS
4004 Did we set a breakpoint at the LMA? */
4005 if (!overlay_events_enabled)
4006 {
4007 /* Yes -- overlay event support is not active, so we
4008 should have set a breakpoint at the LMA. Remove it.
4009 */
c02f5703
MS
4010 /* Ignore any failures: if the LMA is in ROM, we will
4011 have already warned when we failed to insert it. */
35df4500
TJB
4012 if (bl->loc_type == bp_loc_hardware_breakpoint)
4013 target_remove_hw_breakpoint (bl->gdbarch,
4014 &bl->overlay_target_info);
c02f5703 4015 else
35df4500
TJB
4016 target_remove_breakpoint (bl->gdbarch,
4017 &bl->overlay_target_info);
c02f5703
MS
4018 }
4019 /* Did we set a breakpoint at the VMA?
4020 If so, we will have marked the breakpoint 'inserted'. */
35df4500 4021 if (bl->inserted)
c906108c 4022 {
c02f5703
MS
4023 /* Yes -- remove it. Previously we did not bother to
4024 remove the breakpoint if the section had been
4025 unmapped, but let's not rely on that being safe. We
4026 don't know what the overlay manager might do. */
aa67235e
UW
4027
4028 /* However, we should remove *software* breakpoints only
4029 if the section is still mapped, or else we overwrite
4030 wrong code with the saved shadow contents. */
348d480f
PA
4031 if (bl->loc_type == bp_loc_hardware_breakpoint
4032 || section_is_mapped (bl->section))
4033 val = bl->owner->ops->remove_location (bl);
aa67235e
UW
4034 else
4035 val = 0;
c906108c 4036 }
c02f5703
MS
4037 else
4038 {
4039 /* No -- not inserted, so no need to remove. No error. */
4040 val = 0;
4041 }
c906108c 4042 }
879d1e6b 4043
08351840
PA
4044 /* In some cases, we might not be able to remove a breakpoint in
4045 a shared library that has already been removed, but we have
4046 not yet processed the shlib unload event. Similarly for an
4047 unloaded add-symbol-file object - the user might not yet have
4048 had the chance to remove-symbol-file it. shlib_disabled will
4049 be set if the library/object has already been removed, but
4050 the breakpoint hasn't been uninserted yet, e.g., after
4051 "nosharedlibrary" or "remove-symbol-file" with breakpoints
4052 always-inserted mode. */
076855f9 4053 if (val
08351840
PA
4054 && (bl->loc_type == bp_loc_software_breakpoint
4055 && (bl->shlib_disabled
4056 || solib_name_from_address (bl->pspace, bl->address)
d03de421
PA
4057 || shared_objfile_contains_address_p (bl->pspace,
4058 bl->address))))
879d1e6b
UW
4059 val = 0;
4060
c906108c
SS
4061 if (val)
4062 return val;
b2b6a7da 4063 bl->inserted = (reason == DETACH_BREAKPOINT);
c906108c 4064 }
35df4500 4065 else if (bl->loc_type == bp_loc_hardware_watchpoint)
c906108c 4066 {
77b06cd7
TJB
4067 gdb_assert (bl->owner->ops != NULL
4068 && bl->owner->ops->remove_location != NULL);
4069
b2b6a7da 4070 bl->inserted = (reason == DETACH_BREAKPOINT);
77b06cd7 4071 bl->owner->ops->remove_location (bl);
2e70b7b9 4072
c906108c 4073 /* Failure to remove any of the hardware watchpoints comes here. */
b2b6a7da 4074 if (reason == REMOVE_BREAKPOINT && bl->inserted)
8a3fe4f8 4075 warning (_("Could not remove hardware watchpoint %d."),
35df4500 4076 bl->owner->number);
c906108c 4077 }
35df4500
TJB
4078 else if (bl->owner->type == bp_catchpoint
4079 && breakpoint_enabled (bl->owner)
4080 && !bl->duplicate)
ce78b96d 4081 {
77b06cd7
TJB
4082 gdb_assert (bl->owner->ops != NULL
4083 && bl->owner->ops->remove_location != NULL);
ce78b96d 4084
77b06cd7 4085 val = bl->owner->ops->remove_location (bl);
ce78b96d
JB
4086 if (val)
4087 return val;
77b06cd7 4088
b2b6a7da 4089 bl->inserted = (reason == DETACH_BREAKPOINT);
ce78b96d 4090 }
c906108c
SS
4091
4092 return 0;
4093}
4094
6c95b8df 4095static int
834c0d03 4096remove_breakpoint (struct bp_location *bl)
6c95b8df
PA
4097{
4098 int ret;
4099 struct cleanup *old_chain;
4100
35df4500
TJB
4101 /* BL is never in moribund_locations by our callers. */
4102 gdb_assert (bl->owner != NULL);
2bdf28a0 4103
6c95b8df
PA
4104 /* The type of none suggests that owner is actually deleted.
4105 This should not ever happen. */
35df4500 4106 gdb_assert (bl->owner->type != bp_none);
6c95b8df
PA
4107
4108 old_chain = save_current_space_and_thread ();
4109
35df4500 4110 switch_to_program_space_and_thread (bl->pspace);
6c95b8df 4111
b2b6a7da 4112 ret = remove_breakpoint_1 (bl, REMOVE_BREAKPOINT);
6c95b8df
PA
4113
4114 do_cleanups (old_chain);
4115 return ret;
4116}
4117
c906108c
SS
4118/* Clear the "inserted" flag in all breakpoints. */
4119
25b22b0a 4120void
fba45db2 4121mark_breakpoints_out (void)
c906108c 4122{
35df4500 4123 struct bp_location *bl, **blp_tmp;
c906108c 4124
35df4500 4125 ALL_BP_LOCATIONS (bl, blp_tmp)
66c4b3e8 4126 if (bl->pspace == current_program_space)
35df4500 4127 bl->inserted = 0;
c906108c
SS
4128}
4129
53a5351d
JM
4130/* Clear the "inserted" flag in all breakpoints and delete any
4131 breakpoints which should go away between runs of the program.
c906108c
SS
4132
4133 Plus other such housekeeping that has to be done for breakpoints
4134 between runs.
4135
53a5351d
JM
4136 Note: this function gets called at the end of a run (by
4137 generic_mourn_inferior) and when a run begins (by
4a64f543 4138 init_wait_for_inferior). */
c906108c
SS
4139
4140
4141
4142void
fba45db2 4143breakpoint_init_inferior (enum inf_context context)
c906108c 4144{
35df4500 4145 struct breakpoint *b, *b_tmp;
870f88f7 4146 struct bp_location *bl;
1c5cfe86 4147 int ix;
6c95b8df 4148 struct program_space *pspace = current_program_space;
c906108c 4149
50c71eaf
PA
4150 /* If breakpoint locations are shared across processes, then there's
4151 nothing to do. */
f5656ead 4152 if (gdbarch_has_global_breakpoints (target_gdbarch ()))
50c71eaf
PA
4153 return;
4154
1a853c52 4155 mark_breakpoints_out ();
075f6582 4156
35df4500 4157 ALL_BREAKPOINTS_SAFE (b, b_tmp)
c5aa993b 4158 {
6c95b8df
PA
4159 if (b->loc && b->loc->pspace != pspace)
4160 continue;
4161
c5aa993b
JM
4162 switch (b->type)
4163 {
4164 case bp_call_dummy:
e2e4d78b 4165 case bp_longjmp_call_dummy:
c906108c 4166
c5aa993b 4167 /* If the call dummy breakpoint is at the entry point it will
ab92d69b
PA
4168 cause problems when the inferior is rerun, so we better get
4169 rid of it. */
4170
4171 case bp_watchpoint_scope:
4172
4173 /* Also get rid of scope breakpoints. */
4174
4175 case bp_shlib_event:
4176
4177 /* Also remove solib event breakpoints. Their addresses may
4178 have changed since the last time we ran the program.
4179 Actually we may now be debugging against different target;
4180 and so the solib backend that installed this breakpoint may
4181 not be used in by the target. E.g.,
4182
4183 (gdb) file prog-linux
4184 (gdb) run # native linux target
4185 ...
4186 (gdb) kill
4187 (gdb) file prog-win.exe
4188 (gdb) tar rem :9999 # remote Windows gdbserver.
4189 */
c906108c 4190
f59f708a
PA
4191 case bp_step_resume:
4192
4193 /* Also remove step-resume breakpoints. */
4194
7c16b83e
PA
4195 case bp_single_step:
4196
4197 /* Also remove single-step breakpoints. */
4198
c5aa993b
JM
4199 delete_breakpoint (b);
4200 break;
c906108c 4201
c5aa993b
JM
4202 case bp_watchpoint:
4203 case bp_hardware_watchpoint:
4204 case bp_read_watchpoint:
4205 case bp_access_watchpoint:
3a5c3e22
PA
4206 {
4207 struct watchpoint *w = (struct watchpoint *) b;
c906108c 4208
3a5c3e22
PA
4209 /* Likewise for watchpoints on local expressions. */
4210 if (w->exp_valid_block != NULL)
4211 delete_breakpoint (b);
63000888 4212 else
3a5c3e22 4213 {
63000888
PA
4214 /* Get rid of existing locations, which are no longer
4215 valid. New ones will be created in
4216 update_watchpoint, when the inferior is restarted.
4217 The next update_global_location_list call will
4218 garbage collect them. */
4219 b->loc = NULL;
4220
4221 if (context == inf_starting)
4222 {
4223 /* Reset val field to force reread of starting value in
4224 insert_breakpoints. */
4225 if (w->val)
4226 value_free (w->val);
4227 w->val = NULL;
4228 w->val_valid = 0;
4229 }
4230 }
3a5c3e22 4231 }
c5aa993b
JM
4232 break;
4233 default:
c5aa993b
JM
4234 break;
4235 }
4236 }
1c5cfe86
PA
4237
4238 /* Get rid of the moribund locations. */
35df4500
TJB
4239 for (ix = 0; VEC_iterate (bp_location_p, moribund_locations, ix, bl); ++ix)
4240 decref_bp_location (&bl);
1c5cfe86 4241 VEC_free (bp_location_p, moribund_locations);
c906108c
SS
4242}
4243
6c95b8df
PA
4244/* These functions concern about actual breakpoints inserted in the
4245 target --- to e.g. check if we need to do decr_pc adjustment or if
4246 we need to hop over the bkpt --- so we check for address space
4247 match, not program space. */
4248
c2c6d25f
JM
4249/* breakpoint_here_p (PC) returns non-zero if an enabled breakpoint
4250 exists at PC. It returns ordinary_breakpoint_here if it's an
4251 ordinary breakpoint, or permanent_breakpoint_here if it's a
4252 permanent breakpoint.
4253 - When continuing from a location with an ordinary breakpoint, we
4254 actually single step once before calling insert_breakpoints.
e5dd4106 4255 - When continuing from a location with a permanent breakpoint, we
c2c6d25f
JM
4256 need to use the `SKIP_PERMANENT_BREAKPOINT' macro, provided by
4257 the target, to advance the PC past the breakpoint. */
c906108c 4258
c2c6d25f 4259enum breakpoint_here
6c95b8df 4260breakpoint_here_p (struct address_space *aspace, CORE_ADDR pc)
c906108c 4261{
35df4500 4262 struct bp_location *bl, **blp_tmp;
c2c6d25f 4263 int any_breakpoint_here = 0;
c906108c 4264
35df4500 4265 ALL_BP_LOCATIONS (bl, blp_tmp)
075f6582 4266 {
35df4500
TJB
4267 if (bl->loc_type != bp_loc_software_breakpoint
4268 && bl->loc_type != bp_loc_hardware_breakpoint)
075f6582
DJ
4269 continue;
4270
f1310107 4271 /* ALL_BP_LOCATIONS bp_location has BL->OWNER always non-NULL. */
35df4500 4272 if ((breakpoint_enabled (bl->owner)
1a853c52 4273 || bl->permanent)
f1310107 4274 && breakpoint_location_address_match (bl, aspace, pc))
075f6582
DJ
4275 {
4276 if (overlay_debugging
35df4500
TJB
4277 && section_is_overlay (bl->section)
4278 && !section_is_mapped (bl->section))
075f6582 4279 continue; /* unmapped overlay -- can't be a match */
1a853c52 4280 else if (bl->permanent)
075f6582
DJ
4281 return permanent_breakpoint_here;
4282 else
4283 any_breakpoint_here = 1;
4284 }
4285 }
c906108c 4286
f486487f 4287 return any_breakpoint_here ? ordinary_breakpoint_here : no_breakpoint_here;
c906108c
SS
4288}
4289
d35ae833
PA
4290/* See breakpoint.h. */
4291
4292int
4293breakpoint_in_range_p (struct address_space *aspace,
4294 CORE_ADDR addr, ULONGEST len)
4295{
4296 struct bp_location *bl, **blp_tmp;
4297
4298 ALL_BP_LOCATIONS (bl, blp_tmp)
4299 {
4300 if (bl->loc_type != bp_loc_software_breakpoint
4301 && bl->loc_type != bp_loc_hardware_breakpoint)
4302 continue;
4303
4304 if ((breakpoint_enabled (bl->owner)
4305 || bl->permanent)
4306 && breakpoint_location_address_range_overlap (bl, aspace,
4307 addr, len))
4308 {
4309 if (overlay_debugging
4310 && section_is_overlay (bl->section)
4311 && !section_is_mapped (bl->section))
4312 {
4313 /* Unmapped overlay -- can't be a match. */
4314 continue;
4315 }
4316
4317 return 1;
4318 }
4319 }
4320
4321 return 0;
4322}
4323
1c5cfe86
PA
4324/* Return true if there's a moribund breakpoint at PC. */
4325
4326int
6c95b8df 4327moribund_breakpoint_here_p (struct address_space *aspace, CORE_ADDR pc)
1c5cfe86
PA
4328{
4329 struct bp_location *loc;
4330 int ix;
4331
4332 for (ix = 0; VEC_iterate (bp_location_p, moribund_locations, ix, loc); ++ix)
f1310107 4333 if (breakpoint_location_address_match (loc, aspace, pc))
1c5cfe86
PA
4334 return 1;
4335
4336 return 0;
4337}
c2c6d25f 4338
f7ce857f
PA
4339/* Returns non-zero iff BL is inserted at PC, in address space
4340 ASPACE. */
4341
4342static int
4343bp_location_inserted_here_p (struct bp_location *bl,
4344 struct address_space *aspace, CORE_ADDR pc)
4345{
4346 if (bl->inserted
4347 && breakpoint_address_match (bl->pspace->aspace, bl->address,
4348 aspace, pc))
4349 {
4350 if (overlay_debugging
4351 && section_is_overlay (bl->section)
4352 && !section_is_mapped (bl->section))
4353 return 0; /* unmapped overlay -- can't be a match */
4354 else
4355 return 1;
4356 }
4357 return 0;
4358}
4359
a1fd2fa5 4360/* Returns non-zero iff there's a breakpoint inserted at PC. */
c906108c
SS
4361
4362int
a1fd2fa5 4363breakpoint_inserted_here_p (struct address_space *aspace, CORE_ADDR pc)
c906108c 4364{
f7ce857f 4365 struct bp_location **blp, **blp_tmp = NULL;
c906108c 4366
f7ce857f 4367 ALL_BP_LOCATIONS_AT_ADDR (blp, blp_tmp, pc)
c5aa993b 4368 {
f7ce857f
PA
4369 struct bp_location *bl = *blp;
4370
35df4500
TJB
4371 if (bl->loc_type != bp_loc_software_breakpoint
4372 && bl->loc_type != bp_loc_hardware_breakpoint)
075f6582
DJ
4373 continue;
4374
f7ce857f
PA
4375 if (bp_location_inserted_here_p (bl, aspace, pc))
4376 return 1;
c5aa993b 4377 }
c36b740a
VP
4378 return 0;
4379}
4380
a1fd2fa5
PA
4381/* This function returns non-zero iff there is a software breakpoint
4382 inserted at PC. */
c36b740a
VP
4383
4384int
a1fd2fa5
PA
4385software_breakpoint_inserted_here_p (struct address_space *aspace,
4386 CORE_ADDR pc)
4fa8626c 4387{
f7ce857f 4388 struct bp_location **blp, **blp_tmp = NULL;
4fa8626c 4389
f7ce857f 4390 ALL_BP_LOCATIONS_AT_ADDR (blp, blp_tmp, pc)
4fa8626c 4391 {
f7ce857f
PA
4392 struct bp_location *bl = *blp;
4393
35df4500 4394 if (bl->loc_type != bp_loc_software_breakpoint)
4fa8626c
DJ
4395 continue;
4396
f7ce857f
PA
4397 if (bp_location_inserted_here_p (bl, aspace, pc))
4398 return 1;
4fa8626c
DJ
4399 }
4400
4401 return 0;
9c02b525
PA
4402}
4403
4404/* See breakpoint.h. */
4405
4406int
4407hardware_breakpoint_inserted_here_p (struct address_space *aspace,
4408 CORE_ADDR pc)
4409{
4410 struct bp_location **blp, **blp_tmp = NULL;
9c02b525
PA
4411
4412 ALL_BP_LOCATIONS_AT_ADDR (blp, blp_tmp, pc)
4413 {
4414 struct bp_location *bl = *blp;
4415
4416 if (bl->loc_type != bp_loc_hardware_breakpoint)
4417 continue;
4418
4419 if (bp_location_inserted_here_p (bl, aspace, pc))
4420 return 1;
4421 }
4422
4423 return 0;
4fa8626c
DJ
4424}
4425
9093389c
PA
4426int
4427hardware_watchpoint_inserted_in_range (struct address_space *aspace,
4428 CORE_ADDR addr, ULONGEST len)
4429{
4430 struct breakpoint *bpt;
4431
4432 ALL_BREAKPOINTS (bpt)
4433 {
4434 struct bp_location *loc;
4435
4436 if (bpt->type != bp_hardware_watchpoint
4437 && bpt->type != bp_access_watchpoint)
4438 continue;
4439
4440 if (!breakpoint_enabled (bpt))
4441 continue;
4442
4443 for (loc = bpt->loc; loc; loc = loc->next)
4444 if (loc->pspace->aspace == aspace && loc->inserted)
4445 {
4446 CORE_ADDR l, h;
4447
4448 /* Check for intersection. */
4449 l = max (loc->address, addr);
4450 h = min (loc->address + loc->length, addr + len);
4451 if (l < h)
4452 return 1;
4453 }
4454 }
4455 return 0;
4456}
c906108c 4457\f
c5aa993b 4458
c906108c
SS
4459/* bpstat stuff. External routines' interfaces are documented
4460 in breakpoint.h. */
4461
4462int
c326b90e 4463is_catchpoint (struct breakpoint *ep)
c906108c 4464{
533be4dd 4465 return (ep->type == bp_catchpoint);
c906108c
SS
4466}
4467
f431efe5
PA
4468/* Frees any storage that is part of a bpstat. Does not walk the
4469 'next' chain. */
4470
4471static void
198757a8
VP
4472bpstat_free (bpstat bs)
4473{
4474 if (bs->old_val != NULL)
4475 value_free (bs->old_val);
9add0f1b 4476 decref_counted_command_line (&bs->commands);
f431efe5 4477 decref_bp_location (&bs->bp_location_at);
198757a8
VP
4478 xfree (bs);
4479}
4480
c906108c
SS
4481/* Clear a bpstat so that it says we are not at any breakpoint.
4482 Also free any storage that is part of a bpstat. */
4483
4484void
fba45db2 4485bpstat_clear (bpstat *bsp)
c906108c
SS
4486{
4487 bpstat p;
4488 bpstat q;
4489
4490 if (bsp == 0)
4491 return;
4492 p = *bsp;
4493 while (p != NULL)
4494 {
4495 q = p->next;
198757a8 4496 bpstat_free (p);
c906108c
SS
4497 p = q;
4498 }
4499 *bsp = NULL;
4500}
4501
4502/* Return a copy of a bpstat. Like "bs1 = bs2" but all storage that
4503 is part of the bpstat is copied as well. */
4504
4505bpstat
fba45db2 4506bpstat_copy (bpstat bs)
c906108c
SS
4507{
4508 bpstat p = NULL;
4509 bpstat tmp;
4510 bpstat retval = NULL;
4511
4512 if (bs == NULL)
4513 return bs;
4514
4515 for (; bs != NULL; bs = bs->next)
4516 {
4517 tmp = (bpstat) xmalloc (sizeof (*tmp));
4518 memcpy (tmp, bs, sizeof (*tmp));
9add0f1b 4519 incref_counted_command_line (tmp->commands);
f431efe5 4520 incref_bp_location (tmp->bp_location_at);
31cc81e9 4521 if (bs->old_val != NULL)
3c3185ac
JK
4522 {
4523 tmp->old_val = value_copy (bs->old_val);
4524 release_value (tmp->old_val);
4525 }
31cc81e9 4526
c906108c
SS
4527 if (p == NULL)
4528 /* This is the first thing in the chain. */
4529 retval = tmp;
4530 else
4531 p->next = tmp;
4532 p = tmp;
4533 }
4534 p->next = NULL;
4535 return retval;
4536}
4537
4a64f543 4538/* Find the bpstat associated with this breakpoint. */
c906108c
SS
4539
4540bpstat
fba45db2 4541bpstat_find_breakpoint (bpstat bsp, struct breakpoint *breakpoint)
c906108c 4542{
c5aa993b
JM
4543 if (bsp == NULL)
4544 return NULL;
c906108c 4545
c5aa993b
JM
4546 for (; bsp != NULL; bsp = bsp->next)
4547 {
f431efe5 4548 if (bsp->breakpoint_at == breakpoint)
c5aa993b
JM
4549 return bsp;
4550 }
c906108c
SS
4551 return NULL;
4552}
4553
ab04a2af
TT
4554/* See breakpoint.h. */
4555
47591c29 4556int
427cd150 4557bpstat_explains_signal (bpstat bsp, enum gdb_signal sig)
ab04a2af 4558{
ab04a2af
TT
4559 for (; bsp != NULL; bsp = bsp->next)
4560 {
427cd150
TT
4561 if (bsp->breakpoint_at == NULL)
4562 {
4563 /* A moribund location can never explain a signal other than
4564 GDB_SIGNAL_TRAP. */
4565 if (sig == GDB_SIGNAL_TRAP)
47591c29 4566 return 1;
427cd150
TT
4567 }
4568 else
47591c29
PA
4569 {
4570 if (bsp->breakpoint_at->ops->explains_signal (bsp->breakpoint_at,
4571 sig))
4572 return 1;
4573 }
ab04a2af
TT
4574 }
4575
47591c29 4576 return 0;
ab04a2af
TT
4577}
4578
4a64f543
MS
4579/* Put in *NUM the breakpoint number of the first breakpoint we are
4580 stopped at. *BSP upon return is a bpstat which points to the
4581 remaining breakpoints stopped at (but which is not guaranteed to be
4582 good for anything but further calls to bpstat_num).
4583
8671a17b
PA
4584 Return 0 if passed a bpstat which does not indicate any breakpoints.
4585 Return -1 if stopped at a breakpoint that has been deleted since
4586 we set it.
4587 Return 1 otherwise. */
c906108c
SS
4588
4589int
8671a17b 4590bpstat_num (bpstat *bsp, int *num)
c906108c
SS
4591{
4592 struct breakpoint *b;
4593
4594 if ((*bsp) == NULL)
4595 return 0; /* No more breakpoint values */
8671a17b 4596
4a64f543
MS
4597 /* We assume we'll never have several bpstats that correspond to a
4598 single breakpoint -- otherwise, this function might return the
4599 same number more than once and this will look ugly. */
f431efe5 4600 b = (*bsp)->breakpoint_at;
8671a17b
PA
4601 *bsp = (*bsp)->next;
4602 if (b == NULL)
4603 return -1; /* breakpoint that's been deleted since */
4604
4605 *num = b->number; /* We have its number */
4606 return 1;
c906108c
SS
4607}
4608
e93ca019 4609/* See breakpoint.h. */
c906108c
SS
4610
4611void
e93ca019 4612bpstat_clear_actions (void)
c906108c 4613{
e93ca019
JK
4614 struct thread_info *tp;
4615 bpstat bs;
4616
4617 if (ptid_equal (inferior_ptid, null_ptid))
4618 return;
4619
4620 tp = find_thread_ptid (inferior_ptid);
4621 if (tp == NULL)
4622 return;
4623
4624 for (bs = tp->control.stop_bpstat; bs != NULL; bs = bs->next)
c906108c 4625 {
9add0f1b 4626 decref_counted_command_line (&bs->commands);
abf85f46 4627
c906108c
SS
4628 if (bs->old_val != NULL)
4629 {
4630 value_free (bs->old_val);
4631 bs->old_val = NULL;
4632 }
4633 }
4634}
4635
f3b1572e
PA
4636/* Called when a command is about to proceed the inferior. */
4637
4638static void
4639breakpoint_about_to_proceed (void)
4640{
4641 if (!ptid_equal (inferior_ptid, null_ptid))
4642 {
4643 struct thread_info *tp = inferior_thread ();
4644
4645 /* Allow inferior function calls in breakpoint commands to not
4646 interrupt the command list. When the call finishes
4647 successfully, the inferior will be standing at the same
4648 breakpoint as if nothing happened. */
16c381f0 4649 if (tp->control.in_infcall)
f3b1572e
PA
4650 return;
4651 }
4652
4653 breakpoint_proceeded = 1;
4654}
4655
4a64f543
MS
4656/* Stub for cleaning up our state if we error-out of a breakpoint
4657 command. */
c906108c 4658static void
4efb68b1 4659cleanup_executing_breakpoints (void *ignore)
c906108c
SS
4660{
4661 executing_breakpoint_commands = 0;
4662}
4663
abf85f46
JK
4664/* Return non-zero iff CMD as the first line of a command sequence is `silent'
4665 or its equivalent. */
4666
4667static int
4668command_line_is_silent (struct command_line *cmd)
4669{
4f45d445 4670 return cmd && (strcmp ("silent", cmd->line) == 0);
abf85f46
JK
4671}
4672
4a64f543
MS
4673/* Execute all the commands associated with all the breakpoints at
4674 this location. Any of these commands could cause the process to
4675 proceed beyond this point, etc. We look out for such changes by
4676 checking the global "breakpoint_proceeded" after each command.
c906108c 4677
347bddb7
PA
4678 Returns true if a breakpoint command resumed the inferior. In that
4679 case, it is the caller's responsibility to recall it again with the
4680 bpstat of the current thread. */
4681
4682static int
4683bpstat_do_actions_1 (bpstat *bsp)
c906108c
SS
4684{
4685 bpstat bs;
4686 struct cleanup *old_chain;
347bddb7 4687 int again = 0;
c906108c
SS
4688
4689 /* Avoid endless recursion if a `source' command is contained
4690 in bs->commands. */
4691 if (executing_breakpoint_commands)
347bddb7 4692 return 0;
c906108c
SS
4693
4694 executing_breakpoint_commands = 1;
4695 old_chain = make_cleanup (cleanup_executing_breakpoints, 0);
4696
cf6c5ffb
TT
4697 prevent_dont_repeat ();
4698
4a64f543 4699 /* This pointer will iterate over the list of bpstat's. */
c906108c
SS
4700 bs = *bsp;
4701
4702 breakpoint_proceeded = 0;
4703 for (; bs != NULL; bs = bs->next)
4704 {
9add0f1b 4705 struct counted_command_line *ccmd;
6c50ab1c
JB
4706 struct command_line *cmd;
4707 struct cleanup *this_cmd_tree_chain;
4708
4709 /* Take ownership of the BSP's command tree, if it has one.
4710
4711 The command tree could legitimately contain commands like
4712 'step' and 'next', which call clear_proceed_status, which
4713 frees stop_bpstat's command tree. To make sure this doesn't
4714 free the tree we're executing out from under us, we need to
4715 take ownership of the tree ourselves. Since a given bpstat's
4716 commands are only executed once, we don't need to copy it; we
4717 can clear the pointer in the bpstat, and make sure we free
4718 the tree when we're done. */
9add0f1b
TT
4719 ccmd = bs->commands;
4720 bs->commands = NULL;
abf85f46
JK
4721 this_cmd_tree_chain = make_cleanup_decref_counted_command_line (&ccmd);
4722 cmd = ccmd ? ccmd->commands : NULL;
4723 if (command_line_is_silent (cmd))
4724 {
4725 /* The action has been already done by bpstat_stop_status. */
4726 cmd = cmd->next;
4727 }
6c50ab1c 4728
c906108c
SS
4729 while (cmd != NULL)
4730 {
4731 execute_control_command (cmd);
4732
4733 if (breakpoint_proceeded)
4734 break;
4735 else
4736 cmd = cmd->next;
4737 }
6c50ab1c
JB
4738
4739 /* We can free this command tree now. */
4740 do_cleanups (this_cmd_tree_chain);
4741
c906108c 4742 if (breakpoint_proceeded)
32c1e744 4743 {
cb814510 4744 if (current_ui->async)
347bddb7
PA
4745 /* If we are in async mode, then the target might be still
4746 running, not stopped at any breakpoint, so nothing for
4747 us to do here -- just return to the event loop. */
4748 ;
32c1e744
VP
4749 else
4750 /* In sync mode, when execute_control_command returns
4751 we're already standing on the next breakpoint.
347bddb7
PA
4752 Breakpoint commands for that stop were not run, since
4753 execute_command does not run breakpoint commands --
4754 only command_line_handler does, but that one is not
4755 involved in execution of breakpoint commands. So, we
4756 can now execute breakpoint commands. It should be
4757 noted that making execute_command do bpstat actions is
4758 not an option -- in this case we'll have recursive
4759 invocation of bpstat for each breakpoint with a
4760 command, and can easily blow up GDB stack. Instead, we
4761 return true, which will trigger the caller to recall us
4762 with the new stop_bpstat. */
4763 again = 1;
4764 break;
32c1e744 4765 }
c906108c 4766 }
c2b8ed2c 4767 do_cleanups (old_chain);
347bddb7
PA
4768 return again;
4769}
4770
4771void
4772bpstat_do_actions (void)
4773{
353d1d73
JK
4774 struct cleanup *cleanup_if_error = make_bpstat_clear_actions_cleanup ();
4775
347bddb7
PA
4776 /* Do any commands attached to breakpoint we are stopped at. */
4777 while (!ptid_equal (inferior_ptid, null_ptid)
4778 && target_has_execution
4779 && !is_exited (inferior_ptid)
4780 && !is_executing (inferior_ptid))
4781 /* Since in sync mode, bpstat_do_actions may resume the inferior,
4782 and only return when it is stopped at the next breakpoint, we
4783 keep doing breakpoint actions until it returns false to
4784 indicate the inferior was not resumed. */
16c381f0 4785 if (!bpstat_do_actions_1 (&inferior_thread ()->control.stop_bpstat))
347bddb7 4786 break;
353d1d73
JK
4787
4788 discard_cleanups (cleanup_if_error);
c906108c
SS
4789}
4790
fa4727a6
DJ
4791/* Print out the (old or new) value associated with a watchpoint. */
4792
4793static void
4794watchpoint_value_print (struct value *val, struct ui_file *stream)
4795{
4796 if (val == NULL)
4797 fprintf_unfiltered (stream, _("<unreadable>"));
4798 else
79a45b7d
TT
4799 {
4800 struct value_print_options opts;
4801 get_user_print_options (&opts);
4802 value_print (val, stream, &opts);
4803 }
fa4727a6
DJ
4804}
4805
f303dbd6
PA
4806/* Print the "Thread ID hit" part of "Thread ID hit Breakpoint N" if
4807 debugging multiple threads. */
4808
4809void
4810maybe_print_thread_hit_breakpoint (struct ui_out *uiout)
4811{
4812 if (ui_out_is_mi_like_p (uiout))
4813 return;
4814
4815 ui_out_text (uiout, "\n");
4816
4817 if (show_thread_that_caused_stop ())
4818 {
4819 const char *name;
4820 struct thread_info *thr = inferior_thread ();
4821
4822 ui_out_text (uiout, "Thread ");
4823 ui_out_field_fmt (uiout, "thread-id", "%s", print_thread_id (thr));
4824
4825 name = thr->name != NULL ? thr->name : target_thread_name (thr);
4826 if (name != NULL)
4827 {
4828 ui_out_text (uiout, " \"");
4829 ui_out_field_fmt (uiout, "name", "%s", name);
4830 ui_out_text (uiout, "\"");
4831 }
4832
4833 ui_out_text (uiout, " hit ");
4834 }
4835}
4836
e514a9d6 4837/* Generic routine for printing messages indicating why we
4a64f543 4838 stopped. The behavior of this function depends on the value
e514a9d6
JM
4839 'print_it' in the bpstat structure. Under some circumstances we
4840 may decide not to print anything here and delegate the task to
4a64f543 4841 normal_stop(). */
e514a9d6
JM
4842
4843static enum print_stop_action
4844print_bp_stop_message (bpstat bs)
4845{
4846 switch (bs->print_it)
4847 {
4848 case print_it_noop:
4a64f543 4849 /* Nothing should be printed for this bpstat entry. */
e514a9d6
JM
4850 return PRINT_UNKNOWN;
4851 break;
4852
4853 case print_it_done:
4854 /* We still want to print the frame, but we already printed the
4a64f543 4855 relevant messages. */
e514a9d6
JM
4856 return PRINT_SRC_AND_LOC;
4857 break;
4858
4859 case print_it_normal:
4f8d1dc6 4860 {
f431efe5
PA
4861 struct breakpoint *b = bs->breakpoint_at;
4862
1a6a67de
TJB
4863 /* bs->breakpoint_at can be NULL if it was a momentary breakpoint
4864 which has since been deleted. */
4865 if (b == NULL)
4866 return PRINT_UNKNOWN;
4867
348d480f
PA
4868 /* Normal case. Call the breakpoint's print_it method. */
4869 return b->ops->print_it (bs);
4f8d1dc6 4870 }
348d480f 4871 break;
3086aeae 4872
e514a9d6 4873 default:
8e65ff28 4874 internal_error (__FILE__, __LINE__,
e2e0b3e5 4875 _("print_bp_stop_message: unrecognized enum value"));
e514a9d6 4876 break;
c906108c 4877 }
c906108c
SS
4878}
4879
edcc5120
TT
4880/* A helper function that prints a shared library stopped event. */
4881
4882static void
4883print_solib_event (int is_catchpoint)
4884{
4885 int any_deleted
4886 = !VEC_empty (char_ptr, current_program_space->deleted_solibs);
4887 int any_added
4888 = !VEC_empty (so_list_ptr, current_program_space->added_solibs);
4889
4890 if (!is_catchpoint)
4891 {
4892 if (any_added || any_deleted)
4893 ui_out_text (current_uiout,
4894 _("Stopped due to shared library event:\n"));
4895 else
4896 ui_out_text (current_uiout,
4897 _("Stopped due to shared library event (no "
4898 "libraries added or removed)\n"));
4899 }
4900
4901 if (ui_out_is_mi_like_p (current_uiout))
4902 ui_out_field_string (current_uiout, "reason",
4903 async_reason_lookup (EXEC_ASYNC_SOLIB_EVENT));
4904
4905 if (any_deleted)
4906 {
4907 struct cleanup *cleanup;
4908 char *name;
4909 int ix;
4910
4911 ui_out_text (current_uiout, _(" Inferior unloaded "));
4912 cleanup = make_cleanup_ui_out_list_begin_end (current_uiout,
4913 "removed");
4914 for (ix = 0;
4915 VEC_iterate (char_ptr, current_program_space->deleted_solibs,
4916 ix, name);
4917 ++ix)
4918 {
4919 if (ix > 0)
4920 ui_out_text (current_uiout, " ");
4921 ui_out_field_string (current_uiout, "library", name);
4922 ui_out_text (current_uiout, "\n");
4923 }
4924
4925 do_cleanups (cleanup);
4926 }
4927
4928 if (any_added)
4929 {
4930 struct so_list *iter;
4931 int ix;
4932 struct cleanup *cleanup;
4933
4934 ui_out_text (current_uiout, _(" Inferior loaded "));
4935 cleanup = make_cleanup_ui_out_list_begin_end (current_uiout,
4936 "added");
4937 for (ix = 0;
4938 VEC_iterate (so_list_ptr, current_program_space->added_solibs,
4939 ix, iter);
4940 ++ix)
4941 {
4942 if (ix > 0)
4943 ui_out_text (current_uiout, " ");
4944 ui_out_field_string (current_uiout, "library", iter->so_name);
4945 ui_out_text (current_uiout, "\n");
4946 }
4947
4948 do_cleanups (cleanup);
4949 }
4950}
4951
e514a9d6
JM
4952/* Print a message indicating what happened. This is called from
4953 normal_stop(). The input to this routine is the head of the bpstat
36dfb11c
TT
4954 list - a list of the eventpoints that caused this stop. KIND is
4955 the target_waitkind for the stopping event. This
e514a9d6
JM
4956 routine calls the generic print routine for printing a message
4957 about reasons for stopping. This will print (for example) the
4958 "Breakpoint n," part of the output. The return value of this
4959 routine is one of:
c906108c 4960
4a64f543 4961 PRINT_UNKNOWN: Means we printed nothing.
917317f4 4962 PRINT_SRC_AND_LOC: Means we printed something, and expect subsequent
4a64f543 4963 code to print the location. An example is
c5aa993b
JM
4964 "Breakpoint 1, " which should be followed by
4965 the location.
917317f4 4966 PRINT_SRC_ONLY: Means we printed something, but there is no need
c5aa993b
JM
4967 to also print the location part of the message.
4968 An example is the catch/throw messages, which
4a64f543 4969 don't require a location appended to the end.
917317f4 4970 PRINT_NOTHING: We have done some printing and we don't need any
4a64f543 4971 further info to be printed. */
c906108c 4972
917317f4 4973enum print_stop_action
36dfb11c 4974bpstat_print (bpstat bs, int kind)
c906108c 4975{
f486487f 4976 enum print_stop_action val;
c5aa993b 4977
c906108c 4978 /* Maybe another breakpoint in the chain caused us to stop.
53a5351d
JM
4979 (Currently all watchpoints go on the bpstat whether hit or not.
4980 That probably could (should) be changed, provided care is taken
c906108c 4981 with respect to bpstat_explains_signal). */
e514a9d6
JM
4982 for (; bs; bs = bs->next)
4983 {
4984 val = print_bp_stop_message (bs);
4985 if (val == PRINT_SRC_ONLY
4986 || val == PRINT_SRC_AND_LOC
4987 || val == PRINT_NOTHING)
4988 return val;
4989 }
c906108c 4990
36dfb11c
TT
4991 /* If we had hit a shared library event breakpoint,
4992 print_bp_stop_message would print out this message. If we hit an
4993 OS-level shared library event, do the same thing. */
4994 if (kind == TARGET_WAITKIND_LOADED)
4995 {
edcc5120 4996 print_solib_event (0);
36dfb11c
TT
4997 return PRINT_NOTHING;
4998 }
4999
e514a9d6 5000 /* We reached the end of the chain, or we got a null BS to start
4a64f543 5001 with and nothing was printed. */
917317f4 5002 return PRINT_UNKNOWN;
c906108c
SS
5003}
5004
c42bd95a
DE
5005/* Evaluate the expression EXP and return 1 if value is zero.
5006 This returns the inverse of the condition because it is called
5007 from catch_errors which returns 0 if an exception happened, and if an
5008 exception happens we want execution to stop.
4a64f543 5009 The argument is a "struct expression *" that has been cast to a
c42bd95a 5010 "void *" to make it pass through catch_errors. */
c906108c
SS
5011
5012static int
4efb68b1 5013breakpoint_cond_eval (void *exp)
c906108c 5014{
278cd55f 5015 struct value *mark = value_mark ();
c5aa993b 5016 int i = !value_true (evaluate_expression ((struct expression *) exp));
cc59ec59 5017
c906108c
SS
5018 value_free_to_mark (mark);
5019 return i;
5020}
5021
5760d0ab 5022/* Allocate a new bpstat. Link it to the FIFO list by BS_LINK_POINTER. */
c906108c
SS
5023
5024static bpstat
5760d0ab 5025bpstat_alloc (struct bp_location *bl, bpstat **bs_link_pointer)
c906108c
SS
5026{
5027 bpstat bs;
5028
5029 bs = (bpstat) xmalloc (sizeof (*bs));
5760d0ab
JK
5030 bs->next = NULL;
5031 **bs_link_pointer = bs;
5032 *bs_link_pointer = &bs->next;
f431efe5
PA
5033 bs->breakpoint_at = bl->owner;
5034 bs->bp_location_at = bl;
5035 incref_bp_location (bl);
c906108c
SS
5036 /* If the condition is false, etc., don't do the commands. */
5037 bs->commands = NULL;
5038 bs->old_val = NULL;
5039 bs->print_it = print_it_normal;
5040 return bs;
5041}
5042\f
d983da9c
DJ
5043/* The target has stopped with waitstatus WS. Check if any hardware
5044 watchpoints have triggered, according to the target. */
5045
5046int
5047watchpoints_triggered (struct target_waitstatus *ws)
5048{
d92524f1 5049 int stopped_by_watchpoint = target_stopped_by_watchpoint ();
d983da9c
DJ
5050 CORE_ADDR addr;
5051 struct breakpoint *b;
5052
5053 if (!stopped_by_watchpoint)
5054 {
5055 /* We were not stopped by a watchpoint. Mark all watchpoints
5056 as not triggered. */
5057 ALL_BREAKPOINTS (b)
cc60f2e3 5058 if (is_hardware_watchpoint (b))
3a5c3e22
PA
5059 {
5060 struct watchpoint *w = (struct watchpoint *) b;
5061
5062 w->watchpoint_triggered = watch_triggered_no;
5063 }
d983da9c
DJ
5064
5065 return 0;
5066 }
5067
5068 if (!target_stopped_data_address (&current_target, &addr))
5069 {
5070 /* We were stopped by a watchpoint, but we don't know where.
5071 Mark all watchpoints as unknown. */
5072 ALL_BREAKPOINTS (b)
cc60f2e3 5073 if (is_hardware_watchpoint (b))
3a5c3e22
PA
5074 {
5075 struct watchpoint *w = (struct watchpoint *) b;
5076
5077 w->watchpoint_triggered = watch_triggered_unknown;
5078 }
d983da9c 5079
3c4797ba 5080 return 1;
d983da9c
DJ
5081 }
5082
5083 /* The target could report the data address. Mark watchpoints
5084 affected by this data address as triggered, and all others as not
5085 triggered. */
5086
5087 ALL_BREAKPOINTS (b)
cc60f2e3 5088 if (is_hardware_watchpoint (b))
d983da9c 5089 {
3a5c3e22 5090 struct watchpoint *w = (struct watchpoint *) b;
a5606eee 5091 struct bp_location *loc;
d983da9c 5092
3a5c3e22 5093 w->watchpoint_triggered = watch_triggered_no;
a5606eee 5094 for (loc = b->loc; loc; loc = loc->next)
9c06b0b4 5095 {
3a5c3e22 5096 if (is_masked_watchpoint (b))
9c06b0b4 5097 {
3a5c3e22
PA
5098 CORE_ADDR newaddr = addr & w->hw_wp_mask;
5099 CORE_ADDR start = loc->address & w->hw_wp_mask;
9c06b0b4
TJB
5100
5101 if (newaddr == start)
5102 {
3a5c3e22 5103 w->watchpoint_triggered = watch_triggered_yes;
9c06b0b4
TJB
5104 break;
5105 }
5106 }
5107 /* Exact match not required. Within range is sufficient. */
5108 else if (target_watchpoint_addr_within_range (&current_target,
5109 addr, loc->address,
5110 loc->length))
5111 {
3a5c3e22 5112 w->watchpoint_triggered = watch_triggered_yes;
9c06b0b4
TJB
5113 break;
5114 }
5115 }
d983da9c
DJ
5116 }
5117
5118 return 1;
5119}
5120
c906108c
SS
5121/* Possible return values for watchpoint_check (this can't be an enum
5122 because of check_errors). */
5123/* The watchpoint has been deleted. */
5124#define WP_DELETED 1
5125/* The value has changed. */
5126#define WP_VALUE_CHANGED 2
5127/* The value has not changed. */
5128#define WP_VALUE_NOT_CHANGED 3
60e1c644
PA
5129/* Ignore this watchpoint, no matter if the value changed or not. */
5130#define WP_IGNORE 4
c906108c
SS
5131
5132#define BP_TEMPFLAG 1
5133#define BP_HARDWAREFLAG 2
5134
4a64f543
MS
5135/* Evaluate watchpoint condition expression and check if its value
5136 changed.
553e4c11
JB
5137
5138 P should be a pointer to struct bpstat, but is defined as a void *
5139 in order for this function to be usable with catch_errors. */
c906108c
SS
5140
5141static int
4efb68b1 5142watchpoint_check (void *p)
c906108c
SS
5143{
5144 bpstat bs = (bpstat) p;
3a5c3e22 5145 struct watchpoint *b;
c906108c
SS
5146 struct frame_info *fr;
5147 int within_current_scope;
5148
f431efe5 5149 /* BS is built from an existing struct breakpoint. */
2bdf28a0 5150 gdb_assert (bs->breakpoint_at != NULL);
3a5c3e22 5151 b = (struct watchpoint *) bs->breakpoint_at;
d0fb5eae 5152
f6bc2008
PA
5153 /* If this is a local watchpoint, we only want to check if the
5154 watchpoint frame is in scope if the current thread is the thread
5155 that was used to create the watchpoint. */
5156 if (!watchpoint_in_thread_scope (b))
60e1c644 5157 return WP_IGNORE;
f6bc2008 5158
c906108c
SS
5159 if (b->exp_valid_block == NULL)
5160 within_current_scope = 1;
5161 else
5162 {
edb3359d
DJ
5163 struct frame_info *frame = get_current_frame ();
5164 struct gdbarch *frame_arch = get_frame_arch (frame);
5165 CORE_ADDR frame_pc = get_frame_pc (frame);
5166
c9cf6e20 5167 /* stack_frame_destroyed_p() returns a non-zero value if we're
4a64f543
MS
5168 still in the function but the stack frame has already been
5169 invalidated. Since we can't rely on the values of local
5170 variables after the stack has been destroyed, we are treating
5171 the watchpoint in that state as `not changed' without further
5172 checking. Don't mark watchpoints as changed if the current
5173 frame is in an epilogue - even if they are in some other
5174 frame, our view of the stack is likely to be wrong and
5175 frame_find_by_id could error out. */
c9cf6e20 5176 if (gdbarch_stack_frame_destroyed_p (frame_arch, frame_pc))
60e1c644 5177 return WP_IGNORE;
a0f49112 5178
101dcfbe 5179 fr = frame_find_by_id (b->watchpoint_frame);
c906108c 5180 within_current_scope = (fr != NULL);
69fbadd5
DJ
5181
5182 /* If we've gotten confused in the unwinder, we might have
5183 returned a frame that can't describe this variable. */
edb3359d
DJ
5184 if (within_current_scope)
5185 {
5186 struct symbol *function;
5187
5188 function = get_frame_function (fr);
5189 if (function == NULL
5190 || !contained_in (b->exp_valid_block,
5191 SYMBOL_BLOCK_VALUE (function)))
5192 within_current_scope = 0;
5193 }
69fbadd5 5194
edb3359d 5195 if (within_current_scope)
c906108c
SS
5196 /* If we end up stopping, the current frame will get selected
5197 in normal_stop. So this call to select_frame won't affect
5198 the user. */
0f7d239c 5199 select_frame (fr);
c906108c 5200 }
c5aa993b 5201
c906108c
SS
5202 if (within_current_scope)
5203 {
4a64f543
MS
5204 /* We use value_{,free_to_}mark because it could be a *long*
5205 time before we return to the command level and call
5206 free_all_values. We can't call free_all_values because we
5207 might be in the middle of evaluating a function call. */
c906108c 5208
0cf6dd15 5209 int pc = 0;
9c06b0b4 5210 struct value *mark;
fa4727a6
DJ
5211 struct value *new_val;
5212
3a5c3e22 5213 if (is_masked_watchpoint (&b->base))
9c06b0b4
TJB
5214 /* Since we don't know the exact trigger address (from
5215 stopped_data_address), just tell the user we've triggered
5216 a mask watchpoint. */
5217 return WP_VALUE_CHANGED;
5218
5219 mark = value_mark ();
3a1115a0 5220 fetch_subexp_value (b->exp, &pc, &new_val, NULL, NULL, 0);
218d2fc6 5221
bb9d5f81
PP
5222 if (b->val_bitsize != 0)
5223 new_val = extract_bitfield_from_watchpoint_value (b, new_val);
5224
4a64f543
MS
5225 /* We use value_equal_contents instead of value_equal because
5226 the latter coerces an array to a pointer, thus comparing just
5227 the address of the array instead of its contents. This is
5228 not what we want. */
fa4727a6 5229 if ((b->val != NULL) != (new_val != NULL)
218d2fc6 5230 || (b->val != NULL && !value_equal_contents (b->val, new_val)))
c906108c 5231 {
fa4727a6
DJ
5232 if (new_val != NULL)
5233 {
5234 release_value (new_val);
5235 value_free_to_mark (mark);
5236 }
c906108c
SS
5237 bs->old_val = b->val;
5238 b->val = new_val;
fa4727a6 5239 b->val_valid = 1;
c906108c
SS
5240 return WP_VALUE_CHANGED;
5241 }
5242 else
5243 {
60e1c644 5244 /* Nothing changed. */
c906108c 5245 value_free_to_mark (mark);
c906108c
SS
5246 return WP_VALUE_NOT_CHANGED;
5247 }
5248 }
5249 else
5250 {
468afe6c 5251 struct switch_thru_all_uis state;
79a45e25 5252
c906108c 5253 /* This seems like the only logical thing to do because
c5aa993b
JM
5254 if we temporarily ignored the watchpoint, then when
5255 we reenter the block in which it is valid it contains
5256 garbage (in the case of a function, it may have two
5257 garbage values, one before and one after the prologue).
5258 So we can't even detect the first assignment to it and
5259 watch after that (since the garbage may or may not equal
5260 the first value assigned). */
348d480f
PA
5261 /* We print all the stop information in
5262 breakpoint_ops->print_it, but in this case, by the time we
5263 call breakpoint_ops->print_it this bp will be deleted
5264 already. So we have no choice but print the information
5265 here. */
468afe6c
PA
5266
5267 SWITCH_THRU_ALL_UIS (state)
5268 {
5269 struct ui_out *uiout = current_uiout;
5270
5271 if (ui_out_is_mi_like_p (uiout))
5272 ui_out_field_string
5273 (uiout, "reason", async_reason_lookup (EXEC_ASYNC_WATCHPOINT_SCOPE));
5274 ui_out_text (uiout, "\nWatchpoint ");
5275 ui_out_field_int (uiout, "wpnum", b->base.number);
5276 ui_out_text (uiout,
5277 " deleted because the program has left the block in\n"
5278 "which its expression is valid.\n");
5279 }
4ce44c66 5280
cdac0397 5281 /* Make sure the watchpoint's commands aren't executed. */
3a5c3e22 5282 decref_counted_command_line (&b->base.commands);
d0fb5eae 5283 watchpoint_del_at_next_stop (b);
c906108c
SS
5284
5285 return WP_DELETED;
5286 }
5287}
5288
18a18393 5289/* Return true if it looks like target has stopped due to hitting
348d480f
PA
5290 breakpoint location BL. This function does not check if we should
5291 stop, only if BL explains the stop. */
5292
18a18393 5293static int
6c95b8df 5294bpstat_check_location (const struct bp_location *bl,
09ac7c10
TT
5295 struct address_space *aspace, CORE_ADDR bp_addr,
5296 const struct target_waitstatus *ws)
18a18393
VP
5297{
5298 struct breakpoint *b = bl->owner;
5299
348d480f 5300 /* BL is from an existing breakpoint. */
2bdf28a0
JK
5301 gdb_assert (b != NULL);
5302
09ac7c10 5303 return b->ops->breakpoint_hit (bl, aspace, bp_addr, ws);
18a18393
VP
5304}
5305
3a5c3e22
PA
5306/* Determine if the watched values have actually changed, and we
5307 should stop. If not, set BS->stop to 0. */
5308
18a18393
VP
5309static void
5310bpstat_check_watchpoint (bpstat bs)
5311{
2bdf28a0 5312 const struct bp_location *bl;
3a5c3e22 5313 struct watchpoint *b;
2bdf28a0
JK
5314
5315 /* BS is built for existing struct breakpoint. */
f431efe5 5316 bl = bs->bp_location_at;
2bdf28a0 5317 gdb_assert (bl != NULL);
3a5c3e22 5318 b = (struct watchpoint *) bs->breakpoint_at;
2bdf28a0 5319 gdb_assert (b != NULL);
18a18393 5320
18a18393 5321 {
18a18393
VP
5322 int must_check_value = 0;
5323
3a5c3e22 5324 if (b->base.type == bp_watchpoint)
18a18393
VP
5325 /* For a software watchpoint, we must always check the
5326 watched value. */
5327 must_check_value = 1;
5328 else if (b->watchpoint_triggered == watch_triggered_yes)
5329 /* We have a hardware watchpoint (read, write, or access)
5330 and the target earlier reported an address watched by
5331 this watchpoint. */
5332 must_check_value = 1;
5333 else if (b->watchpoint_triggered == watch_triggered_unknown
3a5c3e22 5334 && b->base.type == bp_hardware_watchpoint)
18a18393
VP
5335 /* We were stopped by a hardware watchpoint, but the target could
5336 not report the data address. We must check the watchpoint's
5337 value. Access and read watchpoints are out of luck; without
5338 a data address, we can't figure it out. */
5339 must_check_value = 1;
3a5c3e22 5340
18a18393
VP
5341 if (must_check_value)
5342 {
3e43a32a
MS
5343 char *message
5344 = xstrprintf ("Error evaluating expression for watchpoint %d\n",
3a5c3e22 5345 b->base.number);
18a18393
VP
5346 struct cleanup *cleanups = make_cleanup (xfree, message);
5347 int e = catch_errors (watchpoint_check, bs, message,
5348 RETURN_MASK_ALL);
5349 do_cleanups (cleanups);
5350 switch (e)
5351 {
5352 case WP_DELETED:
5353 /* We've already printed what needs to be printed. */
5354 bs->print_it = print_it_done;
5355 /* Stop. */
5356 break;
60e1c644
PA
5357 case WP_IGNORE:
5358 bs->print_it = print_it_noop;
5359 bs->stop = 0;
5360 break;
18a18393 5361 case WP_VALUE_CHANGED:
3a5c3e22 5362 if (b->base.type == bp_read_watchpoint)
18a18393 5363 {
85d721b8
PA
5364 /* There are two cases to consider here:
5365
4a64f543 5366 1. We're watching the triggered memory for reads.
85d721b8
PA
5367 In that case, trust the target, and always report
5368 the watchpoint hit to the user. Even though
5369 reads don't cause value changes, the value may
5370 have changed since the last time it was read, and
5371 since we're not trapping writes, we will not see
5372 those, and as such we should ignore our notion of
5373 old value.
5374
4a64f543 5375 2. We're watching the triggered memory for both
85d721b8
PA
5376 reads and writes. There are two ways this may
5377 happen:
5378
4a64f543 5379 2.1. This is a target that can't break on data
85d721b8
PA
5380 reads only, but can break on accesses (reads or
5381 writes), such as e.g., x86. We detect this case
5382 at the time we try to insert read watchpoints.
5383
4a64f543 5384 2.2. Otherwise, the target supports read
85d721b8
PA
5385 watchpoints, but, the user set an access or write
5386 watchpoint watching the same memory as this read
5387 watchpoint.
5388
5389 If we're watching memory writes as well as reads,
5390 ignore watchpoint hits when we find that the
5391 value hasn't changed, as reads don't cause
5392 changes. This still gives false positives when
5393 the program writes the same value to memory as
5394 what there was already in memory (we will confuse
5395 it for a read), but it's much better than
5396 nothing. */
5397
5398 int other_write_watchpoint = 0;
5399
5400 if (bl->watchpoint_type == hw_read)
5401 {
5402 struct breakpoint *other_b;
5403
5404 ALL_BREAKPOINTS (other_b)
3a5c3e22
PA
5405 if (other_b->type == bp_hardware_watchpoint
5406 || other_b->type == bp_access_watchpoint)
85d721b8 5407 {
3a5c3e22
PA
5408 struct watchpoint *other_w =
5409 (struct watchpoint *) other_b;
5410
5411 if (other_w->watchpoint_triggered
5412 == watch_triggered_yes)
5413 {
5414 other_write_watchpoint = 1;
5415 break;
5416 }
85d721b8
PA
5417 }
5418 }
5419
5420 if (other_write_watchpoint
5421 || bl->watchpoint_type == hw_access)
5422 {
5423 /* We're watching the same memory for writes,
5424 and the value changed since the last time we
5425 updated it, so this trap must be for a write.
5426 Ignore it. */
5427 bs->print_it = print_it_noop;
5428 bs->stop = 0;
5429 }
18a18393
VP
5430 }
5431 break;
5432 case WP_VALUE_NOT_CHANGED:
3a5c3e22
PA
5433 if (b->base.type == bp_hardware_watchpoint
5434 || b->base.type == bp_watchpoint)
18a18393
VP
5435 {
5436 /* Don't stop: write watchpoints shouldn't fire if
5437 the value hasn't changed. */
5438 bs->print_it = print_it_noop;
5439 bs->stop = 0;
5440 }
5441 /* Stop. */
5442 break;
5443 default:
5444 /* Can't happen. */
5445 case 0:
5446 /* Error from catch_errors. */
468afe6c
PA
5447 {
5448 struct switch_thru_all_uis state;
5449
5450 SWITCH_THRU_ALL_UIS (state)
5451 {
5452 printf_filtered (_("Watchpoint %d deleted.\n"),
5453 b->base.number);
5454 }
5455 watchpoint_del_at_next_stop (b);
5456 /* We've already printed what needs to be printed. */
5457 bs->print_it = print_it_done;
5458 }
18a18393
VP
5459 break;
5460 }
5461 }
5462 else /* must_check_value == 0 */
5463 {
5464 /* This is a case where some watchpoint(s) triggered, but
5465 not at the address of this watchpoint, or else no
5466 watchpoint triggered after all. So don't print
5467 anything for this watchpoint. */
5468 bs->print_it = print_it_noop;
5469 bs->stop = 0;
5470 }
5471 }
5472}
5473
7d4df6a4
DE
5474/* For breakpoints that are currently marked as telling gdb to stop,
5475 check conditions (condition proper, frame, thread and ignore count)
18a18393
VP
5476 of breakpoint referred to by BS. If we should not stop for this
5477 breakpoint, set BS->stop to 0. */
f431efe5 5478
18a18393
VP
5479static void
5480bpstat_check_breakpoint_conditions (bpstat bs, ptid_t ptid)
5481{
2bdf28a0
JK
5482 const struct bp_location *bl;
5483 struct breakpoint *b;
7d4df6a4
DE
5484 int value_is_zero = 0;
5485 struct expression *cond;
5486
5487 gdb_assert (bs->stop);
2bdf28a0
JK
5488
5489 /* BS is built for existing struct breakpoint. */
f431efe5 5490 bl = bs->bp_location_at;
2bdf28a0 5491 gdb_assert (bl != NULL);
f431efe5 5492 b = bs->breakpoint_at;
2bdf28a0 5493 gdb_assert (b != NULL);
18a18393 5494
b775012e
LM
5495 /* Even if the target evaluated the condition on its end and notified GDB, we
5496 need to do so again since GDB does not know if we stopped due to a
5497 breakpoint or a single step breakpoint. */
5498
18a18393 5499 if (frame_id_p (b->frame_id)
edb3359d 5500 && !frame_id_eq (b->frame_id, get_stack_frame_id (get_current_frame ())))
18a18393 5501 {
7d4df6a4
DE
5502 bs->stop = 0;
5503 return;
5504 }
60e1c644 5505
12ab52e9
PA
5506 /* If this is a thread/task-specific breakpoint, don't waste cpu
5507 evaluating the condition if this isn't the specified
5508 thread/task. */
5d5658a1 5509 if ((b->thread != -1 && b->thread != ptid_to_global_thread_id (ptid))
12ab52e9
PA
5510 || (b->task != 0 && b->task != ada_get_task_number (ptid)))
5511
6c1b0f7b
DE
5512 {
5513 bs->stop = 0;
5514 return;
5515 }
5516
6dddc817
DE
5517 /* Evaluate extension language breakpoints that have a "stop" method
5518 implemented. */
5519 bs->stop = breakpoint_ext_lang_cond_says_stop (b);
7371cf6d 5520
7d4df6a4
DE
5521 if (is_watchpoint (b))
5522 {
5523 struct watchpoint *w = (struct watchpoint *) b;
3a5c3e22 5524
7d4df6a4
DE
5525 cond = w->cond_exp;
5526 }
5527 else
5528 cond = bl->cond;
60e1c644 5529
7d4df6a4
DE
5530 if (cond && b->disposition != disp_del_at_next_stop)
5531 {
5532 int within_current_scope = 1;
5533 struct watchpoint * w;
60e1c644 5534
7d4df6a4
DE
5535 /* We use value_mark and value_free_to_mark because it could
5536 be a long time before we return to the command level and
5537 call free_all_values. We can't call free_all_values
5538 because we might be in the middle of evaluating a
5539 function call. */
5540 struct value *mark = value_mark ();
5541
5542 if (is_watchpoint (b))
5543 w = (struct watchpoint *) b;
5544 else
5545 w = NULL;
5546
5547 /* Need to select the frame, with all that implies so that
5548 the conditions will have the right context. Because we
5549 use the frame, we will not see an inlined function's
5550 variables when we arrive at a breakpoint at the start
5551 of the inlined function; the current frame will be the
5552 call site. */
5553 if (w == NULL || w->cond_exp_valid_block == NULL)
5554 select_frame (get_current_frame ());
5555 else
18a18393 5556 {
7d4df6a4
DE
5557 struct frame_info *frame;
5558
5559 /* For local watchpoint expressions, which particular
5560 instance of a local is being watched matters, so we
5561 keep track of the frame to evaluate the expression
5562 in. To evaluate the condition however, it doesn't
5563 really matter which instantiation of the function
5564 where the condition makes sense triggers the
5565 watchpoint. This allows an expression like "watch
5566 global if q > 10" set in `func', catch writes to
5567 global on all threads that call `func', or catch
5568 writes on all recursive calls of `func' by a single
5569 thread. We simply always evaluate the condition in
5570 the innermost frame that's executing where it makes
5571 sense to evaluate the condition. It seems
5572 intuitive. */
5573 frame = block_innermost_frame (w->cond_exp_valid_block);
5574 if (frame != NULL)
5575 select_frame (frame);
5576 else
5577 within_current_scope = 0;
18a18393 5578 }
7d4df6a4
DE
5579 if (within_current_scope)
5580 value_is_zero
5581 = catch_errors (breakpoint_cond_eval, cond,
5582 "Error in testing breakpoint condition:\n",
5583 RETURN_MASK_ALL);
5584 else
18a18393 5585 {
7d4df6a4
DE
5586 warning (_("Watchpoint condition cannot be tested "
5587 "in the current scope"));
5588 /* If we failed to set the right context for this
5589 watchpoint, unconditionally report it. */
5590 value_is_zero = 0;
18a18393 5591 }
7d4df6a4
DE
5592 /* FIXME-someday, should give breakpoint #. */
5593 value_free_to_mark (mark);
18a18393 5594 }
7d4df6a4
DE
5595
5596 if (cond && value_is_zero)
5597 {
5598 bs->stop = 0;
5599 }
7d4df6a4
DE
5600 else if (b->ignore_count > 0)
5601 {
5602 b->ignore_count--;
5603 bs->stop = 0;
5604 /* Increase the hit count even though we don't stop. */
5605 ++(b->hit_count);
5606 observer_notify_breakpoint_modified (b);
5607 }
18a18393
VP
5608}
5609
1cf4d951
PA
5610/* Returns true if we need to track moribund locations of LOC's type
5611 on the current target. */
5612
5613static int
5614need_moribund_for_location_type (struct bp_location *loc)
5615{
5616 return ((loc->loc_type == bp_loc_software_breakpoint
5617 && !target_supports_stopped_by_sw_breakpoint ())
5618 || (loc->loc_type == bp_loc_hardware_breakpoint
5619 && !target_supports_stopped_by_hw_breakpoint ()));
5620}
5621
18a18393 5622
9709f61c 5623/* Get a bpstat associated with having just stopped at address
d983da9c 5624 BP_ADDR in thread PTID.
c906108c 5625
d983da9c 5626 Determine whether we stopped at a breakpoint, etc, or whether we
4a64f543
MS
5627 don't understand this stop. Result is a chain of bpstat's such
5628 that:
c906108c 5629
c5aa993b 5630 if we don't understand the stop, the result is a null pointer.
c906108c 5631
c5aa993b 5632 if we understand why we stopped, the result is not null.
c906108c 5633
c5aa993b
JM
5634 Each element of the chain refers to a particular breakpoint or
5635 watchpoint at which we have stopped. (We may have stopped for
5636 several reasons concurrently.)
c906108c 5637
c5aa993b
JM
5638 Each element of the chain has valid next, breakpoint_at,
5639 commands, FIXME??? fields. */
c906108c
SS
5640
5641bpstat
6c95b8df 5642bpstat_stop_status (struct address_space *aspace,
09ac7c10
TT
5643 CORE_ADDR bp_addr, ptid_t ptid,
5644 const struct target_waitstatus *ws)
c906108c 5645{
0d381245 5646 struct breakpoint *b = NULL;
afe38095 5647 struct bp_location *bl;
20874c92 5648 struct bp_location *loc;
5760d0ab
JK
5649 /* First item of allocated bpstat's. */
5650 bpstat bs_head = NULL, *bs_link = &bs_head;
c906108c 5651 /* Pointer to the last thing in the chain currently. */
5760d0ab 5652 bpstat bs;
20874c92 5653 int ix;
429374b8 5654 int need_remove_insert;
f431efe5 5655 int removed_any;
c906108c 5656
f431efe5
PA
5657 /* First, build the bpstat chain with locations that explain a
5658 target stop, while being careful to not set the target running,
5659 as that may invalidate locations (in particular watchpoint
5660 locations are recreated). Resuming will happen here with
5661 breakpoint conditions or watchpoint expressions that include
5662 inferior function calls. */
c5aa993b 5663
429374b8
JK
5664 ALL_BREAKPOINTS (b)
5665 {
1a853c52 5666 if (!breakpoint_enabled (b))
429374b8 5667 continue;
a5606eee 5668
429374b8
JK
5669 for (bl = b->loc; bl != NULL; bl = bl->next)
5670 {
4a64f543
MS
5671 /* For hardware watchpoints, we look only at the first
5672 location. The watchpoint_check function will work on the
5673 entire expression, not the individual locations. For
5674 read watchpoints, the watchpoints_triggered function has
5675 checked all locations already. */
429374b8
JK
5676 if (b->type == bp_hardware_watchpoint && bl != b->loc)
5677 break;
18a18393 5678
f6592439 5679 if (!bl->enabled || bl->shlib_disabled)
429374b8 5680 continue;
c5aa993b 5681
09ac7c10 5682 if (!bpstat_check_location (bl, aspace, bp_addr, ws))
429374b8 5683 continue;
c5aa993b 5684
4a64f543
MS
5685 /* Come here if it's a watchpoint, or if the break address
5686 matches. */
c5aa993b 5687
4a64f543
MS
5688 bs = bpstat_alloc (bl, &bs_link); /* Alloc a bpstat to
5689 explain stop. */
c5aa993b 5690
f431efe5
PA
5691 /* Assume we stop. Should we find a watchpoint that is not
5692 actually triggered, or if the condition of the breakpoint
5693 evaluates as false, we'll reset 'stop' to 0. */
429374b8
JK
5694 bs->stop = 1;
5695 bs->print = 1;
d983da9c 5696
f431efe5
PA
5697 /* If this is a scope breakpoint, mark the associated
5698 watchpoint as triggered so that we will handle the
5699 out-of-scope event. We'll get to the watchpoint next
5700 iteration. */
d0fb5eae 5701 if (b->type == bp_watchpoint_scope && b->related_breakpoint != b)
3a5c3e22
PA
5702 {
5703 struct watchpoint *w = (struct watchpoint *) b->related_breakpoint;
5704
5705 w->watchpoint_triggered = watch_triggered_yes;
5706 }
f431efe5
PA
5707 }
5708 }
5709
7c16b83e 5710 /* Check if a moribund breakpoint explains the stop. */
1cf4d951
PA
5711 if (!target_supports_stopped_by_sw_breakpoint ()
5712 || !target_supports_stopped_by_hw_breakpoint ())
f431efe5 5713 {
1cf4d951 5714 for (ix = 0; VEC_iterate (bp_location_p, moribund_locations, ix, loc); ++ix)
f431efe5 5715 {
1cf4d951
PA
5716 if (breakpoint_location_address_match (loc, aspace, bp_addr)
5717 && need_moribund_for_location_type (loc))
5718 {
5719 bs = bpstat_alloc (loc, &bs_link);
5720 /* For hits of moribund locations, we should just proceed. */
5721 bs->stop = 0;
5722 bs->print = 0;
5723 bs->print_it = print_it_noop;
5724 }
f431efe5
PA
5725 }
5726 }
5727
edcc5120
TT
5728 /* A bit of special processing for shlib breakpoints. We need to
5729 process solib loading here, so that the lists of loaded and
5730 unloaded libraries are correct before we handle "catch load" and
5731 "catch unload". */
5732 for (bs = bs_head; bs != NULL; bs = bs->next)
5733 {
5d268276 5734 if (bs->breakpoint_at && bs->breakpoint_at->type == bp_shlib_event)
edcc5120
TT
5735 {
5736 handle_solib_event ();
5737 break;
5738 }
5739 }
5740
f431efe5
PA
5741 /* Now go through the locations that caused the target to stop, and
5742 check whether we're interested in reporting this stop to higher
5743 layers, or whether we should resume the target transparently. */
5744
5745 removed_any = 0;
5746
5760d0ab 5747 for (bs = bs_head; bs != NULL; bs = bs->next)
f431efe5
PA
5748 {
5749 if (!bs->stop)
5750 continue;
5751
f431efe5 5752 b = bs->breakpoint_at;
348d480f
PA
5753 b->ops->check_status (bs);
5754 if (bs->stop)
28010a5d 5755 {
348d480f 5756 bpstat_check_breakpoint_conditions (bs, ptid);
f431efe5 5757
429374b8
JK
5758 if (bs->stop)
5759 {
5760 ++(b->hit_count);
8d3788bd 5761 observer_notify_breakpoint_modified (b);
c906108c 5762
4a64f543 5763 /* We will stop here. */
429374b8
JK
5764 if (b->disposition == disp_disable)
5765 {
816338b5 5766 --(b->enable_count);
1a853c52 5767 if (b->enable_count <= 0)
429374b8 5768 b->enable_state = bp_disabled;
f431efe5 5769 removed_any = 1;
429374b8
JK
5770 }
5771 if (b->silent)
5772 bs->print = 0;
5773 bs->commands = b->commands;
9add0f1b 5774 incref_counted_command_line (bs->commands);
abf85f46
JK
5775 if (command_line_is_silent (bs->commands
5776 ? bs->commands->commands : NULL))
5777 bs->print = 0;
9d6e6e84
HZ
5778
5779 b->ops->after_condition_true (bs);
429374b8
JK
5780 }
5781
348d480f 5782 }
a9b3a50f
PA
5783
5784 /* Print nothing for this entry if we don't stop or don't
5785 print. */
5786 if (!bs->stop || !bs->print)
5787 bs->print_it = print_it_noop;
429374b8 5788 }
876fa593 5789
d983da9c
DJ
5790 /* If we aren't stopping, the value of some hardware watchpoint may
5791 not have changed, but the intermediate memory locations we are
5792 watching may have. Don't bother if we're stopping; this will get
5793 done later. */
d832cb68 5794 need_remove_insert = 0;
5760d0ab
JK
5795 if (! bpstat_causes_stop (bs_head))
5796 for (bs = bs_head; bs != NULL; bs = bs->next)
d983da9c 5797 if (!bs->stop
f431efe5
PA
5798 && bs->breakpoint_at
5799 && is_hardware_watchpoint (bs->breakpoint_at))
d983da9c 5800 {
3a5c3e22
PA
5801 struct watchpoint *w = (struct watchpoint *) bs->breakpoint_at;
5802
5803 update_watchpoint (w, 0 /* don't reparse. */);
d832cb68 5804 need_remove_insert = 1;
d983da9c
DJ
5805 }
5806
d832cb68 5807 if (need_remove_insert)
44702360 5808 update_global_location_list (UGLL_MAY_INSERT);
f431efe5 5809 else if (removed_any)
44702360 5810 update_global_location_list (UGLL_DONT_INSERT);
d832cb68 5811
5760d0ab 5812 return bs_head;
c906108c 5813}
628fe4e4
JK
5814
5815static void
5816handle_jit_event (void)
5817{
5818 struct frame_info *frame;
5819 struct gdbarch *gdbarch;
5820
243a9253
PA
5821 if (debug_infrun)
5822 fprintf_unfiltered (gdb_stdlog, "handling bp_jit_event\n");
5823
628fe4e4
JK
5824 /* Switch terminal for any messages produced by
5825 breakpoint_re_set. */
5826 target_terminal_ours_for_output ();
5827
5828 frame = get_current_frame ();
5829 gdbarch = get_frame_arch (frame);
5830
5831 jit_event_handler (gdbarch);
5832
5833 target_terminal_inferior ();
5834}
5835
5836/* Prepare WHAT final decision for infrun. */
5837
5838/* Decide what infrun needs to do with this bpstat. */
5839
c906108c 5840struct bpstat_what
0e30163f 5841bpstat_what (bpstat bs_head)
c906108c 5842{
c906108c 5843 struct bpstat_what retval;
0e30163f 5844 bpstat bs;
c906108c 5845
628fe4e4 5846 retval.main_action = BPSTAT_WHAT_KEEP_CHECKING;
aa7d318d 5847 retval.call_dummy = STOP_NONE;
186c406b 5848 retval.is_longjmp = 0;
628fe4e4 5849
0e30163f 5850 for (bs = bs_head; bs != NULL; bs = bs->next)
c906108c 5851 {
628fe4e4
JK
5852 /* Extract this BS's action. After processing each BS, we check
5853 if its action overrides all we've seem so far. */
5854 enum bpstat_what_main_action this_action = BPSTAT_WHAT_KEEP_CHECKING;
5855 enum bptype bptype;
5856
c906108c 5857 if (bs->breakpoint_at == NULL)
628fe4e4
JK
5858 {
5859 /* I suspect this can happen if it was a momentary
5860 breakpoint which has since been deleted. */
5861 bptype = bp_none;
5862 }
20874c92 5863 else
f431efe5 5864 bptype = bs->breakpoint_at->type;
628fe4e4
JK
5865
5866 switch (bptype)
c906108c
SS
5867 {
5868 case bp_none:
628fe4e4 5869 break;
c906108c
SS
5870 case bp_breakpoint:
5871 case bp_hardware_breakpoint:
7c16b83e 5872 case bp_single_step:
c906108c
SS
5873 case bp_until:
5874 case bp_finish:
a9b3a50f 5875 case bp_shlib_event:
c906108c
SS
5876 if (bs->stop)
5877 {
5878 if (bs->print)
628fe4e4 5879 this_action = BPSTAT_WHAT_STOP_NOISY;
c906108c 5880 else
628fe4e4 5881 this_action = BPSTAT_WHAT_STOP_SILENT;
c906108c
SS
5882 }
5883 else
628fe4e4 5884 this_action = BPSTAT_WHAT_SINGLE;
c906108c
SS
5885 break;
5886 case bp_watchpoint:
5887 case bp_hardware_watchpoint:
5888 case bp_read_watchpoint:
5889 case bp_access_watchpoint:
5890 if (bs->stop)
5891 {
5892 if (bs->print)
628fe4e4 5893 this_action = BPSTAT_WHAT_STOP_NOISY;
c906108c 5894 else
628fe4e4 5895 this_action = BPSTAT_WHAT_STOP_SILENT;
c906108c
SS
5896 }
5897 else
628fe4e4
JK
5898 {
5899 /* There was a watchpoint, but we're not stopping.
5900 This requires no further action. */
5901 }
c906108c
SS
5902 break;
5903 case bp_longjmp:
e2e4d78b 5904 case bp_longjmp_call_dummy:
186c406b 5905 case bp_exception:
0a39bb32
PA
5906 if (bs->stop)
5907 {
5908 this_action = BPSTAT_WHAT_SET_LONGJMP_RESUME;
5909 retval.is_longjmp = bptype != bp_exception;
5910 }
5911 else
5912 this_action = BPSTAT_WHAT_SINGLE;
c906108c
SS
5913 break;
5914 case bp_longjmp_resume:
186c406b 5915 case bp_exception_resume:
0a39bb32
PA
5916 if (bs->stop)
5917 {
5918 this_action = BPSTAT_WHAT_CLEAR_LONGJMP_RESUME;
5919 retval.is_longjmp = bptype == bp_longjmp_resume;
5920 }
5921 else
5922 this_action = BPSTAT_WHAT_SINGLE;
c906108c
SS
5923 break;
5924 case bp_step_resume:
5925 if (bs->stop)
628fe4e4
JK
5926 this_action = BPSTAT_WHAT_STEP_RESUME;
5927 else
c906108c 5928 {
628fe4e4
JK
5929 /* It is for the wrong frame. */
5930 this_action = BPSTAT_WHAT_SINGLE;
c906108c 5931 }
c906108c 5932 break;
2c03e5be
PA
5933 case bp_hp_step_resume:
5934 if (bs->stop)
5935 this_action = BPSTAT_WHAT_HP_STEP_RESUME;
5936 else
5937 {
5938 /* It is for the wrong frame. */
5939 this_action = BPSTAT_WHAT_SINGLE;
5940 }
5941 break;
c906108c 5942 case bp_watchpoint_scope:
c4093a6a 5943 case bp_thread_event:
1900040c 5944 case bp_overlay_event:
0fd8e87f 5945 case bp_longjmp_master:
aa7d318d 5946 case bp_std_terminate_master:
186c406b 5947 case bp_exception_master:
628fe4e4 5948 this_action = BPSTAT_WHAT_SINGLE;
c4093a6a 5949 break;
ce78b96d 5950 case bp_catchpoint:
c5aa993b
JM
5951 if (bs->stop)
5952 {
5953 if (bs->print)
628fe4e4 5954 this_action = BPSTAT_WHAT_STOP_NOISY;
c5aa993b 5955 else
628fe4e4 5956 this_action = BPSTAT_WHAT_STOP_SILENT;
c5aa993b
JM
5957 }
5958 else
628fe4e4
JK
5959 {
5960 /* There was a catchpoint, but we're not stopping.
5961 This requires no further action. */
5962 }
5963 break;
628fe4e4 5964 case bp_jit_event:
628fe4e4 5965 this_action = BPSTAT_WHAT_SINGLE;
c5aa993b 5966 break;
c906108c 5967 case bp_call_dummy:
53a5351d
JM
5968 /* Make sure the action is stop (silent or noisy),
5969 so infrun.c pops the dummy frame. */
aa7d318d 5970 retval.call_dummy = STOP_STACK_DUMMY;
628fe4e4 5971 this_action = BPSTAT_WHAT_STOP_SILENT;
aa7d318d
TT
5972 break;
5973 case bp_std_terminate:
5974 /* Make sure the action is stop (silent or noisy),
5975 so infrun.c pops the dummy frame. */
aa7d318d 5976 retval.call_dummy = STOP_STD_TERMINATE;
628fe4e4 5977 this_action = BPSTAT_WHAT_STOP_SILENT;
c906108c 5978 break;
1042e4c0 5979 case bp_tracepoint:
7a697b8d 5980 case bp_fast_tracepoint:
0fb4aa4b 5981 case bp_static_tracepoint:
1042e4c0
SS
5982 /* Tracepoint hits should not be reported back to GDB, and
5983 if one got through somehow, it should have been filtered
5984 out already. */
5985 internal_error (__FILE__, __LINE__,
7a697b8d 5986 _("bpstat_what: tracepoint encountered"));
0e30163f
JK
5987 break;
5988 case bp_gnu_ifunc_resolver:
5989 /* Step over it (and insert bp_gnu_ifunc_resolver_return). */
5990 this_action = BPSTAT_WHAT_SINGLE;
5991 break;
5992 case bp_gnu_ifunc_resolver_return:
5993 /* The breakpoint will be removed, execution will restart from the
5994 PC of the former breakpoint. */
5995 this_action = BPSTAT_WHAT_KEEP_CHECKING;
5996 break;
e7e0cddf
SS
5997
5998 case bp_dprintf:
a11cfd87
HZ
5999 if (bs->stop)
6000 this_action = BPSTAT_WHAT_STOP_SILENT;
6001 else
6002 this_action = BPSTAT_WHAT_SINGLE;
e7e0cddf
SS
6003 break;
6004
628fe4e4
JK
6005 default:
6006 internal_error (__FILE__, __LINE__,
6007 _("bpstat_what: unhandled bptype %d"), (int) bptype);
c906108c 6008 }
628fe4e4
JK
6009
6010 retval.main_action = max (retval.main_action, this_action);
c906108c 6011 }
628fe4e4 6012
243a9253
PA
6013 return retval;
6014}
628fe4e4 6015
243a9253
PA
6016void
6017bpstat_run_callbacks (bpstat bs_head)
6018{
6019 bpstat bs;
628fe4e4 6020
0e30163f
JK
6021 for (bs = bs_head; bs != NULL; bs = bs->next)
6022 {
6023 struct breakpoint *b = bs->breakpoint_at;
6024
6025 if (b == NULL)
6026 continue;
6027 switch (b->type)
6028 {
243a9253
PA
6029 case bp_jit_event:
6030 handle_jit_event ();
6031 break;
0e30163f
JK
6032 case bp_gnu_ifunc_resolver:
6033 gnu_ifunc_resolver_stop (b);
6034 break;
6035 case bp_gnu_ifunc_resolver_return:
6036 gnu_ifunc_resolver_return_stop (b);
6037 break;
6038 }
6039 }
c906108c
SS
6040}
6041
6042/* Nonzero if we should step constantly (e.g. watchpoints on machines
6043 without hardware support). This isn't related to a specific bpstat,
6044 just to things like whether watchpoints are set. */
6045
c5aa993b 6046int
fba45db2 6047bpstat_should_step (void)
c906108c
SS
6048{
6049 struct breakpoint *b;
cc59ec59 6050
c906108c 6051 ALL_BREAKPOINTS (b)
717a8278 6052 if (breakpoint_enabled (b) && b->type == bp_watchpoint && b->loc != NULL)
3172dc30 6053 return 1;
c906108c
SS
6054 return 0;
6055}
6056
67822962
PA
6057int
6058bpstat_causes_stop (bpstat bs)
6059{
6060 for (; bs != NULL; bs = bs->next)
6061 if (bs->stop)
6062 return 1;
6063
6064 return 0;
6065}
6066
c906108c 6067\f
c5aa993b 6068
170b53b2
UW
6069/* Compute a string of spaces suitable to indent the next line
6070 so it starts at the position corresponding to the table column
6071 named COL_NAME in the currently active table of UIOUT. */
6072
6073static char *
6074wrap_indent_at_field (struct ui_out *uiout, const char *col_name)
6075{
6076 static char wrap_indent[80];
6077 int i, total_width, width, align;
6078 char *text;
6079
6080 total_width = 0;
6081 for (i = 1; ui_out_query_field (uiout, i, &width, &align, &text); i++)
6082 {
6083 if (strcmp (text, col_name) == 0)
6084 {
6085 gdb_assert (total_width < sizeof wrap_indent);
6086 memset (wrap_indent, ' ', total_width);
6087 wrap_indent[total_width] = 0;
6088
6089 return wrap_indent;
6090 }
6091
6092 total_width += width + 1;
6093 }
6094
6095 return NULL;
6096}
6097
b775012e
LM
6098/* Determine if the locations of this breakpoint will have their conditions
6099 evaluated by the target, host or a mix of both. Returns the following:
6100
6101 "host": Host evals condition.
6102 "host or target": Host or Target evals condition.
6103 "target": Target evals condition.
6104*/
6105
6106static const char *
6107bp_condition_evaluator (struct breakpoint *b)
6108{
6109 struct bp_location *bl;
6110 char host_evals = 0;
6111 char target_evals = 0;
6112
6113 if (!b)
6114 return NULL;
6115
6116 if (!is_breakpoint (b))
6117 return NULL;
6118
6119 if (gdb_evaluates_breakpoint_condition_p ()
6120 || !target_supports_evaluation_of_breakpoint_conditions ())
6121 return condition_evaluation_host;
6122
6123 for (bl = b->loc; bl; bl = bl->next)
6124 {
6125 if (bl->cond_bytecode)
6126 target_evals++;
6127 else
6128 host_evals++;
6129 }
6130
6131 if (host_evals && target_evals)
6132 return condition_evaluation_both;
6133 else if (target_evals)
6134 return condition_evaluation_target;
6135 else
6136 return condition_evaluation_host;
6137}
6138
6139/* Determine the breakpoint location's condition evaluator. This is
6140 similar to bp_condition_evaluator, but for locations. */
6141
6142static const char *
6143bp_location_condition_evaluator (struct bp_location *bl)
6144{
6145 if (bl && !is_breakpoint (bl->owner))
6146 return NULL;
6147
6148 if (gdb_evaluates_breakpoint_condition_p ()
6149 || !target_supports_evaluation_of_breakpoint_conditions ())
6150 return condition_evaluation_host;
6151
6152 if (bl && bl->cond_bytecode)
6153 return condition_evaluation_target;
6154 else
6155 return condition_evaluation_host;
6156}
6157
859825b8
JK
6158/* Print the LOC location out of the list of B->LOC locations. */
6159
170b53b2
UW
6160static void
6161print_breakpoint_location (struct breakpoint *b,
6162 struct bp_location *loc)
0d381245 6163{
79a45e25 6164 struct ui_out *uiout = current_uiout;
6c95b8df
PA
6165 struct cleanup *old_chain = save_current_program_space ();
6166
859825b8
JK
6167 if (loc != NULL && loc->shlib_disabled)
6168 loc = NULL;
6169
6c95b8df
PA
6170 if (loc != NULL)
6171 set_current_program_space (loc->pspace);
6172
56435ebe 6173 if (b->display_canonical)
f00aae0f
KS
6174 ui_out_field_string (uiout, "what",
6175 event_location_to_string (b->location));
2f202fde 6176 else if (loc && loc->symtab)
0d381245
VP
6177 {
6178 struct symbol *sym
6179 = find_pc_sect_function (loc->address, loc->section);
6180 if (sym)
6181 {
6182 ui_out_text (uiout, "in ");
6183 ui_out_field_string (uiout, "func",
6184 SYMBOL_PRINT_NAME (sym));
170b53b2
UW
6185 ui_out_text (uiout, " ");
6186 ui_out_wrap_hint (uiout, wrap_indent_at_field (uiout, "what"));
6187 ui_out_text (uiout, "at ");
0d381245 6188 }
05cba821
JK
6189 ui_out_field_string (uiout, "file",
6190 symtab_to_filename_for_display (loc->symtab));
0d381245 6191 ui_out_text (uiout, ":");
05cba821 6192
0d381245 6193 if (ui_out_is_mi_like_p (uiout))
2f202fde
JK
6194 ui_out_field_string (uiout, "fullname",
6195 symtab_to_fullname (loc->symtab));
0d381245 6196
f8eba3c6 6197 ui_out_field_int (uiout, "line", loc->line_number);
0d381245 6198 }
859825b8 6199 else if (loc)
0d381245 6200 {
f99d8bf4
PA
6201 struct ui_file *stb = mem_fileopen ();
6202 struct cleanup *stb_chain = make_cleanup_ui_file_delete (stb);
170b53b2 6203
f99d8bf4 6204 print_address_symbolic (loc->gdbarch, loc->address, stb,
22e722e1 6205 demangle, "");
0d381245 6206 ui_out_field_stream (uiout, "at", stb);
170b53b2
UW
6207
6208 do_cleanups (stb_chain);
0d381245 6209 }
859825b8 6210 else
f00aae0f
KS
6211 {
6212 ui_out_field_string (uiout, "pending",
6213 event_location_to_string (b->location));
6214 /* If extra_string is available, it could be holding a condition
6215 or dprintf arguments. In either case, make sure it is printed,
6216 too, but only for non-MI streams. */
6217 if (!ui_out_is_mi_like_p (uiout) && b->extra_string != NULL)
6218 {
6219 if (b->type == bp_dprintf)
6220 ui_out_text (uiout, ",");
6221 else
6222 ui_out_text (uiout, " ");
6223 ui_out_text (uiout, b->extra_string);
6224 }
6225 }
6c95b8df 6226
b775012e
LM
6227 if (loc && is_breakpoint (b)
6228 && breakpoint_condition_evaluation_mode () == condition_evaluation_target
6229 && bp_condition_evaluator (b) == condition_evaluation_both)
6230 {
6231 ui_out_text (uiout, " (");
6232 ui_out_field_string (uiout, "evaluated-by",
6233 bp_location_condition_evaluator (loc));
6234 ui_out_text (uiout, ")");
6235 }
6236
6c95b8df 6237 do_cleanups (old_chain);
0d381245
VP
6238}
6239
269b11a2
PA
6240static const char *
6241bptype_string (enum bptype type)
c906108c 6242{
c4093a6a
JM
6243 struct ep_type_description
6244 {
6245 enum bptype type;
6246 char *description;
6247 };
6248 static struct ep_type_description bptypes[] =
c906108c 6249 {
c5aa993b
JM
6250 {bp_none, "?deleted?"},
6251 {bp_breakpoint, "breakpoint"},
c906108c 6252 {bp_hardware_breakpoint, "hw breakpoint"},
7c16b83e 6253 {bp_single_step, "sw single-step"},
c5aa993b
JM
6254 {bp_until, "until"},
6255 {bp_finish, "finish"},
6256 {bp_watchpoint, "watchpoint"},
c906108c 6257 {bp_hardware_watchpoint, "hw watchpoint"},
c5aa993b
JM
6258 {bp_read_watchpoint, "read watchpoint"},
6259 {bp_access_watchpoint, "acc watchpoint"},
6260 {bp_longjmp, "longjmp"},
6261 {bp_longjmp_resume, "longjmp resume"},
e2e4d78b 6262 {bp_longjmp_call_dummy, "longjmp for call dummy"},
186c406b
TT
6263 {bp_exception, "exception"},
6264 {bp_exception_resume, "exception resume"},
c5aa993b 6265 {bp_step_resume, "step resume"},
2c03e5be 6266 {bp_hp_step_resume, "high-priority step resume"},
c5aa993b
JM
6267 {bp_watchpoint_scope, "watchpoint scope"},
6268 {bp_call_dummy, "call dummy"},
aa7d318d 6269 {bp_std_terminate, "std::terminate"},
c5aa993b 6270 {bp_shlib_event, "shlib events"},
c4093a6a 6271 {bp_thread_event, "thread events"},
1900040c 6272 {bp_overlay_event, "overlay events"},
0fd8e87f 6273 {bp_longjmp_master, "longjmp master"},
aa7d318d 6274 {bp_std_terminate_master, "std::terminate master"},
186c406b 6275 {bp_exception_master, "exception master"},
ce78b96d 6276 {bp_catchpoint, "catchpoint"},
1042e4c0 6277 {bp_tracepoint, "tracepoint"},
7a697b8d 6278 {bp_fast_tracepoint, "fast tracepoint"},
0fb4aa4b 6279 {bp_static_tracepoint, "static tracepoint"},
e7e0cddf 6280 {bp_dprintf, "dprintf"},
4efc6507 6281 {bp_jit_event, "jit events"},
0e30163f
JK
6282 {bp_gnu_ifunc_resolver, "STT_GNU_IFUNC resolver"},
6283 {bp_gnu_ifunc_resolver_return, "STT_GNU_IFUNC resolver return"},
c5aa993b 6284 };
269b11a2
PA
6285
6286 if (((int) type >= (sizeof (bptypes) / sizeof (bptypes[0])))
6287 || ((int) type != bptypes[(int) type].type))
6288 internal_error (__FILE__, __LINE__,
6289 _("bptypes table does not describe type #%d."),
6290 (int) type);
6291
6292 return bptypes[(int) type].description;
6293}
6294
998580f1
MK
6295/* For MI, output a field named 'thread-groups' with a list as the value.
6296 For CLI, prefix the list with the string 'inf'. */
6297
6298static void
6299output_thread_groups (struct ui_out *uiout,
6300 const char *field_name,
6301 VEC(int) *inf_num,
6302 int mi_only)
6303{
752eb8b4 6304 struct cleanup *back_to;
998580f1
MK
6305 int is_mi = ui_out_is_mi_like_p (uiout);
6306 int inf;
6307 int i;
6308
6309 /* For backward compatibility, don't display inferiors in CLI unless
6310 there are several. Always display them for MI. */
6311 if (!is_mi && mi_only)
6312 return;
6313
752eb8b4
TT
6314 back_to = make_cleanup_ui_out_list_begin_end (uiout, field_name);
6315
998580f1
MK
6316 for (i = 0; VEC_iterate (int, inf_num, i, inf); ++i)
6317 {
6318 if (is_mi)
6319 {
6320 char mi_group[10];
6321
6322 xsnprintf (mi_group, sizeof (mi_group), "i%d", inf);
6323 ui_out_field_string (uiout, NULL, mi_group);
6324 }
6325 else
6326 {
6327 if (i == 0)
6328 ui_out_text (uiout, " inf ");
6329 else
6330 ui_out_text (uiout, ", ");
6331
6332 ui_out_text (uiout, plongest (inf));
6333 }
6334 }
6335
6336 do_cleanups (back_to);
6337}
6338
269b11a2
PA
6339/* Print B to gdb_stdout. */
6340
6341static void
6342print_one_breakpoint_location (struct breakpoint *b,
6343 struct bp_location *loc,
6344 int loc_number,
6345 struct bp_location **last_loc,
269b11a2
PA
6346 int allflag)
6347{
6348 struct command_line *l;
c2c6d25f 6349 static char bpenables[] = "nynny";
c906108c 6350
79a45e25 6351 struct ui_out *uiout = current_uiout;
0d381245
VP
6352 int header_of_multiple = 0;
6353 int part_of_multiple = (loc != NULL);
79a45b7d
TT
6354 struct value_print_options opts;
6355
6356 get_user_print_options (&opts);
0d381245
VP
6357
6358 gdb_assert (!loc || loc_number != 0);
4a64f543
MS
6359 /* See comment in print_one_breakpoint concerning treatment of
6360 breakpoints with single disabled location. */
0d381245
VP
6361 if (loc == NULL
6362 && (b->loc != NULL
6363 && (b->loc->next != NULL || !b->loc->enabled)))
6364 header_of_multiple = 1;
6365 if (loc == NULL)
6366 loc = b->loc;
6367
c4093a6a
JM
6368 annotate_record ();
6369
6370 /* 1 */
6371 annotate_field (0);
0d381245
VP
6372 if (part_of_multiple)
6373 {
6374 char *formatted;
0c6773c1 6375 formatted = xstrprintf ("%d.%d", b->number, loc_number);
0d381245
VP
6376 ui_out_field_string (uiout, "number", formatted);
6377 xfree (formatted);
6378 }
6379 else
6380 {
6381 ui_out_field_int (uiout, "number", b->number);
6382 }
c4093a6a
JM
6383
6384 /* 2 */
6385 annotate_field (1);
0d381245
VP
6386 if (part_of_multiple)
6387 ui_out_field_skip (uiout, "type");
269b11a2
PA
6388 else
6389 ui_out_field_string (uiout, "type", bptype_string (b->type));
c4093a6a
JM
6390
6391 /* 3 */
6392 annotate_field (2);
0d381245
VP
6393 if (part_of_multiple)
6394 ui_out_field_skip (uiout, "disp");
6395 else
2cec12e5 6396 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
0d381245 6397
c4093a6a
JM
6398
6399 /* 4 */
6400 annotate_field (3);
0d381245 6401 if (part_of_multiple)
54e52265 6402 ui_out_field_string (uiout, "enabled", loc->enabled ? "y" : "n");
0d381245 6403 else
4a64f543
MS
6404 ui_out_field_fmt (uiout, "enabled", "%c",
6405 bpenables[(int) b->enable_state]);
54e52265 6406 ui_out_spaces (uiout, 2);
0d381245 6407
c4093a6a
JM
6408
6409 /* 5 and 6 */
3086aeae 6410 if (b->ops != NULL && b->ops->print_one != NULL)
0d381245 6411 {
4a64f543
MS
6412 /* Although the print_one can possibly print all locations,
6413 calling it here is not likely to get any nice result. So,
6414 make sure there's just one location. */
0d381245 6415 gdb_assert (b->loc == NULL || b->loc->next == NULL);
a6d9a66e 6416 b->ops->print_one (b, last_loc);
0d381245 6417 }
3086aeae
DJ
6418 else
6419 switch (b->type)
6420 {
6421 case bp_none:
6422 internal_error (__FILE__, __LINE__,
e2e0b3e5 6423 _("print_one_breakpoint: bp_none encountered\n"));
3086aeae 6424 break;
c906108c 6425
3086aeae
DJ
6426 case bp_watchpoint:
6427 case bp_hardware_watchpoint:
6428 case bp_read_watchpoint:
6429 case bp_access_watchpoint:
3a5c3e22
PA
6430 {
6431 struct watchpoint *w = (struct watchpoint *) b;
6432
6433 /* Field 4, the address, is omitted (which makes the columns
6434 not line up too nicely with the headers, but the effect
6435 is relatively readable). */
6436 if (opts.addressprint)
6437 ui_out_field_skip (uiout, "addr");
6438 annotate_field (5);
6439 ui_out_field_string (uiout, "what", w->exp_string);
6440 }
3086aeae
DJ
6441 break;
6442
3086aeae
DJ
6443 case bp_breakpoint:
6444 case bp_hardware_breakpoint:
7c16b83e 6445 case bp_single_step:
3086aeae
DJ
6446 case bp_until:
6447 case bp_finish:
6448 case bp_longjmp:
6449 case bp_longjmp_resume:
e2e4d78b 6450 case bp_longjmp_call_dummy:
186c406b
TT
6451 case bp_exception:
6452 case bp_exception_resume:
3086aeae 6453 case bp_step_resume:
2c03e5be 6454 case bp_hp_step_resume:
3086aeae
DJ
6455 case bp_watchpoint_scope:
6456 case bp_call_dummy:
aa7d318d 6457 case bp_std_terminate:
3086aeae
DJ
6458 case bp_shlib_event:
6459 case bp_thread_event:
6460 case bp_overlay_event:
0fd8e87f 6461 case bp_longjmp_master:
aa7d318d 6462 case bp_std_terminate_master:
186c406b 6463 case bp_exception_master:
1042e4c0 6464 case bp_tracepoint:
7a697b8d 6465 case bp_fast_tracepoint:
0fb4aa4b 6466 case bp_static_tracepoint:
e7e0cddf 6467 case bp_dprintf:
4efc6507 6468 case bp_jit_event:
0e30163f
JK
6469 case bp_gnu_ifunc_resolver:
6470 case bp_gnu_ifunc_resolver_return:
79a45b7d 6471 if (opts.addressprint)
3086aeae
DJ
6472 {
6473 annotate_field (4);
54e52265 6474 if (header_of_multiple)
0d381245 6475 ui_out_field_string (uiout, "addr", "<MULTIPLE>");
e9bbd7c5 6476 else if (b->loc == NULL || loc->shlib_disabled)
54e52265 6477 ui_out_field_string (uiout, "addr", "<PENDING>");
0101ce28 6478 else
5af949e3
UW
6479 ui_out_field_core_addr (uiout, "addr",
6480 loc->gdbarch, loc->address);
3086aeae
DJ
6481 }
6482 annotate_field (5);
0d381245 6483 if (!header_of_multiple)
170b53b2 6484 print_breakpoint_location (b, loc);
0d381245 6485 if (b->loc)
a6d9a66e 6486 *last_loc = b->loc;
3086aeae
DJ
6487 break;
6488 }
c906108c 6489
6c95b8df 6490
998580f1 6491 if (loc != NULL && !header_of_multiple)
6c95b8df
PA
6492 {
6493 struct inferior *inf;
998580f1
MK
6494 VEC(int) *inf_num = NULL;
6495 int mi_only = 1;
6c95b8df 6496
998580f1 6497 ALL_INFERIORS (inf)
6c95b8df
PA
6498 {
6499 if (inf->pspace == loc->pspace)
998580f1 6500 VEC_safe_push (int, inf_num, inf->num);
6c95b8df 6501 }
998580f1
MK
6502
6503 /* For backward compatibility, don't display inferiors in CLI unless
6504 there are several. Always display for MI. */
6505 if (allflag
6506 || (!gdbarch_has_global_breakpoints (target_gdbarch ())
6507 && (number_of_program_spaces () > 1
6508 || number_of_inferiors () > 1)
6509 /* LOC is for existing B, it cannot be in
6510 moribund_locations and thus having NULL OWNER. */
6511 && loc->owner->type != bp_catchpoint))
6512 mi_only = 0;
6513 output_thread_groups (uiout, "thread-groups", inf_num, mi_only);
6514 VEC_free (int, inf_num);
6c95b8df
PA
6515 }
6516
4a306c9a 6517 if (!part_of_multiple)
c4093a6a 6518 {
4a306c9a
JB
6519 if (b->thread != -1)
6520 {
6521 /* FIXME: This seems to be redundant and lost here; see the
4a64f543 6522 "stop only in" line a little further down. */
4a306c9a
JB
6523 ui_out_text (uiout, " thread ");
6524 ui_out_field_int (uiout, "thread", b->thread);
6525 }
6526 else if (b->task != 0)
6527 {
6528 ui_out_text (uiout, " task ");
6529 ui_out_field_int (uiout, "task", b->task);
6530 }
c4093a6a 6531 }
f1310107 6532
8b93c638 6533 ui_out_text (uiout, "\n");
f1310107 6534
348d480f 6535 if (!part_of_multiple)
f1310107
TJB
6536 b->ops->print_one_detail (b, uiout);
6537
0d381245 6538 if (part_of_multiple && frame_id_p (b->frame_id))
c4093a6a
JM
6539 {
6540 annotate_field (6);
8b93c638 6541 ui_out_text (uiout, "\tstop only in stack frame at ");
e5dd4106 6542 /* FIXME: cagney/2002-12-01: Shouldn't be poking around inside
818dd999 6543 the frame ID. */
5af949e3
UW
6544 ui_out_field_core_addr (uiout, "frame",
6545 b->gdbarch, b->frame_id.stack_addr);
8b93c638 6546 ui_out_text (uiout, "\n");
c4093a6a
JM
6547 }
6548
28010a5d 6549 if (!part_of_multiple && b->cond_string)
c4093a6a
JM
6550 {
6551 annotate_field (7);
d77f58be 6552 if (is_tracepoint (b))
1042e4c0
SS
6553 ui_out_text (uiout, "\ttrace only if ");
6554 else
6555 ui_out_text (uiout, "\tstop only if ");
0101ce28 6556 ui_out_field_string (uiout, "cond", b->cond_string);
b775012e
LM
6557
6558 /* Print whether the target is doing the breakpoint's condition
6559 evaluation. If GDB is doing the evaluation, don't print anything. */
6560 if (is_breakpoint (b)
6561 && breakpoint_condition_evaluation_mode ()
6562 == condition_evaluation_target)
6563 {
6564 ui_out_text (uiout, " (");
6565 ui_out_field_string (uiout, "evaluated-by",
6566 bp_condition_evaluator (b));
6567 ui_out_text (uiout, " evals)");
6568 }
0101ce28
JJ
6569 ui_out_text (uiout, "\n");
6570 }
6571
0d381245 6572 if (!part_of_multiple && b->thread != -1)
c4093a6a 6573 {
4a64f543 6574 /* FIXME should make an annotation for this. */
8b93c638 6575 ui_out_text (uiout, "\tstop only in thread ");
5d5658a1
PA
6576 if (ui_out_is_mi_like_p (uiout))
6577 ui_out_field_int (uiout, "thread", b->thread);
6578 else
6579 {
6580 struct thread_info *thr = find_thread_global_id (b->thread);
6581
6582 ui_out_field_string (uiout, "thread", print_thread_id (thr));
6583 }
8b93c638 6584 ui_out_text (uiout, "\n");
c4093a6a
JM
6585 }
6586
556ec64d
YQ
6587 if (!part_of_multiple)
6588 {
6589 if (b->hit_count)
31f56a27
YQ
6590 {
6591 /* FIXME should make an annotation for this. */
6592 if (is_catchpoint (b))
6593 ui_out_text (uiout, "\tcatchpoint");
6594 else if (is_tracepoint (b))
6595 ui_out_text (uiout, "\ttracepoint");
6596 else
6597 ui_out_text (uiout, "\tbreakpoint");
6598 ui_out_text (uiout, " already hit ");
6599 ui_out_field_int (uiout, "times", b->hit_count);
6600 if (b->hit_count == 1)
6601 ui_out_text (uiout, " time\n");
6602 else
6603 ui_out_text (uiout, " times\n");
6604 }
556ec64d
YQ
6605 else
6606 {
31f56a27
YQ
6607 /* Output the count also if it is zero, but only if this is mi. */
6608 if (ui_out_is_mi_like_p (uiout))
6609 ui_out_field_int (uiout, "times", b->hit_count);
556ec64d
YQ
6610 }
6611 }
8b93c638 6612
0d381245 6613 if (!part_of_multiple && b->ignore_count)
c4093a6a
JM
6614 {
6615 annotate_field (8);
8b93c638
JM
6616 ui_out_text (uiout, "\tignore next ");
6617 ui_out_field_int (uiout, "ignore", b->ignore_count);
6618 ui_out_text (uiout, " hits\n");
c4093a6a 6619 }
059fb39f 6620
816338b5
SS
6621 /* Note that an enable count of 1 corresponds to "enable once"
6622 behavior, which is reported by the combination of enablement and
6623 disposition, so we don't need to mention it here. */
6624 if (!part_of_multiple && b->enable_count > 1)
6625 {
6626 annotate_field (8);
6627 ui_out_text (uiout, "\tdisable after ");
6628 /* Tweak the wording to clarify that ignore and enable counts
6629 are distinct, and have additive effect. */
6630 if (b->ignore_count)
6631 ui_out_text (uiout, "additional ");
6632 else
6633 ui_out_text (uiout, "next ");
6634 ui_out_field_int (uiout, "enable", b->enable_count);
6635 ui_out_text (uiout, " hits\n");
6636 }
6637
f196051f
SS
6638 if (!part_of_multiple && is_tracepoint (b))
6639 {
6640 struct tracepoint *tp = (struct tracepoint *) b;
6641
6642 if (tp->traceframe_usage)
6643 {
6644 ui_out_text (uiout, "\ttrace buffer usage ");
6645 ui_out_field_int (uiout, "traceframe-usage", tp->traceframe_usage);
6646 ui_out_text (uiout, " bytes\n");
6647 }
6648 }
d3ce09f5 6649
9add0f1b 6650 l = b->commands ? b->commands->commands : NULL;
059fb39f 6651 if (!part_of_multiple && l)
c4093a6a 6652 {
3b31d625
EZ
6653 struct cleanup *script_chain;
6654
c4093a6a 6655 annotate_field (9);
3b31d625 6656 script_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "script");
8b93c638 6657 print_command_lines (uiout, l, 4);
3b31d625 6658 do_cleanups (script_chain);
c4093a6a 6659 }
d24317b4 6660
d9b3f62e 6661 if (is_tracepoint (b))
1042e4c0 6662 {
d9b3f62e
PA
6663 struct tracepoint *t = (struct tracepoint *) b;
6664
6665 if (!part_of_multiple && t->pass_count)
6666 {
6667 annotate_field (10);
6668 ui_out_text (uiout, "\tpass count ");
6669 ui_out_field_int (uiout, "pass", t->pass_count);
6670 ui_out_text (uiout, " \n");
6671 }
f2a8bc8a
YQ
6672
6673 /* Don't display it when tracepoint or tracepoint location is
6674 pending. */
6675 if (!header_of_multiple && loc != NULL && !loc->shlib_disabled)
6676 {
6677 annotate_field (11);
6678
6679 if (ui_out_is_mi_like_p (uiout))
6680 ui_out_field_string (uiout, "installed",
6681 loc->inserted ? "y" : "n");
6682 else
6683 {
6684 if (loc->inserted)
6685 ui_out_text (uiout, "\t");
6686 else
6687 ui_out_text (uiout, "\tnot ");
6688 ui_out_text (uiout, "installed on target\n");
6689 }
6690 }
1042e4c0
SS
6691 }
6692
d24317b4
VP
6693 if (ui_out_is_mi_like_p (uiout) && !part_of_multiple)
6694 {
3a5c3e22
PA
6695 if (is_watchpoint (b))
6696 {
6697 struct watchpoint *w = (struct watchpoint *) b;
6698
6699 ui_out_field_string (uiout, "original-location", w->exp_string);
6700 }
f00aae0f
KS
6701 else if (b->location != NULL
6702 && event_location_to_string (b->location) != NULL)
6703 ui_out_field_string (uiout, "original-location",
6704 event_location_to_string (b->location));
d24317b4 6705 }
c4093a6a 6706}
c5aa993b 6707
0d381245
VP
6708static void
6709print_one_breakpoint (struct breakpoint *b,
4a64f543 6710 struct bp_location **last_loc,
6c95b8df 6711 int allflag)
0d381245 6712{
8d3788bd 6713 struct cleanup *bkpt_chain;
79a45e25 6714 struct ui_out *uiout = current_uiout;
8d3788bd
VP
6715
6716 bkpt_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "bkpt");
6717
12c5a436 6718 print_one_breakpoint_location (b, NULL, 0, last_loc, allflag);
8d3788bd 6719 do_cleanups (bkpt_chain);
0d381245
VP
6720
6721 /* If this breakpoint has custom print function,
6722 it's already printed. Otherwise, print individual
6723 locations, if any. */
6724 if (b->ops == NULL || b->ops->print_one == NULL)
6725 {
4a64f543
MS
6726 /* If breakpoint has a single location that is disabled, we
6727 print it as if it had several locations, since otherwise it's
6728 hard to represent "breakpoint enabled, location disabled"
6729 situation.
6730
6731 Note that while hardware watchpoints have several locations
a3be7890 6732 internally, that's not a property exposed to user. */
0d381245 6733 if (b->loc
a5606eee 6734 && !is_hardware_watchpoint (b)
8d3788bd 6735 && (b->loc->next || !b->loc->enabled))
0d381245
VP
6736 {
6737 struct bp_location *loc;
6738 int n = 1;
8d3788bd 6739
0d381245 6740 for (loc = b->loc; loc; loc = loc->next, ++n)
8d3788bd
VP
6741 {
6742 struct cleanup *inner2 =
6743 make_cleanup_ui_out_tuple_begin_end (uiout, NULL);
6744 print_one_breakpoint_location (b, loc, n, last_loc, allflag);
6745 do_cleanups (inner2);
6746 }
0d381245
VP
6747 }
6748 }
6749}
6750
a6d9a66e
UW
6751static int
6752breakpoint_address_bits (struct breakpoint *b)
6753{
6754 int print_address_bits = 0;
6755 struct bp_location *loc;
6756
c6d81124
PA
6757 /* Software watchpoints that aren't watching memory don't have an
6758 address to print. */
6759 if (is_no_memory_software_watchpoint (b))
6760 return 0;
6761
a6d9a66e
UW
6762 for (loc = b->loc; loc; loc = loc->next)
6763 {
c7437ca6
PA
6764 int addr_bit;
6765
c7437ca6 6766 addr_bit = gdbarch_addr_bit (loc->gdbarch);
a6d9a66e
UW
6767 if (addr_bit > print_address_bits)
6768 print_address_bits = addr_bit;
6769 }
6770
6771 return print_address_bits;
6772}
0d381245 6773
c4093a6a
JM
6774struct captured_breakpoint_query_args
6775 {
6776 int bnum;
6777 };
c5aa993b 6778
c4093a6a 6779static int
2b65245e 6780do_captured_breakpoint_query (struct ui_out *uiout, void *data)
c4093a6a 6781{
9a3c8263
SM
6782 struct captured_breakpoint_query_args *args
6783 = (struct captured_breakpoint_query_args *) data;
52f0bd74 6784 struct breakpoint *b;
a6d9a66e 6785 struct bp_location *dummy_loc = NULL;
cc59ec59 6786
c4093a6a
JM
6787 ALL_BREAKPOINTS (b)
6788 {
6789 if (args->bnum == b->number)
c5aa993b 6790 {
12c5a436 6791 print_one_breakpoint (b, &dummy_loc, 0);
c4093a6a 6792 return GDB_RC_OK;
c5aa993b 6793 }
c4093a6a
JM
6794 }
6795 return GDB_RC_NONE;
6796}
c5aa993b 6797
c4093a6a 6798enum gdb_rc
4a64f543
MS
6799gdb_breakpoint_query (struct ui_out *uiout, int bnum,
6800 char **error_message)
c4093a6a
JM
6801{
6802 struct captured_breakpoint_query_args args;
cc59ec59 6803
c4093a6a
JM
6804 args.bnum = bnum;
6805 /* For the moment we don't trust print_one_breakpoint() to not throw
4a64f543 6806 an error. */
b0b13bb4
DJ
6807 if (catch_exceptions_with_msg (uiout, do_captured_breakpoint_query, &args,
6808 error_message, RETURN_MASK_ALL) < 0)
6809 return GDB_RC_FAIL;
6810 else
6811 return GDB_RC_OK;
c4093a6a 6812}
c5aa993b 6813
09d682a4
TT
6814/* Return true if this breakpoint was set by the user, false if it is
6815 internal or momentary. */
6816
6817int
6818user_breakpoint_p (struct breakpoint *b)
6819{
46c6471b 6820 return b->number > 0;
09d682a4
TT
6821}
6822
93daf339
TT
6823/* See breakpoint.h. */
6824
6825int
6826pending_breakpoint_p (struct breakpoint *b)
6827{
6828 return b->loc == NULL;
6829}
6830
7f3b0473 6831/* Print information on user settable breakpoint (watchpoint, etc)
d77f58be
SS
6832 number BNUM. If BNUM is -1 print all user-settable breakpoints.
6833 If ALLFLAG is non-zero, include non-user-settable breakpoints. If
6834 FILTER is non-NULL, call it on each breakpoint and only include the
6835 ones for which it returns non-zero. Return the total number of
6836 breakpoints listed. */
c906108c 6837
d77f58be 6838static int
e5a67952 6839breakpoint_1 (char *args, int allflag,
4a64f543 6840 int (*filter) (const struct breakpoint *))
c4093a6a 6841{
52f0bd74 6842 struct breakpoint *b;
a6d9a66e 6843 struct bp_location *last_loc = NULL;
7f3b0473 6844 int nr_printable_breakpoints;
3b31d625 6845 struct cleanup *bkpttbl_chain;
79a45b7d 6846 struct value_print_options opts;
a6d9a66e 6847 int print_address_bits = 0;
269b11a2 6848 int print_type_col_width = 14;
79a45e25 6849 struct ui_out *uiout = current_uiout;
269b11a2 6850
79a45b7d
TT
6851 get_user_print_options (&opts);
6852
4a64f543
MS
6853 /* Compute the number of rows in the table, as well as the size
6854 required for address fields. */
7f3b0473
AC
6855 nr_printable_breakpoints = 0;
6856 ALL_BREAKPOINTS (b)
e5a67952
MS
6857 {
6858 /* If we have a filter, only list the breakpoints it accepts. */
6859 if (filter && !filter (b))
6860 continue;
6861
6862 /* If we have an "args" string, it is a list of breakpoints to
6863 accept. Skip the others. */
6864 if (args != NULL && *args != '\0')
6865 {
6866 if (allflag && parse_and_eval_long (args) != b->number)
6867 continue;
6868 if (!allflag && !number_is_in_list (args, b->number))
6869 continue;
6870 }
269b11a2 6871
e5a67952
MS
6872 if (allflag || user_breakpoint_p (b))
6873 {
6874 int addr_bit, type_len;
a6d9a66e 6875
e5a67952
MS
6876 addr_bit = breakpoint_address_bits (b);
6877 if (addr_bit > print_address_bits)
6878 print_address_bits = addr_bit;
269b11a2 6879
e5a67952
MS
6880 type_len = strlen (bptype_string (b->type));
6881 if (type_len > print_type_col_width)
6882 print_type_col_width = type_len;
6883
6884 nr_printable_breakpoints++;
6885 }
6886 }
7f3b0473 6887
79a45b7d 6888 if (opts.addressprint)
3b31d625 6889 bkpttbl_chain
3e43a32a
MS
6890 = make_cleanup_ui_out_table_begin_end (uiout, 6,
6891 nr_printable_breakpoints,
3b31d625 6892 "BreakpointTable");
8b93c638 6893 else
3b31d625 6894 bkpttbl_chain
3e43a32a
MS
6895 = make_cleanup_ui_out_table_begin_end (uiout, 5,
6896 nr_printable_breakpoints,
3b31d625 6897 "BreakpointTable");
8b93c638 6898
7f3b0473 6899 if (nr_printable_breakpoints > 0)
d7faa9e7
AC
6900 annotate_breakpoints_headers ();
6901 if (nr_printable_breakpoints > 0)
6902 annotate_field (0);
4a64f543 6903 ui_out_table_header (uiout, 7, ui_left, "number", "Num"); /* 1 */
d7faa9e7
AC
6904 if (nr_printable_breakpoints > 0)
6905 annotate_field (1);
269b11a2 6906 ui_out_table_header (uiout, print_type_col_width, ui_left,
4a64f543 6907 "type", "Type"); /* 2 */
d7faa9e7
AC
6908 if (nr_printable_breakpoints > 0)
6909 annotate_field (2);
4a64f543 6910 ui_out_table_header (uiout, 4, ui_left, "disp", "Disp"); /* 3 */
d7faa9e7
AC
6911 if (nr_printable_breakpoints > 0)
6912 annotate_field (3);
54e52265 6913 ui_out_table_header (uiout, 3, ui_left, "enabled", "Enb"); /* 4 */
79a45b7d 6914 if (opts.addressprint)
e5a67952
MS
6915 {
6916 if (nr_printable_breakpoints > 0)
6917 annotate_field (4);
6918 if (print_address_bits <= 32)
6919 ui_out_table_header (uiout, 10, ui_left,
6920 "addr", "Address"); /* 5 */
6921 else
6922 ui_out_table_header (uiout, 18, ui_left,
6923 "addr", "Address"); /* 5 */
6924 }
d7faa9e7
AC
6925 if (nr_printable_breakpoints > 0)
6926 annotate_field (5);
6927 ui_out_table_header (uiout, 40, ui_noalign, "what", "What"); /* 6 */
6928 ui_out_table_body (uiout);
6929 if (nr_printable_breakpoints > 0)
6930 annotate_breakpoints_table ();
7f3b0473 6931
c4093a6a 6932 ALL_BREAKPOINTS (b)
e5a67952
MS
6933 {
6934 QUIT;
6935 /* If we have a filter, only list the breakpoints it accepts. */
6936 if (filter && !filter (b))
6937 continue;
6938
6939 /* If we have an "args" string, it is a list of breakpoints to
6940 accept. Skip the others. */
6941
6942 if (args != NULL && *args != '\0')
6943 {
6944 if (allflag) /* maintenance info breakpoint */
6945 {
6946 if (parse_and_eval_long (args) != b->number)
6947 continue;
6948 }
6949 else /* all others */
6950 {
6951 if (!number_is_in_list (args, b->number))
6952 continue;
6953 }
6954 }
6955 /* We only print out user settable breakpoints unless the
6956 allflag is set. */
6957 if (allflag || user_breakpoint_p (b))
12c5a436 6958 print_one_breakpoint (b, &last_loc, allflag);
e5a67952
MS
6959 }
6960
3b31d625 6961 do_cleanups (bkpttbl_chain);
698384cd 6962
7f3b0473 6963 if (nr_printable_breakpoints == 0)
c906108c 6964 {
4a64f543
MS
6965 /* If there's a filter, let the caller decide how to report
6966 empty list. */
d77f58be
SS
6967 if (!filter)
6968 {
e5a67952 6969 if (args == NULL || *args == '\0')
d77f58be
SS
6970 ui_out_message (uiout, 0, "No breakpoints or watchpoints.\n");
6971 else
4a64f543 6972 ui_out_message (uiout, 0,
e5a67952
MS
6973 "No breakpoint or watchpoint matching '%s'.\n",
6974 args);
d77f58be 6975 }
c906108c
SS
6976 }
6977 else
c4093a6a 6978 {
a6d9a66e
UW
6979 if (last_loc && !server_command)
6980 set_next_address (last_loc->gdbarch, last_loc->address);
c4093a6a 6981 }
c906108c 6982
4a64f543 6983 /* FIXME? Should this be moved up so that it is only called when
c4093a6a 6984 there have been breakpoints? */
c906108c 6985 annotate_breakpoints_table_end ();
d77f58be
SS
6986
6987 return nr_printable_breakpoints;
c906108c
SS
6988}
6989
ad443146
SS
6990/* Display the value of default-collect in a way that is generally
6991 compatible with the breakpoint list. */
6992
6993static void
6994default_collect_info (void)
6995{
79a45e25
PA
6996 struct ui_out *uiout = current_uiout;
6997
ad443146
SS
6998 /* If it has no value (which is frequently the case), say nothing; a
6999 message like "No default-collect." gets in user's face when it's
7000 not wanted. */
7001 if (!*default_collect)
7002 return;
7003
7004 /* The following phrase lines up nicely with per-tracepoint collect
7005 actions. */
7006 ui_out_text (uiout, "default collect ");
7007 ui_out_field_string (uiout, "default-collect", default_collect);
7008 ui_out_text (uiout, " \n");
7009}
7010
c906108c 7011static void
e5a67952 7012breakpoints_info (char *args, int from_tty)
c906108c 7013{
e5a67952 7014 breakpoint_1 (args, 0, NULL);
ad443146
SS
7015
7016 default_collect_info ();
d77f58be
SS
7017}
7018
7019static void
e5a67952 7020watchpoints_info (char *args, int from_tty)
d77f58be 7021{
e5a67952 7022 int num_printed = breakpoint_1 (args, 0, is_watchpoint);
79a45e25 7023 struct ui_out *uiout = current_uiout;
d77f58be
SS
7024
7025 if (num_printed == 0)
7026 {
e5a67952 7027 if (args == NULL || *args == '\0')
d77f58be
SS
7028 ui_out_message (uiout, 0, "No watchpoints.\n");
7029 else
e5a67952 7030 ui_out_message (uiout, 0, "No watchpoint matching '%s'.\n", args);
d77f58be 7031 }
c906108c
SS
7032}
7033
7a292a7a 7034static void
e5a67952 7035maintenance_info_breakpoints (char *args, int from_tty)
c906108c 7036{
e5a67952 7037 breakpoint_1 (args, 1, NULL);
ad443146
SS
7038
7039 default_collect_info ();
c906108c
SS
7040}
7041
0d381245 7042static int
714835d5 7043breakpoint_has_pc (struct breakpoint *b,
6c95b8df 7044 struct program_space *pspace,
714835d5 7045 CORE_ADDR pc, struct obj_section *section)
0d381245
VP
7046{
7047 struct bp_location *bl = b->loc;
cc59ec59 7048
0d381245
VP
7049 for (; bl; bl = bl->next)
7050 {
6c95b8df
PA
7051 if (bl->pspace == pspace
7052 && bl->address == pc
0d381245
VP
7053 && (!overlay_debugging || bl->section == section))
7054 return 1;
7055 }
7056 return 0;
7057}
7058
672f9b60 7059/* Print a message describing any user-breakpoints set at PC. This
6c95b8df
PA
7060 concerns with logical breakpoints, so we match program spaces, not
7061 address spaces. */
c906108c
SS
7062
7063static void
6c95b8df
PA
7064describe_other_breakpoints (struct gdbarch *gdbarch,
7065 struct program_space *pspace, CORE_ADDR pc,
5af949e3 7066 struct obj_section *section, int thread)
c906108c 7067{
52f0bd74
AC
7068 int others = 0;
7069 struct breakpoint *b;
c906108c
SS
7070
7071 ALL_BREAKPOINTS (b)
672f9b60
KP
7072 others += (user_breakpoint_p (b)
7073 && breakpoint_has_pc (b, pspace, pc, section));
c906108c
SS
7074 if (others > 0)
7075 {
a3f17187
AC
7076 if (others == 1)
7077 printf_filtered (_("Note: breakpoint "));
7078 else /* if (others == ???) */
7079 printf_filtered (_("Note: breakpoints "));
c906108c 7080 ALL_BREAKPOINTS (b)
672f9b60 7081 if (user_breakpoint_p (b) && breakpoint_has_pc (b, pspace, pc, section))
0d381245
VP
7082 {
7083 others--;
7084 printf_filtered ("%d", b->number);
7085 if (b->thread == -1 && thread != -1)
7086 printf_filtered (" (all threads)");
7087 else if (b->thread != -1)
7088 printf_filtered (" (thread %d)", b->thread);
7089 printf_filtered ("%s%s ",
059fb39f 7090 ((b->enable_state == bp_disabled
f8eba3c6 7091 || b->enable_state == bp_call_disabled)
0d381245 7092 ? " (disabled)"
0d381245
VP
7093 : ""),
7094 (others > 1) ? ","
7095 : ((others == 1) ? " and" : ""));
7096 }
a3f17187 7097 printf_filtered (_("also set at pc "));
5af949e3 7098 fputs_filtered (paddress (gdbarch, pc), gdb_stdout);
c906108c
SS
7099 printf_filtered (".\n");
7100 }
7101}
7102\f
c906108c 7103
e4f237da 7104/* Return true iff it is meaningful to use the address member of
244558af
LM
7105 BPT locations. For some breakpoint types, the locations' address members
7106 are irrelevant and it makes no sense to attempt to compare them to other
7107 addresses (or use them for any other purpose either).
e4f237da 7108
4a64f543 7109 More specifically, each of the following breakpoint types will
244558af 7110 always have a zero valued location address and we don't want to mark
4a64f543 7111 breakpoints of any of these types to be a duplicate of an actual
244558af 7112 breakpoint location at address zero:
e4f237da
KB
7113
7114 bp_watchpoint
2d134ed3
PA
7115 bp_catchpoint
7116
7117*/
e4f237da
KB
7118
7119static int
7120breakpoint_address_is_meaningful (struct breakpoint *bpt)
7121{
7122 enum bptype type = bpt->type;
7123
2d134ed3
PA
7124 return (type != bp_watchpoint && type != bp_catchpoint);
7125}
7126
7127/* Assuming LOC1 and LOC2's owners are hardware watchpoints, returns
7128 true if LOC1 and LOC2 represent the same watchpoint location. */
7129
7130static int
4a64f543
MS
7131watchpoint_locations_match (struct bp_location *loc1,
7132 struct bp_location *loc2)
2d134ed3 7133{
3a5c3e22
PA
7134 struct watchpoint *w1 = (struct watchpoint *) loc1->owner;
7135 struct watchpoint *w2 = (struct watchpoint *) loc2->owner;
7136
7137 /* Both of them must exist. */
7138 gdb_assert (w1 != NULL);
7139 gdb_assert (w2 != NULL);
2bdf28a0 7140
4a64f543
MS
7141 /* If the target can evaluate the condition expression in hardware,
7142 then we we need to insert both watchpoints even if they are at
7143 the same place. Otherwise the watchpoint will only trigger when
7144 the condition of whichever watchpoint was inserted evaluates to
7145 true, not giving a chance for GDB to check the condition of the
7146 other watchpoint. */
3a5c3e22 7147 if ((w1->cond_exp
4a64f543
MS
7148 && target_can_accel_watchpoint_condition (loc1->address,
7149 loc1->length,
0cf6dd15 7150 loc1->watchpoint_type,
3a5c3e22
PA
7151 w1->cond_exp))
7152 || (w2->cond_exp
4a64f543
MS
7153 && target_can_accel_watchpoint_condition (loc2->address,
7154 loc2->length,
0cf6dd15 7155 loc2->watchpoint_type,
3a5c3e22 7156 w2->cond_exp)))
0cf6dd15
TJB
7157 return 0;
7158
85d721b8
PA
7159 /* Note that this checks the owner's type, not the location's. In
7160 case the target does not support read watchpoints, but does
7161 support access watchpoints, we'll have bp_read_watchpoint
7162 watchpoints with hw_access locations. Those should be considered
7163 duplicates of hw_read locations. The hw_read locations will
7164 become hw_access locations later. */
2d134ed3
PA
7165 return (loc1->owner->type == loc2->owner->type
7166 && loc1->pspace->aspace == loc2->pspace->aspace
7167 && loc1->address == loc2->address
7168 && loc1->length == loc2->length);
e4f237da
KB
7169}
7170
31e77af2 7171/* See breakpoint.h. */
6c95b8df 7172
31e77af2 7173int
6c95b8df
PA
7174breakpoint_address_match (struct address_space *aspace1, CORE_ADDR addr1,
7175 struct address_space *aspace2, CORE_ADDR addr2)
7176{
f5656ead 7177 return ((gdbarch_has_global_breakpoints (target_gdbarch ())
6c95b8df
PA
7178 || aspace1 == aspace2)
7179 && addr1 == addr2);
7180}
7181
f1310107
TJB
7182/* Returns true if {ASPACE2,ADDR2} falls within the range determined by
7183 {ASPACE1,ADDR1,LEN1}. In most targets, this can only be true if ASPACE1
7184 matches ASPACE2. On targets that have global breakpoints, the address
7185 space doesn't really matter. */
7186
7187static int
7188breakpoint_address_match_range (struct address_space *aspace1, CORE_ADDR addr1,
7189 int len1, struct address_space *aspace2,
7190 CORE_ADDR addr2)
7191{
f5656ead 7192 return ((gdbarch_has_global_breakpoints (target_gdbarch ())
f1310107
TJB
7193 || aspace1 == aspace2)
7194 && addr2 >= addr1 && addr2 < addr1 + len1);
7195}
7196
7197/* Returns true if {ASPACE,ADDR} matches the breakpoint BL. BL may be
7198 a ranged breakpoint. In most targets, a match happens only if ASPACE
7199 matches the breakpoint's address space. On targets that have global
7200 breakpoints, the address space doesn't really matter. */
7201
7202static int
7203breakpoint_location_address_match (struct bp_location *bl,
7204 struct address_space *aspace,
7205 CORE_ADDR addr)
7206{
7207 return (breakpoint_address_match (bl->pspace->aspace, bl->address,
7208 aspace, addr)
7209 || (bl->length
7210 && breakpoint_address_match_range (bl->pspace->aspace,
7211 bl->address, bl->length,
7212 aspace, addr)));
7213}
7214
d35ae833
PA
7215/* Returns true if the [ADDR,ADDR+LEN) range in ASPACE overlaps
7216 breakpoint BL. BL may be a ranged breakpoint. In most targets, a
7217 match happens only if ASPACE matches the breakpoint's address
7218 space. On targets that have global breakpoints, the address space
7219 doesn't really matter. */
7220
7221static int
7222breakpoint_location_address_range_overlap (struct bp_location *bl,
7223 struct address_space *aspace,
7224 CORE_ADDR addr, int len)
7225{
7226 if (gdbarch_has_global_breakpoints (target_gdbarch ())
7227 || bl->pspace->aspace == aspace)
7228 {
7229 int bl_len = bl->length != 0 ? bl->length : 1;
7230
7231 if (mem_ranges_overlap (addr, len, bl->address, bl_len))
7232 return 1;
7233 }
7234 return 0;
7235}
7236
1e4d1764
YQ
7237/* If LOC1 and LOC2's owners are not tracepoints, returns false directly.
7238 Then, if LOC1 and LOC2 represent the same tracepoint location, returns
7239 true, otherwise returns false. */
7240
7241static int
7242tracepoint_locations_match (struct bp_location *loc1,
7243 struct bp_location *loc2)
7244{
7245 if (is_tracepoint (loc1->owner) && is_tracepoint (loc2->owner))
7246 /* Since tracepoint locations are never duplicated with others', tracepoint
7247 locations at the same address of different tracepoints are regarded as
7248 different locations. */
7249 return (loc1->address == loc2->address && loc1->owner == loc2->owner);
7250 else
7251 return 0;
7252}
7253
2d134ed3
PA
7254/* Assuming LOC1 and LOC2's types' have meaningful target addresses
7255 (breakpoint_address_is_meaningful), returns true if LOC1 and LOC2
7256 represent the same location. */
7257
7258static int
4a64f543
MS
7259breakpoint_locations_match (struct bp_location *loc1,
7260 struct bp_location *loc2)
2d134ed3 7261{
2bdf28a0
JK
7262 int hw_point1, hw_point2;
7263
7264 /* Both of them must not be in moribund_locations. */
7265 gdb_assert (loc1->owner != NULL);
7266 gdb_assert (loc2->owner != NULL);
7267
7268 hw_point1 = is_hardware_watchpoint (loc1->owner);
7269 hw_point2 = is_hardware_watchpoint (loc2->owner);
2d134ed3
PA
7270
7271 if (hw_point1 != hw_point2)
7272 return 0;
7273 else if (hw_point1)
7274 return watchpoint_locations_match (loc1, loc2);
1e4d1764
YQ
7275 else if (is_tracepoint (loc1->owner) || is_tracepoint (loc2->owner))
7276 return tracepoint_locations_match (loc1, loc2);
2d134ed3 7277 else
f1310107
TJB
7278 /* We compare bp_location.length in order to cover ranged breakpoints. */
7279 return (breakpoint_address_match (loc1->pspace->aspace, loc1->address,
7280 loc2->pspace->aspace, loc2->address)
7281 && loc1->length == loc2->length);
2d134ed3
PA
7282}
7283
76897487
KB
7284static void
7285breakpoint_adjustment_warning (CORE_ADDR from_addr, CORE_ADDR to_addr,
7286 int bnum, int have_bnum)
7287{
f63fbe86
MS
7288 /* The longest string possibly returned by hex_string_custom
7289 is 50 chars. These must be at least that big for safety. */
7290 char astr1[64];
7291 char astr2[64];
76897487 7292
bb599908
PH
7293 strcpy (astr1, hex_string_custom ((unsigned long) from_addr, 8));
7294 strcpy (astr2, hex_string_custom ((unsigned long) to_addr, 8));
76897487 7295 if (have_bnum)
8a3fe4f8 7296 warning (_("Breakpoint %d address previously adjusted from %s to %s."),
76897487
KB
7297 bnum, astr1, astr2);
7298 else
8a3fe4f8 7299 warning (_("Breakpoint address adjusted from %s to %s."), astr1, astr2);
76897487
KB
7300}
7301
4a64f543
MS
7302/* Adjust a breakpoint's address to account for architectural
7303 constraints on breakpoint placement. Return the adjusted address.
7304 Note: Very few targets require this kind of adjustment. For most
7305 targets, this function is simply the identity function. */
76897487
KB
7306
7307static CORE_ADDR
a6d9a66e
UW
7308adjust_breakpoint_address (struct gdbarch *gdbarch,
7309 CORE_ADDR bpaddr, enum bptype bptype)
76897487 7310{
a6d9a66e 7311 if (!gdbarch_adjust_breakpoint_address_p (gdbarch))
76897487
KB
7312 {
7313 /* Very few targets need any kind of breakpoint adjustment. */
7314 return bpaddr;
7315 }
88f7da05
KB
7316 else if (bptype == bp_watchpoint
7317 || bptype == bp_hardware_watchpoint
7318 || bptype == bp_read_watchpoint
7319 || bptype == bp_access_watchpoint
fe798b75 7320 || bptype == bp_catchpoint)
88f7da05
KB
7321 {
7322 /* Watchpoints and the various bp_catch_* eventpoints should not
7323 have their addresses modified. */
7324 return bpaddr;
7325 }
7c16b83e
PA
7326 else if (bptype == bp_single_step)
7327 {
7328 /* Single-step breakpoints should not have their addresses
7329 modified. If there's any architectural constrain that
7330 applies to this address, then it should have already been
7331 taken into account when the breakpoint was created in the
7332 first place. If we didn't do this, stepping through e.g.,
7333 Thumb-2 IT blocks would break. */
7334 return bpaddr;
7335 }
76897487
KB
7336 else
7337 {
7338 CORE_ADDR adjusted_bpaddr;
7339
7340 /* Some targets have architectural constraints on the placement
7341 of breakpoint instructions. Obtain the adjusted address. */
a6d9a66e 7342 adjusted_bpaddr = gdbarch_adjust_breakpoint_address (gdbarch, bpaddr);
76897487
KB
7343
7344 /* An adjusted breakpoint address can significantly alter
7345 a user's expectations. Print a warning if an adjustment
7346 is required. */
7347 if (adjusted_bpaddr != bpaddr)
7348 breakpoint_adjustment_warning (bpaddr, adjusted_bpaddr, 0, 0);
7349
7350 return adjusted_bpaddr;
7351 }
7352}
7353
28010a5d
PA
7354void
7355init_bp_location (struct bp_location *loc, const struct bp_location_ops *ops,
7356 struct breakpoint *owner)
7cc221ef 7357{
7cc221ef
DJ
7358 memset (loc, 0, sizeof (*loc));
7359
348d480f
PA
7360 gdb_assert (ops != NULL);
7361
28010a5d
PA
7362 loc->ops = ops;
7363 loc->owner = owner;
511a6cd4 7364 loc->cond = NULL;
b775012e 7365 loc->cond_bytecode = NULL;
0d381245
VP
7366 loc->shlib_disabled = 0;
7367 loc->enabled = 1;
e049a4b5 7368
28010a5d 7369 switch (owner->type)
e049a4b5
DJ
7370 {
7371 case bp_breakpoint:
7c16b83e 7372 case bp_single_step:
e049a4b5
DJ
7373 case bp_until:
7374 case bp_finish:
7375 case bp_longjmp:
7376 case bp_longjmp_resume:
e2e4d78b 7377 case bp_longjmp_call_dummy:
186c406b
TT
7378 case bp_exception:
7379 case bp_exception_resume:
e049a4b5 7380 case bp_step_resume:
2c03e5be 7381 case bp_hp_step_resume:
e049a4b5
DJ
7382 case bp_watchpoint_scope:
7383 case bp_call_dummy:
aa7d318d 7384 case bp_std_terminate:
e049a4b5
DJ
7385 case bp_shlib_event:
7386 case bp_thread_event:
7387 case bp_overlay_event:
4efc6507 7388 case bp_jit_event:
0fd8e87f 7389 case bp_longjmp_master:
aa7d318d 7390 case bp_std_terminate_master:
186c406b 7391 case bp_exception_master:
0e30163f
JK
7392 case bp_gnu_ifunc_resolver:
7393 case bp_gnu_ifunc_resolver_return:
e7e0cddf 7394 case bp_dprintf:
e049a4b5 7395 loc->loc_type = bp_loc_software_breakpoint;
b775012e 7396 mark_breakpoint_location_modified (loc);
e049a4b5
DJ
7397 break;
7398 case bp_hardware_breakpoint:
7399 loc->loc_type = bp_loc_hardware_breakpoint;
b775012e 7400 mark_breakpoint_location_modified (loc);
e049a4b5
DJ
7401 break;
7402 case bp_hardware_watchpoint:
7403 case bp_read_watchpoint:
7404 case bp_access_watchpoint:
7405 loc->loc_type = bp_loc_hardware_watchpoint;
7406 break;
7407 case bp_watchpoint:
ce78b96d 7408 case bp_catchpoint:
15c3d785
PA
7409 case bp_tracepoint:
7410 case bp_fast_tracepoint:
0fb4aa4b 7411 case bp_static_tracepoint:
e049a4b5
DJ
7412 loc->loc_type = bp_loc_other;
7413 break;
7414 default:
e2e0b3e5 7415 internal_error (__FILE__, __LINE__, _("unknown breakpoint type"));
e049a4b5
DJ
7416 }
7417
f431efe5 7418 loc->refc = 1;
28010a5d
PA
7419}
7420
7421/* Allocate a struct bp_location. */
7422
7423static struct bp_location *
7424allocate_bp_location (struct breakpoint *bpt)
7425{
348d480f
PA
7426 return bpt->ops->allocate_location (bpt);
7427}
7cc221ef 7428
f431efe5
PA
7429static void
7430free_bp_location (struct bp_location *loc)
fe3f5fa8 7431{
348d480f 7432 loc->ops->dtor (loc);
fe3f5fa8
VP
7433 xfree (loc);
7434}
7435
f431efe5
PA
7436/* Increment reference count. */
7437
7438static void
7439incref_bp_location (struct bp_location *bl)
7440{
7441 ++bl->refc;
7442}
7443
7444/* Decrement reference count. If the reference count reaches 0,
7445 destroy the bp_location. Sets *BLP to NULL. */
7446
7447static void
7448decref_bp_location (struct bp_location **blp)
7449{
0807b50c
PA
7450 gdb_assert ((*blp)->refc > 0);
7451
f431efe5
PA
7452 if (--(*blp)->refc == 0)
7453 free_bp_location (*blp);
7454 *blp = NULL;
7455}
7456
346774a9 7457/* Add breakpoint B at the end of the global breakpoint chain. */
c906108c 7458
346774a9
PA
7459static void
7460add_to_breakpoint_chain (struct breakpoint *b)
c906108c 7461{
346774a9 7462 struct breakpoint *b1;
c906108c 7463
346774a9
PA
7464 /* Add this breakpoint to the end of the chain so that a list of
7465 breakpoints will come out in order of increasing numbers. */
7466
7467 b1 = breakpoint_chain;
7468 if (b1 == 0)
7469 breakpoint_chain = b;
7470 else
7471 {
7472 while (b1->next)
7473 b1 = b1->next;
7474 b1->next = b;
7475 }
7476}
7477
7478/* Initializes breakpoint B with type BPTYPE and no locations yet. */
7479
7480static void
7481init_raw_breakpoint_without_location (struct breakpoint *b,
7482 struct gdbarch *gdbarch,
28010a5d 7483 enum bptype bptype,
c0a91b2b 7484 const struct breakpoint_ops *ops)
346774a9 7485{
c906108c 7486 memset (b, 0, sizeof (*b));
2219d63c 7487
348d480f
PA
7488 gdb_assert (ops != NULL);
7489
28010a5d 7490 b->ops = ops;
4d28f7a8 7491 b->type = bptype;
a6d9a66e 7492 b->gdbarch = gdbarch;
c906108c
SS
7493 b->language = current_language->la_language;
7494 b->input_radix = input_radix;
7495 b->thread = -1;
b5de0fa7 7496 b->enable_state = bp_enabled;
c906108c
SS
7497 b->next = 0;
7498 b->silent = 0;
7499 b->ignore_count = 0;
7500 b->commands = NULL;
818dd999 7501 b->frame_id = null_frame_id;
0d381245 7502 b->condition_not_parsed = 0;
84f4c1fe 7503 b->py_bp_object = NULL;
d0fb5eae 7504 b->related_breakpoint = b;
f00aae0f 7505 b->location = NULL;
346774a9
PA
7506}
7507
7508/* Helper to set_raw_breakpoint below. Creates a breakpoint
7509 that has type BPTYPE and has no locations as yet. */
346774a9
PA
7510
7511static struct breakpoint *
7512set_raw_breakpoint_without_location (struct gdbarch *gdbarch,
348d480f 7513 enum bptype bptype,
c0a91b2b 7514 const struct breakpoint_ops *ops)
346774a9
PA
7515{
7516 struct breakpoint *b = XNEW (struct breakpoint);
7517
348d480f 7518 init_raw_breakpoint_without_location (b, gdbarch, bptype, ops);
c56053d2 7519 add_to_breakpoint_chain (b);
0d381245
VP
7520 return b;
7521}
7522
0e30163f
JK
7523/* Initialize loc->function_name. EXPLICIT_LOC says no indirect function
7524 resolutions should be made as the user specified the location explicitly
7525 enough. */
7526
0d381245 7527static void
0e30163f 7528set_breakpoint_location_function (struct bp_location *loc, int explicit_loc)
0d381245 7529{
2bdf28a0
JK
7530 gdb_assert (loc->owner != NULL);
7531
0d381245 7532 if (loc->owner->type == bp_breakpoint
1042e4c0 7533 || loc->owner->type == bp_hardware_breakpoint
d77f58be 7534 || is_tracepoint (loc->owner))
0d381245 7535 {
0e30163f 7536 int is_gnu_ifunc;
2c02bd72 7537 const char *function_name;
6a3a010b 7538 CORE_ADDR func_addr;
0e30163f 7539
2c02bd72 7540 find_pc_partial_function_gnu_ifunc (loc->address, &function_name,
6a3a010b 7541 &func_addr, NULL, &is_gnu_ifunc);
0e30163f
JK
7542
7543 if (is_gnu_ifunc && !explicit_loc)
7544 {
7545 struct breakpoint *b = loc->owner;
7546
7547 gdb_assert (loc->pspace == current_program_space);
2c02bd72 7548 if (gnu_ifunc_resolve_name (function_name,
0e30163f
JK
7549 &loc->requested_address))
7550 {
7551 /* Recalculate ADDRESS based on new REQUESTED_ADDRESS. */
7552 loc->address = adjust_breakpoint_address (loc->gdbarch,
7553 loc->requested_address,
7554 b->type);
7555 }
7556 else if (b->type == bp_breakpoint && b->loc == loc
7557 && loc->next == NULL && b->related_breakpoint == b)
7558 {
7559 /* Create only the whole new breakpoint of this type but do not
7560 mess more complicated breakpoints with multiple locations. */
7561 b->type = bp_gnu_ifunc_resolver;
6a3a010b
MR
7562 /* Remember the resolver's address for use by the return
7563 breakpoint. */
7564 loc->related_address = func_addr;
0e30163f
JK
7565 }
7566 }
7567
2c02bd72
DE
7568 if (function_name)
7569 loc->function_name = xstrdup (function_name);
0d381245
VP
7570 }
7571}
7572
a6d9a66e 7573/* Attempt to determine architecture of location identified by SAL. */
1bfeeb0f 7574struct gdbarch *
a6d9a66e
UW
7575get_sal_arch (struct symtab_and_line sal)
7576{
7577 if (sal.section)
7578 return get_objfile_arch (sal.section->objfile);
7579 if (sal.symtab)
eb822aa6 7580 return get_objfile_arch (SYMTAB_OBJFILE (sal.symtab));
a6d9a66e
UW
7581
7582 return NULL;
7583}
7584
346774a9
PA
7585/* Low level routine for partially initializing a breakpoint of type
7586 BPTYPE. The newly created breakpoint's address, section, source
c56053d2 7587 file name, and line number are provided by SAL.
0d381245
VP
7588
7589 It is expected that the caller will complete the initialization of
7590 the newly created breakpoint struct as well as output any status
c56053d2 7591 information regarding the creation of a new breakpoint. */
0d381245 7592
346774a9
PA
7593static void
7594init_raw_breakpoint (struct breakpoint *b, struct gdbarch *gdbarch,
28010a5d 7595 struct symtab_and_line sal, enum bptype bptype,
c0a91b2b 7596 const struct breakpoint_ops *ops)
0d381245 7597{
28010a5d 7598 init_raw_breakpoint_without_location (b, gdbarch, bptype, ops);
346774a9 7599
3742cc8b 7600 add_location_to_breakpoint (b, &sal);
0d381245 7601
6c95b8df
PA
7602 if (bptype != bp_catchpoint)
7603 gdb_assert (sal.pspace != NULL);
7604
f8eba3c6
TT
7605 /* Store the program space that was used to set the breakpoint,
7606 except for ordinary breakpoints, which are independent of the
7607 program space. */
7608 if (bptype != bp_breakpoint && bptype != bp_hardware_breakpoint)
7609 b->pspace = sal.pspace;
346774a9 7610}
c906108c 7611
346774a9
PA
7612/* set_raw_breakpoint is a low level routine for allocating and
7613 partially initializing a breakpoint of type BPTYPE. The newly
7614 created breakpoint's address, section, source file name, and line
7615 number are provided by SAL. The newly created and partially
7616 initialized breakpoint is added to the breakpoint chain and
7617 is also returned as the value of this function.
7618
7619 It is expected that the caller will complete the initialization of
7620 the newly created breakpoint struct as well as output any status
7621 information regarding the creation of a new breakpoint. In
7622 particular, set_raw_breakpoint does NOT set the breakpoint
7623 number! Care should be taken to not allow an error to occur
7624 prior to completing the initialization of the breakpoint. If this
7625 should happen, a bogus breakpoint will be left on the chain. */
7626
7627struct breakpoint *
7628set_raw_breakpoint (struct gdbarch *gdbarch,
348d480f 7629 struct symtab_and_line sal, enum bptype bptype,
c0a91b2b 7630 const struct breakpoint_ops *ops)
346774a9
PA
7631{
7632 struct breakpoint *b = XNEW (struct breakpoint);
7633
348d480f 7634 init_raw_breakpoint (b, gdbarch, sal, bptype, ops);
c56053d2 7635 add_to_breakpoint_chain (b);
c906108c
SS
7636 return b;
7637}
7638
53a5351d 7639/* Call this routine when stepping and nexting to enable a breakpoint
186c406b
TT
7640 if we do a longjmp() or 'throw' in TP. FRAME is the frame which
7641 initiated the operation. */
c906108c
SS
7642
7643void
186c406b 7644set_longjmp_breakpoint (struct thread_info *tp, struct frame_id frame)
c906108c 7645{
35df4500 7646 struct breakpoint *b, *b_tmp;
5d5658a1 7647 int thread = tp->global_num;
0fd8e87f
UW
7648
7649 /* To avoid having to rescan all objfile symbols at every step,
7650 we maintain a list of continually-inserted but always disabled
7651 longjmp "master" breakpoints. Here, we simply create momentary
7652 clones of those and enable them for the requested thread. */
35df4500 7653 ALL_BREAKPOINTS_SAFE (b, b_tmp)
6c95b8df 7654 if (b->pspace == current_program_space
186c406b
TT
7655 && (b->type == bp_longjmp_master
7656 || b->type == bp_exception_master))
0fd8e87f 7657 {
06edf0c0
PA
7658 enum bptype type = b->type == bp_longjmp_master ? bp_longjmp : bp_exception;
7659 struct breakpoint *clone;
cc59ec59 7660
e2e4d78b
JK
7661 /* longjmp_breakpoint_ops ensures INITIATING_FRAME is cleared again
7662 after their removal. */
06edf0c0 7663 clone = momentary_breakpoint_from_master (b, type,
a1aa2221 7664 &longjmp_breakpoint_ops, 1);
0fd8e87f
UW
7665 clone->thread = thread;
7666 }
186c406b
TT
7667
7668 tp->initiating_frame = frame;
c906108c
SS
7669}
7670
611c83ae 7671/* Delete all longjmp breakpoints from THREAD. */
c906108c 7672void
611c83ae 7673delete_longjmp_breakpoint (int thread)
c906108c 7674{
35df4500 7675 struct breakpoint *b, *b_tmp;
c906108c 7676
35df4500 7677 ALL_BREAKPOINTS_SAFE (b, b_tmp)
186c406b 7678 if (b->type == bp_longjmp || b->type == bp_exception)
611c83ae
PA
7679 {
7680 if (b->thread == thread)
7681 delete_breakpoint (b);
7682 }
c906108c
SS
7683}
7684
f59f708a
PA
7685void
7686delete_longjmp_breakpoint_at_next_stop (int thread)
7687{
7688 struct breakpoint *b, *b_tmp;
7689
7690 ALL_BREAKPOINTS_SAFE (b, b_tmp)
7691 if (b->type == bp_longjmp || b->type == bp_exception)
7692 {
7693 if (b->thread == thread)
7694 b->disposition = disp_del_at_next_stop;
7695 }
7696}
7697
e2e4d78b
JK
7698/* Place breakpoints of type bp_longjmp_call_dummy to catch longjmp for
7699 INFERIOR_PTID thread. Chain them all by RELATED_BREAKPOINT and return
7700 pointer to any of them. Return NULL if this system cannot place longjmp
7701 breakpoints. */
7702
7703struct breakpoint *
7704set_longjmp_breakpoint_for_call_dummy (void)
7705{
7706 struct breakpoint *b, *retval = NULL;
7707
7708 ALL_BREAKPOINTS (b)
7709 if (b->pspace == current_program_space && b->type == bp_longjmp_master)
7710 {
7711 struct breakpoint *new_b;
7712
7713 new_b = momentary_breakpoint_from_master (b, bp_longjmp_call_dummy,
a1aa2221
LM
7714 &momentary_breakpoint_ops,
7715 1);
5d5658a1 7716 new_b->thread = ptid_to_global_thread_id (inferior_ptid);
e2e4d78b
JK
7717
7718 /* Link NEW_B into the chain of RETVAL breakpoints. */
7719
7720 gdb_assert (new_b->related_breakpoint == new_b);
7721 if (retval == NULL)
7722 retval = new_b;
7723 new_b->related_breakpoint = retval;
7724 while (retval->related_breakpoint != new_b->related_breakpoint)
7725 retval = retval->related_breakpoint;
7726 retval->related_breakpoint = new_b;
7727 }
7728
7729 return retval;
7730}
7731
7732/* Verify all existing dummy frames and their associated breakpoints for
b67a2c6f 7733 TP. Remove those which can no longer be found in the current frame
e2e4d78b
JK
7734 stack.
7735
7736 You should call this function only at places where it is safe to currently
7737 unwind the whole stack. Failed stack unwind would discard live dummy
7738 frames. */
7739
7740void
b67a2c6f 7741check_longjmp_breakpoint_for_call_dummy (struct thread_info *tp)
e2e4d78b
JK
7742{
7743 struct breakpoint *b, *b_tmp;
7744
7745 ALL_BREAKPOINTS_SAFE (b, b_tmp)
5d5658a1 7746 if (b->type == bp_longjmp_call_dummy && b->thread == tp->global_num)
e2e4d78b
JK
7747 {
7748 struct breakpoint *dummy_b = b->related_breakpoint;
7749
7750 while (dummy_b != b && dummy_b->type != bp_call_dummy)
7751 dummy_b = dummy_b->related_breakpoint;
7752 if (dummy_b->type != bp_call_dummy
7753 || frame_find_by_id (dummy_b->frame_id) != NULL)
7754 continue;
7755
b67a2c6f 7756 dummy_frame_discard (dummy_b->frame_id, tp->ptid);
e2e4d78b
JK
7757
7758 while (b->related_breakpoint != b)
7759 {
7760 if (b_tmp == b->related_breakpoint)
7761 b_tmp = b->related_breakpoint->next;
7762 delete_breakpoint (b->related_breakpoint);
7763 }
7764 delete_breakpoint (b);
7765 }
7766}
7767
1900040c
MS
7768void
7769enable_overlay_breakpoints (void)
7770{
52f0bd74 7771 struct breakpoint *b;
1900040c
MS
7772
7773 ALL_BREAKPOINTS (b)
7774 if (b->type == bp_overlay_event)
7775 {
7776 b->enable_state = bp_enabled;
44702360 7777 update_global_location_list (UGLL_MAY_INSERT);
c02f5703 7778 overlay_events_enabled = 1;
1900040c
MS
7779 }
7780}
7781
7782void
7783disable_overlay_breakpoints (void)
7784{
52f0bd74 7785 struct breakpoint *b;
1900040c
MS
7786
7787 ALL_BREAKPOINTS (b)
7788 if (b->type == bp_overlay_event)
7789 {
7790 b->enable_state = bp_disabled;
44702360 7791 update_global_location_list (UGLL_DONT_INSERT);
c02f5703 7792 overlay_events_enabled = 0;
1900040c
MS
7793 }
7794}
7795
aa7d318d
TT
7796/* Set an active std::terminate breakpoint for each std::terminate
7797 master breakpoint. */
7798void
7799set_std_terminate_breakpoint (void)
7800{
35df4500 7801 struct breakpoint *b, *b_tmp;
aa7d318d 7802
35df4500 7803 ALL_BREAKPOINTS_SAFE (b, b_tmp)
aa7d318d
TT
7804 if (b->pspace == current_program_space
7805 && b->type == bp_std_terminate_master)
7806 {
06edf0c0 7807 momentary_breakpoint_from_master (b, bp_std_terminate,
a1aa2221 7808 &momentary_breakpoint_ops, 1);
aa7d318d
TT
7809 }
7810}
7811
7812/* Delete all the std::terminate breakpoints. */
7813void
7814delete_std_terminate_breakpoint (void)
7815{
35df4500 7816 struct breakpoint *b, *b_tmp;
aa7d318d 7817
35df4500 7818 ALL_BREAKPOINTS_SAFE (b, b_tmp)
aa7d318d
TT
7819 if (b->type == bp_std_terminate)
7820 delete_breakpoint (b);
7821}
7822
c4093a6a 7823struct breakpoint *
a6d9a66e 7824create_thread_event_breakpoint (struct gdbarch *gdbarch, CORE_ADDR address)
c4093a6a
JM
7825{
7826 struct breakpoint *b;
c4093a6a 7827
06edf0c0
PA
7828 b = create_internal_breakpoint (gdbarch, address, bp_thread_event,
7829 &internal_breakpoint_ops);
7830
b5de0fa7 7831 b->enable_state = bp_enabled;
f00aae0f 7832 /* location has to be used or breakpoint_re_set will delete me. */
305e13e6 7833 b->location = new_address_location (b->loc->address, NULL, 0);
c4093a6a 7834
44702360 7835 update_global_location_list_nothrow (UGLL_MAY_INSERT);
74960c60 7836
c4093a6a
JM
7837 return b;
7838}
7839
0101ce28
JJ
7840struct lang_and_radix
7841 {
7842 enum language lang;
7843 int radix;
7844 };
7845
4efc6507
DE
7846/* Create a breakpoint for JIT code registration and unregistration. */
7847
7848struct breakpoint *
7849create_jit_event_breakpoint (struct gdbarch *gdbarch, CORE_ADDR address)
7850{
2a7f3dff
PA
7851 return create_internal_breakpoint (gdbarch, address, bp_jit_event,
7852 &internal_breakpoint_ops);
4efc6507 7853}
0101ce28 7854
03673fc7
PP
7855/* Remove JIT code registration and unregistration breakpoint(s). */
7856
7857void
7858remove_jit_event_breakpoints (void)
7859{
7860 struct breakpoint *b, *b_tmp;
7861
7862 ALL_BREAKPOINTS_SAFE (b, b_tmp)
7863 if (b->type == bp_jit_event
7864 && b->loc->pspace == current_program_space)
7865 delete_breakpoint (b);
7866}
7867
cae688ec
JJ
7868void
7869remove_solib_event_breakpoints (void)
7870{
35df4500 7871 struct breakpoint *b, *b_tmp;
cae688ec 7872
35df4500 7873 ALL_BREAKPOINTS_SAFE (b, b_tmp)
6c95b8df
PA
7874 if (b->type == bp_shlib_event
7875 && b->loc->pspace == current_program_space)
cae688ec
JJ
7876 delete_breakpoint (b);
7877}
7878
f37f681c
PA
7879/* See breakpoint.h. */
7880
7881void
7882remove_solib_event_breakpoints_at_next_stop (void)
7883{
7884 struct breakpoint *b, *b_tmp;
7885
7886 ALL_BREAKPOINTS_SAFE (b, b_tmp)
7887 if (b->type == bp_shlib_event
7888 && b->loc->pspace == current_program_space)
7889 b->disposition = disp_del_at_next_stop;
7890}
7891
04086b45
PA
7892/* Helper for create_solib_event_breakpoint /
7893 create_and_insert_solib_event_breakpoint. Allows specifying which
7894 INSERT_MODE to pass through to update_global_location_list. */
7895
7896static struct breakpoint *
7897create_solib_event_breakpoint_1 (struct gdbarch *gdbarch, CORE_ADDR address,
7898 enum ugll_insert_mode insert_mode)
cae688ec
JJ
7899{
7900 struct breakpoint *b;
7901
06edf0c0
PA
7902 b = create_internal_breakpoint (gdbarch, address, bp_shlib_event,
7903 &internal_breakpoint_ops);
04086b45 7904 update_global_location_list_nothrow (insert_mode);
cae688ec
JJ
7905 return b;
7906}
7907
04086b45
PA
7908struct breakpoint *
7909create_solib_event_breakpoint (struct gdbarch *gdbarch, CORE_ADDR address)
7910{
7911 return create_solib_event_breakpoint_1 (gdbarch, address, UGLL_MAY_INSERT);
7912}
7913
f37f681c
PA
7914/* See breakpoint.h. */
7915
7916struct breakpoint *
7917create_and_insert_solib_event_breakpoint (struct gdbarch *gdbarch, CORE_ADDR address)
7918{
7919 struct breakpoint *b;
7920
04086b45
PA
7921 /* Explicitly tell update_global_location_list to insert
7922 locations. */
7923 b = create_solib_event_breakpoint_1 (gdbarch, address, UGLL_INSERT);
f37f681c
PA
7924 if (!b->loc->inserted)
7925 {
7926 delete_breakpoint (b);
7927 return NULL;
7928 }
7929 return b;
7930}
7931
cae688ec
JJ
7932/* Disable any breakpoints that are on code in shared libraries. Only
7933 apply to enabled breakpoints, disabled ones can just stay disabled. */
7934
7935void
cb851954 7936disable_breakpoints_in_shlibs (void)
cae688ec 7937{
876fa593 7938 struct bp_location *loc, **locp_tmp;
cae688ec 7939
876fa593 7940 ALL_BP_LOCATIONS (loc, locp_tmp)
cae688ec 7941 {
2bdf28a0 7942 /* ALL_BP_LOCATIONS bp_location has LOC->OWNER always non-NULL. */
0d381245 7943 struct breakpoint *b = loc->owner;
2bdf28a0 7944
4a64f543
MS
7945 /* We apply the check to all breakpoints, including disabled for
7946 those with loc->duplicate set. This is so that when breakpoint
7947 becomes enabled, or the duplicate is removed, gdb will try to
7948 insert all breakpoints. If we don't set shlib_disabled here,
7949 we'll try to insert those breakpoints and fail. */
1042e4c0 7950 if (((b->type == bp_breakpoint)
508ccb1f 7951 || (b->type == bp_jit_event)
1042e4c0 7952 || (b->type == bp_hardware_breakpoint)
d77f58be 7953 || (is_tracepoint (b)))
6c95b8df 7954 && loc->pspace == current_program_space
0d381245 7955 && !loc->shlib_disabled
6c95b8df 7956 && solib_name_from_address (loc->pspace, loc->address)
a77053c2 7957 )
0d381245
VP
7958 {
7959 loc->shlib_disabled = 1;
7960 }
cae688ec
JJ
7961 }
7962}
7963
63644780
NB
7964/* Disable any breakpoints and tracepoints that are in SOLIB upon
7965 notification of unloaded_shlib. Only apply to enabled breakpoints,
7966 disabled ones can just stay disabled. */
84acb35a 7967
75149521 7968static void
84acb35a
JJ
7969disable_breakpoints_in_unloaded_shlib (struct so_list *solib)
7970{
876fa593 7971 struct bp_location *loc, **locp_tmp;
84acb35a
JJ
7972 int disabled_shlib_breaks = 0;
7973
c86cf029
VP
7974 /* SunOS a.out shared libraries are always mapped, so do not
7975 disable breakpoints; they will only be reported as unloaded
7976 through clear_solib when GDB discards its shared library
7977 list. See clear_solib for more information. */
7978 if (exec_bfd != NULL
7979 && bfd_get_flavour (exec_bfd) == bfd_target_aout_flavour)
7980 return;
7981
876fa593 7982 ALL_BP_LOCATIONS (loc, locp_tmp)
84acb35a 7983 {
2bdf28a0 7984 /* ALL_BP_LOCATIONS bp_location has LOC->OWNER always non-NULL. */
0d381245 7985 struct breakpoint *b = loc->owner;
cc59ec59 7986
1e4d1764 7987 if (solib->pspace == loc->pspace
e2dd7057 7988 && !loc->shlib_disabled
1e4d1764
YQ
7989 && (((b->type == bp_breakpoint
7990 || b->type == bp_jit_event
7991 || b->type == bp_hardware_breakpoint)
7992 && (loc->loc_type == bp_loc_hardware_breakpoint
7993 || loc->loc_type == bp_loc_software_breakpoint))
7994 || is_tracepoint (b))
e2dd7057 7995 && solib_contains_address_p (solib, loc->address))
84acb35a 7996 {
e2dd7057
PP
7997 loc->shlib_disabled = 1;
7998 /* At this point, we cannot rely on remove_breakpoint
7999 succeeding so we must mark the breakpoint as not inserted
8000 to prevent future errors occurring in remove_breakpoints. */
8001 loc->inserted = 0;
8d3788bd
VP
8002
8003 /* This may cause duplicate notifications for the same breakpoint. */
8004 observer_notify_breakpoint_modified (b);
8005
e2dd7057
PP
8006 if (!disabled_shlib_breaks)
8007 {
8008 target_terminal_ours_for_output ();
3e43a32a
MS
8009 warning (_("Temporarily disabling breakpoints "
8010 "for unloaded shared library \"%s\""),
e2dd7057 8011 solib->so_name);
84acb35a 8012 }
e2dd7057 8013 disabled_shlib_breaks = 1;
84acb35a
JJ
8014 }
8015 }
84acb35a
JJ
8016}
8017
63644780
NB
8018/* Disable any breakpoints and tracepoints in OBJFILE upon
8019 notification of free_objfile. Only apply to enabled breakpoints,
8020 disabled ones can just stay disabled. */
8021
8022static void
8023disable_breakpoints_in_freed_objfile (struct objfile *objfile)
8024{
8025 struct breakpoint *b;
8026
8027 if (objfile == NULL)
8028 return;
8029
d03de421
PA
8030 /* OBJF_SHARED|OBJF_USERLOADED objfiles are dynamic modules manually
8031 managed by the user with add-symbol-file/remove-symbol-file.
8032 Similarly to how breakpoints in shared libraries are handled in
8033 response to "nosharedlibrary", mark breakpoints in such modules
08351840
PA
8034 shlib_disabled so they end up uninserted on the next global
8035 location list update. Shared libraries not loaded by the user
8036 aren't handled here -- they're already handled in
8037 disable_breakpoints_in_unloaded_shlib, called by solib.c's
8038 solib_unloaded observer. We skip objfiles that are not
d03de421
PA
8039 OBJF_SHARED as those aren't considered dynamic objects (e.g. the
8040 main objfile). */
8041 if ((objfile->flags & OBJF_SHARED) == 0
8042 || (objfile->flags & OBJF_USERLOADED) == 0)
63644780
NB
8043 return;
8044
8045 ALL_BREAKPOINTS (b)
8046 {
8047 struct bp_location *loc;
8048 int bp_modified = 0;
8049
8050 if (!is_breakpoint (b) && !is_tracepoint (b))
8051 continue;
8052
8053 for (loc = b->loc; loc != NULL; loc = loc->next)
8054 {
8055 CORE_ADDR loc_addr = loc->address;
8056
8057 if (loc->loc_type != bp_loc_hardware_breakpoint
8058 && loc->loc_type != bp_loc_software_breakpoint)
8059 continue;
8060
8061 if (loc->shlib_disabled != 0)
8062 continue;
8063
8064 if (objfile->pspace != loc->pspace)
8065 continue;
8066
8067 if (loc->loc_type != bp_loc_hardware_breakpoint
8068 && loc->loc_type != bp_loc_software_breakpoint)
8069 continue;
8070
8071 if (is_addr_in_objfile (loc_addr, objfile))
8072 {
8073 loc->shlib_disabled = 1;
08351840
PA
8074 /* At this point, we don't know whether the object was
8075 unmapped from the inferior or not, so leave the
8076 inserted flag alone. We'll handle failure to
8077 uninsert quietly, in case the object was indeed
8078 unmapped. */
63644780
NB
8079
8080 mark_breakpoint_location_modified (loc);
8081
8082 bp_modified = 1;
8083 }
8084 }
8085
8086 if (bp_modified)
8087 observer_notify_breakpoint_modified (b);
8088 }
8089}
8090
ce78b96d
JB
8091/* FORK & VFORK catchpoints. */
8092
e29a4733
PA
8093/* An instance of this type is used to represent a fork or vfork
8094 catchpoint. It includes a "struct breakpoint" as a kind of base
8095 class; users downcast to "struct breakpoint *" when needed. A
8096 breakpoint is really of this type iff its ops pointer points to
8097 CATCH_FORK_BREAKPOINT_OPS. */
8098
8099struct fork_catchpoint
8100{
8101 /* The base class. */
8102 struct breakpoint base;
8103
8104 /* Process id of a child process whose forking triggered this
8105 catchpoint. This field is only valid immediately after this
8106 catchpoint has triggered. */
8107 ptid_t forked_inferior_pid;
8108};
8109
4a64f543
MS
8110/* Implement the "insert" breakpoint_ops method for fork
8111 catchpoints. */
ce78b96d 8112
77b06cd7
TJB
8113static int
8114insert_catch_fork (struct bp_location *bl)
ce78b96d 8115{
dfd4cc63 8116 return target_insert_fork_catchpoint (ptid_get_pid (inferior_ptid));
ce78b96d
JB
8117}
8118
4a64f543
MS
8119/* Implement the "remove" breakpoint_ops method for fork
8120 catchpoints. */
ce78b96d
JB
8121
8122static int
77b06cd7 8123remove_catch_fork (struct bp_location *bl)
ce78b96d 8124{
dfd4cc63 8125 return target_remove_fork_catchpoint (ptid_get_pid (inferior_ptid));
ce78b96d
JB
8126}
8127
8128/* Implement the "breakpoint_hit" breakpoint_ops method for fork
8129 catchpoints. */
8130
8131static int
f1310107 8132breakpoint_hit_catch_fork (const struct bp_location *bl,
09ac7c10
TT
8133 struct address_space *aspace, CORE_ADDR bp_addr,
8134 const struct target_waitstatus *ws)
ce78b96d 8135{
e29a4733
PA
8136 struct fork_catchpoint *c = (struct fork_catchpoint *) bl->owner;
8137
f90263c1
TT
8138 if (ws->kind != TARGET_WAITKIND_FORKED)
8139 return 0;
8140
8141 c->forked_inferior_pid = ws->value.related_pid;
8142 return 1;
ce78b96d
JB
8143}
8144
4a64f543
MS
8145/* Implement the "print_it" breakpoint_ops method for fork
8146 catchpoints. */
ce78b96d
JB
8147
8148static enum print_stop_action
348d480f 8149print_it_catch_fork (bpstat bs)
ce78b96d 8150{
36dfb11c 8151 struct ui_out *uiout = current_uiout;
348d480f
PA
8152 struct breakpoint *b = bs->breakpoint_at;
8153 struct fork_catchpoint *c = (struct fork_catchpoint *) bs->breakpoint_at;
e29a4733 8154
ce78b96d 8155 annotate_catchpoint (b->number);
f303dbd6 8156 maybe_print_thread_hit_breakpoint (uiout);
36dfb11c 8157 if (b->disposition == disp_del)
f303dbd6 8158 ui_out_text (uiout, "Temporary catchpoint ");
36dfb11c 8159 else
f303dbd6 8160 ui_out_text (uiout, "Catchpoint ");
36dfb11c
TT
8161 if (ui_out_is_mi_like_p (uiout))
8162 {
8163 ui_out_field_string (uiout, "reason",
8164 async_reason_lookup (EXEC_ASYNC_FORK));
8165 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
8166 }
8167 ui_out_field_int (uiout, "bkptno", b->number);
8168 ui_out_text (uiout, " (forked process ");
8169 ui_out_field_int (uiout, "newpid", ptid_get_pid (c->forked_inferior_pid));
8170 ui_out_text (uiout, "), ");
ce78b96d
JB
8171 return PRINT_SRC_AND_LOC;
8172}
8173
4a64f543
MS
8174/* Implement the "print_one" breakpoint_ops method for fork
8175 catchpoints. */
ce78b96d
JB
8176
8177static void
a6d9a66e 8178print_one_catch_fork (struct breakpoint *b, struct bp_location **last_loc)
ce78b96d 8179{
e29a4733 8180 struct fork_catchpoint *c = (struct fork_catchpoint *) b;
79a45b7d 8181 struct value_print_options opts;
79a45e25 8182 struct ui_out *uiout = current_uiout;
79a45b7d
TT
8183
8184 get_user_print_options (&opts);
8185
4a64f543
MS
8186 /* Field 4, the address, is omitted (which makes the columns not
8187 line up too nicely with the headers, but the effect is relatively
8188 readable). */
79a45b7d 8189 if (opts.addressprint)
ce78b96d
JB
8190 ui_out_field_skip (uiout, "addr");
8191 annotate_field (5);
8192 ui_out_text (uiout, "fork");
e29a4733 8193 if (!ptid_equal (c->forked_inferior_pid, null_ptid))
ce78b96d
JB
8194 {
8195 ui_out_text (uiout, ", process ");
8196 ui_out_field_int (uiout, "what",
e29a4733 8197 ptid_get_pid (c->forked_inferior_pid));
ce78b96d
JB
8198 ui_out_spaces (uiout, 1);
8199 }
8ac3646f
TT
8200
8201 if (ui_out_is_mi_like_p (uiout))
8202 ui_out_field_string (uiout, "catch-type", "fork");
ce78b96d
JB
8203}
8204
8205/* Implement the "print_mention" breakpoint_ops method for fork
8206 catchpoints. */
8207
8208static void
8209print_mention_catch_fork (struct breakpoint *b)
8210{
8211 printf_filtered (_("Catchpoint %d (fork)"), b->number);
8212}
8213
6149aea9
PA
8214/* Implement the "print_recreate" breakpoint_ops method for fork
8215 catchpoints. */
8216
8217static void
8218print_recreate_catch_fork (struct breakpoint *b, struct ui_file *fp)
8219{
8220 fprintf_unfiltered (fp, "catch fork");
d9b3f62e 8221 print_recreate_thread (b, fp);
6149aea9
PA
8222}
8223
ce78b96d
JB
8224/* The breakpoint_ops structure to be used in fork catchpoints. */
8225
2060206e 8226static struct breakpoint_ops catch_fork_breakpoint_ops;
ce78b96d 8227
4a64f543
MS
8228/* Implement the "insert" breakpoint_ops method for vfork
8229 catchpoints. */
ce78b96d 8230
77b06cd7
TJB
8231static int
8232insert_catch_vfork (struct bp_location *bl)
ce78b96d 8233{
dfd4cc63 8234 return target_insert_vfork_catchpoint (ptid_get_pid (inferior_ptid));
ce78b96d
JB
8235}
8236
4a64f543
MS
8237/* Implement the "remove" breakpoint_ops method for vfork
8238 catchpoints. */
ce78b96d
JB
8239
8240static int
77b06cd7 8241remove_catch_vfork (struct bp_location *bl)
ce78b96d 8242{
dfd4cc63 8243 return target_remove_vfork_catchpoint (ptid_get_pid (inferior_ptid));
ce78b96d
JB
8244}
8245
8246/* Implement the "breakpoint_hit" breakpoint_ops method for vfork
8247 catchpoints. */
8248
8249static int
f1310107 8250breakpoint_hit_catch_vfork (const struct bp_location *bl,
09ac7c10
TT
8251 struct address_space *aspace, CORE_ADDR bp_addr,
8252 const struct target_waitstatus *ws)
ce78b96d 8253{
e29a4733
PA
8254 struct fork_catchpoint *c = (struct fork_catchpoint *) bl->owner;
8255
f90263c1
TT
8256 if (ws->kind != TARGET_WAITKIND_VFORKED)
8257 return 0;
8258
8259 c->forked_inferior_pid = ws->value.related_pid;
8260 return 1;
ce78b96d
JB
8261}
8262
4a64f543
MS
8263/* Implement the "print_it" breakpoint_ops method for vfork
8264 catchpoints. */
ce78b96d
JB
8265
8266static enum print_stop_action
348d480f 8267print_it_catch_vfork (bpstat bs)
ce78b96d 8268{
36dfb11c 8269 struct ui_out *uiout = current_uiout;
348d480f 8270 struct breakpoint *b = bs->breakpoint_at;
e29a4733
PA
8271 struct fork_catchpoint *c = (struct fork_catchpoint *) b;
8272
ce78b96d 8273 annotate_catchpoint (b->number);
f303dbd6 8274 maybe_print_thread_hit_breakpoint (uiout);
36dfb11c 8275 if (b->disposition == disp_del)
f303dbd6 8276 ui_out_text (uiout, "Temporary catchpoint ");
36dfb11c 8277 else
f303dbd6 8278 ui_out_text (uiout, "Catchpoint ");
36dfb11c
TT
8279 if (ui_out_is_mi_like_p (uiout))
8280 {
8281 ui_out_field_string (uiout, "reason",
8282 async_reason_lookup (EXEC_ASYNC_VFORK));
8283 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
8284 }
8285 ui_out_field_int (uiout, "bkptno", b->number);
8286 ui_out_text (uiout, " (vforked process ");
8287 ui_out_field_int (uiout, "newpid", ptid_get_pid (c->forked_inferior_pid));
8288 ui_out_text (uiout, "), ");
ce78b96d
JB
8289 return PRINT_SRC_AND_LOC;
8290}
8291
4a64f543
MS
8292/* Implement the "print_one" breakpoint_ops method for vfork
8293 catchpoints. */
ce78b96d
JB
8294
8295static void
a6d9a66e 8296print_one_catch_vfork (struct breakpoint *b, struct bp_location **last_loc)
ce78b96d 8297{
e29a4733 8298 struct fork_catchpoint *c = (struct fork_catchpoint *) b;
79a45b7d 8299 struct value_print_options opts;
79a45e25 8300 struct ui_out *uiout = current_uiout;
79a45b7d
TT
8301
8302 get_user_print_options (&opts);
4a64f543
MS
8303 /* Field 4, the address, is omitted (which makes the columns not
8304 line up too nicely with the headers, but the effect is relatively
8305 readable). */
79a45b7d 8306 if (opts.addressprint)
ce78b96d
JB
8307 ui_out_field_skip (uiout, "addr");
8308 annotate_field (5);
8309 ui_out_text (uiout, "vfork");
e29a4733 8310 if (!ptid_equal (c->forked_inferior_pid, null_ptid))
ce78b96d
JB
8311 {
8312 ui_out_text (uiout, ", process ");
8313 ui_out_field_int (uiout, "what",
e29a4733 8314 ptid_get_pid (c->forked_inferior_pid));
ce78b96d
JB
8315 ui_out_spaces (uiout, 1);
8316 }
8ac3646f
TT
8317
8318 if (ui_out_is_mi_like_p (uiout))
8319 ui_out_field_string (uiout, "catch-type", "vfork");
ce78b96d
JB
8320}
8321
8322/* Implement the "print_mention" breakpoint_ops method for vfork
8323 catchpoints. */
8324
8325static void
8326print_mention_catch_vfork (struct breakpoint *b)
8327{
8328 printf_filtered (_("Catchpoint %d (vfork)"), b->number);
8329}
8330
6149aea9
PA
8331/* Implement the "print_recreate" breakpoint_ops method for vfork
8332 catchpoints. */
8333
8334static void
8335print_recreate_catch_vfork (struct breakpoint *b, struct ui_file *fp)
8336{
8337 fprintf_unfiltered (fp, "catch vfork");
d9b3f62e 8338 print_recreate_thread (b, fp);
6149aea9
PA
8339}
8340
ce78b96d
JB
8341/* The breakpoint_ops structure to be used in vfork catchpoints. */
8342
2060206e 8343static struct breakpoint_ops catch_vfork_breakpoint_ops;
ce78b96d 8344
edcc5120
TT
8345/* An instance of this type is used to represent an solib catchpoint.
8346 It includes a "struct breakpoint" as a kind of base class; users
8347 downcast to "struct breakpoint *" when needed. A breakpoint is
8348 really of this type iff its ops pointer points to
8349 CATCH_SOLIB_BREAKPOINT_OPS. */
8350
8351struct solib_catchpoint
8352{
8353 /* The base class. */
8354 struct breakpoint base;
8355
8356 /* True for "catch load", false for "catch unload". */
8357 unsigned char is_load;
8358
8359 /* Regular expression to match, if any. COMPILED is only valid when
8360 REGEX is non-NULL. */
8361 char *regex;
8362 regex_t compiled;
8363};
8364
8365static void
8366dtor_catch_solib (struct breakpoint *b)
8367{
8368 struct solib_catchpoint *self = (struct solib_catchpoint *) b;
8369
8370 if (self->regex)
8371 regfree (&self->compiled);
8372 xfree (self->regex);
8373
8374 base_breakpoint_ops.dtor (b);
8375}
8376
8377static int
8378insert_catch_solib (struct bp_location *ignore)
8379{
8380 return 0;
8381}
8382
8383static int
8384remove_catch_solib (struct bp_location *ignore)
8385{
8386 return 0;
8387}
8388
8389static int
8390breakpoint_hit_catch_solib (const struct bp_location *bl,
8391 struct address_space *aspace,
8392 CORE_ADDR bp_addr,
8393 const struct target_waitstatus *ws)
8394{
8395 struct solib_catchpoint *self = (struct solib_catchpoint *) bl->owner;
8396 struct breakpoint *other;
8397
8398 if (ws->kind == TARGET_WAITKIND_LOADED)
8399 return 1;
8400
8401 ALL_BREAKPOINTS (other)
8402 {
8403 struct bp_location *other_bl;
8404
8405 if (other == bl->owner)
8406 continue;
8407
8408 if (other->type != bp_shlib_event)
8409 continue;
8410
8411 if (self->base.pspace != NULL && other->pspace != self->base.pspace)
8412 continue;
8413
8414 for (other_bl = other->loc; other_bl != NULL; other_bl = other_bl->next)
8415 {
8416 if (other->ops->breakpoint_hit (other_bl, aspace, bp_addr, ws))
8417 return 1;
8418 }
8419 }
8420
8421 return 0;
8422}
8423
8424static void
8425check_status_catch_solib (struct bpstats *bs)
8426{
8427 struct solib_catchpoint *self
8428 = (struct solib_catchpoint *) bs->breakpoint_at;
8429 int ix;
8430
8431 if (self->is_load)
8432 {
8433 struct so_list *iter;
8434
8435 for (ix = 0;
8436 VEC_iterate (so_list_ptr, current_program_space->added_solibs,
8437 ix, iter);
8438 ++ix)
8439 {
8440 if (!self->regex
8441 || regexec (&self->compiled, iter->so_name, 0, NULL, 0) == 0)
8442 return;
8443 }
8444 }
8445 else
8446 {
8447 char *iter;
8448
8449 for (ix = 0;
8450 VEC_iterate (char_ptr, current_program_space->deleted_solibs,
8451 ix, iter);
8452 ++ix)
8453 {
8454 if (!self->regex
8455 || regexec (&self->compiled, iter, 0, NULL, 0) == 0)
8456 return;
8457 }
8458 }
8459
8460 bs->stop = 0;
8461 bs->print_it = print_it_noop;
8462}
8463
8464static enum print_stop_action
8465print_it_catch_solib (bpstat bs)
8466{
8467 struct breakpoint *b = bs->breakpoint_at;
8468 struct ui_out *uiout = current_uiout;
8469
8470 annotate_catchpoint (b->number);
f303dbd6 8471 maybe_print_thread_hit_breakpoint (uiout);
edcc5120 8472 if (b->disposition == disp_del)
f303dbd6 8473 ui_out_text (uiout, "Temporary catchpoint ");
edcc5120 8474 else
f303dbd6 8475 ui_out_text (uiout, "Catchpoint ");
edcc5120
TT
8476 ui_out_field_int (uiout, "bkptno", b->number);
8477 ui_out_text (uiout, "\n");
8478 if (ui_out_is_mi_like_p (uiout))
8479 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
8480 print_solib_event (1);
8481 return PRINT_SRC_AND_LOC;
8482}
8483
8484static void
8485print_one_catch_solib (struct breakpoint *b, struct bp_location **locs)
8486{
8487 struct solib_catchpoint *self = (struct solib_catchpoint *) b;
8488 struct value_print_options opts;
8489 struct ui_out *uiout = current_uiout;
8490 char *msg;
8491
8492 get_user_print_options (&opts);
8493 /* Field 4, the address, is omitted (which makes the columns not
8494 line up too nicely with the headers, but the effect is relatively
8495 readable). */
8496 if (opts.addressprint)
8497 {
8498 annotate_field (4);
8499 ui_out_field_skip (uiout, "addr");
8500 }
8501
8502 annotate_field (5);
8503 if (self->is_load)
8504 {
8505 if (self->regex)
8506 msg = xstrprintf (_("load of library matching %s"), self->regex);
8507 else
8508 msg = xstrdup (_("load of library"));
8509 }
8510 else
8511 {
8512 if (self->regex)
8513 msg = xstrprintf (_("unload of library matching %s"), self->regex);
8514 else
8515 msg = xstrdup (_("unload of library"));
8516 }
8517 ui_out_field_string (uiout, "what", msg);
8518 xfree (msg);
8ac3646f
TT
8519
8520 if (ui_out_is_mi_like_p (uiout))
8521 ui_out_field_string (uiout, "catch-type",
8522 self->is_load ? "load" : "unload");
edcc5120
TT
8523}
8524
8525static void
8526print_mention_catch_solib (struct breakpoint *b)
8527{
8528 struct solib_catchpoint *self = (struct solib_catchpoint *) b;
8529
8530 printf_filtered (_("Catchpoint %d (%s)"), b->number,
8531 self->is_load ? "load" : "unload");
8532}
8533
8534static void
8535print_recreate_catch_solib (struct breakpoint *b, struct ui_file *fp)
8536{
8537 struct solib_catchpoint *self = (struct solib_catchpoint *) b;
8538
8539 fprintf_unfiltered (fp, "%s %s",
8540 b->disposition == disp_del ? "tcatch" : "catch",
8541 self->is_load ? "load" : "unload");
8542 if (self->regex)
8543 fprintf_unfiltered (fp, " %s", self->regex);
8544 fprintf_unfiltered (fp, "\n");
8545}
8546
8547static struct breakpoint_ops catch_solib_breakpoint_ops;
8548
91985142
MG
8549/* Shared helper function (MI and CLI) for creating and installing
8550 a shared object event catchpoint. If IS_LOAD is non-zero then
8551 the events to be caught are load events, otherwise they are
8552 unload events. If IS_TEMP is non-zero the catchpoint is a
8553 temporary one. If ENABLED is non-zero the catchpoint is
8554 created in an enabled state. */
edcc5120 8555
91985142
MG
8556void
8557add_solib_catchpoint (char *arg, int is_load, int is_temp, int enabled)
edcc5120
TT
8558{
8559 struct solib_catchpoint *c;
8560 struct gdbarch *gdbarch = get_current_arch ();
edcc5120
TT
8561 struct cleanup *cleanup;
8562
edcc5120
TT
8563 if (!arg)
8564 arg = "";
8565 arg = skip_spaces (arg);
8566
8567 c = XCNEW (struct solib_catchpoint);
8568 cleanup = make_cleanup (xfree, c);
8569
8570 if (*arg != '\0')
8571 {
8572 int errcode;
8573
8574 errcode = regcomp (&c->compiled, arg, REG_NOSUB);
8575 if (errcode != 0)
8576 {
8577 char *err = get_regcomp_error (errcode, &c->compiled);
8578
8579 make_cleanup (xfree, err);
8580 error (_("Invalid regexp (%s): %s"), err, arg);
8581 }
8582 c->regex = xstrdup (arg);
8583 }
8584
8585 c->is_load = is_load;
91985142 8586 init_catchpoint (&c->base, gdbarch, is_temp, NULL,
edcc5120
TT
8587 &catch_solib_breakpoint_ops);
8588
91985142
MG
8589 c->base.enable_state = enabled ? bp_enabled : bp_disabled;
8590
edcc5120
TT
8591 discard_cleanups (cleanup);
8592 install_breakpoint (0, &c->base, 1);
8593}
8594
91985142
MG
8595/* A helper function that does all the work for "catch load" and
8596 "catch unload". */
8597
8598static void
8599catch_load_or_unload (char *arg, int from_tty, int is_load,
8600 struct cmd_list_element *command)
8601{
8602 int tempflag;
8603 const int enabled = 1;
8604
8605 tempflag = get_cmd_context (command) == CATCH_TEMPORARY;
8606
8607 add_solib_catchpoint (arg, is_load, tempflag, enabled);
8608}
8609
edcc5120
TT
8610static void
8611catch_load_command_1 (char *arg, int from_tty,
8612 struct cmd_list_element *command)
8613{
8614 catch_load_or_unload (arg, from_tty, 1, command);
8615}
8616
8617static void
8618catch_unload_command_1 (char *arg, int from_tty,
8619 struct cmd_list_element *command)
8620{
8621 catch_load_or_unload (arg, from_tty, 0, command);
8622}
8623
346774a9
PA
8624/* Initialize a new breakpoint of the bp_catchpoint kind. If TEMPFLAG
8625 is non-zero, then make the breakpoint temporary. If COND_STRING is
8626 not NULL, then store it in the breakpoint. OPS, if not NULL, is
8627 the breakpoint_ops structure associated to the catchpoint. */
ce78b96d 8628
ab04a2af 8629void
346774a9
PA
8630init_catchpoint (struct breakpoint *b,
8631 struct gdbarch *gdbarch, int tempflag,
8632 char *cond_string,
c0a91b2b 8633 const struct breakpoint_ops *ops)
c906108c 8634{
c5aa993b 8635 struct symtab_and_line sal;
346774a9 8636
fe39c653 8637 init_sal (&sal);
6c95b8df 8638 sal.pspace = current_program_space;
c5aa993b 8639
28010a5d 8640 init_raw_breakpoint (b, gdbarch, sal, bp_catchpoint, ops);
ce78b96d 8641
1b36a34b 8642 b->cond_string = (cond_string == NULL) ? NULL : xstrdup (cond_string);
b5de0fa7 8643 b->disposition = tempflag ? disp_del : disp_donttouch;
346774a9
PA
8644}
8645
28010a5d 8646void
3ea46bff 8647install_breakpoint (int internal, struct breakpoint *b, int update_gll)
c56053d2
PA
8648{
8649 add_to_breakpoint_chain (b);
3a5c3e22 8650 set_breakpoint_number (internal, b);
558a9d82
YQ
8651 if (is_tracepoint (b))
8652 set_tracepoint_count (breakpoint_count);
3a5c3e22
PA
8653 if (!internal)
8654 mention (b);
c56053d2 8655 observer_notify_breakpoint_created (b);
3ea46bff
YQ
8656
8657 if (update_gll)
44702360 8658 update_global_location_list (UGLL_MAY_INSERT);
c56053d2
PA
8659}
8660
9b70b993 8661static void
a6d9a66e
UW
8662create_fork_vfork_event_catchpoint (struct gdbarch *gdbarch,
8663 int tempflag, char *cond_string,
c0a91b2b 8664 const struct breakpoint_ops *ops)
c906108c 8665{
e29a4733 8666 struct fork_catchpoint *c = XNEW (struct fork_catchpoint);
ce78b96d 8667
e29a4733
PA
8668 init_catchpoint (&c->base, gdbarch, tempflag, cond_string, ops);
8669
8670 c->forked_inferior_pid = null_ptid;
8671
3ea46bff 8672 install_breakpoint (0, &c->base, 1);
c906108c
SS
8673}
8674
fe798b75
JB
8675/* Exec catchpoints. */
8676
b4d90040
PA
8677/* An instance of this type is used to represent an exec catchpoint.
8678 It includes a "struct breakpoint" as a kind of base class; users
8679 downcast to "struct breakpoint *" when needed. A breakpoint is
8680 really of this type iff its ops pointer points to
8681 CATCH_EXEC_BREAKPOINT_OPS. */
8682
8683struct exec_catchpoint
8684{
8685 /* The base class. */
8686 struct breakpoint base;
8687
8688 /* Filename of a program whose exec triggered this catchpoint.
8689 This field is only valid immediately after this catchpoint has
8690 triggered. */
8691 char *exec_pathname;
8692};
8693
8694/* Implement the "dtor" breakpoint_ops method for exec
8695 catchpoints. */
8696
8697static void
8698dtor_catch_exec (struct breakpoint *b)
8699{
8700 struct exec_catchpoint *c = (struct exec_catchpoint *) b;
8701
8702 xfree (c->exec_pathname);
348d480f 8703
2060206e 8704 base_breakpoint_ops.dtor (b);
b4d90040
PA
8705}
8706
77b06cd7
TJB
8707static int
8708insert_catch_exec (struct bp_location *bl)
c906108c 8709{
dfd4cc63 8710 return target_insert_exec_catchpoint (ptid_get_pid (inferior_ptid));
fe798b75 8711}
c906108c 8712
fe798b75 8713static int
77b06cd7 8714remove_catch_exec (struct bp_location *bl)
fe798b75 8715{
dfd4cc63 8716 return target_remove_exec_catchpoint (ptid_get_pid (inferior_ptid));
fe798b75 8717}
c906108c 8718
fe798b75 8719static int
f1310107 8720breakpoint_hit_catch_exec (const struct bp_location *bl,
09ac7c10
TT
8721 struct address_space *aspace, CORE_ADDR bp_addr,
8722 const struct target_waitstatus *ws)
fe798b75 8723{
b4d90040
PA
8724 struct exec_catchpoint *c = (struct exec_catchpoint *) bl->owner;
8725
f90263c1
TT
8726 if (ws->kind != TARGET_WAITKIND_EXECD)
8727 return 0;
8728
8729 c->exec_pathname = xstrdup (ws->value.execd_pathname);
8730 return 1;
fe798b75 8731}
c906108c 8732
fe798b75 8733static enum print_stop_action
348d480f 8734print_it_catch_exec (bpstat bs)
fe798b75 8735{
36dfb11c 8736 struct ui_out *uiout = current_uiout;
348d480f 8737 struct breakpoint *b = bs->breakpoint_at;
b4d90040
PA
8738 struct exec_catchpoint *c = (struct exec_catchpoint *) b;
8739
fe798b75 8740 annotate_catchpoint (b->number);
f303dbd6 8741 maybe_print_thread_hit_breakpoint (uiout);
36dfb11c 8742 if (b->disposition == disp_del)
f303dbd6 8743 ui_out_text (uiout, "Temporary catchpoint ");
36dfb11c 8744 else
f303dbd6 8745 ui_out_text (uiout, "Catchpoint ");
36dfb11c
TT
8746 if (ui_out_is_mi_like_p (uiout))
8747 {
8748 ui_out_field_string (uiout, "reason",
8749 async_reason_lookup (EXEC_ASYNC_EXEC));
8750 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
8751 }
8752 ui_out_field_int (uiout, "bkptno", b->number);
8753 ui_out_text (uiout, " (exec'd ");
8754 ui_out_field_string (uiout, "new-exec", c->exec_pathname);
8755 ui_out_text (uiout, "), ");
8756
fe798b75 8757 return PRINT_SRC_AND_LOC;
c906108c
SS
8758}
8759
fe798b75 8760static void
a6d9a66e 8761print_one_catch_exec (struct breakpoint *b, struct bp_location **last_loc)
fe798b75 8762{
b4d90040 8763 struct exec_catchpoint *c = (struct exec_catchpoint *) b;
fe798b75 8764 struct value_print_options opts;
79a45e25 8765 struct ui_out *uiout = current_uiout;
fe798b75
JB
8766
8767 get_user_print_options (&opts);
8768
8769 /* Field 4, the address, is omitted (which makes the columns
8770 not line up too nicely with the headers, but the effect
8771 is relatively readable). */
8772 if (opts.addressprint)
8773 ui_out_field_skip (uiout, "addr");
8774 annotate_field (5);
8775 ui_out_text (uiout, "exec");
b4d90040 8776 if (c->exec_pathname != NULL)
fe798b75
JB
8777 {
8778 ui_out_text (uiout, ", program \"");
b4d90040 8779 ui_out_field_string (uiout, "what", c->exec_pathname);
fe798b75
JB
8780 ui_out_text (uiout, "\" ");
8781 }
8ac3646f
TT
8782
8783 if (ui_out_is_mi_like_p (uiout))
8784 ui_out_field_string (uiout, "catch-type", "exec");
fe798b75
JB
8785}
8786
8787static void
8788print_mention_catch_exec (struct breakpoint *b)
8789{
8790 printf_filtered (_("Catchpoint %d (exec)"), b->number);
8791}
8792
6149aea9
PA
8793/* Implement the "print_recreate" breakpoint_ops method for exec
8794 catchpoints. */
8795
8796static void
8797print_recreate_catch_exec (struct breakpoint *b, struct ui_file *fp)
8798{
8799 fprintf_unfiltered (fp, "catch exec");
d9b3f62e 8800 print_recreate_thread (b, fp);
6149aea9
PA
8801}
8802
2060206e 8803static struct breakpoint_ops catch_exec_breakpoint_ops;
fe798b75 8804
c906108c 8805static int
fba45db2 8806hw_breakpoint_used_count (void)
c906108c 8807{
c906108c 8808 int i = 0;
f1310107
TJB
8809 struct breakpoint *b;
8810 struct bp_location *bl;
c906108c
SS
8811
8812 ALL_BREAKPOINTS (b)
c5aa993b 8813 {
d6b74ac4 8814 if (b->type == bp_hardware_breakpoint && breakpoint_enabled (b))
f1310107
TJB
8815 for (bl = b->loc; bl; bl = bl->next)
8816 {
8817 /* Special types of hardware breakpoints may use more than
8818 one register. */
348d480f 8819 i += b->ops->resources_needed (bl);
f1310107 8820 }
c5aa993b 8821 }
c906108c
SS
8822
8823 return i;
8824}
8825
a1398e0c
PA
8826/* Returns the resources B would use if it were a hardware
8827 watchpoint. */
8828
c906108c 8829static int
a1398e0c 8830hw_watchpoint_use_count (struct breakpoint *b)
c906108c 8831{
c906108c 8832 int i = 0;
e09342b5 8833 struct bp_location *bl;
c906108c 8834
a1398e0c
PA
8835 if (!breakpoint_enabled (b))
8836 return 0;
8837
8838 for (bl = b->loc; bl; bl = bl->next)
8839 {
8840 /* Special types of hardware watchpoints may use more than
8841 one register. */
8842 i += b->ops->resources_needed (bl);
8843 }
8844
8845 return i;
8846}
8847
8848/* Returns the sum the used resources of all hardware watchpoints of
8849 type TYPE in the breakpoints list. Also returns in OTHER_TYPE_USED
8850 the sum of the used resources of all hardware watchpoints of other
8851 types _not_ TYPE. */
8852
8853static int
8854hw_watchpoint_used_count_others (struct breakpoint *except,
8855 enum bptype type, int *other_type_used)
8856{
8857 int i = 0;
8858 struct breakpoint *b;
8859
c906108c
SS
8860 *other_type_used = 0;
8861 ALL_BREAKPOINTS (b)
e09342b5 8862 {
a1398e0c
PA
8863 if (b == except)
8864 continue;
e09342b5
TJB
8865 if (!breakpoint_enabled (b))
8866 continue;
8867
a1398e0c
PA
8868 if (b->type == type)
8869 i += hw_watchpoint_use_count (b);
8870 else if (is_hardware_watchpoint (b))
8871 *other_type_used = 1;
e09342b5
TJB
8872 }
8873
c906108c
SS
8874 return i;
8875}
8876
c906108c 8877void
fba45db2 8878disable_watchpoints_before_interactive_call_start (void)
c906108c 8879{
c5aa993b 8880 struct breakpoint *b;
c906108c
SS
8881
8882 ALL_BREAKPOINTS (b)
c5aa993b 8883 {
cc60f2e3 8884 if (is_watchpoint (b) && breakpoint_enabled (b))
c5aa993b 8885 {
b5de0fa7 8886 b->enable_state = bp_call_disabled;
44702360 8887 update_global_location_list (UGLL_DONT_INSERT);
c5aa993b
JM
8888 }
8889 }
c906108c
SS
8890}
8891
8892void
fba45db2 8893enable_watchpoints_after_interactive_call_stop (void)
c906108c 8894{
c5aa993b 8895 struct breakpoint *b;
c906108c
SS
8896
8897 ALL_BREAKPOINTS (b)
c5aa993b 8898 {
cc60f2e3 8899 if (is_watchpoint (b) && b->enable_state == bp_call_disabled)
c5aa993b 8900 {
b5de0fa7 8901 b->enable_state = bp_enabled;
44702360 8902 update_global_location_list (UGLL_MAY_INSERT);
c5aa993b
JM
8903 }
8904 }
c906108c
SS
8905}
8906
8bea4e01
UW
8907void
8908disable_breakpoints_before_startup (void)
8909{
6c95b8df 8910 current_program_space->executing_startup = 1;
44702360 8911 update_global_location_list (UGLL_DONT_INSERT);
8bea4e01
UW
8912}
8913
8914void
8915enable_breakpoints_after_startup (void)
8916{
6c95b8df 8917 current_program_space->executing_startup = 0;
f8eba3c6 8918 breakpoint_re_set ();
8bea4e01
UW
8919}
8920
7c16b83e
PA
8921/* Create a new single-step breakpoint for thread THREAD, with no
8922 locations. */
c906108c 8923
7c16b83e
PA
8924static struct breakpoint *
8925new_single_step_breakpoint (int thread, struct gdbarch *gdbarch)
8926{
8927 struct breakpoint *b = XNEW (struct breakpoint);
8928
8929 init_raw_breakpoint_without_location (b, gdbarch, bp_single_step,
8930 &momentary_breakpoint_ops);
8931
8932 b->disposition = disp_donttouch;
8933 b->frame_id = null_frame_id;
8934
8935 b->thread = thread;
8936 gdb_assert (b->thread != 0);
8937
8938 add_to_breakpoint_chain (b);
8939
8940 return b;
8941}
8942
8943/* Set a momentary breakpoint of type TYPE at address specified by
8944 SAL. If FRAME_ID is valid, the breakpoint is restricted to that
8945 frame. */
c906108c
SS
8946
8947struct breakpoint *
a6d9a66e
UW
8948set_momentary_breakpoint (struct gdbarch *gdbarch, struct symtab_and_line sal,
8949 struct frame_id frame_id, enum bptype type)
c906108c 8950{
52f0bd74 8951 struct breakpoint *b;
edb3359d 8952
193facb3
JK
8953 /* If FRAME_ID is valid, it should be a real frame, not an inlined or
8954 tail-called one. */
8955 gdb_assert (!frame_id_artificial_p (frame_id));
edb3359d 8956
06edf0c0 8957 b = set_raw_breakpoint (gdbarch, sal, type, &momentary_breakpoint_ops);
b5de0fa7
EZ
8958 b->enable_state = bp_enabled;
8959 b->disposition = disp_donttouch;
818dd999 8960 b->frame_id = frame_id;
c906108c 8961
4a64f543
MS
8962 /* If we're debugging a multi-threaded program, then we want
8963 momentary breakpoints to be active in only a single thread of
8964 control. */
39f77062 8965 if (in_thread_list (inferior_ptid))
5d5658a1 8966 b->thread = ptid_to_global_thread_id (inferior_ptid);
c906108c 8967
44702360 8968 update_global_location_list_nothrow (UGLL_MAY_INSERT);
74960c60 8969
c906108c
SS
8970 return b;
8971}
611c83ae 8972
06edf0c0 8973/* Make a momentary breakpoint based on the master breakpoint ORIG.
a1aa2221
LM
8974 The new breakpoint will have type TYPE, use OPS as its
8975 breakpoint_ops, and will set enabled to LOC_ENABLED. */
e58b0e63 8976
06edf0c0
PA
8977static struct breakpoint *
8978momentary_breakpoint_from_master (struct breakpoint *orig,
8979 enum bptype type,
a1aa2221
LM
8980 const struct breakpoint_ops *ops,
8981 int loc_enabled)
e58b0e63
PA
8982{
8983 struct breakpoint *copy;
8984
06edf0c0 8985 copy = set_raw_breakpoint_without_location (orig->gdbarch, type, ops);
e58b0e63 8986 copy->loc = allocate_bp_location (copy);
0e30163f 8987 set_breakpoint_location_function (copy->loc, 1);
e58b0e63 8988
a6d9a66e 8989 copy->loc->gdbarch = orig->loc->gdbarch;
e58b0e63
PA
8990 copy->loc->requested_address = orig->loc->requested_address;
8991 copy->loc->address = orig->loc->address;
8992 copy->loc->section = orig->loc->section;
6c95b8df 8993 copy->loc->pspace = orig->loc->pspace;
55aa24fb 8994 copy->loc->probe = orig->loc->probe;
f8eba3c6 8995 copy->loc->line_number = orig->loc->line_number;
2f202fde 8996 copy->loc->symtab = orig->loc->symtab;
a1aa2221 8997 copy->loc->enabled = loc_enabled;
e58b0e63
PA
8998 copy->frame_id = orig->frame_id;
8999 copy->thread = orig->thread;
6c95b8df 9000 copy->pspace = orig->pspace;
e58b0e63
PA
9001
9002 copy->enable_state = bp_enabled;
9003 copy->disposition = disp_donttouch;
9004 copy->number = internal_breakpoint_number--;
9005
44702360 9006 update_global_location_list_nothrow (UGLL_DONT_INSERT);
e58b0e63
PA
9007 return copy;
9008}
9009
06edf0c0
PA
9010/* Make a deep copy of momentary breakpoint ORIG. Returns NULL if
9011 ORIG is NULL. */
9012
9013struct breakpoint *
9014clone_momentary_breakpoint (struct breakpoint *orig)
9015{
9016 /* If there's nothing to clone, then return nothing. */
9017 if (orig == NULL)
9018 return NULL;
9019
a1aa2221 9020 return momentary_breakpoint_from_master (orig, orig->type, orig->ops, 0);
06edf0c0
PA
9021}
9022
611c83ae 9023struct breakpoint *
a6d9a66e
UW
9024set_momentary_breakpoint_at_pc (struct gdbarch *gdbarch, CORE_ADDR pc,
9025 enum bptype type)
611c83ae
PA
9026{
9027 struct symtab_and_line sal;
9028
9029 sal = find_pc_line (pc, 0);
9030 sal.pc = pc;
9031 sal.section = find_pc_overlay (pc);
9032 sal.explicit_pc = 1;
9033
a6d9a66e 9034 return set_momentary_breakpoint (gdbarch, sal, null_frame_id, type);
611c83ae 9035}
c906108c 9036\f
c5aa993b 9037
c906108c
SS
9038/* Tell the user we have just set a breakpoint B. */
9039
9040static void
fba45db2 9041mention (struct breakpoint *b)
c906108c 9042{
348d480f 9043 b->ops->print_mention (b);
79a45e25 9044 if (ui_out_is_mi_like_p (current_uiout))
fb40c209 9045 return;
c906108c
SS
9046 printf_filtered ("\n");
9047}
c906108c 9048\f
c5aa993b 9049
1a853c52
PA
9050static int bp_loc_is_permanent (struct bp_location *loc);
9051
0d381245 9052static struct bp_location *
39d61571 9053add_location_to_breakpoint (struct breakpoint *b,
0d381245
VP
9054 const struct symtab_and_line *sal)
9055{
9056 struct bp_location *loc, **tmp;
3742cc8b
YQ
9057 CORE_ADDR adjusted_address;
9058 struct gdbarch *loc_gdbarch = get_sal_arch (*sal);
9059
9060 if (loc_gdbarch == NULL)
9061 loc_gdbarch = b->gdbarch;
9062
9063 /* Adjust the breakpoint's address prior to allocating a location.
9064 Once we call allocate_bp_location(), that mostly uninitialized
9065 location will be placed on the location chain. Adjustment of the
9066 breakpoint may cause target_read_memory() to be called and we do
9067 not want its scan of the location chain to find a breakpoint and
9068 location that's only been partially initialized. */
9069 adjusted_address = adjust_breakpoint_address (loc_gdbarch,
9070 sal->pc, b->type);
0d381245 9071
d30113d4 9072 /* Sort the locations by their ADDRESS. */
39d61571 9073 loc = allocate_bp_location (b);
d30113d4
JK
9074 for (tmp = &(b->loc); *tmp != NULL && (*tmp)->address <= adjusted_address;
9075 tmp = &((*tmp)->next))
0d381245 9076 ;
d30113d4 9077 loc->next = *tmp;
0d381245 9078 *tmp = loc;
3742cc8b 9079
0d381245 9080 loc->requested_address = sal->pc;
3742cc8b 9081 loc->address = adjusted_address;
6c95b8df 9082 loc->pspace = sal->pspace;
729662a5
TT
9083 loc->probe.probe = sal->probe;
9084 loc->probe.objfile = sal->objfile;
6c95b8df 9085 gdb_assert (loc->pspace != NULL);
0d381245 9086 loc->section = sal->section;
3742cc8b 9087 loc->gdbarch = loc_gdbarch;
f8eba3c6 9088 loc->line_number = sal->line;
2f202fde 9089 loc->symtab = sal->symtab;
f8eba3c6 9090
0e30163f
JK
9091 set_breakpoint_location_function (loc,
9092 sal->explicit_pc || sal->explicit_line);
1a853c52 9093
6ae88661
LM
9094 /* While by definition, permanent breakpoints are already present in the
9095 code, we don't mark the location as inserted. Normally one would expect
9096 that GDB could rely on that breakpoint instruction to stop the program,
9097 thus removing the need to insert its own breakpoint, except that executing
9098 the breakpoint instruction can kill the target instead of reporting a
9099 SIGTRAP. E.g., on SPARC, when interrupts are disabled, executing the
9100 instruction resets the CPU, so QEMU 2.0.0 for SPARC correspondingly dies
9101 with "Trap 0x02 while interrupts disabled, Error state". Letting the
9102 breakpoint be inserted normally results in QEMU knowing about the GDB
9103 breakpoint, and thus trap before the breakpoint instruction is executed.
9104 (If GDB later needs to continue execution past the permanent breakpoint,
9105 it manually increments the PC, thus avoiding executing the breakpoint
9106 instruction.) */
1a853c52 9107 if (bp_loc_is_permanent (loc))
6ae88661 9108 loc->permanent = 1;
1a853c52 9109
0d381245
VP
9110 return loc;
9111}
514f746b
AR
9112\f
9113
1cf4d951 9114/* See breakpoint.h. */
514f746b 9115
1cf4d951
PA
9116int
9117program_breakpoint_here_p (struct gdbarch *gdbarch, CORE_ADDR address)
514f746b
AR
9118{
9119 int len;
9120 CORE_ADDR addr;
1afeeb75 9121 const gdb_byte *bpoint;
514f746b 9122 gdb_byte *target_mem;
939c61fa
JK
9123 struct cleanup *cleanup;
9124 int retval = 0;
514f746b 9125
1cf4d951
PA
9126 addr = address;
9127 bpoint = gdbarch_breakpoint_from_pc (gdbarch, &addr, &len);
9128
9129 /* Software breakpoints unsupported? */
9130 if (bpoint == NULL)
9131 return 0;
9132
224c3ddb 9133 target_mem = (gdb_byte *) alloca (len);
1cf4d951
PA
9134
9135 /* Enable the automatic memory restoration from breakpoints while
9136 we read the memory. Otherwise we could say about our temporary
9137 breakpoints they are permanent. */
9138 cleanup = make_show_memory_breakpoints_cleanup (0);
9139
9140 if (target_read_memory (address, target_mem, len) == 0
9141 && memcmp (target_mem, bpoint, len) == 0)
9142 retval = 1;
9143
9144 do_cleanups (cleanup);
9145
9146 return retval;
9147}
9148
9149/* Return 1 if LOC is pointing to a permanent breakpoint,
9150 return 0 otherwise. */
9151
9152static int
9153bp_loc_is_permanent (struct bp_location *loc)
9154{
9155 struct cleanup *cleanup;
9156 int retval;
9157
514f746b
AR
9158 gdb_assert (loc != NULL);
9159
244558af
LM
9160 /* If we have a catchpoint or a watchpoint, just return 0. We should not
9161 attempt to read from the addresses the locations of these breakpoint types
9162 point to. program_breakpoint_here_p, below, will attempt to read
9163 memory. */
9164 if (!breakpoint_address_is_meaningful (loc->owner))
9165 return 0;
9166
6c95b8df 9167 cleanup = save_current_space_and_thread ();
6c95b8df 9168 switch_to_program_space_and_thread (loc->pspace);
939c61fa 9169
1cf4d951 9170 retval = program_breakpoint_here_p (loc->gdbarch, loc->address);
514f746b 9171
939c61fa
JK
9172 do_cleanups (cleanup);
9173
9174 return retval;
514f746b
AR
9175}
9176
e7e0cddf
SS
9177/* Build a command list for the dprintf corresponding to the current
9178 settings of the dprintf style options. */
9179
9180static void
9181update_dprintf_command_list (struct breakpoint *b)
9182{
9183 char *dprintf_args = b->extra_string;
9184 char *printf_line = NULL;
9185
9186 if (!dprintf_args)
9187 return;
9188
9189 dprintf_args = skip_spaces (dprintf_args);
9190
9191 /* Allow a comma, as it may have terminated a location, but don't
9192 insist on it. */
9193 if (*dprintf_args == ',')
9194 ++dprintf_args;
9195 dprintf_args = skip_spaces (dprintf_args);
9196
9197 if (*dprintf_args != '"')
9198 error (_("Bad format string, missing '\"'."));
9199
d3ce09f5 9200 if (strcmp (dprintf_style, dprintf_style_gdb) == 0)
e7e0cddf 9201 printf_line = xstrprintf ("printf %s", dprintf_args);
d3ce09f5 9202 else if (strcmp (dprintf_style, dprintf_style_call) == 0)
e7e0cddf
SS
9203 {
9204 if (!dprintf_function)
9205 error (_("No function supplied for dprintf call"));
9206
9207 if (dprintf_channel && strlen (dprintf_channel) > 0)
9208 printf_line = xstrprintf ("call (void) %s (%s,%s)",
9209 dprintf_function,
9210 dprintf_channel,
9211 dprintf_args);
9212 else
9213 printf_line = xstrprintf ("call (void) %s (%s)",
9214 dprintf_function,
9215 dprintf_args);
9216 }
d3ce09f5
SS
9217 else if (strcmp (dprintf_style, dprintf_style_agent) == 0)
9218 {
9219 if (target_can_run_breakpoint_commands ())
9220 printf_line = xstrprintf ("agent-printf %s", dprintf_args);
9221 else
9222 {
9223 warning (_("Target cannot run dprintf commands, falling back to GDB printf"));
9224 printf_line = xstrprintf ("printf %s", dprintf_args);
9225 }
9226 }
e7e0cddf
SS
9227 else
9228 internal_error (__FILE__, __LINE__,
9229 _("Invalid dprintf style."));
9230
f28045c2 9231 gdb_assert (printf_line != NULL);
9d6e6e84 9232 /* Manufacture a printf sequence. */
f28045c2 9233 {
8d749320 9234 struct command_line *printf_cmd_line = XNEW (struct command_line);
e7e0cddf 9235
f28045c2
YQ
9236 printf_cmd_line->control_type = simple_control;
9237 printf_cmd_line->body_count = 0;
9238 printf_cmd_line->body_list = NULL;
9d6e6e84 9239 printf_cmd_line->next = NULL;
f28045c2 9240 printf_cmd_line->line = printf_line;
e7e0cddf 9241
f28045c2
YQ
9242 breakpoint_set_commands (b, printf_cmd_line);
9243 }
e7e0cddf
SS
9244}
9245
9246/* Update all dprintf commands, making their command lists reflect
9247 current style settings. */
9248
9249static void
9250update_dprintf_commands (char *args, int from_tty,
9251 struct cmd_list_element *c)
9252{
9253 struct breakpoint *b;
9254
9255 ALL_BREAKPOINTS (b)
9256 {
9257 if (b->type == bp_dprintf)
9258 update_dprintf_command_list (b);
9259 }
9260}
c3f6f71d 9261
f00aae0f
KS
9262/* Create a breakpoint with SAL as location. Use LOCATION
9263 as a description of the location, and COND_STRING
b35a8b2f
DE
9264 as condition expression. If LOCATION is NULL then create an
9265 "address location" from the address in the SAL. */
018d34a4
VP
9266
9267static void
d9b3f62e 9268init_breakpoint_sal (struct breakpoint *b, struct gdbarch *gdbarch,
f00aae0f
KS
9269 struct symtabs_and_lines sals,
9270 struct event_location *location,
f8eba3c6 9271 char *filter, char *cond_string,
e7e0cddf 9272 char *extra_string,
d9b3f62e
PA
9273 enum bptype type, enum bpdisp disposition,
9274 int thread, int task, int ignore_count,
c0a91b2b 9275 const struct breakpoint_ops *ops, int from_tty,
44f238bb
PA
9276 int enabled, int internal, unsigned flags,
9277 int display_canonical)
018d34a4 9278{
0d381245 9279 int i;
018d34a4
VP
9280
9281 if (type == bp_hardware_breakpoint)
9282 {
fbbd034e
AS
9283 int target_resources_ok;
9284
9285 i = hw_breakpoint_used_count ();
9286 target_resources_ok =
9287 target_can_use_hardware_watchpoint (bp_hardware_breakpoint,
018d34a4
VP
9288 i + 1, 0);
9289 if (target_resources_ok == 0)
9290 error (_("No hardware breakpoint support in the target."));
9291 else if (target_resources_ok < 0)
9292 error (_("Hardware breakpoints used exceeds limit."));
9293 }
9294
6c95b8df
PA
9295 gdb_assert (sals.nelts > 0);
9296
0d381245
VP
9297 for (i = 0; i < sals.nelts; ++i)
9298 {
9299 struct symtab_and_line sal = sals.sals[i];
9300 struct bp_location *loc;
9301
9302 if (from_tty)
5af949e3
UW
9303 {
9304 struct gdbarch *loc_gdbarch = get_sal_arch (sal);
9305 if (!loc_gdbarch)
9306 loc_gdbarch = gdbarch;
9307
9308 describe_other_breakpoints (loc_gdbarch,
6c95b8df 9309 sal.pspace, sal.pc, sal.section, thread);
5af949e3 9310 }
0d381245
VP
9311
9312 if (i == 0)
9313 {
d9b3f62e 9314 init_raw_breakpoint (b, gdbarch, sal, type, ops);
0d381245 9315 b->thread = thread;
4a306c9a 9316 b->task = task;
855a6e68 9317
0d381245 9318 b->cond_string = cond_string;
e7e0cddf 9319 b->extra_string = extra_string;
0d381245 9320 b->ignore_count = ignore_count;
41447f92 9321 b->enable_state = enabled ? bp_enabled : bp_disabled;
0d381245 9322 b->disposition = disposition;
6c95b8df 9323
44f238bb
PA
9324 if ((flags & CREATE_BREAKPOINT_FLAGS_INSERTED) != 0)
9325 b->loc->inserted = 1;
9326
0fb4aa4b
PA
9327 if (type == bp_static_tracepoint)
9328 {
d9b3f62e 9329 struct tracepoint *t = (struct tracepoint *) b;
0fb4aa4b
PA
9330 struct static_tracepoint_marker marker;
9331
983af33b 9332 if (strace_marker_p (b))
0fb4aa4b
PA
9333 {
9334 /* We already know the marker exists, otherwise, we
9335 wouldn't see a sal for it. */
f00aae0f
KS
9336 const char *p = &event_location_to_string (b->location)[3];
9337 const char *endp;
0fb4aa4b 9338 char *marker_str;
0fb4aa4b 9339
f00aae0f 9340 p = skip_spaces_const (p);
0fb4aa4b 9341
f00aae0f 9342 endp = skip_to_space_const (p);
0fb4aa4b
PA
9343
9344 marker_str = savestring (p, endp - p);
d9b3f62e 9345 t->static_trace_marker_id = marker_str;
0fb4aa4b 9346
3e43a32a
MS
9347 printf_filtered (_("Probed static tracepoint "
9348 "marker \"%s\"\n"),
d9b3f62e 9349 t->static_trace_marker_id);
0fb4aa4b
PA
9350 }
9351 else if (target_static_tracepoint_marker_at (sal.pc, &marker))
9352 {
d9b3f62e 9353 t->static_trace_marker_id = xstrdup (marker.str_id);
0fb4aa4b
PA
9354 release_static_tracepoint_marker (&marker);
9355
3e43a32a
MS
9356 printf_filtered (_("Probed static tracepoint "
9357 "marker \"%s\"\n"),
d9b3f62e 9358 t->static_trace_marker_id);
0fb4aa4b
PA
9359 }
9360 else
3e43a32a
MS
9361 warning (_("Couldn't determine the static "
9362 "tracepoint marker to probe"));
0fb4aa4b
PA
9363 }
9364
0d381245
VP
9365 loc = b->loc;
9366 }
9367 else
018d34a4 9368 {
39d61571 9369 loc = add_location_to_breakpoint (b, &sal);
44f238bb
PA
9370 if ((flags & CREATE_BREAKPOINT_FLAGS_INSERTED) != 0)
9371 loc->inserted = 1;
0d381245
VP
9372 }
9373
9374 if (b->cond_string)
9375 {
bbc13ae3
KS
9376 const char *arg = b->cond_string;
9377
1bb9788d
TT
9378 loc->cond = parse_exp_1 (&arg, loc->address,
9379 block_for_pc (loc->address), 0);
0d381245 9380 if (*arg)
588ae58c 9381 error (_("Garbage '%s' follows condition"), arg);
018d34a4 9382 }
e7e0cddf
SS
9383
9384 /* Dynamic printf requires and uses additional arguments on the
9385 command line, otherwise it's an error. */
9386 if (type == bp_dprintf)
9387 {
9388 if (b->extra_string)
9389 update_dprintf_command_list (b);
9390 else
9391 error (_("Format string required"));
9392 }
9393 else if (b->extra_string)
588ae58c 9394 error (_("Garbage '%s' at end of command"), b->extra_string);
855a6e68 9395 }
018d34a4 9396
56435ebe 9397 b->display_canonical = display_canonical;
f00aae0f
KS
9398 if (location != NULL)
9399 b->location = location;
018d34a4 9400 else
305e13e6
JB
9401 {
9402 const char *addr_string = NULL;
9403 int addr_string_len = 0;
9404
9405 if (location != NULL)
9406 addr_string = event_location_to_string (location);
9407 if (addr_string != NULL)
9408 addr_string_len = strlen (addr_string);
9409
9410 b->location = new_address_location (b->loc->address,
9411 addr_string, addr_string_len);
9412 }
f8eba3c6 9413 b->filter = filter;
d9b3f62e 9414}
018d34a4 9415
d9b3f62e
PA
9416static void
9417create_breakpoint_sal (struct gdbarch *gdbarch,
f00aae0f
KS
9418 struct symtabs_and_lines sals,
9419 struct event_location *location,
f8eba3c6 9420 char *filter, char *cond_string,
e7e0cddf 9421 char *extra_string,
d9b3f62e
PA
9422 enum bptype type, enum bpdisp disposition,
9423 int thread, int task, int ignore_count,
c0a91b2b 9424 const struct breakpoint_ops *ops, int from_tty,
44f238bb
PA
9425 int enabled, int internal, unsigned flags,
9426 int display_canonical)
d9b3f62e
PA
9427{
9428 struct breakpoint *b;
9429 struct cleanup *old_chain;
9430
9431 if (is_tracepoint_type (type))
9432 {
9433 struct tracepoint *t;
9434
9435 t = XCNEW (struct tracepoint);
9436 b = &t->base;
9437 }
9438 else
9439 b = XNEW (struct breakpoint);
9440
9441 old_chain = make_cleanup (xfree, b);
9442
9443 init_breakpoint_sal (b, gdbarch,
f00aae0f 9444 sals, location,
e7e0cddf 9445 filter, cond_string, extra_string,
d9b3f62e
PA
9446 type, disposition,
9447 thread, task, ignore_count,
9448 ops, from_tty,
44f238bb
PA
9449 enabled, internal, flags,
9450 display_canonical);
d9b3f62e
PA
9451 discard_cleanups (old_chain);
9452
3ea46bff 9453 install_breakpoint (internal, b, 0);
018d34a4
VP
9454}
9455
9456/* Add SALS.nelts breakpoints to the breakpoint table. For each
9457 SALS.sal[i] breakpoint, include the corresponding ADDR_STRING[i]
9458 value. COND_STRING, if not NULL, specified the condition to be
9459 used for all breakpoints. Essentially the only case where
9460 SALS.nelts is not 1 is when we set a breakpoint on an overloaded
9461 function. In that case, it's still not possible to specify
9462 separate conditions for different overloaded functions, so
9463 we take just a single condition string.
9464
c3f6f71d 9465 NOTE: If the function succeeds, the caller is expected to cleanup
018d34a4 9466 the arrays ADDR_STRING, COND_STRING, and SALS (but not the
c3f6f71d
JM
9467 array contents). If the function fails (error() is called), the
9468 caller is expected to cleanups both the ADDR_STRING, COND_STRING,
4a64f543 9469 COND and SALS arrays and each of those arrays contents. */
c906108c
SS
9470
9471static void
8cdf0e15 9472create_breakpoints_sal (struct gdbarch *gdbarch,
7efd8fc2 9473 struct linespec_result *canonical,
e7e0cddf 9474 char *cond_string, char *extra_string,
8cdf0e15
VP
9475 enum bptype type, enum bpdisp disposition,
9476 int thread, int task, int ignore_count,
c0a91b2b 9477 const struct breakpoint_ops *ops, int from_tty,
44f238bb 9478 int enabled, int internal, unsigned flags)
c906108c 9479{
018d34a4 9480 int i;
f8eba3c6 9481 struct linespec_sals *lsal;
cc59ec59 9482
f8eba3c6
TT
9483 if (canonical->pre_expanded)
9484 gdb_assert (VEC_length (linespec_sals, canonical->sals) == 1);
9485
9486 for (i = 0; VEC_iterate (linespec_sals, canonical->sals, i, lsal); ++i)
c3f6f71d 9487 {
f00aae0f 9488 /* Note that 'location' can be NULL in the case of a plain
f8eba3c6 9489 'break', without arguments. */
f00aae0f
KS
9490 struct event_location *location
9491 = (canonical->location != NULL
9492 ? copy_event_location (canonical->location) : NULL);
f8eba3c6 9493 char *filter_string = lsal->canonical ? xstrdup (lsal->canonical) : NULL;
f00aae0f 9494 struct cleanup *inner = make_cleanup_delete_event_location (location);
0d381245 9495
f8eba3c6
TT
9496 make_cleanup (xfree, filter_string);
9497 create_breakpoint_sal (gdbarch, lsal->sals,
f00aae0f 9498 location,
f8eba3c6 9499 filter_string,
e7e0cddf
SS
9500 cond_string, extra_string,
9501 type, disposition,
84f4c1fe 9502 thread, task, ignore_count, ops,
44f238bb 9503 from_tty, enabled, internal, flags,
56435ebe 9504 canonical->special_display);
f8eba3c6 9505 discard_cleanups (inner);
c3f6f71d 9506 }
c3f6f71d 9507}
c906108c 9508
f00aae0f 9509/* Parse LOCATION which is assumed to be a SAL specification possibly
c3f6f71d 9510 followed by conditionals. On return, SALS contains an array of SAL
f00aae0f
KS
9511 addresses found. LOCATION points to the end of the SAL (for
9512 linespec locations).
9998af43
TJB
9513
9514 The array and the line spec strings are allocated on the heap, it is
9515 the caller's responsibility to free them. */
c906108c 9516
b9362cc7 9517static void
f00aae0f 9518parse_breakpoint_sals (const struct event_location *location,
58438ac1 9519 struct linespec_result *canonical)
c3f6f71d 9520{
f00aae0f
KS
9521 struct symtab_and_line cursal;
9522
9523 if (event_location_type (location) == LINESPEC_LOCATION)
9524 {
9525 const char *address = get_linespec_location (location);
9526
9527 if (address == NULL)
9528 {
9529 /* The last displayed codepoint, if it's valid, is our default
9530 breakpoint address. */
9531 if (last_displayed_sal_is_valid ())
9532 {
9533 struct linespec_sals lsal;
9534 struct symtab_and_line sal;
9535 CORE_ADDR pc;
9536
9537 init_sal (&sal); /* Initialize to zeroes. */
8d749320 9538 lsal.sals.sals = XNEW (struct symtab_and_line);
f00aae0f
KS
9539
9540 /* Set sal's pspace, pc, symtab, and line to the values
9541 corresponding to the last call to print_frame_info.
9542 Be sure to reinitialize LINE with NOTCURRENT == 0
9543 as the breakpoint line number is inappropriate otherwise.
9544 find_pc_line would adjust PC, re-set it back. */
9545 get_last_displayed_sal (&sal);
9546 pc = sal.pc;
9547 sal = find_pc_line (pc, 0);
9548
9549 /* "break" without arguments is equivalent to "break *PC"
9550 where PC is the last displayed codepoint's address. So
9551 make sure to set sal.explicit_pc to prevent GDB from
9552 trying to expand the list of sals to include all other
9553 instances with the same symtab and line. */
9554 sal.pc = pc;
9555 sal.explicit_pc = 1;
9556
9557 lsal.sals.sals[0] = sal;
9558 lsal.sals.nelts = 1;
9559 lsal.canonical = NULL;
9560
9561 VEC_safe_push (linespec_sals, canonical->sals, &lsal);
9562 return;
9563 }
9564 else
9565 error (_("No default breakpoint address now."));
c906108c 9566 }
c906108c 9567 }
f00aae0f
KS
9568
9569 /* Force almost all breakpoints to be in terms of the
9570 current_source_symtab (which is decode_line_1's default).
9571 This should produce the results we want almost all of the
9572 time while leaving default_breakpoint_* alone.
9573
9574 ObjC: However, don't match an Objective-C method name which
9575 may have a '+' or '-' succeeded by a '['. */
9576 cursal = get_current_source_symtab_and_line ();
9577 if (last_displayed_sal_is_valid ())
c906108c 9578 {
f00aae0f 9579 const char *address = NULL;
cc80f267 9580
f00aae0f
KS
9581 if (event_location_type (location) == LINESPEC_LOCATION)
9582 address = get_linespec_location (location);
cc80f267 9583
f00aae0f
KS
9584 if (!cursal.symtab
9585 || (address != NULL
9586 && strchr ("+-", address[0]) != NULL
9587 && address[1] != '['))
9588 {
c2f4122d 9589 decode_line_full (location, DECODE_LINE_FUNFIRSTLINE, NULL,
f00aae0f
KS
9590 get_last_displayed_symtab (),
9591 get_last_displayed_line (),
9592 canonical, NULL, NULL);
9593 return;
9594 }
c906108c 9595 }
f00aae0f 9596
c2f4122d 9597 decode_line_full (location, DECODE_LINE_FUNFIRSTLINE, NULL,
f00aae0f 9598 cursal.symtab, cursal.line, canonical, NULL, NULL);
c3f6f71d 9599}
c906108c 9600
c906108c 9601
c3f6f71d 9602/* Convert each SAL into a real PC. Verify that the PC can be
4a64f543 9603 inserted as a breakpoint. If it can't throw an error. */
c906108c 9604
b9362cc7 9605static void
23e7acfb 9606breakpoint_sals_to_pc (struct symtabs_and_lines *sals)
c3f6f71d
JM
9607{
9608 int i;
cc59ec59 9609
c3f6f71d 9610 for (i = 0; i < sals->nelts; i++)
ee53e872 9611 resolve_sal_pc (&sals->sals[i]);
c3f6f71d
JM
9612}
9613
7a697b8d
SS
9614/* Fast tracepoints may have restrictions on valid locations. For
9615 instance, a fast tracepoint using a jump instead of a trap will
9616 likely have to overwrite more bytes than a trap would, and so can
9617 only be placed where the instruction is longer than the jump, or a
9618 multi-instruction sequence does not have a jump into the middle of
9619 it, etc. */
9620
9621static void
9622check_fast_tracepoint_sals (struct gdbarch *gdbarch,
9623 struct symtabs_and_lines *sals)
9624{
9625 int i, rslt;
9626 struct symtab_and_line *sal;
9627 char *msg;
9628 struct cleanup *old_chain;
9629
9630 for (i = 0; i < sals->nelts; i++)
9631 {
f8eba3c6
TT
9632 struct gdbarch *sarch;
9633
7a697b8d
SS
9634 sal = &sals->sals[i];
9635
f8eba3c6
TT
9636 sarch = get_sal_arch (*sal);
9637 /* We fall back to GDBARCH if there is no architecture
9638 associated with SAL. */
9639 if (sarch == NULL)
9640 sarch = gdbarch;
6b940e6a 9641 rslt = gdbarch_fast_tracepoint_valid_at (sarch, sal->pc, &msg);
7a697b8d
SS
9642 old_chain = make_cleanup (xfree, msg);
9643
9644 if (!rslt)
9645 error (_("May not have a fast tracepoint at 0x%s%s"),
f8eba3c6 9646 paddress (sarch, sal->pc), (msg ? msg : ""));
7a697b8d
SS
9647
9648 do_cleanups (old_chain);
9649 }
9650}
9651
018d34a4
VP
9652/* Given TOK, a string specification of condition and thread, as
9653 accepted by the 'break' command, extract the condition
9654 string and thread number and set *COND_STRING and *THREAD.
4a64f543 9655 PC identifies the context at which the condition should be parsed.
018d34a4
VP
9656 If no condition is found, *COND_STRING is set to NULL.
9657 If no thread is found, *THREAD is set to -1. */
d634f2de
JB
9658
9659static void
bbc13ae3 9660find_condition_and_thread (const char *tok, CORE_ADDR pc,
e7e0cddf
SS
9661 char **cond_string, int *thread, int *task,
9662 char **rest)
018d34a4
VP
9663{
9664 *cond_string = NULL;
9665 *thread = -1;
ed1d1739
KS
9666 *task = 0;
9667 *rest = NULL;
9668
018d34a4
VP
9669 while (tok && *tok)
9670 {
bbc13ae3 9671 const char *end_tok;
018d34a4 9672 int toklen;
bbc13ae3
KS
9673 const char *cond_start = NULL;
9674 const char *cond_end = NULL;
cc59ec59 9675
bbc13ae3 9676 tok = skip_spaces_const (tok);
e7e0cddf
SS
9677
9678 if ((*tok == '"' || *tok == ',') && rest)
9679 {
9680 *rest = savestring (tok, strlen (tok));
9681 return;
9682 }
9683
bbc13ae3 9684 end_tok = skip_to_space_const (tok);
d634f2de 9685
018d34a4 9686 toklen = end_tok - tok;
d634f2de 9687
018d34a4
VP
9688 if (toklen >= 1 && strncmp (tok, "if", toklen) == 0)
9689 {
f7545552
TT
9690 struct expression *expr;
9691
018d34a4 9692 tok = cond_start = end_tok + 1;
1bb9788d 9693 expr = parse_exp_1 (&tok, pc, block_for_pc (pc), 0);
f7545552 9694 xfree (expr);
018d34a4 9695 cond_end = tok;
d634f2de 9696 *cond_string = savestring (cond_start, cond_end - cond_start);
018d34a4
VP
9697 }
9698 else if (toklen >= 1 && strncmp (tok, "thread", toklen) == 0)
9699 {
5d5658a1
PA
9700 const char *tmptok;
9701 struct thread_info *thr;
d634f2de 9702
018d34a4 9703 tok = end_tok + 1;
5d5658a1 9704 thr = parse_thread_id (tok, &tmptok);
018d34a4
VP
9705 if (tok == tmptok)
9706 error (_("Junk after thread keyword."));
5d5658a1 9707 *thread = thr->global_num;
bbc13ae3 9708 tok = tmptok;
018d34a4 9709 }
4a306c9a
JB
9710 else if (toklen >= 1 && strncmp (tok, "task", toklen) == 0)
9711 {
9712 char *tmptok;
9713
9714 tok = end_tok + 1;
bbc13ae3 9715 *task = strtol (tok, &tmptok, 0);
4a306c9a
JB
9716 if (tok == tmptok)
9717 error (_("Junk after task keyword."));
9718 if (!valid_task_id (*task))
b6199126 9719 error (_("Unknown task %d."), *task);
bbc13ae3 9720 tok = tmptok;
4a306c9a 9721 }
e7e0cddf
SS
9722 else if (rest)
9723 {
9724 *rest = savestring (tok, strlen (tok));
ccab2054 9725 return;
e7e0cddf 9726 }
018d34a4
VP
9727 else
9728 error (_("Junk at end of arguments."));
9729 }
9730}
9731
0fb4aa4b
PA
9732/* Decode a static tracepoint marker spec. */
9733
9734static struct symtabs_and_lines
f00aae0f 9735decode_static_tracepoint_spec (const char **arg_p)
0fb4aa4b
PA
9736{
9737 VEC(static_tracepoint_marker_p) *markers = NULL;
9738 struct symtabs_and_lines sals;
0fb4aa4b 9739 struct cleanup *old_chain;
f00aae0f
KS
9740 const char *p = &(*arg_p)[3];
9741 const char *endp;
0fb4aa4b
PA
9742 char *marker_str;
9743 int i;
9744
f00aae0f 9745 p = skip_spaces_const (p);
0fb4aa4b 9746
f00aae0f 9747 endp = skip_to_space_const (p);
0fb4aa4b
PA
9748
9749 marker_str = savestring (p, endp - p);
9750 old_chain = make_cleanup (xfree, marker_str);
9751
9752 markers = target_static_tracepoint_markers_by_strid (marker_str);
9753 if (VEC_empty(static_tracepoint_marker_p, markers))
9754 error (_("No known static tracepoint marker named %s"), marker_str);
9755
9756 sals.nelts = VEC_length(static_tracepoint_marker_p, markers);
8d749320 9757 sals.sals = XNEWVEC (struct symtab_and_line, sals.nelts);
0fb4aa4b
PA
9758
9759 for (i = 0; i < sals.nelts; i++)
9760 {
9761 struct static_tracepoint_marker *marker;
9762
9763 marker = VEC_index (static_tracepoint_marker_p, markers, i);
9764
9765 init_sal (&sals.sals[i]);
9766
9767 sals.sals[i] = find_pc_line (marker->address, 0);
9768 sals.sals[i].pc = marker->address;
9769
9770 release_static_tracepoint_marker (marker);
9771 }
9772
9773 do_cleanups (old_chain);
9774
9775 *arg_p = endp;
9776 return sals;
9777}
9778
f00aae0f 9779/* See breakpoint.h. */
0101ce28 9780
8cdf0e15
VP
9781int
9782create_breakpoint (struct gdbarch *gdbarch,
f00aae0f 9783 const struct event_location *location, char *cond_string,
e7e0cddf 9784 int thread, char *extra_string,
f00aae0f 9785 int parse_extra,
0fb4aa4b 9786 int tempflag, enum bptype type_wanted,
8cdf0e15
VP
9787 int ignore_count,
9788 enum auto_boolean pending_break_support,
c0a91b2b 9789 const struct breakpoint_ops *ops,
44f238bb
PA
9790 int from_tty, int enabled, int internal,
9791 unsigned flags)
c3f6f71d 9792{
7efd8fc2 9793 struct linespec_result canonical;
c3f6f71d 9794 struct cleanup *old_chain;
80c99de1 9795 struct cleanup *bkpt_chain = NULL;
0101ce28 9796 int pending = 0;
4a306c9a 9797 int task = 0;
86b17b60 9798 int prev_bkpt_count = breakpoint_count;
c3f6f71d 9799
348d480f
PA
9800 gdb_assert (ops != NULL);
9801
f00aae0f
KS
9802 /* If extra_string isn't useful, set it to NULL. */
9803 if (extra_string != NULL && *extra_string == '\0')
9804 extra_string = NULL;
9805
7efd8fc2 9806 init_linespec_result (&canonical);
c3f6f71d 9807
492d29ea 9808 TRY
b78a6381 9809 {
f00aae0f 9810 ops->create_sals_from_location (location, &canonical, type_wanted);
b78a6381 9811 }
492d29ea 9812 CATCH (e, RETURN_MASK_ERROR)
0101ce28 9813 {
492d29ea
PA
9814 /* If caller is interested in rc value from parse, set
9815 value. */
9816 if (e.error == NOT_FOUND_ERROR)
0101ce28 9817 {
05ff989b
AC
9818 /* If pending breakpoint support is turned off, throw
9819 error. */
fa8d40ab
JJ
9820
9821 if (pending_break_support == AUTO_BOOLEAN_FALSE)
723a2275
VP
9822 throw_exception (e);
9823
9824 exception_print (gdb_stderr, e);
fa8d40ab 9825
05ff989b
AC
9826 /* If pending breakpoint support is auto query and the user
9827 selects no, then simply return the error code. */
059fb39f 9828 if (pending_break_support == AUTO_BOOLEAN_AUTO
bfccc43c
YQ
9829 && !nquery (_("Make %s pending on future shared library load? "),
9830 bptype_string (type_wanted)))
fd9b8c24 9831 return 0;
fa8d40ab 9832
05ff989b
AC
9833 /* At this point, either the user was queried about setting
9834 a pending breakpoint and selected yes, or pending
9835 breakpoint behavior is on and thus a pending breakpoint
9836 is defaulted on behalf of the user. */
f00aae0f 9837 pending = 1;
0101ce28 9838 }
492d29ea
PA
9839 else
9840 throw_exception (e);
0101ce28 9841 }
492d29ea
PA
9842 END_CATCH
9843
f00aae0f 9844 if (!pending && VEC_empty (linespec_sals, canonical.sals))
492d29ea 9845 return 0;
c3f6f71d 9846
4a64f543 9847 /* Create a chain of things that always need to be cleaned up. */
f8eba3c6 9848 old_chain = make_cleanup_destroy_linespec_result (&canonical);
c3f6f71d 9849
c3f6f71d
JM
9850 /* ----------------------------- SNIP -----------------------------
9851 Anything added to the cleanup chain beyond this point is assumed
9852 to be part of a breakpoint. If the breakpoint create succeeds
80c99de1
PA
9853 then the memory is not reclaimed. */
9854 bkpt_chain = make_cleanup (null_cleanup, 0);
c3f6f71d 9855
c3f6f71d
JM
9856 /* Resolve all line numbers to PC's and verify that the addresses
9857 are ok for the target. */
0101ce28 9858 if (!pending)
f8eba3c6
TT
9859 {
9860 int ix;
9861 struct linespec_sals *iter;
9862
9863 for (ix = 0; VEC_iterate (linespec_sals, canonical.sals, ix, iter); ++ix)
9864 breakpoint_sals_to_pc (&iter->sals);
9865 }
c3f6f71d 9866
7a697b8d 9867 /* Fast tracepoints may have additional restrictions on location. */
bfccc43c 9868 if (!pending && type_wanted == bp_fast_tracepoint)
f8eba3c6
TT
9869 {
9870 int ix;
9871 struct linespec_sals *iter;
9872
9873 for (ix = 0; VEC_iterate (linespec_sals, canonical.sals, ix, iter); ++ix)
9874 check_fast_tracepoint_sals (gdbarch, &iter->sals);
9875 }
7a697b8d 9876
c3f6f71d
JM
9877 /* Verify that condition can be parsed, before setting any
9878 breakpoints. Allocate a separate condition expression for each
4a64f543 9879 breakpoint. */
0101ce28 9880 if (!pending)
c3f6f71d 9881 {
f00aae0f 9882 if (parse_extra)
72b2ff0e 9883 {
0878d0fa 9884 char *rest;
52d361e1
YQ
9885 struct linespec_sals *lsal;
9886
9887 lsal = VEC_index (linespec_sals, canonical.sals, 0);
9888
0878d0fa
YQ
9889 /* Here we only parse 'arg' to separate condition
9890 from thread number, so parsing in context of first
9891 sal is OK. When setting the breakpoint we'll
9892 re-parse it in context of each sal. */
9893
f00aae0f
KS
9894 find_condition_and_thread (extra_string, lsal->sals.sals[0].pc,
9895 &cond_string, &thread, &task, &rest);
0878d0fa
YQ
9896 if (cond_string)
9897 make_cleanup (xfree, cond_string);
9898 if (rest)
9899 make_cleanup (xfree, rest);
9900 if (rest)
9901 extra_string = rest;
f00aae0f
KS
9902 else
9903 extra_string = NULL;
72b2ff0e 9904 }
2f069f6f 9905 else
72b2ff0e 9906 {
f00aae0f
KS
9907 if (type_wanted != bp_dprintf
9908 && extra_string != NULL && *extra_string != '\0')
9909 error (_("Garbage '%s' at end of location"), extra_string);
0878d0fa
YQ
9910
9911 /* Create a private copy of condition string. */
9912 if (cond_string)
9913 {
9914 cond_string = xstrdup (cond_string);
9915 make_cleanup (xfree, cond_string);
9916 }
9917 /* Create a private copy of any extra string. */
9918 if (extra_string)
9919 {
9920 extra_string = xstrdup (extra_string);
9921 make_cleanup (xfree, extra_string);
9922 }
72b2ff0e 9923 }
0fb4aa4b 9924
52d361e1 9925 ops->create_breakpoints_sal (gdbarch, &canonical,
e7e0cddf 9926 cond_string, extra_string, type_wanted,
d9b3f62e
PA
9927 tempflag ? disp_del : disp_donttouch,
9928 thread, task, ignore_count, ops,
44f238bb 9929 from_tty, enabled, internal, flags);
c906108c 9930 }
0101ce28
JJ
9931 else
9932 {
0101ce28
JJ
9933 struct breakpoint *b;
9934
bfccc43c
YQ
9935 if (is_tracepoint_type (type_wanted))
9936 {
9937 struct tracepoint *t;
9938
9939 t = XCNEW (struct tracepoint);
9940 b = &t->base;
9941 }
9942 else
9943 b = XNEW (struct breakpoint);
9944
9945 init_raw_breakpoint_without_location (b, gdbarch, type_wanted, ops);
f00aae0f 9946 b->location = copy_event_location (location);
bfccc43c 9947
f00aae0f
KS
9948 if (parse_extra)
9949 b->cond_string = NULL;
e12c7713
MK
9950 else
9951 {
9952 /* Create a private copy of condition string. */
9953 if (cond_string)
9954 {
9955 cond_string = xstrdup (cond_string);
9956 make_cleanup (xfree, cond_string);
9957 }
9958 b->cond_string = cond_string;
15630549 9959 b->thread = thread;
e12c7713 9960 }
f00aae0f
KS
9961
9962 /* Create a private copy of any extra string. */
9963 if (extra_string != NULL)
9964 {
9965 extra_string = xstrdup (extra_string);
9966 make_cleanup (xfree, extra_string);
9967 }
9968 b->extra_string = extra_string;
0101ce28 9969 b->ignore_count = ignore_count;
0101ce28 9970 b->disposition = tempflag ? disp_del : disp_donttouch;
0d381245 9971 b->condition_not_parsed = 1;
41447f92 9972 b->enable_state = enabled ? bp_enabled : bp_disabled;
cc72b2a2
KP
9973 if ((type_wanted != bp_breakpoint
9974 && type_wanted != bp_hardware_breakpoint) || thread != -1)
f8eba3c6 9975 b->pspace = current_program_space;
8bea4e01 9976
bfccc43c 9977 install_breakpoint (internal, b, 0);
0101ce28
JJ
9978 }
9979
f8eba3c6 9980 if (VEC_length (linespec_sals, canonical.sals) > 1)
95a42b64 9981 {
3e43a32a
MS
9982 warning (_("Multiple breakpoints were set.\nUse the "
9983 "\"delete\" command to delete unwanted breakpoints."));
86b17b60 9984 prev_breakpoint_count = prev_bkpt_count;
95a42b64
TT
9985 }
9986
80c99de1
PA
9987 /* That's it. Discard the cleanups for data inserted into the
9988 breakpoint. */
9989 discard_cleanups (bkpt_chain);
9990 /* But cleanup everything else. */
c3f6f71d 9991 do_cleanups (old_chain);
217dc9e2 9992
80c99de1 9993 /* error call may happen here - have BKPT_CHAIN already discarded. */
44702360 9994 update_global_location_list (UGLL_MAY_INSERT);
fd9b8c24
PA
9995
9996 return 1;
c3f6f71d 9997}
c906108c 9998
348d480f 9999/* Set a breakpoint.
72b2ff0e
VP
10000 ARG is a string describing breakpoint address,
10001 condition, and thread.
10002 FLAG specifies if a breakpoint is hardware on,
10003 and if breakpoint is temporary, using BP_HARDWARE_FLAG
10004 and BP_TEMPFLAG. */
348d480f 10005
98deb0da 10006static void
72b2ff0e 10007break_command_1 (char *arg, int flag, int from_tty)
c3f6f71d 10008{
72b2ff0e 10009 int tempflag = flag & BP_TEMPFLAG;
0fb4aa4b
PA
10010 enum bptype type_wanted = (flag & BP_HARDWAREFLAG
10011 ? bp_hardware_breakpoint
10012 : bp_breakpoint);
55aa24fb 10013 struct breakpoint_ops *ops;
f00aae0f
KS
10014 struct event_location *location;
10015 struct cleanup *cleanup;
10016
10017 location = string_to_event_location (&arg, current_language);
10018 cleanup = make_cleanup_delete_event_location (location);
55aa24fb
SDJ
10019
10020 /* Matching breakpoints on probes. */
5b56227b
KS
10021 if (location != NULL
10022 && event_location_type (location) == PROBE_LOCATION)
55aa24fb
SDJ
10023 ops = &bkpt_probe_breakpoint_ops;
10024 else
10025 ops = &bkpt_breakpoint_ops;
c3f6f71d 10026
8cdf0e15 10027 create_breakpoint (get_current_arch (),
f00aae0f
KS
10028 location,
10029 NULL, 0, arg, 1 /* parse arg */,
0fb4aa4b 10030 tempflag, type_wanted,
8cdf0e15
VP
10031 0 /* Ignore count */,
10032 pending_break_support,
55aa24fb 10033 ops,
8cdf0e15 10034 from_tty,
84f4c1fe 10035 1 /* enabled */,
44f238bb
PA
10036 0 /* internal */,
10037 0);
f00aae0f 10038 do_cleanups (cleanup);
c906108c
SS
10039}
10040
c906108c
SS
10041/* Helper function for break_command_1 and disassemble_command. */
10042
10043void
fba45db2 10044resolve_sal_pc (struct symtab_and_line *sal)
c906108c
SS
10045{
10046 CORE_ADDR pc;
10047
10048 if (sal->pc == 0 && sal->symtab != NULL)
10049 {
10050 if (!find_line_pc (sal->symtab, sal->line, &pc))
8a3fe4f8 10051 error (_("No line %d in file \"%s\"."),
05cba821 10052 sal->line, symtab_to_filename_for_display (sal->symtab));
c906108c 10053 sal->pc = pc;
6a048695 10054
4a64f543
MS
10055 /* If this SAL corresponds to a breakpoint inserted using a line
10056 number, then skip the function prologue if necessary. */
6a048695 10057 if (sal->explicit_line)
059acae7 10058 skip_prologue_sal (sal);
c906108c
SS
10059 }
10060
10061 if (sal->section == 0 && sal->symtab != NULL)
10062 {
346d1dfe 10063 const struct blockvector *bv;
3977b71f 10064 const struct block *b;
c5aa993b 10065 struct symbol *sym;
c906108c 10066
43f3e411
DE
10067 bv = blockvector_for_pc_sect (sal->pc, 0, &b,
10068 SYMTAB_COMPUNIT (sal->symtab));
c906108c
SS
10069 if (bv != NULL)
10070 {
7f0df278 10071 sym = block_linkage_function (b);
c906108c
SS
10072 if (sym != NULL)
10073 {
eb822aa6
DE
10074 fixup_symbol_section (sym, SYMTAB_OBJFILE (sal->symtab));
10075 sal->section = SYMBOL_OBJ_SECTION (SYMTAB_OBJFILE (sal->symtab),
10076 sym);
c906108c
SS
10077 }
10078 else
10079 {
4a64f543
MS
10080 /* It really is worthwhile to have the section, so we'll
10081 just have to look harder. This case can be executed
10082 if we have line numbers but no functions (as can
10083 happen in assembly source). */
c906108c 10084
7cbd4a93 10085 struct bound_minimal_symbol msym;
6c95b8df
PA
10086 struct cleanup *old_chain = save_current_space_and_thread ();
10087
10088 switch_to_program_space_and_thread (sal->pspace);
c906108c
SS
10089
10090 msym = lookup_minimal_symbol_by_pc (sal->pc);
7cbd4a93 10091 if (msym.minsym)
efd66ac6 10092 sal->section = MSYMBOL_OBJ_SECTION (msym.objfile, msym.minsym);
6c95b8df
PA
10093
10094 do_cleanups (old_chain);
c906108c
SS
10095 }
10096 }
10097 }
10098}
10099
10100void
fba45db2 10101break_command (char *arg, int from_tty)
c906108c 10102{
db107f19 10103 break_command_1 (arg, 0, from_tty);
c906108c
SS
10104}
10105
c906108c 10106void
fba45db2 10107tbreak_command (char *arg, int from_tty)
c906108c 10108{
db107f19 10109 break_command_1 (arg, BP_TEMPFLAG, from_tty);
c906108c
SS
10110}
10111
c906108c 10112static void
fba45db2 10113hbreak_command (char *arg, int from_tty)
c906108c 10114{
db107f19 10115 break_command_1 (arg, BP_HARDWAREFLAG, from_tty);
c906108c
SS
10116}
10117
10118static void
fba45db2 10119thbreak_command (char *arg, int from_tty)
c906108c 10120{
db107f19 10121 break_command_1 (arg, (BP_TEMPFLAG | BP_HARDWAREFLAG), from_tty);
c906108c
SS
10122}
10123
10124static void
fba45db2 10125stop_command (char *arg, int from_tty)
c906108c 10126{
a3f17187 10127 printf_filtered (_("Specify the type of breakpoint to set.\n\
c906108c 10128Usage: stop in <function | address>\n\
a3f17187 10129 stop at <line>\n"));
c906108c
SS
10130}
10131
10132static void
fba45db2 10133stopin_command (char *arg, int from_tty)
c906108c
SS
10134{
10135 int badInput = 0;
10136
c5aa993b 10137 if (arg == (char *) NULL)
c906108c
SS
10138 badInput = 1;
10139 else if (*arg != '*')
10140 {
10141 char *argptr = arg;
10142 int hasColon = 0;
10143
4a64f543 10144 /* Look for a ':'. If this is a line number specification, then
53a5351d 10145 say it is bad, otherwise, it should be an address or
4a64f543 10146 function/method name. */
c906108c 10147 while (*argptr && !hasColon)
c5aa993b
JM
10148 {
10149 hasColon = (*argptr == ':');
10150 argptr++;
10151 }
c906108c
SS
10152
10153 if (hasColon)
c5aa993b 10154 badInput = (*argptr != ':'); /* Not a class::method */
c906108c 10155 else
c5aa993b 10156 badInput = isdigit (*arg); /* a simple line number */
c906108c
SS
10157 }
10158
10159 if (badInput)
a3f17187 10160 printf_filtered (_("Usage: stop in <function | address>\n"));
c906108c 10161 else
db107f19 10162 break_command_1 (arg, 0, from_tty);
c906108c
SS
10163}
10164
10165static void
fba45db2 10166stopat_command (char *arg, int from_tty)
c906108c
SS
10167{
10168 int badInput = 0;
10169
c5aa993b 10170 if (arg == (char *) NULL || *arg == '*') /* no line number */
c906108c
SS
10171 badInput = 1;
10172 else
10173 {
10174 char *argptr = arg;
10175 int hasColon = 0;
10176
4a64f543
MS
10177 /* Look for a ':'. If there is a '::' then get out, otherwise
10178 it is probably a line number. */
c906108c 10179 while (*argptr && !hasColon)
c5aa993b
JM
10180 {
10181 hasColon = (*argptr == ':');
10182 argptr++;
10183 }
c906108c
SS
10184
10185 if (hasColon)
c5aa993b 10186 badInput = (*argptr == ':'); /* we have class::method */
c906108c 10187 else
c5aa993b 10188 badInput = !isdigit (*arg); /* not a line number */
c906108c
SS
10189 }
10190
10191 if (badInput)
a3f17187 10192 printf_filtered (_("Usage: stop at <line>\n"));
c906108c 10193 else
db107f19 10194 break_command_1 (arg, 0, from_tty);
c906108c
SS
10195}
10196
e7e0cddf
SS
10197/* The dynamic printf command is mostly like a regular breakpoint, but
10198 with a prewired command list consisting of a single output command,
10199 built from extra arguments supplied on the dprintf command
10200 line. */
10201
da821c7b 10202static void
e7e0cddf
SS
10203dprintf_command (char *arg, int from_tty)
10204{
f00aae0f
KS
10205 struct event_location *location;
10206 struct cleanup *cleanup;
10207
10208 location = string_to_event_location (&arg, current_language);
10209 cleanup = make_cleanup_delete_event_location (location);
10210
10211 /* If non-NULL, ARG should have been advanced past the location;
10212 the next character must be ','. */
10213 if (arg != NULL)
10214 {
10215 if (arg[0] != ',' || arg[1] == '\0')
10216 error (_("Format string required"));
10217 else
10218 {
10219 /* Skip the comma. */
10220 ++arg;
10221 }
10222 }
10223
e7e0cddf 10224 create_breakpoint (get_current_arch (),
f00aae0f
KS
10225 location,
10226 NULL, 0, arg, 1 /* parse arg */,
e7e0cddf
SS
10227 0, bp_dprintf,
10228 0 /* Ignore count */,
10229 pending_break_support,
10230 &dprintf_breakpoint_ops,
10231 from_tty,
10232 1 /* enabled */,
10233 0 /* internal */,
10234 0);
f00aae0f 10235 do_cleanups (cleanup);
e7e0cddf
SS
10236}
10237
d3ce09f5
SS
10238static void
10239agent_printf_command (char *arg, int from_tty)
10240{
10241 error (_("May only run agent-printf on the target"));
10242}
10243
f1310107
TJB
10244/* Implement the "breakpoint_hit" breakpoint_ops method for
10245 ranged breakpoints. */
10246
10247static int
10248breakpoint_hit_ranged_breakpoint (const struct bp_location *bl,
10249 struct address_space *aspace,
09ac7c10
TT
10250 CORE_ADDR bp_addr,
10251 const struct target_waitstatus *ws)
f1310107 10252{
09ac7c10 10253 if (ws->kind != TARGET_WAITKIND_STOPPED
a493e3e2 10254 || ws->value.sig != GDB_SIGNAL_TRAP)
09ac7c10
TT
10255 return 0;
10256
f1310107
TJB
10257 return breakpoint_address_match_range (bl->pspace->aspace, bl->address,
10258 bl->length, aspace, bp_addr);
10259}
10260
10261/* Implement the "resources_needed" breakpoint_ops method for
10262 ranged breakpoints. */
10263
10264static int
10265resources_needed_ranged_breakpoint (const struct bp_location *bl)
10266{
10267 return target_ranged_break_num_registers ();
10268}
10269
10270/* Implement the "print_it" breakpoint_ops method for
10271 ranged breakpoints. */
10272
10273static enum print_stop_action
348d480f 10274print_it_ranged_breakpoint (bpstat bs)
f1310107 10275{
348d480f 10276 struct breakpoint *b = bs->breakpoint_at;
f1310107 10277 struct bp_location *bl = b->loc;
79a45e25 10278 struct ui_out *uiout = current_uiout;
f1310107
TJB
10279
10280 gdb_assert (b->type == bp_hardware_breakpoint);
10281
10282 /* Ranged breakpoints have only one location. */
10283 gdb_assert (bl && bl->next == NULL);
10284
10285 annotate_breakpoint (b->number);
f303dbd6
PA
10286
10287 maybe_print_thread_hit_breakpoint (uiout);
10288
f1310107 10289 if (b->disposition == disp_del)
f303dbd6 10290 ui_out_text (uiout, "Temporary ranged breakpoint ");
f1310107 10291 else
f303dbd6 10292 ui_out_text (uiout, "Ranged breakpoint ");
f1310107
TJB
10293 if (ui_out_is_mi_like_p (uiout))
10294 {
10295 ui_out_field_string (uiout, "reason",
10296 async_reason_lookup (EXEC_ASYNC_BREAKPOINT_HIT));
10297 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
10298 }
10299 ui_out_field_int (uiout, "bkptno", b->number);
10300 ui_out_text (uiout, ", ");
10301
10302 return PRINT_SRC_AND_LOC;
10303}
10304
10305/* Implement the "print_one" breakpoint_ops method for
10306 ranged breakpoints. */
10307
10308static void
10309print_one_ranged_breakpoint (struct breakpoint *b,
10310 struct bp_location **last_loc)
10311{
10312 struct bp_location *bl = b->loc;
10313 struct value_print_options opts;
79a45e25 10314 struct ui_out *uiout = current_uiout;
f1310107
TJB
10315
10316 /* Ranged breakpoints have only one location. */
10317 gdb_assert (bl && bl->next == NULL);
10318
10319 get_user_print_options (&opts);
10320
10321 if (opts.addressprint)
10322 /* We don't print the address range here, it will be printed later
10323 by print_one_detail_ranged_breakpoint. */
10324 ui_out_field_skip (uiout, "addr");
10325 annotate_field (5);
10326 print_breakpoint_location (b, bl);
10327 *last_loc = bl;
10328}
10329
10330/* Implement the "print_one_detail" breakpoint_ops method for
10331 ranged breakpoints. */
10332
10333static void
10334print_one_detail_ranged_breakpoint (const struct breakpoint *b,
10335 struct ui_out *uiout)
10336{
10337 CORE_ADDR address_start, address_end;
10338 struct bp_location *bl = b->loc;
f99d8bf4
PA
10339 struct ui_file *stb = mem_fileopen ();
10340 struct cleanup *cleanup = make_cleanup_ui_file_delete (stb);
f1310107
TJB
10341
10342 gdb_assert (bl);
10343
10344 address_start = bl->address;
10345 address_end = address_start + bl->length - 1;
10346
10347 ui_out_text (uiout, "\taddress range: ");
f99d8bf4 10348 fprintf_unfiltered (stb, "[%s, %s]",
f1310107
TJB
10349 print_core_address (bl->gdbarch, address_start),
10350 print_core_address (bl->gdbarch, address_end));
10351 ui_out_field_stream (uiout, "addr", stb);
10352 ui_out_text (uiout, "\n");
10353
10354 do_cleanups (cleanup);
10355}
10356
10357/* Implement the "print_mention" breakpoint_ops method for
10358 ranged breakpoints. */
10359
10360static void
10361print_mention_ranged_breakpoint (struct breakpoint *b)
10362{
10363 struct bp_location *bl = b->loc;
79a45e25 10364 struct ui_out *uiout = current_uiout;
f1310107
TJB
10365
10366 gdb_assert (bl);
10367 gdb_assert (b->type == bp_hardware_breakpoint);
10368
10369 if (ui_out_is_mi_like_p (uiout))
10370 return;
10371
10372 printf_filtered (_("Hardware assisted ranged breakpoint %d from %s to %s."),
10373 b->number, paddress (bl->gdbarch, bl->address),
10374 paddress (bl->gdbarch, bl->address + bl->length - 1));
10375}
10376
10377/* Implement the "print_recreate" breakpoint_ops method for
10378 ranged breakpoints. */
10379
10380static void
10381print_recreate_ranged_breakpoint (struct breakpoint *b, struct ui_file *fp)
10382{
f00aae0f
KS
10383 fprintf_unfiltered (fp, "break-range %s, %s",
10384 event_location_to_string (b->location),
10385 event_location_to_string (b->location_range_end));
d9b3f62e 10386 print_recreate_thread (b, fp);
f1310107
TJB
10387}
10388
10389/* The breakpoint_ops structure to be used in ranged breakpoints. */
10390
2060206e 10391static struct breakpoint_ops ranged_breakpoint_ops;
f1310107
TJB
10392
10393/* Find the address where the end of the breakpoint range should be
10394 placed, given the SAL of the end of the range. This is so that if
10395 the user provides a line number, the end of the range is set to the
10396 last instruction of the given line. */
10397
10398static CORE_ADDR
10399find_breakpoint_range_end (struct symtab_and_line sal)
10400{
10401 CORE_ADDR end;
10402
10403 /* If the user provided a PC value, use it. Otherwise,
10404 find the address of the end of the given location. */
10405 if (sal.explicit_pc)
10406 end = sal.pc;
10407 else
10408 {
10409 int ret;
10410 CORE_ADDR start;
10411
10412 ret = find_line_pc_range (sal, &start, &end);
10413 if (!ret)
10414 error (_("Could not find location of the end of the range."));
10415
10416 /* find_line_pc_range returns the start of the next line. */
10417 end--;
10418 }
10419
10420 return end;
10421}
10422
10423/* Implement the "break-range" CLI command. */
10424
10425static void
10426break_range_command (char *arg, int from_tty)
10427{
870f88f7 10428 char *arg_start, *addr_string_start;
f1310107
TJB
10429 struct linespec_result canonical_start, canonical_end;
10430 int bp_count, can_use_bp, length;
10431 CORE_ADDR end;
10432 struct breakpoint *b;
10433 struct symtab_and_line sal_start, sal_end;
f1310107 10434 struct cleanup *cleanup_bkpt;
f8eba3c6 10435 struct linespec_sals *lsal_start, *lsal_end;
f00aae0f 10436 struct event_location *start_location, *end_location;
f1310107
TJB
10437
10438 /* We don't support software ranged breakpoints. */
10439 if (target_ranged_break_num_registers () < 0)
10440 error (_("This target does not support hardware ranged breakpoints."));
10441
10442 bp_count = hw_breakpoint_used_count ();
10443 bp_count += target_ranged_break_num_registers ();
10444 can_use_bp = target_can_use_hardware_watchpoint (bp_hardware_breakpoint,
10445 bp_count, 0);
10446 if (can_use_bp < 0)
10447 error (_("Hardware breakpoints used exceeds limit."));
10448
f8eba3c6 10449 arg = skip_spaces (arg);
f1310107
TJB
10450 if (arg == NULL || arg[0] == '\0')
10451 error(_("No address range specified."));
10452
f1310107
TJB
10453 init_linespec_result (&canonical_start);
10454
f8eba3c6 10455 arg_start = arg;
f00aae0f
KS
10456 start_location = string_to_event_location (&arg, current_language);
10457 cleanup_bkpt = make_cleanup_delete_event_location (start_location);
10458 parse_breakpoint_sals (start_location, &canonical_start);
10459 make_cleanup_destroy_linespec_result (&canonical_start);
f1310107
TJB
10460
10461 if (arg[0] != ',')
10462 error (_("Too few arguments."));
f8eba3c6 10463 else if (VEC_empty (linespec_sals, canonical_start.sals))
f1310107 10464 error (_("Could not find location of the beginning of the range."));
f8eba3c6
TT
10465
10466 lsal_start = VEC_index (linespec_sals, canonical_start.sals, 0);
10467
10468 if (VEC_length (linespec_sals, canonical_start.sals) > 1
10469 || lsal_start->sals.nelts != 1)
f1310107
TJB
10470 error (_("Cannot create a ranged breakpoint with multiple locations."));
10471
f8eba3c6
TT
10472 sal_start = lsal_start->sals.sals[0];
10473 addr_string_start = savestring (arg_start, arg - arg_start);
10474 make_cleanup (xfree, addr_string_start);
f1310107
TJB
10475
10476 arg++; /* Skip the comma. */
f8eba3c6 10477 arg = skip_spaces (arg);
f1310107
TJB
10478
10479 /* Parse the end location. */
10480
f1310107
TJB
10481 init_linespec_result (&canonical_end);
10482 arg_start = arg;
10483
f8eba3c6 10484 /* We call decode_line_full directly here instead of using
f1310107
TJB
10485 parse_breakpoint_sals because we need to specify the start location's
10486 symtab and line as the default symtab and line for the end of the
10487 range. This makes it possible to have ranges like "foo.c:27, +14",
10488 where +14 means 14 lines from the start location. */
f00aae0f
KS
10489 end_location = string_to_event_location (&arg, current_language);
10490 make_cleanup_delete_event_location (end_location);
c2f4122d 10491 decode_line_full (end_location, DECODE_LINE_FUNFIRSTLINE, NULL,
f8eba3c6
TT
10492 sal_start.symtab, sal_start.line,
10493 &canonical_end, NULL, NULL);
10494
10495 make_cleanup_destroy_linespec_result (&canonical_end);
f1310107 10496
f8eba3c6 10497 if (VEC_empty (linespec_sals, canonical_end.sals))
f1310107 10498 error (_("Could not find location of the end of the range."));
f8eba3c6
TT
10499
10500 lsal_end = VEC_index (linespec_sals, canonical_end.sals, 0);
10501 if (VEC_length (linespec_sals, canonical_end.sals) > 1
10502 || lsal_end->sals.nelts != 1)
f1310107
TJB
10503 error (_("Cannot create a ranged breakpoint with multiple locations."));
10504
f8eba3c6 10505 sal_end = lsal_end->sals.sals[0];
f1310107
TJB
10506
10507 end = find_breakpoint_range_end (sal_end);
10508 if (sal_start.pc > end)
177b42fe 10509 error (_("Invalid address range, end precedes start."));
f1310107
TJB
10510
10511 length = end - sal_start.pc + 1;
10512 if (length < 0)
10513 /* Length overflowed. */
10514 error (_("Address range too large."));
10515 else if (length == 1)
10516 {
10517 /* This range is simple enough to be handled by
10518 the `hbreak' command. */
10519 hbreak_command (addr_string_start, 1);
10520
10521 do_cleanups (cleanup_bkpt);
10522
10523 return;
10524 }
10525
10526 /* Now set up the breakpoint. */
10527 b = set_raw_breakpoint (get_current_arch (), sal_start,
348d480f 10528 bp_hardware_breakpoint, &ranged_breakpoint_ops);
f1310107
TJB
10529 set_breakpoint_count (breakpoint_count + 1);
10530 b->number = breakpoint_count;
10531 b->disposition = disp_donttouch;
f00aae0f
KS
10532 b->location = copy_event_location (start_location);
10533 b->location_range_end = copy_event_location (end_location);
f1310107
TJB
10534 b->loc->length = length;
10535
f8eba3c6 10536 do_cleanups (cleanup_bkpt);
f1310107
TJB
10537
10538 mention (b);
8d3788bd 10539 observer_notify_breakpoint_created (b);
44702360 10540 update_global_location_list (UGLL_MAY_INSERT);
f1310107
TJB
10541}
10542
4a64f543
MS
10543/* Return non-zero if EXP is verified as constant. Returned zero
10544 means EXP is variable. Also the constant detection may fail for
10545 some constant expressions and in such case still falsely return
10546 zero. */
2e6e3d9c 10547
65d79d4b
SDJ
10548static int
10549watchpoint_exp_is_const (const struct expression *exp)
10550{
10551 int i = exp->nelts;
10552
10553 while (i > 0)
10554 {
10555 int oplenp, argsp;
10556
10557 /* We are only interested in the descriptor of each element. */
10558 operator_length (exp, i, &oplenp, &argsp);
10559 i -= oplenp;
10560
10561 switch (exp->elts[i].opcode)
10562 {
10563 case BINOP_ADD:
10564 case BINOP_SUB:
10565 case BINOP_MUL:
10566 case BINOP_DIV:
10567 case BINOP_REM:
10568 case BINOP_MOD:
10569 case BINOP_LSH:
10570 case BINOP_RSH:
10571 case BINOP_LOGICAL_AND:
10572 case BINOP_LOGICAL_OR:
10573 case BINOP_BITWISE_AND:
10574 case BINOP_BITWISE_IOR:
10575 case BINOP_BITWISE_XOR:
10576 case BINOP_EQUAL:
10577 case BINOP_NOTEQUAL:
10578 case BINOP_LESS:
10579 case BINOP_GTR:
10580 case BINOP_LEQ:
10581 case BINOP_GEQ:
10582 case BINOP_REPEAT:
10583 case BINOP_COMMA:
10584 case BINOP_EXP:
10585 case BINOP_MIN:
10586 case BINOP_MAX:
10587 case BINOP_INTDIV:
10588 case BINOP_CONCAT:
65d79d4b
SDJ
10589 case TERNOP_COND:
10590 case TERNOP_SLICE:
65d79d4b
SDJ
10591
10592 case OP_LONG:
10593 case OP_DOUBLE:
10594 case OP_DECFLOAT:
10595 case OP_LAST:
10596 case OP_COMPLEX:
10597 case OP_STRING:
65d79d4b
SDJ
10598 case OP_ARRAY:
10599 case OP_TYPE:
608b4967
TT
10600 case OP_TYPEOF:
10601 case OP_DECLTYPE:
6e72ca20 10602 case OP_TYPEID:
65d79d4b
SDJ
10603 case OP_NAME:
10604 case OP_OBJC_NSSTRING:
10605
10606 case UNOP_NEG:
10607 case UNOP_LOGICAL_NOT:
10608 case UNOP_COMPLEMENT:
10609 case UNOP_ADDR:
10610 case UNOP_HIGH:
aeaa2474 10611 case UNOP_CAST:
9eaf6705
TT
10612
10613 case UNOP_CAST_TYPE:
10614 case UNOP_REINTERPRET_CAST:
10615 case UNOP_DYNAMIC_CAST:
4a64f543
MS
10616 /* Unary, binary and ternary operators: We have to check
10617 their operands. If they are constant, then so is the
10618 result of that operation. For instance, if A and B are
10619 determined to be constants, then so is "A + B".
10620
10621 UNOP_IND is one exception to the rule above, because the
10622 value of *ADDR is not necessarily a constant, even when
10623 ADDR is. */
65d79d4b
SDJ
10624 break;
10625
10626 case OP_VAR_VALUE:
10627 /* Check whether the associated symbol is a constant.
4a64f543 10628
65d79d4b 10629 We use SYMBOL_CLASS rather than TYPE_CONST because it's
4a64f543
MS
10630 possible that a buggy compiler could mark a variable as
10631 constant even when it is not, and TYPE_CONST would return
10632 true in this case, while SYMBOL_CLASS wouldn't.
10633
10634 We also have to check for function symbols because they
10635 are always constant. */
65d79d4b
SDJ
10636 {
10637 struct symbol *s = exp->elts[i + 2].symbol;
10638
10639 if (SYMBOL_CLASS (s) != LOC_BLOCK
10640 && SYMBOL_CLASS (s) != LOC_CONST
10641 && SYMBOL_CLASS (s) != LOC_CONST_BYTES)
10642 return 0;
10643 break;
10644 }
10645
10646 /* The default action is to return 0 because we are using
10647 the optimistic approach here: If we don't know something,
10648 then it is not a constant. */
10649 default:
10650 return 0;
10651 }
10652 }
10653
10654 return 1;
10655}
10656
3a5c3e22
PA
10657/* Implement the "dtor" breakpoint_ops method for watchpoints. */
10658
10659static void
10660dtor_watchpoint (struct breakpoint *self)
10661{
10662 struct watchpoint *w = (struct watchpoint *) self;
10663
10664 xfree (w->cond_exp);
10665 xfree (w->exp);
10666 xfree (w->exp_string);
10667 xfree (w->exp_string_reparse);
10668 value_free (w->val);
10669
10670 base_breakpoint_ops.dtor (self);
10671}
10672
348d480f
PA
10673/* Implement the "re_set" breakpoint_ops method for watchpoints. */
10674
10675static void
10676re_set_watchpoint (struct breakpoint *b)
10677{
3a5c3e22
PA
10678 struct watchpoint *w = (struct watchpoint *) b;
10679
348d480f
PA
10680 /* Watchpoint can be either on expression using entirely global
10681 variables, or it can be on local variables.
10682
10683 Watchpoints of the first kind are never auto-deleted, and even
10684 persist across program restarts. Since they can use variables
10685 from shared libraries, we need to reparse expression as libraries
10686 are loaded and unloaded.
10687
10688 Watchpoints on local variables can also change meaning as result
10689 of solib event. For example, if a watchpoint uses both a local
10690 and a global variables in expression, it's a local watchpoint,
10691 but unloading of a shared library will make the expression
10692 invalid. This is not a very common use case, but we still
10693 re-evaluate expression, to avoid surprises to the user.
10694
10695 Note that for local watchpoints, we re-evaluate it only if
10696 watchpoints frame id is still valid. If it's not, it means the
10697 watchpoint is out of scope and will be deleted soon. In fact,
10698 I'm not sure we'll ever be called in this case.
10699
10700 If a local watchpoint's frame id is still valid, then
3a5c3e22 10701 w->exp_valid_block is likewise valid, and we can safely use it.
348d480f 10702
3a5c3e22
PA
10703 Don't do anything about disabled watchpoints, since they will be
10704 reevaluated again when enabled. */
10705 update_watchpoint (w, 1 /* reparse */);
348d480f
PA
10706}
10707
77b06cd7
TJB
10708/* Implement the "insert" breakpoint_ops method for hardware watchpoints. */
10709
10710static int
10711insert_watchpoint (struct bp_location *bl)
10712{
3a5c3e22
PA
10713 struct watchpoint *w = (struct watchpoint *) bl->owner;
10714 int length = w->exact ? 1 : bl->length;
e09342b5
TJB
10715
10716 return target_insert_watchpoint (bl->address, length, bl->watchpoint_type,
3a5c3e22 10717 w->cond_exp);
77b06cd7
TJB
10718}
10719
10720/* Implement the "remove" breakpoint_ops method for hardware watchpoints. */
10721
10722static int
10723remove_watchpoint (struct bp_location *bl)
10724{
3a5c3e22
PA
10725 struct watchpoint *w = (struct watchpoint *) bl->owner;
10726 int length = w->exact ? 1 : bl->length;
e09342b5
TJB
10727
10728 return target_remove_watchpoint (bl->address, length, bl->watchpoint_type,
3a5c3e22 10729 w->cond_exp);
e09342b5
TJB
10730}
10731
e09342b5 10732static int
348d480f 10733breakpoint_hit_watchpoint (const struct bp_location *bl,
09ac7c10
TT
10734 struct address_space *aspace, CORE_ADDR bp_addr,
10735 const struct target_waitstatus *ws)
e09342b5 10736{
348d480f 10737 struct breakpoint *b = bl->owner;
3a5c3e22 10738 struct watchpoint *w = (struct watchpoint *) b;
77b06cd7 10739
348d480f
PA
10740 /* Continuable hardware watchpoints are treated as non-existent if the
10741 reason we stopped wasn't a hardware watchpoint (we didn't stop on
10742 some data address). Otherwise gdb won't stop on a break instruction
10743 in the code (not from a breakpoint) when a hardware watchpoint has
10744 been defined. Also skip watchpoints which we know did not trigger
10745 (did not match the data address). */
10746 if (is_hardware_watchpoint (b)
3a5c3e22 10747 && w->watchpoint_triggered == watch_triggered_no)
348d480f 10748 return 0;
9c06b0b4 10749
348d480f 10750 return 1;
9c06b0b4
TJB
10751}
10752
348d480f
PA
10753static void
10754check_status_watchpoint (bpstat bs)
9c06b0b4 10755{
348d480f 10756 gdb_assert (is_watchpoint (bs->breakpoint_at));
9c06b0b4 10757
348d480f 10758 bpstat_check_watchpoint (bs);
9c06b0b4
TJB
10759}
10760
10761/* Implement the "resources_needed" breakpoint_ops method for
348d480f 10762 hardware watchpoints. */
9c06b0b4
TJB
10763
10764static int
348d480f 10765resources_needed_watchpoint (const struct bp_location *bl)
9c06b0b4 10766{
3a5c3e22
PA
10767 struct watchpoint *w = (struct watchpoint *) bl->owner;
10768 int length = w->exact? 1 : bl->length;
348d480f
PA
10769
10770 return target_region_ok_for_hw_watchpoint (bl->address, length);
9c06b0b4
TJB
10771}
10772
10773/* Implement the "works_in_software_mode" breakpoint_ops method for
348d480f 10774 hardware watchpoints. */
9c06b0b4
TJB
10775
10776static int
348d480f 10777works_in_software_mode_watchpoint (const struct breakpoint *b)
9c06b0b4 10778{
efa80663
PA
10779 /* Read and access watchpoints only work with hardware support. */
10780 return b->type == bp_watchpoint || b->type == bp_hardware_watchpoint;
9c06b0b4
TJB
10781}
10782
9c06b0b4 10783static enum print_stop_action
348d480f 10784print_it_watchpoint (bpstat bs)
9c06b0b4 10785{
348d480f
PA
10786 struct cleanup *old_chain;
10787 struct breakpoint *b;
f99d8bf4 10788 struct ui_file *stb;
348d480f 10789 enum print_stop_action result;
3a5c3e22 10790 struct watchpoint *w;
79a45e25 10791 struct ui_out *uiout = current_uiout;
348d480f
PA
10792
10793 gdb_assert (bs->bp_location_at != NULL);
10794
348d480f 10795 b = bs->breakpoint_at;
3a5c3e22 10796 w = (struct watchpoint *) b;
348d480f 10797
f99d8bf4
PA
10798 stb = mem_fileopen ();
10799 old_chain = make_cleanup_ui_file_delete (stb);
9c06b0b4 10800
f303dbd6
PA
10801 annotate_watchpoint (b->number);
10802 maybe_print_thread_hit_breakpoint (uiout);
10803
9c06b0b4
TJB
10804 switch (b->type)
10805 {
348d480f 10806 case bp_watchpoint:
9c06b0b4 10807 case bp_hardware_watchpoint:
9c06b0b4
TJB
10808 if (ui_out_is_mi_like_p (uiout))
10809 ui_out_field_string
10810 (uiout, "reason",
10811 async_reason_lookup (EXEC_ASYNC_WATCHPOINT_TRIGGER));
348d480f
PA
10812 mention (b);
10813 make_cleanup_ui_out_tuple_begin_end (uiout, "value");
10814 ui_out_text (uiout, "\nOld value = ");
f99d8bf4 10815 watchpoint_value_print (bs->old_val, stb);
348d480f
PA
10816 ui_out_field_stream (uiout, "old", stb);
10817 ui_out_text (uiout, "\nNew value = ");
f99d8bf4 10818 watchpoint_value_print (w->val, stb);
348d480f
PA
10819 ui_out_field_stream (uiout, "new", stb);
10820 ui_out_text (uiout, "\n");
10821 /* More than one watchpoint may have been triggered. */
10822 result = PRINT_UNKNOWN;
9c06b0b4
TJB
10823 break;
10824
10825 case bp_read_watchpoint:
10826 if (ui_out_is_mi_like_p (uiout))
10827 ui_out_field_string
10828 (uiout, "reason",
10829 async_reason_lookup (EXEC_ASYNC_READ_WATCHPOINT_TRIGGER));
348d480f
PA
10830 mention (b);
10831 make_cleanup_ui_out_tuple_begin_end (uiout, "value");
10832 ui_out_text (uiout, "\nValue = ");
f99d8bf4 10833 watchpoint_value_print (w->val, stb);
348d480f
PA
10834 ui_out_field_stream (uiout, "value", stb);
10835 ui_out_text (uiout, "\n");
10836 result = PRINT_UNKNOWN;
9c06b0b4
TJB
10837 break;
10838
10839 case bp_access_watchpoint:
348d480f
PA
10840 if (bs->old_val != NULL)
10841 {
348d480f
PA
10842 if (ui_out_is_mi_like_p (uiout))
10843 ui_out_field_string
10844 (uiout, "reason",
10845 async_reason_lookup (EXEC_ASYNC_ACCESS_WATCHPOINT_TRIGGER));
10846 mention (b);
10847 make_cleanup_ui_out_tuple_begin_end (uiout, "value");
10848 ui_out_text (uiout, "\nOld value = ");
f99d8bf4 10849 watchpoint_value_print (bs->old_val, stb);
348d480f
PA
10850 ui_out_field_stream (uiout, "old", stb);
10851 ui_out_text (uiout, "\nNew value = ");
10852 }
10853 else
10854 {
10855 mention (b);
10856 if (ui_out_is_mi_like_p (uiout))
10857 ui_out_field_string
10858 (uiout, "reason",
10859 async_reason_lookup (EXEC_ASYNC_ACCESS_WATCHPOINT_TRIGGER));
10860 make_cleanup_ui_out_tuple_begin_end (uiout, "value");
10861 ui_out_text (uiout, "\nValue = ");
10862 }
f99d8bf4 10863 watchpoint_value_print (w->val, stb);
348d480f
PA
10864 ui_out_field_stream (uiout, "new", stb);
10865 ui_out_text (uiout, "\n");
10866 result = PRINT_UNKNOWN;
9c06b0b4
TJB
10867 break;
10868 default:
348d480f 10869 result = PRINT_UNKNOWN;
9c06b0b4
TJB
10870 }
10871
348d480f
PA
10872 do_cleanups (old_chain);
10873 return result;
10874}
10875
10876/* Implement the "print_mention" breakpoint_ops method for hardware
10877 watchpoints. */
10878
10879static void
10880print_mention_watchpoint (struct breakpoint *b)
10881{
10882 struct cleanup *ui_out_chain;
3a5c3e22 10883 struct watchpoint *w = (struct watchpoint *) b;
79a45e25 10884 struct ui_out *uiout = current_uiout;
348d480f
PA
10885
10886 switch (b->type)
10887 {
10888 case bp_watchpoint:
10889 ui_out_text (uiout, "Watchpoint ");
10890 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "wpt");
10891 break;
10892 case bp_hardware_watchpoint:
10893 ui_out_text (uiout, "Hardware watchpoint ");
10894 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "wpt");
10895 break;
10896 case bp_read_watchpoint:
10897 ui_out_text (uiout, "Hardware read watchpoint ");
10898 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "hw-rwpt");
10899 break;
10900 case bp_access_watchpoint:
10901 ui_out_text (uiout, "Hardware access (read/write) watchpoint ");
10902 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "hw-awpt");
10903 break;
10904 default:
10905 internal_error (__FILE__, __LINE__,
10906 _("Invalid hardware watchpoint type."));
10907 }
10908
10909 ui_out_field_int (uiout, "number", b->number);
10910 ui_out_text (uiout, ": ");
3a5c3e22 10911 ui_out_field_string (uiout, "exp", w->exp_string);
348d480f
PA
10912 do_cleanups (ui_out_chain);
10913}
10914
10915/* Implement the "print_recreate" breakpoint_ops method for
10916 watchpoints. */
10917
10918static void
10919print_recreate_watchpoint (struct breakpoint *b, struct ui_file *fp)
10920{
3a5c3e22
PA
10921 struct watchpoint *w = (struct watchpoint *) b;
10922
348d480f
PA
10923 switch (b->type)
10924 {
10925 case bp_watchpoint:
10926 case bp_hardware_watchpoint:
10927 fprintf_unfiltered (fp, "watch");
10928 break;
10929 case bp_read_watchpoint:
10930 fprintf_unfiltered (fp, "rwatch");
10931 break;
10932 case bp_access_watchpoint:
10933 fprintf_unfiltered (fp, "awatch");
10934 break;
10935 default:
10936 internal_error (__FILE__, __LINE__,
10937 _("Invalid watchpoint type."));
10938 }
10939
3a5c3e22 10940 fprintf_unfiltered (fp, " %s", w->exp_string);
d9b3f62e 10941 print_recreate_thread (b, fp);
348d480f
PA
10942}
10943
427cd150
TT
10944/* Implement the "explains_signal" breakpoint_ops method for
10945 watchpoints. */
10946
47591c29 10947static int
427cd150
TT
10948explains_signal_watchpoint (struct breakpoint *b, enum gdb_signal sig)
10949{
10950 /* A software watchpoint cannot cause a signal other than
10951 GDB_SIGNAL_TRAP. */
10952 if (b->type == bp_watchpoint && sig != GDB_SIGNAL_TRAP)
47591c29 10953 return 0;
427cd150 10954
47591c29 10955 return 1;
427cd150
TT
10956}
10957
348d480f
PA
10958/* The breakpoint_ops structure to be used in hardware watchpoints. */
10959
2060206e 10960static struct breakpoint_ops watchpoint_breakpoint_ops;
348d480f
PA
10961
10962/* Implement the "insert" breakpoint_ops method for
10963 masked hardware watchpoints. */
10964
10965static int
10966insert_masked_watchpoint (struct bp_location *bl)
10967{
3a5c3e22
PA
10968 struct watchpoint *w = (struct watchpoint *) bl->owner;
10969
10970 return target_insert_mask_watchpoint (bl->address, w->hw_wp_mask,
348d480f
PA
10971 bl->watchpoint_type);
10972}
10973
10974/* Implement the "remove" breakpoint_ops method for
10975 masked hardware watchpoints. */
10976
10977static int
10978remove_masked_watchpoint (struct bp_location *bl)
10979{
3a5c3e22
PA
10980 struct watchpoint *w = (struct watchpoint *) bl->owner;
10981
10982 return target_remove_mask_watchpoint (bl->address, w->hw_wp_mask,
348d480f
PA
10983 bl->watchpoint_type);
10984}
10985
10986/* Implement the "resources_needed" breakpoint_ops method for
10987 masked hardware watchpoints. */
10988
10989static int
10990resources_needed_masked_watchpoint (const struct bp_location *bl)
10991{
3a5c3e22
PA
10992 struct watchpoint *w = (struct watchpoint *) bl->owner;
10993
10994 return target_masked_watch_num_registers (bl->address, w->hw_wp_mask);
348d480f
PA
10995}
10996
10997/* Implement the "works_in_software_mode" breakpoint_ops method for
10998 masked hardware watchpoints. */
10999
11000static int
11001works_in_software_mode_masked_watchpoint (const struct breakpoint *b)
11002{
11003 return 0;
11004}
11005
11006/* Implement the "print_it" breakpoint_ops method for
11007 masked hardware watchpoints. */
11008
11009static enum print_stop_action
11010print_it_masked_watchpoint (bpstat bs)
11011{
11012 struct breakpoint *b = bs->breakpoint_at;
79a45e25 11013 struct ui_out *uiout = current_uiout;
348d480f
PA
11014
11015 /* Masked watchpoints have only one location. */
11016 gdb_assert (b->loc && b->loc->next == NULL);
11017
f303dbd6
PA
11018 annotate_watchpoint (b->number);
11019 maybe_print_thread_hit_breakpoint (uiout);
11020
348d480f
PA
11021 switch (b->type)
11022 {
11023 case bp_hardware_watchpoint:
348d480f
PA
11024 if (ui_out_is_mi_like_p (uiout))
11025 ui_out_field_string
11026 (uiout, "reason",
11027 async_reason_lookup (EXEC_ASYNC_WATCHPOINT_TRIGGER));
11028 break;
11029
11030 case bp_read_watchpoint:
11031 if (ui_out_is_mi_like_p (uiout))
11032 ui_out_field_string
11033 (uiout, "reason",
11034 async_reason_lookup (EXEC_ASYNC_READ_WATCHPOINT_TRIGGER));
11035 break;
11036
11037 case bp_access_watchpoint:
11038 if (ui_out_is_mi_like_p (uiout))
11039 ui_out_field_string
11040 (uiout, "reason",
11041 async_reason_lookup (EXEC_ASYNC_ACCESS_WATCHPOINT_TRIGGER));
11042 break;
11043 default:
11044 internal_error (__FILE__, __LINE__,
11045 _("Invalid hardware watchpoint type."));
11046 }
11047
11048 mention (b);
9c06b0b4
TJB
11049 ui_out_text (uiout, _("\n\
11050Check the underlying instruction at PC for the memory\n\
11051address and value which triggered this watchpoint.\n"));
11052 ui_out_text (uiout, "\n");
11053
11054 /* More than one watchpoint may have been triggered. */
11055 return PRINT_UNKNOWN;
11056}
11057
11058/* Implement the "print_one_detail" breakpoint_ops method for
11059 masked hardware watchpoints. */
11060
11061static void
11062print_one_detail_masked_watchpoint (const struct breakpoint *b,
11063 struct ui_out *uiout)
11064{
3a5c3e22
PA
11065 struct watchpoint *w = (struct watchpoint *) b;
11066
9c06b0b4
TJB
11067 /* Masked watchpoints have only one location. */
11068 gdb_assert (b->loc && b->loc->next == NULL);
11069
11070 ui_out_text (uiout, "\tmask ");
3a5c3e22 11071 ui_out_field_core_addr (uiout, "mask", b->loc->gdbarch, w->hw_wp_mask);
9c06b0b4
TJB
11072 ui_out_text (uiout, "\n");
11073}
11074
11075/* Implement the "print_mention" breakpoint_ops method for
11076 masked hardware watchpoints. */
11077
11078static void
11079print_mention_masked_watchpoint (struct breakpoint *b)
11080{
3a5c3e22 11081 struct watchpoint *w = (struct watchpoint *) b;
79a45e25 11082 struct ui_out *uiout = current_uiout;
9c06b0b4
TJB
11083 struct cleanup *ui_out_chain;
11084
11085 switch (b->type)
11086 {
11087 case bp_hardware_watchpoint:
11088 ui_out_text (uiout, "Masked hardware watchpoint ");
11089 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "wpt");
11090 break;
11091 case bp_read_watchpoint:
11092 ui_out_text (uiout, "Masked hardware read watchpoint ");
11093 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "hw-rwpt");
11094 break;
11095 case bp_access_watchpoint:
11096 ui_out_text (uiout, "Masked hardware access (read/write) watchpoint ");
11097 ui_out_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "hw-awpt");
11098 break;
11099 default:
11100 internal_error (__FILE__, __LINE__,
11101 _("Invalid hardware watchpoint type."));
11102 }
11103
11104 ui_out_field_int (uiout, "number", b->number);
11105 ui_out_text (uiout, ": ");
3a5c3e22 11106 ui_out_field_string (uiout, "exp", w->exp_string);
9c06b0b4
TJB
11107 do_cleanups (ui_out_chain);
11108}
11109
11110/* Implement the "print_recreate" breakpoint_ops method for
11111 masked hardware watchpoints. */
11112
11113static void
11114print_recreate_masked_watchpoint (struct breakpoint *b, struct ui_file *fp)
11115{
3a5c3e22 11116 struct watchpoint *w = (struct watchpoint *) b;
9c06b0b4
TJB
11117 char tmp[40];
11118
11119 switch (b->type)
11120 {
11121 case bp_hardware_watchpoint:
11122 fprintf_unfiltered (fp, "watch");
11123 break;
11124 case bp_read_watchpoint:
11125 fprintf_unfiltered (fp, "rwatch");
11126 break;
11127 case bp_access_watchpoint:
11128 fprintf_unfiltered (fp, "awatch");
11129 break;
11130 default:
11131 internal_error (__FILE__, __LINE__,
11132 _("Invalid hardware watchpoint type."));
11133 }
11134
3a5c3e22
PA
11135 sprintf_vma (tmp, w->hw_wp_mask);
11136 fprintf_unfiltered (fp, " %s mask 0x%s", w->exp_string, tmp);
d9b3f62e 11137 print_recreate_thread (b, fp);
9c06b0b4
TJB
11138}
11139
11140/* The breakpoint_ops structure to be used in masked hardware watchpoints. */
11141
2060206e 11142static struct breakpoint_ops masked_watchpoint_breakpoint_ops;
9c06b0b4
TJB
11143
11144/* Tell whether the given watchpoint is a masked hardware watchpoint. */
11145
11146static int
11147is_masked_watchpoint (const struct breakpoint *b)
11148{
11149 return b->ops == &masked_watchpoint_breakpoint_ops;
11150}
11151
53a5351d
JM
11152/* accessflag: hw_write: watch write,
11153 hw_read: watch read,
11154 hw_access: watch access (read or write) */
c906108c 11155static void
bbc13ae3 11156watch_command_1 (const char *arg, int accessflag, int from_tty,
84f4c1fe 11157 int just_location, int internal)
c906108c 11158{
d983da9c 11159 struct breakpoint *b, *scope_breakpoint = NULL;
c906108c 11160 struct expression *exp;
270140bd 11161 const struct block *exp_valid_block = NULL, *cond_exp_valid_block = NULL;
a1442452 11162 struct value *val, *mark, *result;
bb9d5f81 11163 int saved_bitpos = 0, saved_bitsize = 0;
c906108c 11164 struct frame_info *frame;
bbc13ae3
KS
11165 const char *exp_start = NULL;
11166 const char *exp_end = NULL;
11167 const char *tok, *end_tok;
9c06b0b4 11168 int toklen = -1;
bbc13ae3
KS
11169 const char *cond_start = NULL;
11170 const char *cond_end = NULL;
c906108c 11171 enum bptype bp_type;
37e4754d 11172 int thread = -1;
0cf6dd15 11173 int pc = 0;
9c06b0b4
TJB
11174 /* Flag to indicate whether we are going to use masks for
11175 the hardware watchpoint. */
11176 int use_mask = 0;
11177 CORE_ADDR mask = 0;
3a5c3e22 11178 struct watchpoint *w;
bbc13ae3
KS
11179 char *expression;
11180 struct cleanup *back_to;
c906108c 11181
37e4754d
LM
11182 /* Make sure that we actually have parameters to parse. */
11183 if (arg != NULL && arg[0] != '\0')
11184 {
bbc13ae3
KS
11185 const char *value_start;
11186
11187 exp_end = arg + strlen (arg);
37e4754d 11188
9c06b0b4
TJB
11189 /* Look for "parameter value" pairs at the end
11190 of the arguments string. */
bbc13ae3 11191 for (tok = exp_end - 1; tok > arg; tok--)
9c06b0b4
TJB
11192 {
11193 /* Skip whitespace at the end of the argument list. */
11194 while (tok > arg && (*tok == ' ' || *tok == '\t'))
11195 tok--;
11196
11197 /* Find the beginning of the last token.
11198 This is the value of the parameter. */
11199 while (tok > arg && (*tok != ' ' && *tok != '\t'))
11200 tok--;
11201 value_start = tok + 1;
11202
11203 /* Skip whitespace. */
11204 while (tok > arg && (*tok == ' ' || *tok == '\t'))
11205 tok--;
11206
11207 end_tok = tok;
11208
11209 /* Find the beginning of the second to last token.
11210 This is the parameter itself. */
11211 while (tok > arg && (*tok != ' ' && *tok != '\t'))
11212 tok--;
11213 tok++;
11214 toklen = end_tok - tok + 1;
11215
61012eef 11216 if (toklen == 6 && startswith (tok, "thread"))
9c06b0b4 11217 {
5d5658a1 11218 struct thread_info *thr;
9c06b0b4
TJB
11219 /* At this point we've found a "thread" token, which means
11220 the user is trying to set a watchpoint that triggers
11221 only in a specific thread. */
5d5658a1 11222 const char *endp;
37e4754d 11223
9c06b0b4
TJB
11224 if (thread != -1)
11225 error(_("You can specify only one thread."));
37e4754d 11226
9c06b0b4 11227 /* Extract the thread ID from the next token. */
5d5658a1 11228 thr = parse_thread_id (value_start, &endp);
37e4754d 11229
5d5658a1 11230 /* Check if the user provided a valid thread ID. */
9c06b0b4 11231 if (*endp != ' ' && *endp != '\t' && *endp != '\0')
5d5658a1 11232 invalid_thread_id_error (value_start);
9c06b0b4 11233
5d5658a1 11234 thread = thr->global_num;
9c06b0b4 11235 }
61012eef 11236 else if (toklen == 4 && startswith (tok, "mask"))
9c06b0b4
TJB
11237 {
11238 /* We've found a "mask" token, which means the user wants to
11239 create a hardware watchpoint that is going to have the mask
11240 facility. */
11241 struct value *mask_value, *mark;
37e4754d 11242
9c06b0b4
TJB
11243 if (use_mask)
11244 error(_("You can specify only one mask."));
37e4754d 11245
9c06b0b4 11246 use_mask = just_location = 1;
37e4754d 11247
9c06b0b4
TJB
11248 mark = value_mark ();
11249 mask_value = parse_to_comma_and_eval (&value_start);
11250 mask = value_as_address (mask_value);
11251 value_free_to_mark (mark);
11252 }
11253 else
11254 /* We didn't recognize what we found. We should stop here. */
11255 break;
37e4754d 11256
9c06b0b4
TJB
11257 /* Truncate the string and get rid of the "parameter value" pair before
11258 the arguments string is parsed by the parse_exp_1 function. */
bbc13ae3 11259 exp_end = tok;
9c06b0b4 11260 }
37e4754d 11261 }
bbc13ae3
KS
11262 else
11263 exp_end = arg;
37e4754d 11264
bbc13ae3
KS
11265 /* Parse the rest of the arguments. From here on out, everything
11266 is in terms of a newly allocated string instead of the original
11267 ARG. */
c906108c 11268 innermost_block = NULL;
bbc13ae3
KS
11269 expression = savestring (arg, exp_end - arg);
11270 back_to = make_cleanup (xfree, expression);
11271 exp_start = arg = expression;
1bb9788d 11272 exp = parse_exp_1 (&arg, 0, 0, 0);
c906108c 11273 exp_end = arg;
fa8a61dc
TT
11274 /* Remove trailing whitespace from the expression before saving it.
11275 This makes the eventual display of the expression string a bit
11276 prettier. */
11277 while (exp_end > exp_start && (exp_end[-1] == ' ' || exp_end[-1] == '\t'))
11278 --exp_end;
11279
65d79d4b
SDJ
11280 /* Checking if the expression is not constant. */
11281 if (watchpoint_exp_is_const (exp))
11282 {
11283 int len;
11284
11285 len = exp_end - exp_start;
11286 while (len > 0 && isspace (exp_start[len - 1]))
11287 len--;
11288 error (_("Cannot watch constant value `%.*s'."), len, exp_start);
11289 }
11290
c906108c
SS
11291 exp_valid_block = innermost_block;
11292 mark = value_mark ();
3a1115a0 11293 fetch_subexp_value (exp, &pc, &val, &result, NULL, just_location);
06a64a0b 11294
bb9d5f81
PP
11295 if (val != NULL && just_location)
11296 {
11297 saved_bitpos = value_bitpos (val);
11298 saved_bitsize = value_bitsize (val);
11299 }
11300
06a64a0b
TT
11301 if (just_location)
11302 {
9c06b0b4
TJB
11303 int ret;
11304
06a64a0b 11305 exp_valid_block = NULL;
a1442452 11306 val = value_addr (result);
06a64a0b
TT
11307 release_value (val);
11308 value_free_to_mark (mark);
9c06b0b4
TJB
11309
11310 if (use_mask)
11311 {
11312 ret = target_masked_watch_num_registers (value_as_address (val),
11313 mask);
11314 if (ret == -1)
11315 error (_("This target does not support masked watchpoints."));
11316 else if (ret == -2)
11317 error (_("Invalid mask or memory region."));
11318 }
06a64a0b
TT
11319 }
11320 else if (val != NULL)
fa4727a6 11321 release_value (val);
c906108c 11322
bbc13ae3
KS
11323 tok = skip_spaces_const (arg);
11324 end_tok = skip_to_space_const (tok);
c906108c
SS
11325
11326 toklen = end_tok - tok;
11327 if (toklen >= 1 && strncmp (tok, "if", toklen) == 0)
11328 {
2d134ed3
PA
11329 struct expression *cond;
11330
60e1c644 11331 innermost_block = NULL;
c906108c 11332 tok = cond_start = end_tok + 1;
1bb9788d 11333 cond = parse_exp_1 (&tok, 0, 0, 0);
60e1c644
PA
11334
11335 /* The watchpoint expression may not be local, but the condition
11336 may still be. E.g.: `watch global if local > 0'. */
11337 cond_exp_valid_block = innermost_block;
11338
2d134ed3 11339 xfree (cond);
c906108c
SS
11340 cond_end = tok;
11341 }
11342 if (*tok)
8a3fe4f8 11343 error (_("Junk at end of command."));
c906108c 11344
d983da9c 11345 frame = block_innermost_frame (exp_valid_block);
d983da9c
DJ
11346
11347 /* If the expression is "local", then set up a "watchpoint scope"
11348 breakpoint at the point where we've left the scope of the watchpoint
11349 expression. Create the scope breakpoint before the watchpoint, so
11350 that we will encounter it first in bpstat_stop_status. */
60e1c644 11351 if (exp_valid_block && frame)
d983da9c 11352 {
edb3359d
DJ
11353 if (frame_id_p (frame_unwind_caller_id (frame)))
11354 {
11355 scope_breakpoint
a6d9a66e
UW
11356 = create_internal_breakpoint (frame_unwind_caller_arch (frame),
11357 frame_unwind_caller_pc (frame),
06edf0c0
PA
11358 bp_watchpoint_scope,
11359 &momentary_breakpoint_ops);
d983da9c 11360
edb3359d 11361 scope_breakpoint->enable_state = bp_enabled;
d983da9c 11362
edb3359d
DJ
11363 /* Automatically delete the breakpoint when it hits. */
11364 scope_breakpoint->disposition = disp_del;
d983da9c 11365
edb3359d
DJ
11366 /* Only break in the proper frame (help with recursion). */
11367 scope_breakpoint->frame_id = frame_unwind_caller_id (frame);
d983da9c 11368
edb3359d 11369 /* Set the address at which we will stop. */
a6d9a66e
UW
11370 scope_breakpoint->loc->gdbarch
11371 = frame_unwind_caller_arch (frame);
edb3359d
DJ
11372 scope_breakpoint->loc->requested_address
11373 = frame_unwind_caller_pc (frame);
11374 scope_breakpoint->loc->address
a6d9a66e
UW
11375 = adjust_breakpoint_address (scope_breakpoint->loc->gdbarch,
11376 scope_breakpoint->loc->requested_address,
edb3359d
DJ
11377 scope_breakpoint->type);
11378 }
d983da9c
DJ
11379 }
11380
e8369a73
AB
11381 /* Now set up the breakpoint. We create all watchpoints as hardware
11382 watchpoints here even if hardware watchpoints are turned off, a call
11383 to update_watchpoint later in this function will cause the type to
11384 drop back to bp_watchpoint (software watchpoint) if required. */
11385
11386 if (accessflag == hw_read)
11387 bp_type = bp_read_watchpoint;
11388 else if (accessflag == hw_access)
11389 bp_type = bp_access_watchpoint;
11390 else
11391 bp_type = bp_hardware_watchpoint;
3a5c3e22
PA
11392
11393 w = XCNEW (struct watchpoint);
11394 b = &w->base;
348d480f 11395 if (use_mask)
3a5c3e22
PA
11396 init_raw_breakpoint_without_location (b, NULL, bp_type,
11397 &masked_watchpoint_breakpoint_ops);
348d480f 11398 else
3a5c3e22
PA
11399 init_raw_breakpoint_without_location (b, NULL, bp_type,
11400 &watchpoint_breakpoint_ops);
37e4754d 11401 b->thread = thread;
b5de0fa7 11402 b->disposition = disp_donttouch;
348d480f 11403 b->pspace = current_program_space;
3a5c3e22
PA
11404 w->exp = exp;
11405 w->exp_valid_block = exp_valid_block;
11406 w->cond_exp_valid_block = cond_exp_valid_block;
06a64a0b
TT
11407 if (just_location)
11408 {
11409 struct type *t = value_type (val);
11410 CORE_ADDR addr = value_as_address (val);
11411 char *name;
11412
11413 t = check_typedef (TYPE_TARGET_TYPE (check_typedef (t)));
11414 name = type_to_string (t);
11415
3a5c3e22 11416 w->exp_string_reparse = xstrprintf ("* (%s *) %s", name,
d63d0675 11417 core_addr_to_string (addr));
06a64a0b
TT
11418 xfree (name);
11419
3a5c3e22 11420 w->exp_string = xstrprintf ("-location %.*s",
d63d0675
JK
11421 (int) (exp_end - exp_start), exp_start);
11422
06a64a0b
TT
11423 /* The above expression is in C. */
11424 b->language = language_c;
11425 }
11426 else
3a5c3e22 11427 w->exp_string = savestring (exp_start, exp_end - exp_start);
9c06b0b4
TJB
11428
11429 if (use_mask)
11430 {
3a5c3e22 11431 w->hw_wp_mask = mask;
9c06b0b4
TJB
11432 }
11433 else
11434 {
3a5c3e22 11435 w->val = val;
bb9d5f81
PP
11436 w->val_bitpos = saved_bitpos;
11437 w->val_bitsize = saved_bitsize;
3a5c3e22 11438 w->val_valid = 1;
9c06b0b4 11439 }
77b06cd7 11440
c906108c
SS
11441 if (cond_start)
11442 b->cond_string = savestring (cond_start, cond_end - cond_start);
11443 else
11444 b->cond_string = 0;
c5aa993b 11445
c906108c 11446 if (frame)
f6bc2008 11447 {
3a5c3e22
PA
11448 w->watchpoint_frame = get_frame_id (frame);
11449 w->watchpoint_thread = inferior_ptid;
f6bc2008 11450 }
c906108c 11451 else
f6bc2008 11452 {
3a5c3e22
PA
11453 w->watchpoint_frame = null_frame_id;
11454 w->watchpoint_thread = null_ptid;
f6bc2008 11455 }
c906108c 11456
d983da9c 11457 if (scope_breakpoint != NULL)
c906108c 11458 {
d983da9c
DJ
11459 /* The scope breakpoint is related to the watchpoint. We will
11460 need to act on them together. */
11461 b->related_breakpoint = scope_breakpoint;
11462 scope_breakpoint->related_breakpoint = b;
c906108c 11463 }
d983da9c 11464
06a64a0b
TT
11465 if (!just_location)
11466 value_free_to_mark (mark);
2d134ed3 11467
492d29ea 11468 TRY
a9634178
TJB
11469 {
11470 /* Finally update the new watchpoint. This creates the locations
11471 that should be inserted. */
3a5c3e22 11472 update_watchpoint (w, 1);
a9634178 11473 }
492d29ea 11474 CATCH (e, RETURN_MASK_ALL)
a9634178
TJB
11475 {
11476 delete_breakpoint (b);
11477 throw_exception (e);
11478 }
492d29ea 11479 END_CATCH
a9634178 11480
3ea46bff 11481 install_breakpoint (internal, b, 1);
bbc13ae3 11482 do_cleanups (back_to);
c906108c
SS
11483}
11484
e09342b5 11485/* Return count of debug registers needed to watch the given expression.
e09342b5 11486 If the watchpoint cannot be handled in hardware return zero. */
c906108c 11487
c906108c 11488static int
a9634178 11489can_use_hardware_watchpoint (struct value *v)
c906108c
SS
11490{
11491 int found_memory_cnt = 0;
2e70b7b9 11492 struct value *head = v;
c906108c
SS
11493
11494 /* Did the user specifically forbid us to use hardware watchpoints? */
c5aa993b 11495 if (!can_use_hw_watchpoints)
c906108c 11496 return 0;
c5aa993b 11497
5c44784c
JM
11498 /* Make sure that the value of the expression depends only upon
11499 memory contents, and values computed from them within GDB. If we
11500 find any register references or function calls, we can't use a
11501 hardware watchpoint.
11502
11503 The idea here is that evaluating an expression generates a series
11504 of values, one holding the value of every subexpression. (The
11505 expression a*b+c has five subexpressions: a, b, a*b, c, and
11506 a*b+c.) GDB's values hold almost enough information to establish
11507 the criteria given above --- they identify memory lvalues,
11508 register lvalues, computed values, etcetera. So we can evaluate
11509 the expression, and then scan the chain of values that leaves
11510 behind to decide whether we can detect any possible change to the
11511 expression's final value using only hardware watchpoints.
11512
11513 However, I don't think that the values returned by inferior
11514 function calls are special in any way. So this function may not
11515 notice that an expression involving an inferior function call
11516 can't be watched with hardware watchpoints. FIXME. */
17cf0ecd 11517 for (; v; v = value_next (v))
c906108c 11518 {
5c44784c 11519 if (VALUE_LVAL (v) == lval_memory)
c906108c 11520 {
8464be76
DJ
11521 if (v != head && value_lazy (v))
11522 /* A lazy memory lvalue in the chain is one that GDB never
11523 needed to fetch; we either just used its address (e.g.,
11524 `a' in `a.b') or we never needed it at all (e.g., `a'
11525 in `a,b'). This doesn't apply to HEAD; if that is
11526 lazy then it was not readable, but watch it anyway. */
5c44784c 11527 ;
53a5351d 11528 else
5c44784c
JM
11529 {
11530 /* Ahh, memory we actually used! Check if we can cover
11531 it with hardware watchpoints. */
df407dfe 11532 struct type *vtype = check_typedef (value_type (v));
2e70b7b9
MS
11533
11534 /* We only watch structs and arrays if user asked for it
11535 explicitly, never if they just happen to appear in a
11536 middle of some value chain. */
11537 if (v == head
11538 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
11539 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
11540 {
42ae5230 11541 CORE_ADDR vaddr = value_address (v);
e09342b5
TJB
11542 int len;
11543 int num_regs;
11544
a9634178 11545 len = (target_exact_watchpoints
e09342b5
TJB
11546 && is_scalar_type_recursive (vtype))?
11547 1 : TYPE_LENGTH (value_type (v));
2e70b7b9 11548
e09342b5
TJB
11549 num_regs = target_region_ok_for_hw_watchpoint (vaddr, len);
11550 if (!num_regs)
2e70b7b9
MS
11551 return 0;
11552 else
e09342b5 11553 found_memory_cnt += num_regs;
2e70b7b9 11554 }
5c44784c 11555 }
c5aa993b 11556 }
5086187c
AC
11557 else if (VALUE_LVAL (v) != not_lval
11558 && deprecated_value_modifiable (v) == 0)
38b6c3b3 11559 return 0; /* These are values from the history (e.g., $1). */
5086187c 11560 else if (VALUE_LVAL (v) == lval_register)
38b6c3b3 11561 return 0; /* Cannot watch a register with a HW watchpoint. */
c906108c
SS
11562 }
11563
11564 /* The expression itself looks suitable for using a hardware
11565 watchpoint, but give the target machine a chance to reject it. */
11566 return found_memory_cnt;
11567}
11568
8b93c638 11569void
84f4c1fe 11570watch_command_wrapper (char *arg, int from_tty, int internal)
8b93c638 11571{
84f4c1fe 11572 watch_command_1 (arg, hw_write, from_tty, 0, internal);
06a64a0b
TT
11573}
11574
06a64a0b
TT
11575/* A helper function that looks for the "-location" argument and then
11576 calls watch_command_1. */
11577
11578static void
11579watch_maybe_just_location (char *arg, int accessflag, int from_tty)
11580{
11581 int just_location = 0;
11582
11583 if (arg
11584 && (check_for_argument (&arg, "-location", sizeof ("-location") - 1)
11585 || check_for_argument (&arg, "-l", sizeof ("-l") - 1)))
11586 {
e9cafbcc 11587 arg = skip_spaces (arg);
06a64a0b
TT
11588 just_location = 1;
11589 }
11590
84f4c1fe 11591 watch_command_1 (arg, accessflag, from_tty, just_location, 0);
8b93c638 11592}
8926118c 11593
c5aa993b 11594static void
fba45db2 11595watch_command (char *arg, int from_tty)
c906108c 11596{
06a64a0b 11597 watch_maybe_just_location (arg, hw_write, from_tty);
c906108c
SS
11598}
11599
8b93c638 11600void
84f4c1fe 11601rwatch_command_wrapper (char *arg, int from_tty, int internal)
8b93c638 11602{
84f4c1fe 11603 watch_command_1 (arg, hw_read, from_tty, 0, internal);
8b93c638 11604}
8926118c 11605
c5aa993b 11606static void
fba45db2 11607rwatch_command (char *arg, int from_tty)
c906108c 11608{
06a64a0b 11609 watch_maybe_just_location (arg, hw_read, from_tty);
c906108c
SS
11610}
11611
8b93c638 11612void
84f4c1fe 11613awatch_command_wrapper (char *arg, int from_tty, int internal)
8b93c638 11614{
84f4c1fe 11615 watch_command_1 (arg, hw_access, from_tty, 0, internal);
8b93c638 11616}
8926118c 11617
c5aa993b 11618static void
fba45db2 11619awatch_command (char *arg, int from_tty)
c906108c 11620{
06a64a0b 11621 watch_maybe_just_location (arg, hw_access, from_tty);
c906108c 11622}
c906108c 11623\f
c5aa993b 11624
cfc31633
PA
11625/* Data for the FSM that manages the until(location)/advance commands
11626 in infcmd.c. Here because it uses the mechanisms of
11627 breakpoints. */
c906108c 11628
cfc31633 11629struct until_break_fsm
bfec99b2 11630{
cfc31633
PA
11631 /* The base class. */
11632 struct thread_fsm thread_fsm;
11633
11634 /* The thread that as current when the command was executed. */
11635 int thread;
11636
11637 /* The breakpoint set at the destination location. */
11638 struct breakpoint *location_breakpoint;
11639
11640 /* Breakpoint set at the return address in the caller frame. May be
11641 NULL. */
11642 struct breakpoint *caller_breakpoint;
bfec99b2
PA
11643};
11644
8980e177
PA
11645static void until_break_fsm_clean_up (struct thread_fsm *self,
11646 struct thread_info *thread);
11647static int until_break_fsm_should_stop (struct thread_fsm *self,
11648 struct thread_info *thread);
cfc31633
PA
11649static enum async_reply_reason
11650 until_break_fsm_async_reply_reason (struct thread_fsm *self);
11651
11652/* until_break_fsm's vtable. */
11653
11654static struct thread_fsm_ops until_break_fsm_ops =
11655{
11656 NULL, /* dtor */
11657 until_break_fsm_clean_up,
11658 until_break_fsm_should_stop,
11659 NULL, /* return_value */
11660 until_break_fsm_async_reply_reason,
11661};
11662
11663/* Allocate a new until_break_command_fsm. */
11664
11665static struct until_break_fsm *
8980e177 11666new_until_break_fsm (struct interp *cmd_interp, int thread,
cfc31633
PA
11667 struct breakpoint *location_breakpoint,
11668 struct breakpoint *caller_breakpoint)
11669{
11670 struct until_break_fsm *sm;
11671
11672 sm = XCNEW (struct until_break_fsm);
8980e177 11673 thread_fsm_ctor (&sm->thread_fsm, &until_break_fsm_ops, cmd_interp);
cfc31633
PA
11674
11675 sm->thread = thread;
11676 sm->location_breakpoint = location_breakpoint;
11677 sm->caller_breakpoint = caller_breakpoint;
11678
11679 return sm;
11680}
11681
11682/* Implementation of the 'should_stop' FSM method for the
11683 until(location)/advance commands. */
11684
11685static int
8980e177
PA
11686until_break_fsm_should_stop (struct thread_fsm *self,
11687 struct thread_info *tp)
cfc31633
PA
11688{
11689 struct until_break_fsm *sm = (struct until_break_fsm *) self;
cfc31633
PA
11690
11691 if (bpstat_find_breakpoint (tp->control.stop_bpstat,
11692 sm->location_breakpoint) != NULL
11693 || (sm->caller_breakpoint != NULL
11694 && bpstat_find_breakpoint (tp->control.stop_bpstat,
11695 sm->caller_breakpoint) != NULL))
11696 thread_fsm_set_finished (self);
11697
11698 return 1;
11699}
11700
11701/* Implementation of the 'clean_up' FSM method for the
11702 until(location)/advance commands. */
11703
c2c6d25f 11704static void
8980e177
PA
11705until_break_fsm_clean_up (struct thread_fsm *self,
11706 struct thread_info *thread)
43ff13b4 11707{
cfc31633 11708 struct until_break_fsm *sm = (struct until_break_fsm *) self;
bfec99b2 11709
cfc31633
PA
11710 /* Clean up our temporary breakpoints. */
11711 if (sm->location_breakpoint != NULL)
11712 {
11713 delete_breakpoint (sm->location_breakpoint);
11714 sm->location_breakpoint = NULL;
11715 }
11716 if (sm->caller_breakpoint != NULL)
11717 {
11718 delete_breakpoint (sm->caller_breakpoint);
11719 sm->caller_breakpoint = NULL;
11720 }
11721 delete_longjmp_breakpoint (sm->thread);
11722}
11723
11724/* Implementation of the 'async_reply_reason' FSM method for the
11725 until(location)/advance commands. */
11726
11727static enum async_reply_reason
11728until_break_fsm_async_reply_reason (struct thread_fsm *self)
11729{
11730 return EXEC_ASYNC_LOCATION_REACHED;
43ff13b4
JM
11731}
11732
c906108c 11733void
ae66c1fc 11734until_break_command (char *arg, int from_tty, int anywhere)
c906108c
SS
11735{
11736 struct symtabs_and_lines sals;
11737 struct symtab_and_line sal;
8556afb4
PA
11738 struct frame_info *frame;
11739 struct gdbarch *frame_gdbarch;
11740 struct frame_id stack_frame_id;
11741 struct frame_id caller_frame_id;
cfc31633
PA
11742 struct breakpoint *location_breakpoint;
11743 struct breakpoint *caller_breakpoint = NULL;
f00aae0f 11744 struct cleanup *old_chain, *cleanup;
186c406b
TT
11745 int thread;
11746 struct thread_info *tp;
f00aae0f 11747 struct event_location *location;
cfc31633 11748 struct until_break_fsm *sm;
c906108c 11749
70509625 11750 clear_proceed_status (0);
c906108c
SS
11751
11752 /* Set a breakpoint where the user wants it and at return from
4a64f543 11753 this function. */
c5aa993b 11754
f00aae0f
KS
11755 location = string_to_event_location (&arg, current_language);
11756 cleanup = make_cleanup_delete_event_location (location);
11757
1bfeeb0f 11758 if (last_displayed_sal_is_valid ())
c2f4122d 11759 sals = decode_line_1 (location, DECODE_LINE_FUNFIRSTLINE, NULL,
1bfeeb0f 11760 get_last_displayed_symtab (),
f8eba3c6 11761 get_last_displayed_line ());
c906108c 11762 else
f00aae0f 11763 sals = decode_line_1 (location, DECODE_LINE_FUNFIRSTLINE,
c2f4122d 11764 NULL, (struct symtab *) NULL, 0);
c5aa993b 11765
c906108c 11766 if (sals.nelts != 1)
8a3fe4f8 11767 error (_("Couldn't get information on specified line."));
c5aa993b 11768
c906108c 11769 sal = sals.sals[0];
4a64f543 11770 xfree (sals.sals); /* malloc'd, so freed. */
c5aa993b 11771
c906108c 11772 if (*arg)
8a3fe4f8 11773 error (_("Junk at end of arguments."));
c5aa993b 11774
c906108c 11775 resolve_sal_pc (&sal);
c5aa993b 11776
186c406b 11777 tp = inferior_thread ();
5d5658a1 11778 thread = tp->global_num;
186c406b 11779
883bc8d1
PA
11780 old_chain = make_cleanup (null_cleanup, NULL);
11781
8556afb4
PA
11782 /* Note linespec handling above invalidates the frame chain.
11783 Installing a breakpoint also invalidates the frame chain (as it
11784 may need to switch threads), so do any frame handling before
11785 that. */
11786
11787 frame = get_selected_frame (NULL);
11788 frame_gdbarch = get_frame_arch (frame);
11789 stack_frame_id = get_stack_frame_id (frame);
11790 caller_frame_id = frame_unwind_caller_id (frame);
883bc8d1 11791
ae66c1fc
EZ
11792 /* Keep within the current frame, or in frames called by the current
11793 one. */
edb3359d 11794
883bc8d1 11795 if (frame_id_p (caller_frame_id))
c906108c 11796 {
883bc8d1 11797 struct symtab_and_line sal2;
cfc31633 11798 struct gdbarch *caller_gdbarch;
883bc8d1
PA
11799
11800 sal2 = find_pc_line (frame_unwind_caller_pc (frame), 0);
11801 sal2.pc = frame_unwind_caller_pc (frame);
cfc31633
PA
11802 caller_gdbarch = frame_unwind_caller_arch (frame);
11803 caller_breakpoint = set_momentary_breakpoint (caller_gdbarch,
11804 sal2,
11805 caller_frame_id,
11806 bp_until);
11807 make_cleanup_delete_breakpoint (caller_breakpoint);
186c406b 11808
883bc8d1 11809 set_longjmp_breakpoint (tp, caller_frame_id);
186c406b 11810 make_cleanup (delete_longjmp_breakpoint_cleanup, &thread);
c906108c 11811 }
c5aa993b 11812
c70a6932
JK
11813 /* set_momentary_breakpoint could invalidate FRAME. */
11814 frame = NULL;
11815
883bc8d1
PA
11816 if (anywhere)
11817 /* If the user told us to continue until a specified location,
11818 we don't specify a frame at which we need to stop. */
cfc31633
PA
11819 location_breakpoint = set_momentary_breakpoint (frame_gdbarch, sal,
11820 null_frame_id, bp_until);
883bc8d1
PA
11821 else
11822 /* Otherwise, specify the selected frame, because we want to stop
11823 only at the very same frame. */
cfc31633
PA
11824 location_breakpoint = set_momentary_breakpoint (frame_gdbarch, sal,
11825 stack_frame_id, bp_until);
11826 make_cleanup_delete_breakpoint (location_breakpoint);
883bc8d1 11827
8980e177 11828 sm = new_until_break_fsm (command_interp (), tp->global_num,
5d5658a1 11829 location_breakpoint, caller_breakpoint);
cfc31633 11830 tp->thread_fsm = &sm->thread_fsm;
f107f563 11831
cfc31633 11832 discard_cleanups (old_chain);
f107f563 11833
cfc31633 11834 proceed (-1, GDB_SIGNAL_DEFAULT);
f00aae0f
KS
11835
11836 do_cleanups (cleanup);
c906108c 11837}
ae66c1fc 11838
c906108c
SS
11839/* This function attempts to parse an optional "if <cond>" clause
11840 from the arg string. If one is not found, it returns NULL.
c5aa993b 11841
c906108c
SS
11842 Else, it returns a pointer to the condition string. (It does not
11843 attempt to evaluate the string against a particular block.) And,
11844 it updates arg to point to the first character following the parsed
4a64f543 11845 if clause in the arg string. */
53a5351d 11846
916703c0 11847char *
fba45db2 11848ep_parse_optional_if_clause (char **arg)
c906108c 11849{
c5aa993b
JM
11850 char *cond_string;
11851
11852 if (((*arg)[0] != 'i') || ((*arg)[1] != 'f') || !isspace ((*arg)[2]))
c906108c 11853 return NULL;
c5aa993b 11854
4a64f543 11855 /* Skip the "if" keyword. */
c906108c 11856 (*arg) += 2;
c5aa993b 11857
c906108c 11858 /* Skip any extra leading whitespace, and record the start of the
4a64f543 11859 condition string. */
e9cafbcc 11860 *arg = skip_spaces (*arg);
c906108c 11861 cond_string = *arg;
c5aa993b 11862
4a64f543
MS
11863 /* Assume that the condition occupies the remainder of the arg
11864 string. */
c906108c 11865 (*arg) += strlen (cond_string);
c5aa993b 11866
c906108c
SS
11867 return cond_string;
11868}
c5aa993b 11869
c906108c
SS
11870/* Commands to deal with catching events, such as signals, exceptions,
11871 process start/exit, etc. */
c5aa993b
JM
11872
11873typedef enum
11874{
44feb3ce
TT
11875 catch_fork_temporary, catch_vfork_temporary,
11876 catch_fork_permanent, catch_vfork_permanent
c5aa993b
JM
11877}
11878catch_fork_kind;
11879
c906108c 11880static void
cc59ec59
MS
11881catch_fork_command_1 (char *arg, int from_tty,
11882 struct cmd_list_element *command)
c906108c 11883{
a6d9a66e 11884 struct gdbarch *gdbarch = get_current_arch ();
c5aa993b 11885 char *cond_string = NULL;
44feb3ce
TT
11886 catch_fork_kind fork_kind;
11887 int tempflag;
11888
11889 fork_kind = (catch_fork_kind) (uintptr_t) get_cmd_context (command);
11890 tempflag = (fork_kind == catch_fork_temporary
11891 || fork_kind == catch_vfork_temporary);
c5aa993b 11892
44feb3ce
TT
11893 if (!arg)
11894 arg = "";
e9cafbcc 11895 arg = skip_spaces (arg);
c5aa993b 11896
c906108c 11897 /* The allowed syntax is:
c5aa993b
JM
11898 catch [v]fork
11899 catch [v]fork if <cond>
11900
4a64f543 11901 First, check if there's an if clause. */
c906108c 11902 cond_string = ep_parse_optional_if_clause (&arg);
c5aa993b 11903
c906108c 11904 if ((*arg != '\0') && !isspace (*arg))
8a3fe4f8 11905 error (_("Junk at end of arguments."));
c5aa993b 11906
c906108c 11907 /* If this target supports it, create a fork or vfork catchpoint
4a64f543 11908 and enable reporting of such events. */
c5aa993b
JM
11909 switch (fork_kind)
11910 {
44feb3ce
TT
11911 case catch_fork_temporary:
11912 case catch_fork_permanent:
a6d9a66e 11913 create_fork_vfork_event_catchpoint (gdbarch, tempflag, cond_string,
ce78b96d 11914 &catch_fork_breakpoint_ops);
c906108c 11915 break;
44feb3ce
TT
11916 case catch_vfork_temporary:
11917 case catch_vfork_permanent:
a6d9a66e 11918 create_fork_vfork_event_catchpoint (gdbarch, tempflag, cond_string,
ce78b96d 11919 &catch_vfork_breakpoint_ops);
c906108c 11920 break;
c5aa993b 11921 default:
8a3fe4f8 11922 error (_("unsupported or unknown fork kind; cannot catch it"));
c906108c 11923 break;
c5aa993b 11924 }
c906108c
SS
11925}
11926
11927static void
cc59ec59
MS
11928catch_exec_command_1 (char *arg, int from_tty,
11929 struct cmd_list_element *command)
c906108c 11930{
b4d90040 11931 struct exec_catchpoint *c;
a6d9a66e 11932 struct gdbarch *gdbarch = get_current_arch ();
44feb3ce 11933 int tempflag;
c5aa993b 11934 char *cond_string = NULL;
c906108c 11935
44feb3ce
TT
11936 tempflag = get_cmd_context (command) == CATCH_TEMPORARY;
11937
11938 if (!arg)
11939 arg = "";
e9cafbcc 11940 arg = skip_spaces (arg);
c906108c
SS
11941
11942 /* The allowed syntax is:
c5aa993b
JM
11943 catch exec
11944 catch exec if <cond>
c906108c 11945
4a64f543 11946 First, check if there's an if clause. */
c906108c
SS
11947 cond_string = ep_parse_optional_if_clause (&arg);
11948
11949 if ((*arg != '\0') && !isspace (*arg))
8a3fe4f8 11950 error (_("Junk at end of arguments."));
c906108c 11951
b4d90040
PA
11952 c = XNEW (struct exec_catchpoint);
11953 init_catchpoint (&c->base, gdbarch, tempflag, cond_string,
11954 &catch_exec_breakpoint_ops);
11955 c->exec_pathname = NULL;
11956
3ea46bff 11957 install_breakpoint (0, &c->base, 1);
c906108c 11958}
c5aa993b 11959
9ac4176b 11960void
28010a5d
PA
11961init_ada_exception_breakpoint (struct breakpoint *b,
11962 struct gdbarch *gdbarch,
11963 struct symtab_and_line sal,
11964 char *addr_string,
c0a91b2b 11965 const struct breakpoint_ops *ops,
28010a5d 11966 int tempflag,
349774ef 11967 int enabled,
28010a5d 11968 int from_tty)
f7f9143b 11969{
f7f9143b
JB
11970 if (from_tty)
11971 {
5af949e3
UW
11972 struct gdbarch *loc_gdbarch = get_sal_arch (sal);
11973 if (!loc_gdbarch)
11974 loc_gdbarch = gdbarch;
11975
6c95b8df
PA
11976 describe_other_breakpoints (loc_gdbarch,
11977 sal.pspace, sal.pc, sal.section, -1);
f7f9143b
JB
11978 /* FIXME: brobecker/2006-12-28: Actually, re-implement a special
11979 version for exception catchpoints, because two catchpoints
11980 used for different exception names will use the same address.
11981 In this case, a "breakpoint ... also set at..." warning is
4a64f543 11982 unproductive. Besides, the warning phrasing is also a bit
e5dd4106 11983 inappropriate, we should use the word catchpoint, and tell
f7f9143b
JB
11984 the user what type of catchpoint it is. The above is good
11985 enough for now, though. */
11986 }
11987
28010a5d 11988 init_raw_breakpoint (b, gdbarch, sal, bp_breakpoint, ops);
f7f9143b 11989
349774ef 11990 b->enable_state = enabled ? bp_enabled : bp_disabled;
f7f9143b 11991 b->disposition = tempflag ? disp_del : disp_donttouch;
f00aae0f
KS
11992 b->location = string_to_event_location (&addr_string,
11993 language_def (language_ada));
f7f9143b 11994 b->language = language_ada;
f7f9143b
JB
11995}
11996
c906108c 11997static void
fba45db2 11998catch_command (char *arg, int from_tty)
c906108c 11999{
44feb3ce 12000 error (_("Catch requires an event name."));
c906108c
SS
12001}
12002\f
12003
12004static void
fba45db2 12005tcatch_command (char *arg, int from_tty)
c906108c 12006{
44feb3ce 12007 error (_("Catch requires an event name."));
c906108c
SS
12008}
12009
8a2c437b
TT
12010/* A qsort comparison function that sorts breakpoints in order. */
12011
12012static int
12013compare_breakpoints (const void *a, const void *b)
12014{
9a3c8263 12015 const breakpoint_p *ba = (const breakpoint_p *) a;
8a2c437b 12016 uintptr_t ua = (uintptr_t) *ba;
9a3c8263 12017 const breakpoint_p *bb = (const breakpoint_p *) b;
8a2c437b
TT
12018 uintptr_t ub = (uintptr_t) *bb;
12019
12020 if ((*ba)->number < (*bb)->number)
12021 return -1;
12022 else if ((*ba)->number > (*bb)->number)
12023 return 1;
12024
12025 /* Now sort by address, in case we see, e..g, two breakpoints with
12026 the number 0. */
12027 if (ua < ub)
12028 return -1;
94b0e70d 12029 return ua > ub ? 1 : 0;
8a2c437b
TT
12030}
12031
80f8a6eb 12032/* Delete breakpoints by address or line. */
c906108c
SS
12033
12034static void
fba45db2 12035clear_command (char *arg, int from_tty)
c906108c 12036{
8a2c437b 12037 struct breakpoint *b, *prev;
d6e956e5
VP
12038 VEC(breakpoint_p) *found = 0;
12039 int ix;
c906108c
SS
12040 int default_match;
12041 struct symtabs_and_lines sals;
12042 struct symtab_and_line sal;
c906108c 12043 int i;
8a2c437b 12044 struct cleanup *cleanups = make_cleanup (null_cleanup, NULL);
c906108c
SS
12045
12046 if (arg)
12047 {
39cf75f7
DE
12048 sals = decode_line_with_current_source (arg,
12049 (DECODE_LINE_FUNFIRSTLINE
12050 | DECODE_LINE_LIST_MODE));
cf4ded82 12051 make_cleanup (xfree, sals.sals);
c906108c
SS
12052 default_match = 0;
12053 }
12054 else
12055 {
8d749320 12056 sals.sals = XNEW (struct symtab_and_line);
80f8a6eb 12057 make_cleanup (xfree, sals.sals);
4a64f543 12058 init_sal (&sal); /* Initialize to zeroes. */
1bfeeb0f
JL
12059
12060 /* Set sal's line, symtab, pc, and pspace to the values
12061 corresponding to the last call to print_frame_info. If the
12062 codepoint is not valid, this will set all the fields to 0. */
12063 get_last_displayed_sal (&sal);
c906108c 12064 if (sal.symtab == 0)
8a3fe4f8 12065 error (_("No source file specified."));
c906108c
SS
12066
12067 sals.sals[0] = sal;
12068 sals.nelts = 1;
12069
12070 default_match = 1;
12071 }
12072
4a64f543
MS
12073 /* We don't call resolve_sal_pc here. That's not as bad as it
12074 seems, because all existing breakpoints typically have both
12075 file/line and pc set. So, if clear is given file/line, we can
12076 match this to existing breakpoint without obtaining pc at all.
ed0616c6
VP
12077
12078 We only support clearing given the address explicitly
12079 present in breakpoint table. Say, we've set breakpoint
4a64f543 12080 at file:line. There were several PC values for that file:line,
ed0616c6 12081 due to optimization, all in one block.
4a64f543
MS
12082
12083 We've picked one PC value. If "clear" is issued with another
ed0616c6
VP
12084 PC corresponding to the same file:line, the breakpoint won't
12085 be cleared. We probably can still clear the breakpoint, but
12086 since the other PC value is never presented to user, user
12087 can only find it by guessing, and it does not seem important
12088 to support that. */
12089
4a64f543
MS
12090 /* For each line spec given, delete bps which correspond to it. Do
12091 it in two passes, solely to preserve the current behavior that
12092 from_tty is forced true if we delete more than one
12093 breakpoint. */
c906108c 12094
80f8a6eb 12095 found = NULL;
8a2c437b 12096 make_cleanup (VEC_cleanup (breakpoint_p), &found);
c906108c
SS
12097 for (i = 0; i < sals.nelts; i++)
12098 {
05cba821
JK
12099 const char *sal_fullname;
12100
c906108c 12101 /* If exact pc given, clear bpts at that pc.
c5aa993b
JM
12102 If line given (pc == 0), clear all bpts on specified line.
12103 If defaulting, clear all bpts on default line
c906108c 12104 or at default pc.
c5aa993b
JM
12105
12106 defaulting sal.pc != 0 tests to do
12107
12108 0 1 pc
12109 1 1 pc _and_ line
12110 0 0 line
12111 1 0 <can't happen> */
c906108c
SS
12112
12113 sal = sals.sals[i];
05cba821
JK
12114 sal_fullname = (sal.symtab == NULL
12115 ? NULL : symtab_to_fullname (sal.symtab));
c906108c 12116
4a64f543 12117 /* Find all matching breakpoints and add them to 'found'. */
d6e956e5 12118 ALL_BREAKPOINTS (b)
c5aa993b 12119 {
0d381245 12120 int match = 0;
4a64f543 12121 /* Are we going to delete b? */
cc60f2e3 12122 if (b->type != bp_none && !is_watchpoint (b))
0d381245
VP
12123 {
12124 struct bp_location *loc = b->loc;
12125 for (; loc; loc = loc->next)
12126 {
f8eba3c6
TT
12127 /* If the user specified file:line, don't allow a PC
12128 match. This matches historical gdb behavior. */
12129 int pc_match = (!sal.explicit_line
12130 && sal.pc
12131 && (loc->pspace == sal.pspace)
12132 && (loc->address == sal.pc)
12133 && (!section_is_overlay (loc->section)
12134 || loc->section == sal.section));
4aac40c8
TT
12135 int line_match = 0;
12136
12137 if ((default_match || sal.explicit_line)
2f202fde 12138 && loc->symtab != NULL
05cba821 12139 && sal_fullname != NULL
4aac40c8 12140 && sal.pspace == loc->pspace
05cba821
JK
12141 && loc->line_number == sal.line
12142 && filename_cmp (symtab_to_fullname (loc->symtab),
12143 sal_fullname) == 0)
12144 line_match = 1;
4aac40c8 12145
0d381245
VP
12146 if (pc_match || line_match)
12147 {
12148 match = 1;
12149 break;
12150 }
12151 }
12152 }
12153
12154 if (match)
d6e956e5 12155 VEC_safe_push(breakpoint_p, found, b);
c906108c 12156 }
80f8a6eb 12157 }
8a2c437b 12158
80f8a6eb 12159 /* Now go thru the 'found' chain and delete them. */
d6e956e5 12160 if (VEC_empty(breakpoint_p, found))
80f8a6eb
MS
12161 {
12162 if (arg)
8a3fe4f8 12163 error (_("No breakpoint at %s."), arg);
80f8a6eb 12164 else
8a3fe4f8 12165 error (_("No breakpoint at this line."));
80f8a6eb 12166 }
c906108c 12167
8a2c437b
TT
12168 /* Remove duplicates from the vec. */
12169 qsort (VEC_address (breakpoint_p, found),
12170 VEC_length (breakpoint_p, found),
12171 sizeof (breakpoint_p),
12172 compare_breakpoints);
12173 prev = VEC_index (breakpoint_p, found, 0);
12174 for (ix = 1; VEC_iterate (breakpoint_p, found, ix, b); ++ix)
12175 {
12176 if (b == prev)
12177 {
12178 VEC_ordered_remove (breakpoint_p, found, ix);
12179 --ix;
12180 }
12181 }
12182
d6e956e5 12183 if (VEC_length(breakpoint_p, found) > 1)
4a64f543 12184 from_tty = 1; /* Always report if deleted more than one. */
80f8a6eb 12185 if (from_tty)
a3f17187 12186 {
d6e956e5 12187 if (VEC_length(breakpoint_p, found) == 1)
a3f17187
AC
12188 printf_unfiltered (_("Deleted breakpoint "));
12189 else
12190 printf_unfiltered (_("Deleted breakpoints "));
12191 }
d6e956e5
VP
12192
12193 for (ix = 0; VEC_iterate(breakpoint_p, found, ix, b); ix++)
80f8a6eb 12194 {
c5aa993b 12195 if (from_tty)
d6e956e5
VP
12196 printf_unfiltered ("%d ", b->number);
12197 delete_breakpoint (b);
c906108c 12198 }
80f8a6eb
MS
12199 if (from_tty)
12200 putchar_unfiltered ('\n');
8a2c437b
TT
12201
12202 do_cleanups (cleanups);
c906108c
SS
12203}
12204\f
12205/* Delete breakpoint in BS if they are `delete' breakpoints and
12206 all breakpoints that are marked for deletion, whether hit or not.
12207 This is called after any breakpoint is hit, or after errors. */
12208
12209void
fba45db2 12210breakpoint_auto_delete (bpstat bs)
c906108c 12211{
35df4500 12212 struct breakpoint *b, *b_tmp;
c906108c
SS
12213
12214 for (; bs; bs = bs->next)
f431efe5
PA
12215 if (bs->breakpoint_at
12216 && bs->breakpoint_at->disposition == disp_del
c906108c 12217 && bs->stop)
f431efe5 12218 delete_breakpoint (bs->breakpoint_at);
c906108c 12219
35df4500 12220 ALL_BREAKPOINTS_SAFE (b, b_tmp)
c5aa993b 12221 {
b5de0fa7 12222 if (b->disposition == disp_del_at_next_stop)
c5aa993b
JM
12223 delete_breakpoint (b);
12224 }
c906108c
SS
12225}
12226
4a64f543
MS
12227/* A comparison function for bp_location AP and BP being interfaced to
12228 qsort. Sort elements primarily by their ADDRESS (no matter what
12229 does breakpoint_address_is_meaningful say for its OWNER),
1a853c52 12230 secondarily by ordering first permanent elements and
4a64f543 12231 terciarily just ensuring the array is sorted stable way despite
e5dd4106 12232 qsort being an unstable algorithm. */
876fa593
JK
12233
12234static int
494cfb0f 12235bp_location_compare (const void *ap, const void *bp)
876fa593 12236{
9a3c8263
SM
12237 const struct bp_location *a = *(const struct bp_location **) ap;
12238 const struct bp_location *b = *(const struct bp_location **) bp;
876fa593
JK
12239
12240 if (a->address != b->address)
12241 return (a->address > b->address) - (a->address < b->address);
12242
dea2aa5f
LM
12243 /* Sort locations at the same address by their pspace number, keeping
12244 locations of the same inferior (in a multi-inferior environment)
12245 grouped. */
12246
12247 if (a->pspace->num != b->pspace->num)
12248 return ((a->pspace->num > b->pspace->num)
12249 - (a->pspace->num < b->pspace->num));
12250
876fa593 12251 /* Sort permanent breakpoints first. */
1a853c52
PA
12252 if (a->permanent != b->permanent)
12253 return (a->permanent < b->permanent) - (a->permanent > b->permanent);
876fa593 12254
c56a97f9
JK
12255 /* Make the internal GDB representation stable across GDB runs
12256 where A and B memory inside GDB can differ. Breakpoint locations of
12257 the same type at the same address can be sorted in arbitrary order. */
876fa593
JK
12258
12259 if (a->owner->number != b->owner->number)
c56a97f9
JK
12260 return ((a->owner->number > b->owner->number)
12261 - (a->owner->number < b->owner->number));
876fa593
JK
12262
12263 return (a > b) - (a < b);
12264}
12265
876fa593 12266/* Set bp_location_placed_address_before_address_max and
4a64f543
MS
12267 bp_location_shadow_len_after_address_max according to the current
12268 content of the bp_location array. */
f7545552
TT
12269
12270static void
876fa593 12271bp_location_target_extensions_update (void)
f7545552 12272{
876fa593
JK
12273 struct bp_location *bl, **blp_tmp;
12274
12275 bp_location_placed_address_before_address_max = 0;
12276 bp_location_shadow_len_after_address_max = 0;
12277
12278 ALL_BP_LOCATIONS (bl, blp_tmp)
12279 {
12280 CORE_ADDR start, end, addr;
12281
12282 if (!bp_location_has_shadow (bl))
12283 continue;
12284
12285 start = bl->target_info.placed_address;
12286 end = start + bl->target_info.shadow_len;
12287
12288 gdb_assert (bl->address >= start);
12289 addr = bl->address - start;
12290 if (addr > bp_location_placed_address_before_address_max)
12291 bp_location_placed_address_before_address_max = addr;
12292
12293 /* Zero SHADOW_LEN would not pass bp_location_has_shadow. */
12294
12295 gdb_assert (bl->address < end);
12296 addr = end - bl->address;
12297 if (addr > bp_location_shadow_len_after_address_max)
12298 bp_location_shadow_len_after_address_max = addr;
12299 }
f7545552
TT
12300}
12301
1e4d1764
YQ
12302/* Download tracepoint locations if they haven't been. */
12303
12304static void
12305download_tracepoint_locations (void)
12306{
7ed2c994 12307 struct breakpoint *b;
1e4d1764 12308 struct cleanup *old_chain;
dd2e65cc 12309 enum tribool can_download_tracepoint = TRIBOOL_UNKNOWN;
1e4d1764
YQ
12310
12311 old_chain = save_current_space_and_thread ();
12312
7ed2c994 12313 ALL_TRACEPOINTS (b)
1e4d1764 12314 {
7ed2c994 12315 struct bp_location *bl;
1e4d1764 12316 struct tracepoint *t;
f2a8bc8a 12317 int bp_location_downloaded = 0;
1e4d1764 12318
7ed2c994 12319 if ((b->type == bp_fast_tracepoint
1e4d1764
YQ
12320 ? !may_insert_fast_tracepoints
12321 : !may_insert_tracepoints))
12322 continue;
12323
dd2e65cc
YQ
12324 if (can_download_tracepoint == TRIBOOL_UNKNOWN)
12325 {
12326 if (target_can_download_tracepoint ())
12327 can_download_tracepoint = TRIBOOL_TRUE;
12328 else
12329 can_download_tracepoint = TRIBOOL_FALSE;
12330 }
12331
12332 if (can_download_tracepoint == TRIBOOL_FALSE)
12333 break;
12334
7ed2c994
YQ
12335 for (bl = b->loc; bl; bl = bl->next)
12336 {
12337 /* In tracepoint, locations are _never_ duplicated, so
12338 should_be_inserted is equivalent to
12339 unduplicated_should_be_inserted. */
12340 if (!should_be_inserted (bl) || bl->inserted)
12341 continue;
1e4d1764 12342
7ed2c994 12343 switch_to_program_space_and_thread (bl->pspace);
1e4d1764 12344
7ed2c994 12345 target_download_tracepoint (bl);
1e4d1764 12346
7ed2c994 12347 bl->inserted = 1;
f2a8bc8a 12348 bp_location_downloaded = 1;
7ed2c994
YQ
12349 }
12350 t = (struct tracepoint *) b;
12351 t->number_on_target = b->number;
f2a8bc8a
YQ
12352 if (bp_location_downloaded)
12353 observer_notify_breakpoint_modified (b);
1e4d1764
YQ
12354 }
12355
12356 do_cleanups (old_chain);
12357}
12358
934709f0
PW
12359/* Swap the insertion/duplication state between two locations. */
12360
12361static void
12362swap_insertion (struct bp_location *left, struct bp_location *right)
12363{
12364 const int left_inserted = left->inserted;
12365 const int left_duplicate = left->duplicate;
b775012e 12366 const int left_needs_update = left->needs_update;
934709f0
PW
12367 const struct bp_target_info left_target_info = left->target_info;
12368
1e4d1764
YQ
12369 /* Locations of tracepoints can never be duplicated. */
12370 if (is_tracepoint (left->owner))
12371 gdb_assert (!left->duplicate);
12372 if (is_tracepoint (right->owner))
12373 gdb_assert (!right->duplicate);
12374
934709f0
PW
12375 left->inserted = right->inserted;
12376 left->duplicate = right->duplicate;
b775012e 12377 left->needs_update = right->needs_update;
934709f0
PW
12378 left->target_info = right->target_info;
12379 right->inserted = left_inserted;
12380 right->duplicate = left_duplicate;
b775012e 12381 right->needs_update = left_needs_update;
934709f0
PW
12382 right->target_info = left_target_info;
12383}
12384
b775012e
LM
12385/* Force the re-insertion of the locations at ADDRESS. This is called
12386 once a new/deleted/modified duplicate location is found and we are evaluating
12387 conditions on the target's side. Such conditions need to be updated on
12388 the target. */
12389
12390static void
12391force_breakpoint_reinsertion (struct bp_location *bl)
12392{
12393 struct bp_location **locp = NULL, **loc2p;
12394 struct bp_location *loc;
12395 CORE_ADDR address = 0;
12396 int pspace_num;
12397
12398 address = bl->address;
12399 pspace_num = bl->pspace->num;
12400
12401 /* This is only meaningful if the target is
12402 evaluating conditions and if the user has
12403 opted for condition evaluation on the target's
12404 side. */
12405 if (gdb_evaluates_breakpoint_condition_p ()
12406 || !target_supports_evaluation_of_breakpoint_conditions ())
12407 return;
12408
12409 /* Flag all breakpoint locations with this address and
12410 the same program space as the location
12411 as "its condition has changed". We need to
12412 update the conditions on the target's side. */
12413 ALL_BP_LOCATIONS_AT_ADDR (loc2p, locp, address)
12414 {
12415 loc = *loc2p;
12416
12417 if (!is_breakpoint (loc->owner)
12418 || pspace_num != loc->pspace->num)
12419 continue;
12420
12421 /* Flag the location appropriately. We use a different state to
12422 let everyone know that we already updated the set of locations
12423 with addr bl->address and program space bl->pspace. This is so
12424 we don't have to keep calling these functions just to mark locations
12425 that have already been marked. */
12426 loc->condition_changed = condition_updated;
12427
12428 /* Free the agent expression bytecode as well. We will compute
12429 it later on. */
12430 if (loc->cond_bytecode)
12431 {
12432 free_agent_expr (loc->cond_bytecode);
12433 loc->cond_bytecode = NULL;
12434 }
12435 }
12436}
44702360
PA
12437/* Called whether new breakpoints are created, or existing breakpoints
12438 deleted, to update the global location list and recompute which
12439 locations are duplicate of which.
b775012e 12440
04086b45
PA
12441 The INSERT_MODE flag determines whether locations may not, may, or
12442 shall be inserted now. See 'enum ugll_insert_mode' for more
12443 info. */
b60e7edf 12444
0d381245 12445static void
44702360 12446update_global_location_list (enum ugll_insert_mode insert_mode)
0d381245 12447{
74960c60 12448 struct breakpoint *b;
876fa593 12449 struct bp_location **locp, *loc;
f7545552 12450 struct cleanup *cleanups;
b775012e
LM
12451 /* Last breakpoint location address that was marked for update. */
12452 CORE_ADDR last_addr = 0;
12453 /* Last breakpoint location program space that was marked for update. */
12454 int last_pspace_num = -1;
f7545552 12455
2d134ed3
PA
12456 /* Used in the duplicates detection below. When iterating over all
12457 bp_locations, points to the first bp_location of a given address.
12458 Breakpoints and watchpoints of different types are never
12459 duplicates of each other. Keep one pointer for each type of
12460 breakpoint/watchpoint, so we only need to loop over all locations
12461 once. */
12462 struct bp_location *bp_loc_first; /* breakpoint */
12463 struct bp_location *wp_loc_first; /* hardware watchpoint */
12464 struct bp_location *awp_loc_first; /* access watchpoint */
12465 struct bp_location *rwp_loc_first; /* read watchpoint */
876fa593 12466
4a64f543
MS
12467 /* Saved former bp_location array which we compare against the newly
12468 built bp_location from the current state of ALL_BREAKPOINTS. */
876fa593
JK
12469 struct bp_location **old_location, **old_locp;
12470 unsigned old_location_count;
12471
12472 old_location = bp_location;
12473 old_location_count = bp_location_count;
12474 bp_location = NULL;
12475 bp_location_count = 0;
12476 cleanups = make_cleanup (xfree, old_location);
0d381245 12477
74960c60 12478 ALL_BREAKPOINTS (b)
876fa593
JK
12479 for (loc = b->loc; loc; loc = loc->next)
12480 bp_location_count++;
12481
8d749320 12482 bp_location = XNEWVEC (struct bp_location *, bp_location_count);
876fa593
JK
12483 locp = bp_location;
12484 ALL_BREAKPOINTS (b)
12485 for (loc = b->loc; loc; loc = loc->next)
12486 *locp++ = loc;
12487 qsort (bp_location, bp_location_count, sizeof (*bp_location),
494cfb0f 12488 bp_location_compare);
876fa593
JK
12489
12490 bp_location_target_extensions_update ();
74960c60 12491
4a64f543
MS
12492 /* Identify bp_location instances that are no longer present in the
12493 new list, and therefore should be freed. Note that it's not
12494 necessary that those locations should be removed from inferior --
12495 if there's another location at the same address (previously
12496 marked as duplicate), we don't need to remove/insert the
12497 location.
876fa593 12498
4a64f543
MS
12499 LOCP is kept in sync with OLD_LOCP, each pointing to the current
12500 and former bp_location array state respectively. */
876fa593
JK
12501
12502 locp = bp_location;
12503 for (old_locp = old_location; old_locp < old_location + old_location_count;
12504 old_locp++)
74960c60 12505 {
876fa593 12506 struct bp_location *old_loc = *old_locp;
c7d46a38 12507 struct bp_location **loc2p;
876fa593 12508
e5dd4106 12509 /* Tells if 'old_loc' is found among the new locations. If
4a64f543 12510 not, we have to free it. */
c7d46a38 12511 int found_object = 0;
20874c92
VP
12512 /* Tells if the location should remain inserted in the target. */
12513 int keep_in_target = 0;
12514 int removed = 0;
876fa593 12515
4a64f543
MS
12516 /* Skip LOCP entries which will definitely never be needed.
12517 Stop either at or being the one matching OLD_LOC. */
876fa593 12518 while (locp < bp_location + bp_location_count
c7d46a38 12519 && (*locp)->address < old_loc->address)
876fa593 12520 locp++;
c7d46a38
PA
12521
12522 for (loc2p = locp;
12523 (loc2p < bp_location + bp_location_count
12524 && (*loc2p)->address == old_loc->address);
12525 loc2p++)
12526 {
b775012e
LM
12527 /* Check if this is a new/duplicated location or a duplicated
12528 location that had its condition modified. If so, we want to send
12529 its condition to the target if evaluation of conditions is taking
12530 place there. */
12531 if ((*loc2p)->condition_changed == condition_modified
12532 && (last_addr != old_loc->address
12533 || last_pspace_num != old_loc->pspace->num))
c7d46a38 12534 {
b775012e
LM
12535 force_breakpoint_reinsertion (*loc2p);
12536 last_pspace_num = old_loc->pspace->num;
c7d46a38 12537 }
b775012e
LM
12538
12539 if (*loc2p == old_loc)
12540 found_object = 1;
c7d46a38 12541 }
74960c60 12542
b775012e
LM
12543 /* We have already handled this address, update it so that we don't
12544 have to go through updates again. */
12545 last_addr = old_loc->address;
12546
12547 /* Target-side condition evaluation: Handle deleted locations. */
12548 if (!found_object)
12549 force_breakpoint_reinsertion (old_loc);
12550
4a64f543
MS
12551 /* If this location is no longer present, and inserted, look if
12552 there's maybe a new location at the same address. If so,
12553 mark that one inserted, and don't remove this one. This is
12554 needed so that we don't have a time window where a breakpoint
12555 at certain location is not inserted. */
74960c60 12556
876fa593 12557 if (old_loc->inserted)
0d381245 12558 {
4a64f543
MS
12559 /* If the location is inserted now, we might have to remove
12560 it. */
74960c60 12561
876fa593 12562 if (found_object && should_be_inserted (old_loc))
74960c60 12563 {
4a64f543
MS
12564 /* The location is still present in the location list,
12565 and still should be inserted. Don't do anything. */
20874c92 12566 keep_in_target = 1;
74960c60
VP
12567 }
12568 else
12569 {
b775012e
LM
12570 /* This location still exists, but it won't be kept in the
12571 target since it may have been disabled. We proceed to
12572 remove its target-side condition. */
12573
4a64f543
MS
12574 /* The location is either no longer present, or got
12575 disabled. See if there's another location at the
12576 same address, in which case we don't need to remove
12577 this one from the target. */
876fa593 12578
2bdf28a0 12579 /* OLD_LOC comes from existing struct breakpoint. */
876fa593
JK
12580 if (breakpoint_address_is_meaningful (old_loc->owner))
12581 {
876fa593 12582 for (loc2p = locp;
c7d46a38
PA
12583 (loc2p < bp_location + bp_location_count
12584 && (*loc2p)->address == old_loc->address);
876fa593
JK
12585 loc2p++)
12586 {
12587 struct bp_location *loc2 = *loc2p;
12588
2d134ed3 12589 if (breakpoint_locations_match (loc2, old_loc))
c7d46a38 12590 {
85d721b8
PA
12591 /* Read watchpoint locations are switched to
12592 access watchpoints, if the former are not
12593 supported, but the latter are. */
12594 if (is_hardware_watchpoint (old_loc->owner))
12595 {
12596 gdb_assert (is_hardware_watchpoint (loc2->owner));
12597 loc2->watchpoint_type = old_loc->watchpoint_type;
12598 }
12599
934709f0
PW
12600 /* loc2 is a duplicated location. We need to check
12601 if it should be inserted in case it will be
12602 unduplicated. */
12603 if (loc2 != old_loc
12604 && unduplicated_should_be_inserted (loc2))
c7d46a38 12605 {
934709f0 12606 swap_insertion (old_loc, loc2);
c7d46a38
PA
12607 keep_in_target = 1;
12608 break;
12609 }
876fa593
JK
12610 }
12611 }
12612 }
74960c60
VP
12613 }
12614
20874c92
VP
12615 if (!keep_in_target)
12616 {
834c0d03 12617 if (remove_breakpoint (old_loc))
20874c92 12618 {
4a64f543
MS
12619 /* This is just about all we can do. We could keep
12620 this location on the global list, and try to
12621 remove it next time, but there's no particular
12622 reason why we will succeed next time.
20874c92 12623
4a64f543
MS
12624 Note that at this point, old_loc->owner is still
12625 valid, as delete_breakpoint frees the breakpoint
12626 only after calling us. */
3e43a32a
MS
12627 printf_filtered (_("warning: Error removing "
12628 "breakpoint %d\n"),
876fa593 12629 old_loc->owner->number);
20874c92
VP
12630 }
12631 removed = 1;
12632 }
0d381245 12633 }
74960c60
VP
12634
12635 if (!found_object)
1c5cfe86 12636 {
fbea99ea 12637 if (removed && target_is_non_stop_p ()
1cf4d951 12638 && need_moribund_for_location_type (old_loc))
20874c92 12639 {
db82e815
PA
12640 /* This location was removed from the target. In
12641 non-stop mode, a race condition is possible where
12642 we've removed a breakpoint, but stop events for that
12643 breakpoint are already queued and will arrive later.
12644 We apply an heuristic to be able to distinguish such
12645 SIGTRAPs from other random SIGTRAPs: we keep this
12646 breakpoint location for a bit, and will retire it
12647 after we see some number of events. The theory here
12648 is that reporting of events should, "on the average",
12649 be fair, so after a while we'll see events from all
12650 threads that have anything of interest, and no longer
12651 need to keep this breakpoint location around. We
12652 don't hold locations forever so to reduce chances of
12653 mistaking a non-breakpoint SIGTRAP for a breakpoint
12654 SIGTRAP.
12655
12656 The heuristic failing can be disastrous on
12657 decr_pc_after_break targets.
12658
12659 On decr_pc_after_break targets, like e.g., x86-linux,
12660 if we fail to recognize a late breakpoint SIGTRAP,
12661 because events_till_retirement has reached 0 too
12662 soon, we'll fail to do the PC adjustment, and report
12663 a random SIGTRAP to the user. When the user resumes
12664 the inferior, it will most likely immediately crash
2dec564e 12665 with SIGILL/SIGBUS/SIGSEGV, or worse, get silently
db82e815
PA
12666 corrupted, because of being resumed e.g., in the
12667 middle of a multi-byte instruction, or skipped a
12668 one-byte instruction. This was actually seen happen
12669 on native x86-linux, and should be less rare on
12670 targets that do not support new thread events, like
12671 remote, due to the heuristic depending on
12672 thread_count.
12673
12674 Mistaking a random SIGTRAP for a breakpoint trap
12675 causes similar symptoms (PC adjustment applied when
12676 it shouldn't), but then again, playing with SIGTRAPs
12677 behind the debugger's back is asking for trouble.
12678
12679 Since hardware watchpoint traps are always
12680 distinguishable from other traps, so we don't need to
12681 apply keep hardware watchpoint moribund locations
12682 around. We simply always ignore hardware watchpoint
12683 traps we can no longer explain. */
12684
876fa593
JK
12685 old_loc->events_till_retirement = 3 * (thread_count () + 1);
12686 old_loc->owner = NULL;
20874c92 12687
876fa593 12688 VEC_safe_push (bp_location_p, moribund_locations, old_loc);
1c5cfe86
PA
12689 }
12690 else
f431efe5
PA
12691 {
12692 old_loc->owner = NULL;
12693 decref_bp_location (&old_loc);
12694 }
20874c92 12695 }
74960c60 12696 }
1c5cfe86 12697
348d480f
PA
12698 /* Rescan breakpoints at the same address and section, marking the
12699 first one as "first" and any others as "duplicates". This is so
12700 that the bpt instruction is only inserted once. If we have a
12701 permanent breakpoint at the same place as BPT, make that one the
12702 official one, and the rest as duplicates. Permanent breakpoints
12703 are sorted first for the same address.
12704
12705 Do the same for hardware watchpoints, but also considering the
12706 watchpoint's type (regular/access/read) and length. */
12707
12708 bp_loc_first = NULL;
12709 wp_loc_first = NULL;
12710 awp_loc_first = NULL;
12711 rwp_loc_first = NULL;
12712 ALL_BP_LOCATIONS (loc, locp)
12713 {
12714 /* ALL_BP_LOCATIONS bp_location has LOC->OWNER always
12715 non-NULL. */
348d480f 12716 struct bp_location **loc_first_p;
d3fbdd86 12717 b = loc->owner;
348d480f 12718
6f380991 12719 if (!unduplicated_should_be_inserted (loc)
348d480f 12720 || !breakpoint_address_is_meaningful (b)
1e4d1764
YQ
12721 /* Don't detect duplicate for tracepoint locations because they are
12722 never duplicated. See the comments in field `duplicate' of
12723 `struct bp_location'. */
348d480f 12724 || is_tracepoint (b))
b775012e
LM
12725 {
12726 /* Clear the condition modification flag. */
12727 loc->condition_changed = condition_unchanged;
12728 continue;
12729 }
348d480f 12730
348d480f
PA
12731 if (b->type == bp_hardware_watchpoint)
12732 loc_first_p = &wp_loc_first;
12733 else if (b->type == bp_read_watchpoint)
12734 loc_first_p = &rwp_loc_first;
12735 else if (b->type == bp_access_watchpoint)
12736 loc_first_p = &awp_loc_first;
12737 else
12738 loc_first_p = &bp_loc_first;
12739
12740 if (*loc_first_p == NULL
12741 || (overlay_debugging && loc->section != (*loc_first_p)->section)
12742 || !breakpoint_locations_match (loc, *loc_first_p))
12743 {
12744 *loc_first_p = loc;
12745 loc->duplicate = 0;
b775012e
LM
12746
12747 if (is_breakpoint (loc->owner) && loc->condition_changed)
12748 {
12749 loc->needs_update = 1;
12750 /* Clear the condition modification flag. */
12751 loc->condition_changed = condition_unchanged;
12752 }
348d480f
PA
12753 continue;
12754 }
12755
934709f0
PW
12756
12757 /* This and the above ensure the invariant that the first location
12758 is not duplicated, and is the inserted one.
12759 All following are marked as duplicated, and are not inserted. */
12760 if (loc->inserted)
12761 swap_insertion (loc, *loc_first_p);
348d480f
PA
12762 loc->duplicate = 1;
12763
b775012e
LM
12764 /* Clear the condition modification flag. */
12765 loc->condition_changed = condition_unchanged;
348d480f
PA
12766 }
12767
a25a5a45 12768 if (insert_mode == UGLL_INSERT || breakpoints_should_be_inserted_now ())
b775012e 12769 {
04086b45 12770 if (insert_mode != UGLL_DONT_INSERT)
b775012e
LM
12771 insert_breakpoint_locations ();
12772 else
12773 {
44702360
PA
12774 /* Even though the caller told us to not insert new
12775 locations, we may still need to update conditions on the
12776 target's side of breakpoints that were already inserted
12777 if the target is evaluating breakpoint conditions. We
b775012e
LM
12778 only update conditions for locations that are marked
12779 "needs_update". */
12780 update_inserted_breakpoint_locations ();
12781 }
12782 }
348d480f 12783
04086b45 12784 if (insert_mode != UGLL_DONT_INSERT)
1e4d1764
YQ
12785 download_tracepoint_locations ();
12786
348d480f
PA
12787 do_cleanups (cleanups);
12788}
12789
12790void
12791breakpoint_retire_moribund (void)
12792{
12793 struct bp_location *loc;
12794 int ix;
12795
12796 for (ix = 0; VEC_iterate (bp_location_p, moribund_locations, ix, loc); ++ix)
12797 if (--(loc->events_till_retirement) == 0)
12798 {
12799 decref_bp_location (&loc);
12800 VEC_unordered_remove (bp_location_p, moribund_locations, ix);
12801 --ix;
12802 }
12803}
12804
12805static void
44702360 12806update_global_location_list_nothrow (enum ugll_insert_mode insert_mode)
348d480f 12807{
348d480f 12808
492d29ea
PA
12809 TRY
12810 {
12811 update_global_location_list (insert_mode);
12812 }
12813 CATCH (e, RETURN_MASK_ERROR)
12814 {
12815 }
12816 END_CATCH
348d480f
PA
12817}
12818
12819/* Clear BKP from a BPS. */
12820
12821static void
12822bpstat_remove_bp_location (bpstat bps, struct breakpoint *bpt)
12823{
12824 bpstat bs;
12825
12826 for (bs = bps; bs; bs = bs->next)
12827 if (bs->breakpoint_at == bpt)
12828 {
12829 bs->breakpoint_at = NULL;
12830 bs->old_val = NULL;
12831 /* bs->commands will be freed later. */
12832 }
12833}
12834
12835/* Callback for iterate_over_threads. */
12836static int
12837bpstat_remove_breakpoint_callback (struct thread_info *th, void *data)
12838{
9a3c8263 12839 struct breakpoint *bpt = (struct breakpoint *) data;
348d480f
PA
12840
12841 bpstat_remove_bp_location (th->control.stop_bpstat, bpt);
12842 return 0;
12843}
12844
12845/* Helper for breakpoint and tracepoint breakpoint_ops->mention
12846 callbacks. */
12847
12848static void
12849say_where (struct breakpoint *b)
12850{
12851 struct value_print_options opts;
12852
12853 get_user_print_options (&opts);
12854
12855 /* i18n: cagney/2005-02-11: Below needs to be merged into a
12856 single string. */
12857 if (b->loc == NULL)
12858 {
f00aae0f
KS
12859 /* For pending locations, the output differs slightly based
12860 on b->extra_string. If this is non-NULL, it contains either
12861 a condition or dprintf arguments. */
12862 if (b->extra_string == NULL)
12863 {
12864 printf_filtered (_(" (%s) pending."),
12865 event_location_to_string (b->location));
12866 }
12867 else if (b->type == bp_dprintf)
12868 {
12869 printf_filtered (_(" (%s,%s) pending."),
12870 event_location_to_string (b->location),
12871 b->extra_string);
12872 }
12873 else
12874 {
12875 printf_filtered (_(" (%s %s) pending."),
12876 event_location_to_string (b->location),
12877 b->extra_string);
12878 }
348d480f
PA
12879 }
12880 else
12881 {
2f202fde 12882 if (opts.addressprint || b->loc->symtab == NULL)
348d480f
PA
12883 {
12884 printf_filtered (" at ");
12885 fputs_filtered (paddress (b->loc->gdbarch, b->loc->address),
12886 gdb_stdout);
12887 }
2f202fde 12888 if (b->loc->symtab != NULL)
f8eba3c6
TT
12889 {
12890 /* If there is a single location, we can print the location
12891 more nicely. */
12892 if (b->loc->next == NULL)
12893 printf_filtered (": file %s, line %d.",
05cba821
JK
12894 symtab_to_filename_for_display (b->loc->symtab),
12895 b->loc->line_number);
f8eba3c6
TT
12896 else
12897 /* This is not ideal, but each location may have a
12898 different file name, and this at least reflects the
12899 real situation somewhat. */
f00aae0f
KS
12900 printf_filtered (": %s.",
12901 event_location_to_string (b->location));
f8eba3c6 12902 }
348d480f
PA
12903
12904 if (b->loc->next)
12905 {
12906 struct bp_location *loc = b->loc;
12907 int n = 0;
12908 for (; loc; loc = loc->next)
12909 ++n;
12910 printf_filtered (" (%d locations)", n);
12911 }
12912 }
12913}
12914
348d480f
PA
12915/* Default bp_location_ops methods. */
12916
12917static void
12918bp_location_dtor (struct bp_location *self)
12919{
12920 xfree (self->cond);
b775012e
LM
12921 if (self->cond_bytecode)
12922 free_agent_expr (self->cond_bytecode);
348d480f 12923 xfree (self->function_name);
8b4f3082
PA
12924
12925 VEC_free (agent_expr_p, self->target_info.conditions);
12926 VEC_free (agent_expr_p, self->target_info.tcommands);
348d480f
PA
12927}
12928
12929static const struct bp_location_ops bp_location_ops =
12930{
12931 bp_location_dtor
12932};
12933
2060206e
PA
12934/* Default breakpoint_ops methods all breakpoint_ops ultimately
12935 inherit from. */
348d480f 12936
2060206e
PA
12937static void
12938base_breakpoint_dtor (struct breakpoint *self)
348d480f
PA
12939{
12940 decref_counted_command_line (&self->commands);
12941 xfree (self->cond_string);
fb81d016 12942 xfree (self->extra_string);
f8eba3c6 12943 xfree (self->filter);
f00aae0f
KS
12944 delete_event_location (self->location);
12945 delete_event_location (self->location_range_end);
348d480f
PA
12946}
12947
2060206e
PA
12948static struct bp_location *
12949base_breakpoint_allocate_location (struct breakpoint *self)
348d480f
PA
12950{
12951 struct bp_location *loc;
12952
12953 loc = XNEW (struct bp_location);
12954 init_bp_location (loc, &bp_location_ops, self);
12955 return loc;
12956}
12957
2060206e
PA
12958static void
12959base_breakpoint_re_set (struct breakpoint *b)
12960{
12961 /* Nothing to re-set. */
12962}
12963
12964#define internal_error_pure_virtual_called() \
12965 gdb_assert_not_reached ("pure virtual function called")
12966
12967static int
12968base_breakpoint_insert_location (struct bp_location *bl)
12969{
12970 internal_error_pure_virtual_called ();
12971}
12972
12973static int
12974base_breakpoint_remove_location (struct bp_location *bl)
12975{
12976 internal_error_pure_virtual_called ();
12977}
12978
12979static int
12980base_breakpoint_breakpoint_hit (const struct bp_location *bl,
12981 struct address_space *aspace,
09ac7c10
TT
12982 CORE_ADDR bp_addr,
12983 const struct target_waitstatus *ws)
2060206e
PA
12984{
12985 internal_error_pure_virtual_called ();
12986}
12987
12988static void
12989base_breakpoint_check_status (bpstat bs)
12990{
12991 /* Always stop. */
12992}
12993
12994/* A "works_in_software_mode" breakpoint_ops method that just internal
12995 errors. */
12996
12997static int
12998base_breakpoint_works_in_software_mode (const struct breakpoint *b)
12999{
13000 internal_error_pure_virtual_called ();
13001}
13002
13003/* A "resources_needed" breakpoint_ops method that just internal
13004 errors. */
13005
13006static int
13007base_breakpoint_resources_needed (const struct bp_location *bl)
13008{
13009 internal_error_pure_virtual_called ();
13010}
13011
13012static enum print_stop_action
13013base_breakpoint_print_it (bpstat bs)
13014{
13015 internal_error_pure_virtual_called ();
13016}
13017
13018static void
13019base_breakpoint_print_one_detail (const struct breakpoint *self,
13020 struct ui_out *uiout)
13021{
13022 /* nothing */
13023}
13024
13025static void
13026base_breakpoint_print_mention (struct breakpoint *b)
13027{
13028 internal_error_pure_virtual_called ();
13029}
13030
13031static void
13032base_breakpoint_print_recreate (struct breakpoint *b, struct ui_file *fp)
13033{
13034 internal_error_pure_virtual_called ();
13035}
13036
983af33b 13037static void
f00aae0f
KS
13038base_breakpoint_create_sals_from_location
13039 (const struct event_location *location,
13040 struct linespec_result *canonical,
13041 enum bptype type_wanted)
983af33b
SDJ
13042{
13043 internal_error_pure_virtual_called ();
13044}
13045
13046static void
13047base_breakpoint_create_breakpoints_sal (struct gdbarch *gdbarch,
13048 struct linespec_result *c,
983af33b 13049 char *cond_string,
e7e0cddf 13050 char *extra_string,
983af33b
SDJ
13051 enum bptype type_wanted,
13052 enum bpdisp disposition,
13053 int thread,
13054 int task, int ignore_count,
13055 const struct breakpoint_ops *o,
13056 int from_tty, int enabled,
44f238bb 13057 int internal, unsigned flags)
983af33b
SDJ
13058{
13059 internal_error_pure_virtual_called ();
13060}
13061
13062static void
f00aae0f
KS
13063base_breakpoint_decode_location (struct breakpoint *b,
13064 const struct event_location *location,
c2f4122d 13065 struct program_space *search_pspace,
983af33b
SDJ
13066 struct symtabs_and_lines *sals)
13067{
13068 internal_error_pure_virtual_called ();
13069}
13070
ab04a2af
TT
13071/* The default 'explains_signal' method. */
13072
47591c29 13073static int
427cd150 13074base_breakpoint_explains_signal (struct breakpoint *b, enum gdb_signal sig)
ab04a2af 13075{
47591c29 13076 return 1;
ab04a2af
TT
13077}
13078
9d6e6e84
HZ
13079/* The default "after_condition_true" method. */
13080
13081static void
13082base_breakpoint_after_condition_true (struct bpstats *bs)
13083{
13084 /* Nothing to do. */
13085}
13086
ab04a2af 13087struct breakpoint_ops base_breakpoint_ops =
2060206e
PA
13088{
13089 base_breakpoint_dtor,
13090 base_breakpoint_allocate_location,
13091 base_breakpoint_re_set,
13092 base_breakpoint_insert_location,
13093 base_breakpoint_remove_location,
13094 base_breakpoint_breakpoint_hit,
13095 base_breakpoint_check_status,
13096 base_breakpoint_resources_needed,
13097 base_breakpoint_works_in_software_mode,
13098 base_breakpoint_print_it,
13099 NULL,
13100 base_breakpoint_print_one_detail,
13101 base_breakpoint_print_mention,
983af33b 13102 base_breakpoint_print_recreate,
5f700d83 13103 base_breakpoint_create_sals_from_location,
983af33b 13104 base_breakpoint_create_breakpoints_sal,
5f700d83 13105 base_breakpoint_decode_location,
9d6e6e84
HZ
13106 base_breakpoint_explains_signal,
13107 base_breakpoint_after_condition_true,
2060206e
PA
13108};
13109
13110/* Default breakpoint_ops methods. */
13111
13112static void
348d480f
PA
13113bkpt_re_set (struct breakpoint *b)
13114{
06edf0c0 13115 /* FIXME: is this still reachable? */
9ef9e6a6 13116 if (breakpoint_event_location_empty_p (b))
06edf0c0 13117 {
f00aae0f 13118 /* Anything without a location can't be re-set. */
348d480f 13119 delete_breakpoint (b);
06edf0c0 13120 return;
348d480f 13121 }
06edf0c0
PA
13122
13123 breakpoint_re_set_default (b);
348d480f
PA
13124}
13125
2060206e 13126static int
348d480f
PA
13127bkpt_insert_location (struct bp_location *bl)
13128{
13129 if (bl->loc_type == bp_loc_hardware_breakpoint)
7c16b83e 13130 return target_insert_hw_breakpoint (bl->gdbarch, &bl->target_info);
348d480f 13131 else
7c16b83e 13132 return target_insert_breakpoint (bl->gdbarch, &bl->target_info);
348d480f
PA
13133}
13134
2060206e 13135static int
348d480f
PA
13136bkpt_remove_location (struct bp_location *bl)
13137{
13138 if (bl->loc_type == bp_loc_hardware_breakpoint)
13139 return target_remove_hw_breakpoint (bl->gdbarch, &bl->target_info);
13140 else
7c16b83e 13141 return target_remove_breakpoint (bl->gdbarch, &bl->target_info);
348d480f
PA
13142}
13143
2060206e 13144static int
348d480f 13145bkpt_breakpoint_hit (const struct bp_location *bl,
09ac7c10
TT
13146 struct address_space *aspace, CORE_ADDR bp_addr,
13147 const struct target_waitstatus *ws)
348d480f 13148{
09ac7c10 13149 if (ws->kind != TARGET_WAITKIND_STOPPED
a493e3e2 13150 || ws->value.sig != GDB_SIGNAL_TRAP)
09ac7c10
TT
13151 return 0;
13152
348d480f
PA
13153 if (!breakpoint_address_match (bl->pspace->aspace, bl->address,
13154 aspace, bp_addr))
13155 return 0;
13156
13157 if (overlay_debugging /* unmapped overlay section */
13158 && section_is_overlay (bl->section)
13159 && !section_is_mapped (bl->section))
13160 return 0;
13161
13162 return 1;
13163}
13164
cd1608cc
PA
13165static int
13166dprintf_breakpoint_hit (const struct bp_location *bl,
13167 struct address_space *aspace, CORE_ADDR bp_addr,
13168 const struct target_waitstatus *ws)
13169{
13170 if (dprintf_style == dprintf_style_agent
13171 && target_can_run_breakpoint_commands ())
13172 {
13173 /* An agent-style dprintf never causes a stop. If we see a trap
13174 for this address it must be for a breakpoint that happens to
13175 be set at the same address. */
13176 return 0;
13177 }
13178
13179 return bkpt_breakpoint_hit (bl, aspace, bp_addr, ws);
13180}
13181
2060206e 13182static int
348d480f
PA
13183bkpt_resources_needed (const struct bp_location *bl)
13184{
13185 gdb_assert (bl->owner->type == bp_hardware_breakpoint);
13186
13187 return 1;
13188}
13189
2060206e 13190static enum print_stop_action
348d480f
PA
13191bkpt_print_it (bpstat bs)
13192{
348d480f
PA
13193 struct breakpoint *b;
13194 const struct bp_location *bl;
001c8c33 13195 int bp_temp;
79a45e25 13196 struct ui_out *uiout = current_uiout;
348d480f
PA
13197
13198 gdb_assert (bs->bp_location_at != NULL);
13199
13200 bl = bs->bp_location_at;
13201 b = bs->breakpoint_at;
13202
001c8c33
PA
13203 bp_temp = b->disposition == disp_del;
13204 if (bl->address != bl->requested_address)
13205 breakpoint_adjustment_warning (bl->requested_address,
13206 bl->address,
13207 b->number, 1);
13208 annotate_breakpoint (b->number);
f303dbd6
PA
13209 maybe_print_thread_hit_breakpoint (uiout);
13210
001c8c33 13211 if (bp_temp)
f303dbd6 13212 ui_out_text (uiout, "Temporary breakpoint ");
001c8c33 13213 else
f303dbd6 13214 ui_out_text (uiout, "Breakpoint ");
001c8c33 13215 if (ui_out_is_mi_like_p (uiout))
348d480f 13216 {
001c8c33
PA
13217 ui_out_field_string (uiout, "reason",
13218 async_reason_lookup (EXEC_ASYNC_BREAKPOINT_HIT));
13219 ui_out_field_string (uiout, "disp", bpdisp_text (b->disposition));
06edf0c0 13220 }
001c8c33
PA
13221 ui_out_field_int (uiout, "bkptno", b->number);
13222 ui_out_text (uiout, ", ");
06edf0c0 13223
001c8c33 13224 return PRINT_SRC_AND_LOC;
06edf0c0
PA
13225}
13226
2060206e 13227static void
06edf0c0
PA
13228bkpt_print_mention (struct breakpoint *b)
13229{
79a45e25 13230 if (ui_out_is_mi_like_p (current_uiout))
06edf0c0
PA
13231 return;
13232
13233 switch (b->type)
13234 {
13235 case bp_breakpoint:
13236 case bp_gnu_ifunc_resolver:
13237 if (b->disposition == disp_del)
13238 printf_filtered (_("Temporary breakpoint"));
13239 else
13240 printf_filtered (_("Breakpoint"));
13241 printf_filtered (_(" %d"), b->number);
13242 if (b->type == bp_gnu_ifunc_resolver)
13243 printf_filtered (_(" at gnu-indirect-function resolver"));
13244 break;
13245 case bp_hardware_breakpoint:
13246 printf_filtered (_("Hardware assisted breakpoint %d"), b->number);
13247 break;
e7e0cddf
SS
13248 case bp_dprintf:
13249 printf_filtered (_("Dprintf %d"), b->number);
13250 break;
06edf0c0
PA
13251 }
13252
13253 say_where (b);
13254}
13255
2060206e 13256static void
06edf0c0
PA
13257bkpt_print_recreate (struct breakpoint *tp, struct ui_file *fp)
13258{
13259 if (tp->type == bp_breakpoint && tp->disposition == disp_del)
13260 fprintf_unfiltered (fp, "tbreak");
13261 else if (tp->type == bp_breakpoint)
13262 fprintf_unfiltered (fp, "break");
13263 else if (tp->type == bp_hardware_breakpoint
13264 && tp->disposition == disp_del)
13265 fprintf_unfiltered (fp, "thbreak");
13266 else if (tp->type == bp_hardware_breakpoint)
13267 fprintf_unfiltered (fp, "hbreak");
13268 else
13269 internal_error (__FILE__, __LINE__,
13270 _("unhandled breakpoint type %d"), (int) tp->type);
13271
f00aae0f
KS
13272 fprintf_unfiltered (fp, " %s",
13273 event_location_to_string (tp->location));
13274
13275 /* Print out extra_string if this breakpoint is pending. It might
13276 contain, for example, conditions that were set by the user. */
13277 if (tp->loc == NULL && tp->extra_string != NULL)
13278 fprintf_unfiltered (fp, " %s", tp->extra_string);
13279
dd11a36c 13280 print_recreate_thread (tp, fp);
06edf0c0
PA
13281}
13282
983af33b 13283static void
f00aae0f
KS
13284bkpt_create_sals_from_location (const struct event_location *location,
13285 struct linespec_result *canonical,
13286 enum bptype type_wanted)
983af33b 13287{
f00aae0f 13288 create_sals_from_location_default (location, canonical, type_wanted);
983af33b
SDJ
13289}
13290
13291static void
13292bkpt_create_breakpoints_sal (struct gdbarch *gdbarch,
13293 struct linespec_result *canonical,
983af33b 13294 char *cond_string,
e7e0cddf 13295 char *extra_string,
983af33b
SDJ
13296 enum bptype type_wanted,
13297 enum bpdisp disposition,
13298 int thread,
13299 int task, int ignore_count,
13300 const struct breakpoint_ops *ops,
13301 int from_tty, int enabled,
44f238bb 13302 int internal, unsigned flags)
983af33b 13303{
023fa29b 13304 create_breakpoints_sal_default (gdbarch, canonical,
e7e0cddf
SS
13305 cond_string, extra_string,
13306 type_wanted,
983af33b
SDJ
13307 disposition, thread, task,
13308 ignore_count, ops, from_tty,
44f238bb 13309 enabled, internal, flags);
983af33b
SDJ
13310}
13311
13312static void
f00aae0f
KS
13313bkpt_decode_location (struct breakpoint *b,
13314 const struct event_location *location,
c2f4122d 13315 struct program_space *search_pspace,
983af33b
SDJ
13316 struct symtabs_and_lines *sals)
13317{
c2f4122d 13318 decode_location_default (b, location, search_pspace, sals);
983af33b
SDJ
13319}
13320
06edf0c0
PA
13321/* Virtual table for internal breakpoints. */
13322
13323static void
13324internal_bkpt_re_set (struct breakpoint *b)
13325{
13326 switch (b->type)
13327 {
13328 /* Delete overlay event and longjmp master breakpoints; they
13329 will be reset later by breakpoint_re_set. */
13330 case bp_overlay_event:
13331 case bp_longjmp_master:
13332 case bp_std_terminate_master:
13333 case bp_exception_master:
13334 delete_breakpoint (b);
13335 break;
13336
13337 /* This breakpoint is special, it's set up when the inferior
13338 starts and we really don't want to touch it. */
13339 case bp_shlib_event:
13340
13341 /* Like bp_shlib_event, this breakpoint type is special. Once
13342 it is set up, we do not want to touch it. */
13343 case bp_thread_event:
13344 break;
13345 }
13346}
13347
13348static void
13349internal_bkpt_check_status (bpstat bs)
13350{
a9b3a50f
PA
13351 if (bs->breakpoint_at->type == bp_shlib_event)
13352 {
13353 /* If requested, stop when the dynamic linker notifies GDB of
13354 events. This allows the user to get control and place
13355 breakpoints in initializer routines for dynamically loaded
13356 objects (among other things). */
13357 bs->stop = stop_on_solib_events;
13358 bs->print = stop_on_solib_events;
13359 }
13360 else
13361 bs->stop = 0;
06edf0c0
PA
13362}
13363
13364static enum print_stop_action
13365internal_bkpt_print_it (bpstat bs)
13366{
06edf0c0 13367 struct breakpoint *b;
06edf0c0 13368
06edf0c0
PA
13369 b = bs->breakpoint_at;
13370
06edf0c0
PA
13371 switch (b->type)
13372 {
348d480f
PA
13373 case bp_shlib_event:
13374 /* Did we stop because the user set the stop_on_solib_events
13375 variable? (If so, we report this as a generic, "Stopped due
13376 to shlib event" message.) */
edcc5120 13377 print_solib_event (0);
348d480f
PA
13378 break;
13379
13380 case bp_thread_event:
13381 /* Not sure how we will get here.
13382 GDB should not stop for these breakpoints. */
13383 printf_filtered (_("Thread Event Breakpoint: gdb should not stop!\n"));
348d480f
PA
13384 break;
13385
13386 case bp_overlay_event:
13387 /* By analogy with the thread event, GDB should not stop for these. */
13388 printf_filtered (_("Overlay Event Breakpoint: gdb should not stop!\n"));
348d480f
PA
13389 break;
13390
13391 case bp_longjmp_master:
13392 /* These should never be enabled. */
13393 printf_filtered (_("Longjmp Master Breakpoint: gdb should not stop!\n"));
348d480f
PA
13394 break;
13395
13396 case bp_std_terminate_master:
13397 /* These should never be enabled. */
13398 printf_filtered (_("std::terminate Master Breakpoint: "
13399 "gdb should not stop!\n"));
348d480f
PA
13400 break;
13401
13402 case bp_exception_master:
13403 /* These should never be enabled. */
13404 printf_filtered (_("Exception Master Breakpoint: "
13405 "gdb should not stop!\n"));
06edf0c0
PA
13406 break;
13407 }
13408
001c8c33 13409 return PRINT_NOTHING;
06edf0c0
PA
13410}
13411
13412static void
13413internal_bkpt_print_mention (struct breakpoint *b)
13414{
13415 /* Nothing to mention. These breakpoints are internal. */
13416}
13417
06edf0c0
PA
13418/* Virtual table for momentary breakpoints */
13419
13420static void
13421momentary_bkpt_re_set (struct breakpoint *b)
13422{
13423 /* Keep temporary breakpoints, which can be encountered when we step
4d1eb6b4 13424 over a dlopen call and solib_add is resetting the breakpoints.
06edf0c0
PA
13425 Otherwise these should have been blown away via the cleanup chain
13426 or by breakpoint_init_inferior when we rerun the executable. */
13427}
13428
13429static void
13430momentary_bkpt_check_status (bpstat bs)
13431{
13432 /* Nothing. The point of these breakpoints is causing a stop. */
13433}
13434
13435static enum print_stop_action
13436momentary_bkpt_print_it (bpstat bs)
13437{
001c8c33 13438 return PRINT_UNKNOWN;
348d480f
PA
13439}
13440
06edf0c0
PA
13441static void
13442momentary_bkpt_print_mention (struct breakpoint *b)
348d480f 13443{
06edf0c0 13444 /* Nothing to mention. These breakpoints are internal. */
348d480f
PA
13445}
13446
e2e4d78b
JK
13447/* Ensure INITIATING_FRAME is cleared when no such breakpoint exists.
13448
13449 It gets cleared already on the removal of the first one of such placed
13450 breakpoints. This is OK as they get all removed altogether. */
13451
13452static void
13453longjmp_bkpt_dtor (struct breakpoint *self)
13454{
5d5658a1 13455 struct thread_info *tp = find_thread_global_id (self->thread);
e2e4d78b
JK
13456
13457 if (tp)
13458 tp->initiating_frame = null_frame_id;
13459
13460 momentary_breakpoint_ops.dtor (self);
13461}
13462
55aa24fb
SDJ
13463/* Specific methods for probe breakpoints. */
13464
13465static int
13466bkpt_probe_insert_location (struct bp_location *bl)
13467{
13468 int v = bkpt_insert_location (bl);
13469
13470 if (v == 0)
13471 {
13472 /* The insertion was successful, now let's set the probe's semaphore
13473 if needed. */
0ea5cda8
SDJ
13474 if (bl->probe.probe->pops->set_semaphore != NULL)
13475 bl->probe.probe->pops->set_semaphore (bl->probe.probe,
13476 bl->probe.objfile,
13477 bl->gdbarch);
55aa24fb
SDJ
13478 }
13479
13480 return v;
13481}
13482
13483static int
13484bkpt_probe_remove_location (struct bp_location *bl)
13485{
13486 /* Let's clear the semaphore before removing the location. */
0ea5cda8
SDJ
13487 if (bl->probe.probe->pops->clear_semaphore != NULL)
13488 bl->probe.probe->pops->clear_semaphore (bl->probe.probe,
13489 bl->probe.objfile,
13490 bl->gdbarch);
55aa24fb
SDJ
13491
13492 return bkpt_remove_location (bl);
13493}
13494
13495static void
f00aae0f 13496bkpt_probe_create_sals_from_location (const struct event_location *location,
5f700d83 13497 struct linespec_result *canonical,
f00aae0f 13498 enum bptype type_wanted)
55aa24fb
SDJ
13499{
13500 struct linespec_sals lsal;
13501
c2f4122d 13502 lsal.sals = parse_probes (location, NULL, canonical);
f00aae0f 13503 lsal.canonical = xstrdup (event_location_to_string (canonical->location));
55aa24fb
SDJ
13504 VEC_safe_push (linespec_sals, canonical->sals, &lsal);
13505}
13506
13507static void
f00aae0f
KS
13508bkpt_probe_decode_location (struct breakpoint *b,
13509 const struct event_location *location,
c2f4122d 13510 struct program_space *search_pspace,
55aa24fb
SDJ
13511 struct symtabs_and_lines *sals)
13512{
c2f4122d 13513 *sals = parse_probes (location, search_pspace, NULL);
55aa24fb
SDJ
13514 if (!sals->sals)
13515 error (_("probe not found"));
13516}
13517
348d480f 13518/* The breakpoint_ops structure to be used in tracepoints. */
876fa593 13519
348d480f
PA
13520static void
13521tracepoint_re_set (struct breakpoint *b)
13522{
13523 breakpoint_re_set_default (b);
13524}
876fa593 13525
348d480f
PA
13526static int
13527tracepoint_breakpoint_hit (const struct bp_location *bl,
09ac7c10
TT
13528 struct address_space *aspace, CORE_ADDR bp_addr,
13529 const struct target_waitstatus *ws)
348d480f
PA
13530{
13531 /* By definition, the inferior does not report stops at
13532 tracepoints. */
13533 return 0;
74960c60
VP
13534}
13535
13536static void
348d480f
PA
13537tracepoint_print_one_detail (const struct breakpoint *self,
13538 struct ui_out *uiout)
74960c60 13539{
d9b3f62e
PA
13540 struct tracepoint *tp = (struct tracepoint *) self;
13541 if (tp->static_trace_marker_id)
348d480f
PA
13542 {
13543 gdb_assert (self->type == bp_static_tracepoint);
cc59ec59 13544
348d480f
PA
13545 ui_out_text (uiout, "\tmarker id is ");
13546 ui_out_field_string (uiout, "static-tracepoint-marker-string-id",
d9b3f62e 13547 tp->static_trace_marker_id);
348d480f
PA
13548 ui_out_text (uiout, "\n");
13549 }
0d381245
VP
13550}
13551
a474d7c2 13552static void
348d480f 13553tracepoint_print_mention (struct breakpoint *b)
a474d7c2 13554{
79a45e25 13555 if (ui_out_is_mi_like_p (current_uiout))
348d480f 13556 return;
cc59ec59 13557
348d480f
PA
13558 switch (b->type)
13559 {
13560 case bp_tracepoint:
13561 printf_filtered (_("Tracepoint"));
13562 printf_filtered (_(" %d"), b->number);
13563 break;
13564 case bp_fast_tracepoint:
13565 printf_filtered (_("Fast tracepoint"));
13566 printf_filtered (_(" %d"), b->number);
13567 break;
13568 case bp_static_tracepoint:
13569 printf_filtered (_("Static tracepoint"));
13570 printf_filtered (_(" %d"), b->number);
13571 break;
13572 default:
13573 internal_error (__FILE__, __LINE__,
13574 _("unhandled tracepoint type %d"), (int) b->type);
13575 }
13576
13577 say_where (b);
a474d7c2
PA
13578}
13579
348d480f 13580static void
d9b3f62e 13581tracepoint_print_recreate (struct breakpoint *self, struct ui_file *fp)
a474d7c2 13582{
d9b3f62e
PA
13583 struct tracepoint *tp = (struct tracepoint *) self;
13584
13585 if (self->type == bp_fast_tracepoint)
348d480f 13586 fprintf_unfiltered (fp, "ftrace");
c93e8391 13587 else if (self->type == bp_static_tracepoint)
348d480f 13588 fprintf_unfiltered (fp, "strace");
d9b3f62e 13589 else if (self->type == bp_tracepoint)
348d480f
PA
13590 fprintf_unfiltered (fp, "trace");
13591 else
13592 internal_error (__FILE__, __LINE__,
d9b3f62e 13593 _("unhandled tracepoint type %d"), (int) self->type);
cc59ec59 13594
f00aae0f
KS
13595 fprintf_unfiltered (fp, " %s",
13596 event_location_to_string (self->location));
d9b3f62e
PA
13597 print_recreate_thread (self, fp);
13598
13599 if (tp->pass_count)
13600 fprintf_unfiltered (fp, " passcount %d\n", tp->pass_count);
a474d7c2
PA
13601}
13602
983af33b 13603static void
f00aae0f
KS
13604tracepoint_create_sals_from_location (const struct event_location *location,
13605 struct linespec_result *canonical,
13606 enum bptype type_wanted)
983af33b 13607{
f00aae0f 13608 create_sals_from_location_default (location, canonical, type_wanted);
983af33b
SDJ
13609}
13610
13611static void
13612tracepoint_create_breakpoints_sal (struct gdbarch *gdbarch,
13613 struct linespec_result *canonical,
983af33b 13614 char *cond_string,
e7e0cddf 13615 char *extra_string,
983af33b
SDJ
13616 enum bptype type_wanted,
13617 enum bpdisp disposition,
13618 int thread,
13619 int task, int ignore_count,
13620 const struct breakpoint_ops *ops,
13621 int from_tty, int enabled,
44f238bb 13622 int internal, unsigned flags)
983af33b 13623{
023fa29b 13624 create_breakpoints_sal_default (gdbarch, canonical,
e7e0cddf
SS
13625 cond_string, extra_string,
13626 type_wanted,
983af33b
SDJ
13627 disposition, thread, task,
13628 ignore_count, ops, from_tty,
44f238bb 13629 enabled, internal, flags);
983af33b
SDJ
13630}
13631
13632static void
f00aae0f
KS
13633tracepoint_decode_location (struct breakpoint *b,
13634 const struct event_location *location,
c2f4122d 13635 struct program_space *search_pspace,
983af33b
SDJ
13636 struct symtabs_and_lines *sals)
13637{
c2f4122d 13638 decode_location_default (b, location, search_pspace, sals);
983af33b
SDJ
13639}
13640
2060206e 13641struct breakpoint_ops tracepoint_breakpoint_ops;
348d480f 13642
55aa24fb
SDJ
13643/* The breakpoint_ops structure to be use on tracepoints placed in a
13644 static probe. */
13645
13646static void
f00aae0f
KS
13647tracepoint_probe_create_sals_from_location
13648 (const struct event_location *location,
13649 struct linespec_result *canonical,
13650 enum bptype type_wanted)
55aa24fb
SDJ
13651{
13652 /* We use the same method for breakpoint on probes. */
f00aae0f 13653 bkpt_probe_create_sals_from_location (location, canonical, type_wanted);
55aa24fb
SDJ
13654}
13655
13656static void
f00aae0f
KS
13657tracepoint_probe_decode_location (struct breakpoint *b,
13658 const struct event_location *location,
c2f4122d 13659 struct program_space *search_pspace,
55aa24fb
SDJ
13660 struct symtabs_and_lines *sals)
13661{
13662 /* We use the same method for breakpoint on probes. */
c2f4122d 13663 bkpt_probe_decode_location (b, location, search_pspace, sals);
55aa24fb
SDJ
13664}
13665
13666static struct breakpoint_ops tracepoint_probe_breakpoint_ops;
13667
5c2b4418
HZ
13668/* Dprintf breakpoint_ops methods. */
13669
13670static void
13671dprintf_re_set (struct breakpoint *b)
13672{
13673 breakpoint_re_set_default (b);
13674
f00aae0f
KS
13675 /* extra_string should never be non-NULL for dprintf. */
13676 gdb_assert (b->extra_string != NULL);
5c2b4418
HZ
13677
13678 /* 1 - connect to target 1, that can run breakpoint commands.
13679 2 - create a dprintf, which resolves fine.
13680 3 - disconnect from target 1
13681 4 - connect to target 2, that can NOT run breakpoint commands.
13682
13683 After steps #3/#4, you'll want the dprintf command list to
13684 be updated, because target 1 and 2 may well return different
13685 answers for target_can_run_breakpoint_commands().
13686 Given absence of finer grained resetting, we get to do
13687 it all the time. */
13688 if (b->extra_string != NULL)
13689 update_dprintf_command_list (b);
13690}
13691
2d9442cc
HZ
13692/* Implement the "print_recreate" breakpoint_ops method for dprintf. */
13693
13694static void
13695dprintf_print_recreate (struct breakpoint *tp, struct ui_file *fp)
13696{
f00aae0f
KS
13697 fprintf_unfiltered (fp, "dprintf %s,%s",
13698 event_location_to_string (tp->location),
2d9442cc
HZ
13699 tp->extra_string);
13700 print_recreate_thread (tp, fp);
13701}
13702
9d6e6e84
HZ
13703/* Implement the "after_condition_true" breakpoint_ops method for
13704 dprintf.
13705
13706 dprintf's are implemented with regular commands in their command
13707 list, but we run the commands here instead of before presenting the
13708 stop to the user, as dprintf's don't actually cause a stop. This
13709 also makes it so that the commands of multiple dprintfs at the same
13710 address are all handled. */
13711
13712static void
13713dprintf_after_condition_true (struct bpstats *bs)
13714{
13715 struct cleanup *old_chain;
13716 struct bpstats tmp_bs = { NULL };
13717 struct bpstats *tmp_bs_p = &tmp_bs;
13718
13719 /* dprintf's never cause a stop. This wasn't set in the
13720 check_status hook instead because that would make the dprintf's
13721 condition not be evaluated. */
13722 bs->stop = 0;
13723
13724 /* Run the command list here. Take ownership of it instead of
13725 copying. We never want these commands to run later in
13726 bpstat_do_actions, if a breakpoint that causes a stop happens to
13727 be set at same address as this dprintf, or even if running the
13728 commands here throws. */
13729 tmp_bs.commands = bs->commands;
13730 bs->commands = NULL;
13731 old_chain = make_cleanup_decref_counted_command_line (&tmp_bs.commands);
13732
13733 bpstat_do_actions_1 (&tmp_bs_p);
13734
13735 /* 'tmp_bs.commands' will usually be NULL by now, but
13736 bpstat_do_actions_1 may return early without processing the whole
13737 list. */
13738 do_cleanups (old_chain);
13739}
13740
983af33b
SDJ
13741/* The breakpoint_ops structure to be used on static tracepoints with
13742 markers (`-m'). */
13743
13744static void
f00aae0f 13745strace_marker_create_sals_from_location (const struct event_location *location,
5f700d83 13746 struct linespec_result *canonical,
f00aae0f 13747 enum bptype type_wanted)
983af33b
SDJ
13748{
13749 struct linespec_sals lsal;
f00aae0f
KS
13750 const char *arg_start, *arg;
13751 char *str;
13752 struct cleanup *cleanup;
983af33b 13753
f00aae0f
KS
13754 arg = arg_start = get_linespec_location (location);
13755 lsal.sals = decode_static_tracepoint_spec (&arg);
983af33b 13756
f00aae0f
KS
13757 str = savestring (arg_start, arg - arg_start);
13758 cleanup = make_cleanup (xfree, str);
13759 canonical->location = new_linespec_location (&str);
13760 do_cleanups (cleanup);
983af33b 13761
f00aae0f 13762 lsal.canonical = xstrdup (event_location_to_string (canonical->location));
983af33b
SDJ
13763 VEC_safe_push (linespec_sals, canonical->sals, &lsal);
13764}
13765
13766static void
13767strace_marker_create_breakpoints_sal (struct gdbarch *gdbarch,
13768 struct linespec_result *canonical,
983af33b 13769 char *cond_string,
e7e0cddf 13770 char *extra_string,
983af33b
SDJ
13771 enum bptype type_wanted,
13772 enum bpdisp disposition,
13773 int thread,
13774 int task, int ignore_count,
13775 const struct breakpoint_ops *ops,
13776 int from_tty, int enabled,
44f238bb 13777 int internal, unsigned flags)
983af33b
SDJ
13778{
13779 int i;
52d361e1
YQ
13780 struct linespec_sals *lsal = VEC_index (linespec_sals,
13781 canonical->sals, 0);
983af33b
SDJ
13782
13783 /* If the user is creating a static tracepoint by marker id
13784 (strace -m MARKER_ID), then store the sals index, so that
13785 breakpoint_re_set can try to match up which of the newly
13786 found markers corresponds to this one, and, don't try to
13787 expand multiple locations for each sal, given than SALS
13788 already should contain all sals for MARKER_ID. */
13789
13790 for (i = 0; i < lsal->sals.nelts; ++i)
13791 {
13792 struct symtabs_and_lines expanded;
13793 struct tracepoint *tp;
13794 struct cleanup *old_chain;
f00aae0f 13795 struct event_location *location;
983af33b
SDJ
13796
13797 expanded.nelts = 1;
13798 expanded.sals = &lsal->sals.sals[i];
13799
f00aae0f
KS
13800 location = copy_event_location (canonical->location);
13801 old_chain = make_cleanup_delete_event_location (location);
983af33b
SDJ
13802
13803 tp = XCNEW (struct tracepoint);
13804 init_breakpoint_sal (&tp->base, gdbarch, expanded,
f00aae0f 13805 location, NULL,
e7e0cddf
SS
13806 cond_string, extra_string,
13807 type_wanted, disposition,
983af33b 13808 thread, task, ignore_count, ops,
44f238bb 13809 from_tty, enabled, internal, flags,
983af33b
SDJ
13810 canonical->special_display);
13811 /* Given that its possible to have multiple markers with
13812 the same string id, if the user is creating a static
13813 tracepoint by marker id ("strace -m MARKER_ID"), then
13814 store the sals index, so that breakpoint_re_set can
13815 try to match up which of the newly found markers
13816 corresponds to this one */
13817 tp->static_trace_marker_id_idx = i;
13818
13819 install_breakpoint (internal, &tp->base, 0);
13820
13821 discard_cleanups (old_chain);
13822 }
13823}
13824
13825static void
f00aae0f
KS
13826strace_marker_decode_location (struct breakpoint *b,
13827 const struct event_location *location,
c2f4122d 13828 struct program_space *search_pspace,
983af33b
SDJ
13829 struct symtabs_and_lines *sals)
13830{
13831 struct tracepoint *tp = (struct tracepoint *) b;
f00aae0f 13832 const char *s = get_linespec_location (location);
983af33b 13833
f00aae0f 13834 *sals = decode_static_tracepoint_spec (&s);
983af33b
SDJ
13835 if (sals->nelts > tp->static_trace_marker_id_idx)
13836 {
13837 sals->sals[0] = sals->sals[tp->static_trace_marker_id_idx];
13838 sals->nelts = 1;
13839 }
13840 else
13841 error (_("marker %s not found"), tp->static_trace_marker_id);
13842}
13843
13844static struct breakpoint_ops strace_marker_breakpoint_ops;
13845
13846static int
13847strace_marker_p (struct breakpoint *b)
13848{
13849 return b->ops == &strace_marker_breakpoint_ops;
13850}
13851
53a5351d 13852/* Delete a breakpoint and clean up all traces of it in the data
f431efe5 13853 structures. */
c906108c
SS
13854
13855void
fba45db2 13856delete_breakpoint (struct breakpoint *bpt)
c906108c 13857{
52f0bd74 13858 struct breakpoint *b;
c906108c 13859
8a3fe4f8 13860 gdb_assert (bpt != NULL);
c906108c 13861
4a64f543
MS
13862 /* Has this bp already been deleted? This can happen because
13863 multiple lists can hold pointers to bp's. bpstat lists are
13864 especial culprits.
13865
13866 One example of this happening is a watchpoint's scope bp. When
13867 the scope bp triggers, we notice that the watchpoint is out of
13868 scope, and delete it. We also delete its scope bp. But the
13869 scope bp is marked "auto-deleting", and is already on a bpstat.
13870 That bpstat is then checked for auto-deleting bp's, which are
13871 deleted.
13872
13873 A real solution to this problem might involve reference counts in
13874 bp's, and/or giving them pointers back to their referencing
13875 bpstat's, and teaching delete_breakpoint to only free a bp's
13876 storage when no more references were extent. A cheaper bandaid
13877 was chosen. */
c906108c
SS
13878 if (bpt->type == bp_none)
13879 return;
13880
4a64f543
MS
13881 /* At least avoid this stale reference until the reference counting
13882 of breakpoints gets resolved. */
d0fb5eae 13883 if (bpt->related_breakpoint != bpt)
e5a0a904 13884 {
d0fb5eae 13885 struct breakpoint *related;
3a5c3e22 13886 struct watchpoint *w;
d0fb5eae
JK
13887
13888 if (bpt->type == bp_watchpoint_scope)
3a5c3e22 13889 w = (struct watchpoint *) bpt->related_breakpoint;
d0fb5eae 13890 else if (bpt->related_breakpoint->type == bp_watchpoint_scope)
3a5c3e22
PA
13891 w = (struct watchpoint *) bpt;
13892 else
13893 w = NULL;
13894 if (w != NULL)
13895 watchpoint_del_at_next_stop (w);
d0fb5eae
JK
13896
13897 /* Unlink bpt from the bpt->related_breakpoint ring. */
13898 for (related = bpt; related->related_breakpoint != bpt;
13899 related = related->related_breakpoint);
13900 related->related_breakpoint = bpt->related_breakpoint;
13901 bpt->related_breakpoint = bpt;
e5a0a904
JK
13902 }
13903
a9634178
TJB
13904 /* watch_command_1 creates a watchpoint but only sets its number if
13905 update_watchpoint succeeds in creating its bp_locations. If there's
13906 a problem in that process, we'll be asked to delete the half-created
13907 watchpoint. In that case, don't announce the deletion. */
13908 if (bpt->number)
13909 observer_notify_breakpoint_deleted (bpt);
c906108c 13910
c906108c
SS
13911 if (breakpoint_chain == bpt)
13912 breakpoint_chain = bpt->next;
13913
c906108c
SS
13914 ALL_BREAKPOINTS (b)
13915 if (b->next == bpt)
c5aa993b
JM
13916 {
13917 b->next = bpt->next;
13918 break;
13919 }
c906108c 13920
f431efe5
PA
13921 /* Be sure no bpstat's are pointing at the breakpoint after it's
13922 been freed. */
13923 /* FIXME, how can we find all bpstat's? We just check stop_bpstat
e5dd4106 13924 in all threads for now. Note that we cannot just remove bpstats
f431efe5
PA
13925 pointing at bpt from the stop_bpstat list entirely, as breakpoint
13926 commands are associated with the bpstat; if we remove it here,
13927 then the later call to bpstat_do_actions (&stop_bpstat); in
13928 event-top.c won't do anything, and temporary breakpoints with
13929 commands won't work. */
13930
13931 iterate_over_threads (bpstat_remove_breakpoint_callback, bpt);
13932
4a64f543
MS
13933 /* Now that breakpoint is removed from breakpoint list, update the
13934 global location list. This will remove locations that used to
13935 belong to this breakpoint. Do this before freeing the breakpoint
13936 itself, since remove_breakpoint looks at location's owner. It
13937 might be better design to have location completely
13938 self-contained, but it's not the case now. */
44702360 13939 update_global_location_list (UGLL_DONT_INSERT);
74960c60 13940
348d480f 13941 bpt->ops->dtor (bpt);
4a64f543
MS
13942 /* On the chance that someone will soon try again to delete this
13943 same bp, we mark it as deleted before freeing its storage. */
c906108c 13944 bpt->type = bp_none;
b8c9b27d 13945 xfree (bpt);
c906108c
SS
13946}
13947
4d6140d9
AC
13948static void
13949do_delete_breakpoint_cleanup (void *b)
13950{
9a3c8263 13951 delete_breakpoint ((struct breakpoint *) b);
4d6140d9
AC
13952}
13953
13954struct cleanup *
13955make_cleanup_delete_breakpoint (struct breakpoint *b)
13956{
13957 return make_cleanup (do_delete_breakpoint_cleanup, b);
13958}
13959
51be5b68
PA
13960/* Iterator function to call a user-provided callback function once
13961 for each of B and its related breakpoints. */
13962
13963static void
13964iterate_over_related_breakpoints (struct breakpoint *b,
13965 void (*function) (struct breakpoint *,
13966 void *),
13967 void *data)
13968{
13969 struct breakpoint *related;
13970
13971 related = b;
13972 do
13973 {
13974 struct breakpoint *next;
13975
13976 /* FUNCTION may delete RELATED. */
13977 next = related->related_breakpoint;
13978
13979 if (next == related)
13980 {
13981 /* RELATED is the last ring entry. */
13982 function (related, data);
13983
13984 /* FUNCTION may have deleted it, so we'd never reach back to
13985 B. There's nothing left to do anyway, so just break
13986 out. */
13987 break;
13988 }
13989 else
13990 function (related, data);
13991
13992 related = next;
13993 }
13994 while (related != b);
13995}
95a42b64
TT
13996
13997static void
13998do_delete_breakpoint (struct breakpoint *b, void *ignore)
13999{
14000 delete_breakpoint (b);
14001}
14002
51be5b68
PA
14003/* A callback for map_breakpoint_numbers that calls
14004 delete_breakpoint. */
14005
14006static void
14007do_map_delete_breakpoint (struct breakpoint *b, void *ignore)
14008{
14009 iterate_over_related_breakpoints (b, do_delete_breakpoint, NULL);
14010}
14011
c906108c 14012void
fba45db2 14013delete_command (char *arg, int from_tty)
c906108c 14014{
35df4500 14015 struct breakpoint *b, *b_tmp;
c906108c 14016
ea9365bb
TT
14017 dont_repeat ();
14018
c906108c
SS
14019 if (arg == 0)
14020 {
14021 int breaks_to_delete = 0;
14022
46c6471b
PA
14023 /* Delete all breakpoints if no argument. Do not delete
14024 internal breakpoints, these have to be deleted with an
14025 explicit breakpoint number argument. */
c5aa993b 14026 ALL_BREAKPOINTS (b)
46c6471b 14027 if (user_breakpoint_p (b))
973d738b
DJ
14028 {
14029 breaks_to_delete = 1;
14030 break;
14031 }
c906108c
SS
14032
14033 /* Ask user only if there are some breakpoints to delete. */
14034 if (!from_tty
e2e0b3e5 14035 || (breaks_to_delete && query (_("Delete all breakpoints? "))))
c906108c 14036 {
35df4500 14037 ALL_BREAKPOINTS_SAFE (b, b_tmp)
46c6471b 14038 if (user_breakpoint_p (b))
c5aa993b 14039 delete_breakpoint (b);
c906108c
SS
14040 }
14041 }
14042 else
51be5b68 14043 map_breakpoint_numbers (arg, do_map_delete_breakpoint, NULL);
c906108c
SS
14044}
14045
c2f4122d
PA
14046/* Return true if all locations of B bound to PSPACE are pending. If
14047 PSPACE is NULL, all locations of all program spaces are
14048 considered. */
14049
0d381245 14050static int
c2f4122d 14051all_locations_are_pending (struct breakpoint *b, struct program_space *pspace)
fe3f5fa8 14052{
c2f4122d
PA
14053 struct bp_location *loc;
14054
14055 for (loc = b->loc; loc != NULL; loc = loc->next)
14056 if ((pspace == NULL
14057 || loc->pspace == pspace)
14058 && !loc->shlib_disabled
8645ff69 14059 && !loc->pspace->executing_startup)
0d381245
VP
14060 return 0;
14061 return 1;
fe3f5fa8
VP
14062}
14063
776592bf
DE
14064/* Subroutine of update_breakpoint_locations to simplify it.
14065 Return non-zero if multiple fns in list LOC have the same name.
14066 Null names are ignored. */
14067
14068static int
14069ambiguous_names_p (struct bp_location *loc)
14070{
14071 struct bp_location *l;
14072 htab_t htab = htab_create_alloc (13, htab_hash_string,
cc59ec59
MS
14073 (int (*) (const void *,
14074 const void *)) streq,
776592bf
DE
14075 NULL, xcalloc, xfree);
14076
14077 for (l = loc; l != NULL; l = l->next)
14078 {
14079 const char **slot;
14080 const char *name = l->function_name;
14081
14082 /* Allow for some names to be NULL, ignore them. */
14083 if (name == NULL)
14084 continue;
14085
14086 slot = (const char **) htab_find_slot (htab, (const void *) name,
14087 INSERT);
4a64f543
MS
14088 /* NOTE: We can assume slot != NULL here because xcalloc never
14089 returns NULL. */
776592bf
DE
14090 if (*slot != NULL)
14091 {
14092 htab_delete (htab);
14093 return 1;
14094 }
14095 *slot = name;
14096 }
14097
14098 htab_delete (htab);
14099 return 0;
14100}
14101
0fb4aa4b
PA
14102/* When symbols change, it probably means the sources changed as well,
14103 and it might mean the static tracepoint markers are no longer at
14104 the same address or line numbers they used to be at last we
14105 checked. Losing your static tracepoints whenever you rebuild is
14106 undesirable. This function tries to resync/rematch gdb static
14107 tracepoints with the markers on the target, for static tracepoints
14108 that have not been set by marker id. Static tracepoint that have
14109 been set by marker id are reset by marker id in breakpoint_re_set.
14110 The heuristic is:
14111
14112 1) For a tracepoint set at a specific address, look for a marker at
14113 the old PC. If one is found there, assume to be the same marker.
14114 If the name / string id of the marker found is different from the
14115 previous known name, assume that means the user renamed the marker
14116 in the sources, and output a warning.
14117
14118 2) For a tracepoint set at a given line number, look for a marker
14119 at the new address of the old line number. If one is found there,
14120 assume to be the same marker. If the name / string id of the
14121 marker found is different from the previous known name, assume that
14122 means the user renamed the marker in the sources, and output a
14123 warning.
14124
14125 3) If a marker is no longer found at the same address or line, it
14126 may mean the marker no longer exists. But it may also just mean
14127 the code changed a bit. Maybe the user added a few lines of code
14128 that made the marker move up or down (in line number terms). Ask
14129 the target for info about the marker with the string id as we knew
14130 it. If found, update line number and address in the matching
14131 static tracepoint. This will get confused if there's more than one
14132 marker with the same ID (possible in UST, although unadvised
14133 precisely because it confuses tools). */
14134
14135static struct symtab_and_line
14136update_static_tracepoint (struct breakpoint *b, struct symtab_and_line sal)
14137{
d9b3f62e 14138 struct tracepoint *tp = (struct tracepoint *) b;
0fb4aa4b
PA
14139 struct static_tracepoint_marker marker;
14140 CORE_ADDR pc;
0fb4aa4b
PA
14141
14142 pc = sal.pc;
14143 if (sal.line)
14144 find_line_pc (sal.symtab, sal.line, &pc);
14145
14146 if (target_static_tracepoint_marker_at (pc, &marker))
14147 {
d9b3f62e 14148 if (strcmp (tp->static_trace_marker_id, marker.str_id) != 0)
0fb4aa4b
PA
14149 warning (_("static tracepoint %d changed probed marker from %s to %s"),
14150 b->number,
d9b3f62e 14151 tp->static_trace_marker_id, marker.str_id);
0fb4aa4b 14152
d9b3f62e
PA
14153 xfree (tp->static_trace_marker_id);
14154 tp->static_trace_marker_id = xstrdup (marker.str_id);
0fb4aa4b
PA
14155 release_static_tracepoint_marker (&marker);
14156
14157 return sal;
14158 }
14159
14160 /* Old marker wasn't found on target at lineno. Try looking it up
14161 by string ID. */
14162 if (!sal.explicit_pc
14163 && sal.line != 0
14164 && sal.symtab != NULL
d9b3f62e 14165 && tp->static_trace_marker_id != NULL)
0fb4aa4b
PA
14166 {
14167 VEC(static_tracepoint_marker_p) *markers;
14168
14169 markers
d9b3f62e 14170 = target_static_tracepoint_markers_by_strid (tp->static_trace_marker_id);
0fb4aa4b
PA
14171
14172 if (!VEC_empty(static_tracepoint_marker_p, markers))
14173 {
80e1d417 14174 struct symtab_and_line sal2;
0fb4aa4b 14175 struct symbol *sym;
80e1d417 14176 struct static_tracepoint_marker *tpmarker;
79a45e25 14177 struct ui_out *uiout = current_uiout;
67994074 14178 struct explicit_location explicit_loc;
0fb4aa4b 14179
80e1d417 14180 tpmarker = VEC_index (static_tracepoint_marker_p, markers, 0);
0fb4aa4b 14181
d9b3f62e 14182 xfree (tp->static_trace_marker_id);
80e1d417 14183 tp->static_trace_marker_id = xstrdup (tpmarker->str_id);
0fb4aa4b
PA
14184
14185 warning (_("marker for static tracepoint %d (%s) not "
14186 "found at previous line number"),
d9b3f62e 14187 b->number, tp->static_trace_marker_id);
0fb4aa4b 14188
80e1d417 14189 init_sal (&sal2);
0fb4aa4b 14190
80e1d417 14191 sal2.pc = tpmarker->address;
0fb4aa4b 14192
80e1d417
AS
14193 sal2 = find_pc_line (tpmarker->address, 0);
14194 sym = find_pc_sect_function (tpmarker->address, NULL);
0fb4aa4b
PA
14195 ui_out_text (uiout, "Now in ");
14196 if (sym)
14197 {
14198 ui_out_field_string (uiout, "func",
14199 SYMBOL_PRINT_NAME (sym));
14200 ui_out_text (uiout, " at ");
14201 }
05cba821
JK
14202 ui_out_field_string (uiout, "file",
14203 symtab_to_filename_for_display (sal2.symtab));
0fb4aa4b
PA
14204 ui_out_text (uiout, ":");
14205
14206 if (ui_out_is_mi_like_p (uiout))
14207 {
0b0865da 14208 const char *fullname = symtab_to_fullname (sal2.symtab);
0fb4aa4b 14209
f35a17b5 14210 ui_out_field_string (uiout, "fullname", fullname);
0fb4aa4b
PA
14211 }
14212
80e1d417 14213 ui_out_field_int (uiout, "line", sal2.line);
0fb4aa4b
PA
14214 ui_out_text (uiout, "\n");
14215
80e1d417 14216 b->loc->line_number = sal2.line;
2f202fde 14217 b->loc->symtab = sym != NULL ? sal2.symtab : NULL;
0fb4aa4b 14218
f00aae0f 14219 delete_event_location (b->location);
67994074
KS
14220 initialize_explicit_location (&explicit_loc);
14221 explicit_loc.source_filename
00e52e53 14222 = ASTRDUP (symtab_to_filename_for_display (sal2.symtab));
67994074
KS
14223 explicit_loc.line_offset.offset = b->loc->line_number;
14224 explicit_loc.line_offset.sign = LINE_OFFSET_NONE;
14225 b->location = new_explicit_location (&explicit_loc);
0fb4aa4b
PA
14226
14227 /* Might be nice to check if function changed, and warn if
14228 so. */
14229
80e1d417 14230 release_static_tracepoint_marker (tpmarker);
0fb4aa4b
PA
14231 }
14232 }
14233 return sal;
14234}
14235
8d3788bd
VP
14236/* Returns 1 iff locations A and B are sufficiently same that
14237 we don't need to report breakpoint as changed. */
14238
14239static int
14240locations_are_equal (struct bp_location *a, struct bp_location *b)
14241{
14242 while (a && b)
14243 {
14244 if (a->address != b->address)
14245 return 0;
14246
14247 if (a->shlib_disabled != b->shlib_disabled)
14248 return 0;
14249
14250 if (a->enabled != b->enabled)
14251 return 0;
14252
14253 a = a->next;
14254 b = b->next;
14255 }
14256
14257 if ((a == NULL) != (b == NULL))
14258 return 0;
14259
14260 return 1;
14261}
14262
c2f4122d
PA
14263/* Split all locations of B that are bound to PSPACE out of B's
14264 location list to a separate list and return that list's head. If
14265 PSPACE is NULL, hoist out all locations of B. */
14266
14267static struct bp_location *
14268hoist_existing_locations (struct breakpoint *b, struct program_space *pspace)
14269{
14270 struct bp_location head;
14271 struct bp_location *i = b->loc;
14272 struct bp_location **i_link = &b->loc;
14273 struct bp_location *hoisted = &head;
14274
14275 if (pspace == NULL)
14276 {
14277 i = b->loc;
14278 b->loc = NULL;
14279 return i;
14280 }
14281
14282 head.next = NULL;
14283
14284 while (i != NULL)
14285 {
14286 if (i->pspace == pspace)
14287 {
14288 *i_link = i->next;
14289 i->next = NULL;
14290 hoisted->next = i;
14291 hoisted = i;
14292 }
14293 else
14294 i_link = &i->next;
14295 i = *i_link;
14296 }
14297
14298 return head.next;
14299}
14300
14301/* Create new breakpoint locations for B (a hardware or software
14302 breakpoint) based on SALS and SALS_END. If SALS_END.NELTS is not
14303 zero, then B is a ranged breakpoint. Only recreates locations for
14304 FILTER_PSPACE. Locations of other program spaces are left
14305 untouched. */
f1310107 14306
0e30163f 14307void
0d381245 14308update_breakpoint_locations (struct breakpoint *b,
c2f4122d 14309 struct program_space *filter_pspace,
f1310107
TJB
14310 struct symtabs_and_lines sals,
14311 struct symtabs_and_lines sals_end)
fe3f5fa8
VP
14312{
14313 int i;
c2f4122d 14314 struct bp_location *existing_locations;
0d381245 14315
f8eba3c6
TT
14316 if (sals_end.nelts != 0 && (sals.nelts != 1 || sals_end.nelts != 1))
14317 {
14318 /* Ranged breakpoints have only one start location and one end
14319 location. */
14320 b->enable_state = bp_disabled;
f8eba3c6
TT
14321 printf_unfiltered (_("Could not reset ranged breakpoint %d: "
14322 "multiple locations found\n"),
14323 b->number);
14324 return;
14325 }
f1310107 14326
4a64f543
MS
14327 /* If there's no new locations, and all existing locations are
14328 pending, don't do anything. This optimizes the common case where
14329 all locations are in the same shared library, that was unloaded.
14330 We'd like to retain the location, so that when the library is
14331 loaded again, we don't loose the enabled/disabled status of the
14332 individual locations. */
c2f4122d 14333 if (all_locations_are_pending (b, filter_pspace) && sals.nelts == 0)
fe3f5fa8
VP
14334 return;
14335
c2f4122d 14336 existing_locations = hoist_existing_locations (b, filter_pspace);
fe3f5fa8 14337
0d381245 14338 for (i = 0; i < sals.nelts; ++i)
fe3f5fa8 14339 {
f8eba3c6
TT
14340 struct bp_location *new_loc;
14341
14342 switch_to_program_space_and_thread (sals.sals[i].pspace);
14343
14344 new_loc = add_location_to_breakpoint (b, &(sals.sals[i]));
fe3f5fa8 14345
0d381245
VP
14346 /* Reparse conditions, they might contain references to the
14347 old symtab. */
14348 if (b->cond_string != NULL)
14349 {
bbc13ae3 14350 const char *s;
fe3f5fa8 14351
0d381245 14352 s = b->cond_string;
492d29ea 14353 TRY
0d381245 14354 {
1bb9788d
TT
14355 new_loc->cond = parse_exp_1 (&s, sals.sals[i].pc,
14356 block_for_pc (sals.sals[i].pc),
0d381245
VP
14357 0);
14358 }
492d29ea 14359 CATCH (e, RETURN_MASK_ERROR)
0d381245 14360 {
3e43a32a
MS
14361 warning (_("failed to reevaluate condition "
14362 "for breakpoint %d: %s"),
0d381245
VP
14363 b->number, e.message);
14364 new_loc->enabled = 0;
14365 }
492d29ea 14366 END_CATCH
0d381245 14367 }
fe3f5fa8 14368
f1310107
TJB
14369 if (sals_end.nelts)
14370 {
14371 CORE_ADDR end = find_breakpoint_range_end (sals_end.sals[0]);
14372
14373 new_loc->length = end - sals.sals[0].pc + 1;
14374 }
0d381245 14375 }
fe3f5fa8 14376
4a64f543
MS
14377 /* If possible, carry over 'disable' status from existing
14378 breakpoints. */
0d381245
VP
14379 {
14380 struct bp_location *e = existing_locations;
776592bf
DE
14381 /* If there are multiple breakpoints with the same function name,
14382 e.g. for inline functions, comparing function names won't work.
14383 Instead compare pc addresses; this is just a heuristic as things
14384 may have moved, but in practice it gives the correct answer
14385 often enough until a better solution is found. */
14386 int have_ambiguous_names = ambiguous_names_p (b->loc);
14387
0d381245
VP
14388 for (; e; e = e->next)
14389 {
14390 if (!e->enabled && e->function_name)
14391 {
14392 struct bp_location *l = b->loc;
776592bf
DE
14393 if (have_ambiguous_names)
14394 {
14395 for (; l; l = l->next)
f1310107 14396 if (breakpoint_locations_match (e, l))
776592bf
DE
14397 {
14398 l->enabled = 0;
14399 break;
14400 }
14401 }
14402 else
14403 {
14404 for (; l; l = l->next)
14405 if (l->function_name
14406 && strcmp (e->function_name, l->function_name) == 0)
14407 {
14408 l->enabled = 0;
14409 break;
14410 }
14411 }
0d381245
VP
14412 }
14413 }
14414 }
fe3f5fa8 14415
8d3788bd
VP
14416 if (!locations_are_equal (existing_locations, b->loc))
14417 observer_notify_breakpoint_modified (b);
fe3f5fa8
VP
14418}
14419
f00aae0f 14420/* Find the SaL locations corresponding to the given LOCATION.
ef23e705
TJB
14421 On return, FOUND will be 1 if any SaL was found, zero otherwise. */
14422
14423static struct symtabs_and_lines
f00aae0f 14424location_to_sals (struct breakpoint *b, struct event_location *location,
c2f4122d 14425 struct program_space *search_pspace, int *found)
ef23e705 14426{
02d20e4a 14427 struct symtabs_and_lines sals = {0};
492d29ea 14428 struct gdb_exception exception = exception_none;
ef23e705 14429
983af33b 14430 gdb_assert (b->ops != NULL);
ef23e705 14431
492d29ea 14432 TRY
ef23e705 14433 {
c2f4122d 14434 b->ops->decode_location (b, location, search_pspace, &sals);
ef23e705 14435 }
492d29ea 14436 CATCH (e, RETURN_MASK_ERROR)
ef23e705
TJB
14437 {
14438 int not_found_and_ok = 0;
492d29ea
PA
14439
14440 exception = e;
14441
ef23e705
TJB
14442 /* For pending breakpoints, it's expected that parsing will
14443 fail until the right shared library is loaded. User has
14444 already told to create pending breakpoints and don't need
14445 extra messages. If breakpoint is in bp_shlib_disabled
14446 state, then user already saw the message about that
14447 breakpoint being disabled, and don't want to see more
14448 errors. */
58438ac1 14449 if (e.error == NOT_FOUND_ERROR
c2f4122d
PA
14450 && (b->condition_not_parsed
14451 || (b->loc != NULL
14452 && search_pspace != NULL
14453 && b->loc->pspace != search_pspace)
ef23e705 14454 || (b->loc && b->loc->shlib_disabled)
f8eba3c6 14455 || (b->loc && b->loc->pspace->executing_startup)
ef23e705
TJB
14456 || b->enable_state == bp_disabled))
14457 not_found_and_ok = 1;
14458
14459 if (!not_found_and_ok)
14460 {
14461 /* We surely don't want to warn about the same breakpoint
14462 10 times. One solution, implemented here, is disable
14463 the breakpoint on error. Another solution would be to
14464 have separate 'warning emitted' flag. Since this
14465 happens only when a binary has changed, I don't know
14466 which approach is better. */
14467 b->enable_state = bp_disabled;
14468 throw_exception (e);
14469 }
14470 }
492d29ea 14471 END_CATCH
ef23e705 14472
492d29ea 14473 if (exception.reason == 0 || exception.error != NOT_FOUND_ERROR)
ef23e705 14474 {
f8eba3c6 14475 int i;
ef23e705 14476
f8eba3c6
TT
14477 for (i = 0; i < sals.nelts; ++i)
14478 resolve_sal_pc (&sals.sals[i]);
f00aae0f 14479 if (b->condition_not_parsed && b->extra_string != NULL)
ef23e705 14480 {
ed1d1739
KS
14481 char *cond_string, *extra_string;
14482 int thread, task;
ef23e705 14483
f00aae0f 14484 find_condition_and_thread (b->extra_string, sals.sals[0].pc,
e7e0cddf
SS
14485 &cond_string, &thread, &task,
14486 &extra_string);
f00aae0f 14487 gdb_assert (b->cond_string == NULL);
ef23e705
TJB
14488 if (cond_string)
14489 b->cond_string = cond_string;
14490 b->thread = thread;
14491 b->task = task;
e7e0cddf 14492 if (extra_string)
f00aae0f
KS
14493 {
14494 xfree (b->extra_string);
14495 b->extra_string = extra_string;
14496 }
ef23e705
TJB
14497 b->condition_not_parsed = 0;
14498 }
14499
983af33b 14500 if (b->type == bp_static_tracepoint && !strace_marker_p (b))
ef23e705 14501 sals.sals[0] = update_static_tracepoint (b, sals.sals[0]);
ef23e705 14502
58438ac1
TT
14503 *found = 1;
14504 }
14505 else
14506 *found = 0;
ef23e705
TJB
14507
14508 return sals;
14509}
14510
348d480f
PA
14511/* The default re_set method, for typical hardware or software
14512 breakpoints. Reevaluate the breakpoint and recreate its
14513 locations. */
14514
14515static void
28010a5d 14516breakpoint_re_set_default (struct breakpoint *b)
ef23e705
TJB
14517{
14518 int found;
f1310107 14519 struct symtabs_and_lines sals, sals_end;
ef23e705 14520 struct symtabs_and_lines expanded = {0};
f1310107 14521 struct symtabs_and_lines expanded_end = {0};
c2f4122d 14522 struct program_space *filter_pspace = current_program_space;
ef23e705 14523
c2f4122d 14524 sals = location_to_sals (b, b->location, filter_pspace, &found);
ef23e705
TJB
14525 if (found)
14526 {
14527 make_cleanup (xfree, sals.sals);
f8eba3c6 14528 expanded = sals;
ef23e705
TJB
14529 }
14530
f00aae0f 14531 if (b->location_range_end != NULL)
f1310107 14532 {
c2f4122d
PA
14533 sals_end = location_to_sals (b, b->location_range_end,
14534 filter_pspace, &found);
f1310107
TJB
14535 if (found)
14536 {
14537 make_cleanup (xfree, sals_end.sals);
f8eba3c6 14538 expanded_end = sals_end;
f1310107
TJB
14539 }
14540 }
14541
c2f4122d 14542 update_breakpoint_locations (b, filter_pspace, expanded, expanded_end);
28010a5d
PA
14543}
14544
983af33b
SDJ
14545/* Default method for creating SALs from an address string. It basically
14546 calls parse_breakpoint_sals. Return 1 for success, zero for failure. */
14547
14548static void
f00aae0f
KS
14549create_sals_from_location_default (const struct event_location *location,
14550 struct linespec_result *canonical,
14551 enum bptype type_wanted)
983af33b 14552{
f00aae0f 14553 parse_breakpoint_sals (location, canonical);
983af33b
SDJ
14554}
14555
14556/* Call create_breakpoints_sal for the given arguments. This is the default
14557 function for the `create_breakpoints_sal' method of
14558 breakpoint_ops. */
14559
14560static void
14561create_breakpoints_sal_default (struct gdbarch *gdbarch,
14562 struct linespec_result *canonical,
983af33b 14563 char *cond_string,
e7e0cddf 14564 char *extra_string,
983af33b
SDJ
14565 enum bptype type_wanted,
14566 enum bpdisp disposition,
14567 int thread,
14568 int task, int ignore_count,
14569 const struct breakpoint_ops *ops,
14570 int from_tty, int enabled,
44f238bb 14571 int internal, unsigned flags)
983af33b
SDJ
14572{
14573 create_breakpoints_sal (gdbarch, canonical, cond_string,
e7e0cddf 14574 extra_string,
983af33b
SDJ
14575 type_wanted, disposition,
14576 thread, task, ignore_count, ops, from_tty,
44f238bb 14577 enabled, internal, flags);
983af33b
SDJ
14578}
14579
14580/* Decode the line represented by S by calling decode_line_full. This is the
5f700d83 14581 default function for the `decode_location' method of breakpoint_ops. */
983af33b
SDJ
14582
14583static void
f00aae0f
KS
14584decode_location_default (struct breakpoint *b,
14585 const struct event_location *location,
c2f4122d 14586 struct program_space *search_pspace,
983af33b
SDJ
14587 struct symtabs_and_lines *sals)
14588{
14589 struct linespec_result canonical;
14590
14591 init_linespec_result (&canonical);
c2f4122d 14592 decode_line_full (location, DECODE_LINE_FUNFIRSTLINE, search_pspace,
983af33b
SDJ
14593 (struct symtab *) NULL, 0,
14594 &canonical, multiple_symbols_all,
14595 b->filter);
14596
14597 /* We should get 0 or 1 resulting SALs. */
14598 gdb_assert (VEC_length (linespec_sals, canonical.sals) < 2);
14599
14600 if (VEC_length (linespec_sals, canonical.sals) > 0)
14601 {
14602 struct linespec_sals *lsal;
14603
14604 lsal = VEC_index (linespec_sals, canonical.sals, 0);
14605 *sals = lsal->sals;
14606 /* Arrange it so the destructor does not free the
14607 contents. */
14608 lsal->sals.sals = NULL;
14609 }
14610
14611 destroy_linespec_result (&canonical);
14612}
14613
28010a5d
PA
14614/* Prepare the global context for a re-set of breakpoint B. */
14615
14616static struct cleanup *
14617prepare_re_set_context (struct breakpoint *b)
14618{
28010a5d 14619 input_radix = b->input_radix;
28010a5d
PA
14620 set_language (b->language);
14621
c2f4122d 14622 return make_cleanup (null_cleanup, NULL);
ef23e705
TJB
14623}
14624
c906108c
SS
14625/* Reset a breakpoint given it's struct breakpoint * BINT.
14626 The value we return ends up being the return value from catch_errors.
14627 Unused in this case. */
14628
14629static int
4efb68b1 14630breakpoint_re_set_one (void *bint)
c906108c 14631{
4a64f543 14632 /* Get past catch_errs. */
53a5351d 14633 struct breakpoint *b = (struct breakpoint *) bint;
348d480f 14634 struct cleanup *cleanups;
c906108c 14635
348d480f
PA
14636 cleanups = prepare_re_set_context (b);
14637 b->ops->re_set (b);
14638 do_cleanups (cleanups);
c906108c
SS
14639 return 0;
14640}
14641
c2f4122d
PA
14642/* Re-set breakpoint locations for the current program space.
14643 Locations bound to other program spaces are left untouched. */
14644
c906108c 14645void
69de3c6a 14646breakpoint_re_set (void)
c906108c 14647{
35df4500 14648 struct breakpoint *b, *b_tmp;
c906108c
SS
14649 enum language save_language;
14650 int save_input_radix;
6c95b8df 14651 struct cleanup *old_chain;
c5aa993b 14652
c906108c
SS
14653 save_language = current_language->la_language;
14654 save_input_radix = input_radix;
c2f4122d 14655 old_chain = save_current_space_and_thread ();
6c95b8df 14656
2a7f3dff
PA
14657 /* Note: we must not try to insert locations until after all
14658 breakpoints have been re-set. Otherwise, e.g., when re-setting
14659 breakpoint 1, we'd insert the locations of breakpoint 2, which
14660 hadn't been re-set yet, and thus may have stale locations. */
14661
35df4500 14662 ALL_BREAKPOINTS_SAFE (b, b_tmp)
c5aa993b 14663 {
4a64f543 14664 /* Format possible error msg. */
fe3f5fa8 14665 char *message = xstrprintf ("Error in re-setting breakpoint %d: ",
9ebf4acf
AC
14666 b->number);
14667 struct cleanup *cleanups = make_cleanup (xfree, message);
c5aa993b 14668 catch_errors (breakpoint_re_set_one, b, message, RETURN_MASK_ALL);
9ebf4acf 14669 do_cleanups (cleanups);
c5aa993b 14670 }
c906108c
SS
14671 set_language (save_language);
14672 input_radix = save_input_radix;
e62c965a 14673
0756c555 14674 jit_breakpoint_re_set ();
4efc6507 14675
6c95b8df
PA
14676 do_cleanups (old_chain);
14677
af02033e
PP
14678 create_overlay_event_breakpoint ();
14679 create_longjmp_master_breakpoint ();
14680 create_std_terminate_master_breakpoint ();
186c406b 14681 create_exception_master_breakpoint ();
2a7f3dff
PA
14682
14683 /* Now we can insert. */
14684 update_global_location_list (UGLL_MAY_INSERT);
c906108c
SS
14685}
14686\f
c906108c
SS
14687/* Reset the thread number of this breakpoint:
14688
14689 - If the breakpoint is for all threads, leave it as-is.
4a64f543 14690 - Else, reset it to the current thread for inferior_ptid. */
c906108c 14691void
fba45db2 14692breakpoint_re_set_thread (struct breakpoint *b)
c906108c
SS
14693{
14694 if (b->thread != -1)
14695 {
39f77062 14696 if (in_thread_list (inferior_ptid))
5d5658a1 14697 b->thread = ptid_to_global_thread_id (inferior_ptid);
6c95b8df
PA
14698
14699 /* We're being called after following a fork. The new fork is
14700 selected as current, and unless this was a vfork will have a
14701 different program space from the original thread. Reset that
14702 as well. */
14703 b->loc->pspace = current_program_space;
c906108c
SS
14704 }
14705}
14706
03ac34d5
MS
14707/* Set ignore-count of breakpoint number BPTNUM to COUNT.
14708 If from_tty is nonzero, it prints a message to that effect,
14709 which ends with a period (no newline). */
14710
c906108c 14711void
fba45db2 14712set_ignore_count (int bptnum, int count, int from_tty)
c906108c 14713{
52f0bd74 14714 struct breakpoint *b;
c906108c
SS
14715
14716 if (count < 0)
14717 count = 0;
14718
14719 ALL_BREAKPOINTS (b)
14720 if (b->number == bptnum)
c5aa993b 14721 {
d77f58be
SS
14722 if (is_tracepoint (b))
14723 {
14724 if (from_tty && count != 0)
14725 printf_filtered (_("Ignore count ignored for tracepoint %d."),
14726 bptnum);
14727 return;
14728 }
14729
c5aa993b 14730 b->ignore_count = count;
221ea385
KS
14731 if (from_tty)
14732 {
14733 if (count == 0)
3e43a32a
MS
14734 printf_filtered (_("Will stop next time "
14735 "breakpoint %d is reached."),
221ea385
KS
14736 bptnum);
14737 else if (count == 1)
a3f17187 14738 printf_filtered (_("Will ignore next crossing of breakpoint %d."),
221ea385
KS
14739 bptnum);
14740 else
3e43a32a
MS
14741 printf_filtered (_("Will ignore next %d "
14742 "crossings of breakpoint %d."),
221ea385
KS
14743 count, bptnum);
14744 }
8d3788bd 14745 observer_notify_breakpoint_modified (b);
c5aa993b
JM
14746 return;
14747 }
c906108c 14748
8a3fe4f8 14749 error (_("No breakpoint number %d."), bptnum);
c906108c
SS
14750}
14751
c906108c
SS
14752/* Command to set ignore-count of breakpoint N to COUNT. */
14753
14754static void
fba45db2 14755ignore_command (char *args, int from_tty)
c906108c
SS
14756{
14757 char *p = args;
52f0bd74 14758 int num;
c906108c
SS
14759
14760 if (p == 0)
e2e0b3e5 14761 error_no_arg (_("a breakpoint number"));
c5aa993b 14762
c906108c 14763 num = get_number (&p);
5c44784c 14764 if (num == 0)
8a3fe4f8 14765 error (_("bad breakpoint number: '%s'"), args);
c906108c 14766 if (*p == 0)
8a3fe4f8 14767 error (_("Second argument (specified ignore-count) is missing."));
c906108c
SS
14768
14769 set_ignore_count (num,
14770 longest_to_int (value_as_long (parse_and_eval (p))),
14771 from_tty);
221ea385
KS
14772 if (from_tty)
14773 printf_filtered ("\n");
c906108c
SS
14774}
14775\f
14776/* Call FUNCTION on each of the breakpoints
14777 whose numbers are given in ARGS. */
14778
14779static void
95a42b64
TT
14780map_breakpoint_numbers (char *args, void (*function) (struct breakpoint *,
14781 void *),
14782 void *data)
c906108c 14783{
52f0bd74
AC
14784 int num;
14785 struct breakpoint *b, *tmp;
11cf8741 14786 int match;
197f0a60 14787 struct get_number_or_range_state state;
c906108c 14788
b9d61307 14789 if (args == 0 || *args == '\0')
e2e0b3e5 14790 error_no_arg (_("one or more breakpoint numbers"));
c906108c 14791
197f0a60
TT
14792 init_number_or_range (&state, args);
14793
14794 while (!state.finished)
c906108c 14795 {
e799154c 14796 const char *p = state.string;
197f0a60 14797
11cf8741 14798 match = 0;
c5aa993b 14799
197f0a60 14800 num = get_number_or_range (&state);
5c44784c 14801 if (num == 0)
c5aa993b 14802 {
8a3fe4f8 14803 warning (_("bad breakpoint number at or near '%s'"), p);
5c44784c
JM
14804 }
14805 else
14806 {
14807 ALL_BREAKPOINTS_SAFE (b, tmp)
14808 if (b->number == num)
14809 {
11cf8741 14810 match = 1;
cdac0397 14811 function (b, data);
11cf8741 14812 break;
5c44784c 14813 }
11cf8741 14814 if (match == 0)
a3f17187 14815 printf_unfiltered (_("No breakpoint number %d.\n"), num);
c5aa993b 14816 }
c906108c
SS
14817 }
14818}
14819
0d381245
VP
14820static struct bp_location *
14821find_location_by_number (char *number)
14822{
14823 char *dot = strchr (number, '.');
14824 char *p1;
14825 int bp_num;
14826 int loc_num;
14827 struct breakpoint *b;
14828 struct bp_location *loc;
14829
14830 *dot = '\0';
14831
14832 p1 = number;
197f0a60 14833 bp_num = get_number (&p1);
0d381245
VP
14834 if (bp_num == 0)
14835 error (_("Bad breakpoint number '%s'"), number);
14836
14837 ALL_BREAKPOINTS (b)
14838 if (b->number == bp_num)
14839 {
14840 break;
14841 }
14842
14843 if (!b || b->number != bp_num)
14844 error (_("Bad breakpoint number '%s'"), number);
14845
14846 p1 = dot+1;
197f0a60 14847 loc_num = get_number (&p1);
0d381245
VP
14848 if (loc_num == 0)
14849 error (_("Bad breakpoint location number '%s'"), number);
14850
14851 --loc_num;
14852 loc = b->loc;
14853 for (;loc_num && loc; --loc_num, loc = loc->next)
14854 ;
14855 if (!loc)
14856 error (_("Bad breakpoint location number '%s'"), dot+1);
14857
14858 return loc;
14859}
14860
14861
1900040c
MS
14862/* Set ignore-count of breakpoint number BPTNUM to COUNT.
14863 If from_tty is nonzero, it prints a message to that effect,
14864 which ends with a period (no newline). */
14865
c906108c 14866void
fba45db2 14867disable_breakpoint (struct breakpoint *bpt)
c906108c
SS
14868{
14869 /* Never disable a watchpoint scope breakpoint; we want to
14870 hit them when we leave scope so we can delete both the
14871 watchpoint and its scope breakpoint at that time. */
14872 if (bpt->type == bp_watchpoint_scope)
14873 return;
14874
b5de0fa7 14875 bpt->enable_state = bp_disabled;
c906108c 14876
b775012e
LM
14877 /* Mark breakpoint locations modified. */
14878 mark_breakpoint_modified (bpt);
14879
d248b706
KY
14880 if (target_supports_enable_disable_tracepoint ()
14881 && current_trace_status ()->running && is_tracepoint (bpt))
14882 {
14883 struct bp_location *location;
14884
14885 for (location = bpt->loc; location; location = location->next)
14886 target_disable_tracepoint (location);
14887 }
14888
44702360 14889 update_global_location_list (UGLL_DONT_INSERT);
c906108c 14890
8d3788bd 14891 observer_notify_breakpoint_modified (bpt);
c906108c
SS
14892}
14893
51be5b68
PA
14894/* A callback for iterate_over_related_breakpoints. */
14895
14896static void
14897do_disable_breakpoint (struct breakpoint *b, void *ignore)
14898{
14899 disable_breakpoint (b);
14900}
14901
95a42b64
TT
14902/* A callback for map_breakpoint_numbers that calls
14903 disable_breakpoint. */
14904
14905static void
14906do_map_disable_breakpoint (struct breakpoint *b, void *ignore)
14907{
51be5b68 14908 iterate_over_related_breakpoints (b, do_disable_breakpoint, NULL);
95a42b64
TT
14909}
14910
c906108c 14911static void
fba45db2 14912disable_command (char *args, int from_tty)
c906108c 14913{
c906108c 14914 if (args == 0)
46c6471b
PA
14915 {
14916 struct breakpoint *bpt;
14917
14918 ALL_BREAKPOINTS (bpt)
14919 if (user_breakpoint_p (bpt))
14920 disable_breakpoint (bpt);
14921 }
9eaabc75 14922 else
0d381245 14923 {
9eaabc75
MW
14924 char *num = extract_arg (&args);
14925
14926 while (num)
d248b706 14927 {
9eaabc75 14928 if (strchr (num, '.'))
b775012e 14929 {
9eaabc75
MW
14930 struct bp_location *loc = find_location_by_number (num);
14931
14932 if (loc)
14933 {
14934 if (loc->enabled)
14935 {
14936 loc->enabled = 0;
14937 mark_breakpoint_location_modified (loc);
14938 }
14939 if (target_supports_enable_disable_tracepoint ()
14940 && current_trace_status ()->running && loc->owner
14941 && is_tracepoint (loc->owner))
14942 target_disable_tracepoint (loc);
14943 }
44702360 14944 update_global_location_list (UGLL_DONT_INSERT);
b775012e 14945 }
9eaabc75
MW
14946 else
14947 map_breakpoint_numbers (num, do_map_disable_breakpoint, NULL);
14948 num = extract_arg (&args);
d248b706 14949 }
0d381245 14950 }
c906108c
SS
14951}
14952
14953static void
816338b5
SS
14954enable_breakpoint_disp (struct breakpoint *bpt, enum bpdisp disposition,
14955 int count)
c906108c 14956{
afe38095 14957 int target_resources_ok;
c906108c
SS
14958
14959 if (bpt->type == bp_hardware_breakpoint)
14960 {
14961 int i;
c5aa993b 14962 i = hw_breakpoint_used_count ();
53a5351d 14963 target_resources_ok =
d92524f1 14964 target_can_use_hardware_watchpoint (bp_hardware_breakpoint,
53a5351d 14965 i + 1, 0);
c906108c 14966 if (target_resources_ok == 0)
8a3fe4f8 14967 error (_("No hardware breakpoint support in the target."));
c906108c 14968 else if (target_resources_ok < 0)
8a3fe4f8 14969 error (_("Hardware breakpoints used exceeds limit."));
c906108c
SS
14970 }
14971
cc60f2e3 14972 if (is_watchpoint (bpt))
c906108c 14973 {
d07205c2 14974 /* Initialize it just to avoid a GCC false warning. */
f486487f 14975 enum enable_state orig_enable_state = bp_disabled;
dde02812 14976
492d29ea 14977 TRY
c906108c 14978 {
3a5c3e22
PA
14979 struct watchpoint *w = (struct watchpoint *) bpt;
14980
1e718ff1
TJB
14981 orig_enable_state = bpt->enable_state;
14982 bpt->enable_state = bp_enabled;
3a5c3e22 14983 update_watchpoint (w, 1 /* reparse */);
c906108c 14984 }
492d29ea 14985 CATCH (e, RETURN_MASK_ALL)
c5aa993b 14986 {
1e718ff1 14987 bpt->enable_state = orig_enable_state;
dde02812
ES
14988 exception_fprintf (gdb_stderr, e, _("Cannot enable watchpoint %d: "),
14989 bpt->number);
14990 return;
c5aa993b 14991 }
492d29ea 14992 END_CATCH
c906108c 14993 }
0101ce28 14994
b775012e
LM
14995 bpt->enable_state = bp_enabled;
14996
14997 /* Mark breakpoint locations modified. */
14998 mark_breakpoint_modified (bpt);
14999
d248b706
KY
15000 if (target_supports_enable_disable_tracepoint ()
15001 && current_trace_status ()->running && is_tracepoint (bpt))
15002 {
15003 struct bp_location *location;
15004
15005 for (location = bpt->loc; location; location = location->next)
15006 target_enable_tracepoint (location);
15007 }
15008
b4c291bb 15009 bpt->disposition = disposition;
816338b5 15010 bpt->enable_count = count;
44702360 15011 update_global_location_list (UGLL_MAY_INSERT);
9c97429f 15012
8d3788bd 15013 observer_notify_breakpoint_modified (bpt);
c906108c
SS
15014}
15015
fe3f5fa8 15016
c906108c 15017void
fba45db2 15018enable_breakpoint (struct breakpoint *bpt)
c906108c 15019{
816338b5 15020 enable_breakpoint_disp (bpt, bpt->disposition, 0);
51be5b68
PA
15021}
15022
15023static void
15024do_enable_breakpoint (struct breakpoint *bpt, void *arg)
15025{
15026 enable_breakpoint (bpt);
c906108c
SS
15027}
15028
95a42b64
TT
15029/* A callback for map_breakpoint_numbers that calls
15030 enable_breakpoint. */
15031
15032static void
15033do_map_enable_breakpoint (struct breakpoint *b, void *ignore)
15034{
51be5b68 15035 iterate_over_related_breakpoints (b, do_enable_breakpoint, NULL);
95a42b64
TT
15036}
15037
c906108c
SS
15038/* The enable command enables the specified breakpoints (or all defined
15039 breakpoints) so they once again become (or continue to be) effective
1272ad14 15040 in stopping the inferior. */
c906108c 15041
c906108c 15042static void
fba45db2 15043enable_command (char *args, int from_tty)
c906108c 15044{
c906108c 15045 if (args == 0)
46c6471b
PA
15046 {
15047 struct breakpoint *bpt;
15048
15049 ALL_BREAKPOINTS (bpt)
15050 if (user_breakpoint_p (bpt))
15051 enable_breakpoint (bpt);
15052 }
9eaabc75 15053 else
0d381245 15054 {
9eaabc75
MW
15055 char *num = extract_arg (&args);
15056
15057 while (num)
d248b706 15058 {
9eaabc75 15059 if (strchr (num, '.'))
b775012e 15060 {
9eaabc75
MW
15061 struct bp_location *loc = find_location_by_number (num);
15062
15063 if (loc)
15064 {
15065 if (!loc->enabled)
15066 {
15067 loc->enabled = 1;
15068 mark_breakpoint_location_modified (loc);
15069 }
15070 if (target_supports_enable_disable_tracepoint ()
15071 && current_trace_status ()->running && loc->owner
15072 && is_tracepoint (loc->owner))
15073 target_enable_tracepoint (loc);
15074 }
44702360 15075 update_global_location_list (UGLL_MAY_INSERT);
b775012e 15076 }
9eaabc75
MW
15077 else
15078 map_breakpoint_numbers (num, do_map_enable_breakpoint, NULL);
15079 num = extract_arg (&args);
d248b706 15080 }
0d381245 15081 }
c906108c
SS
15082}
15083
816338b5
SS
15084/* This struct packages up disposition data for application to multiple
15085 breakpoints. */
15086
15087struct disp_data
15088{
15089 enum bpdisp disp;
15090 int count;
15091};
15092
c906108c 15093static void
51be5b68
PA
15094do_enable_breakpoint_disp (struct breakpoint *bpt, void *arg)
15095{
816338b5 15096 struct disp_data disp_data = *(struct disp_data *) arg;
51be5b68 15097
816338b5 15098 enable_breakpoint_disp (bpt, disp_data.disp, disp_data.count);
51be5b68
PA
15099}
15100
15101static void
15102do_map_enable_once_breakpoint (struct breakpoint *bpt, void *ignore)
c906108c 15103{
816338b5 15104 struct disp_data disp = { disp_disable, 1 };
51be5b68
PA
15105
15106 iterate_over_related_breakpoints (bpt, do_enable_breakpoint_disp, &disp);
c906108c
SS
15107}
15108
c906108c 15109static void
fba45db2 15110enable_once_command (char *args, int from_tty)
c906108c 15111{
51be5b68 15112 map_breakpoint_numbers (args, do_map_enable_once_breakpoint, NULL);
c906108c
SS
15113}
15114
816338b5
SS
15115static void
15116do_map_enable_count_breakpoint (struct breakpoint *bpt, void *countptr)
15117{
15118 struct disp_data disp = { disp_disable, *(int *) countptr };
15119
15120 iterate_over_related_breakpoints (bpt, do_enable_breakpoint_disp, &disp);
15121}
15122
15123static void
15124enable_count_command (char *args, int from_tty)
15125{
b9d61307
SM
15126 int count;
15127
15128 if (args == NULL)
15129 error_no_arg (_("hit count"));
15130
15131 count = get_number (&args);
816338b5
SS
15132
15133 map_breakpoint_numbers (args, do_map_enable_count_breakpoint, &count);
15134}
15135
c906108c 15136static void
51be5b68 15137do_map_enable_delete_breakpoint (struct breakpoint *bpt, void *ignore)
c906108c 15138{
816338b5 15139 struct disp_data disp = { disp_del, 1 };
51be5b68
PA
15140
15141 iterate_over_related_breakpoints (bpt, do_enable_breakpoint_disp, &disp);
c906108c
SS
15142}
15143
c906108c 15144static void
fba45db2 15145enable_delete_command (char *args, int from_tty)
c906108c 15146{
51be5b68 15147 map_breakpoint_numbers (args, do_map_enable_delete_breakpoint, NULL);
c906108c
SS
15148}
15149\f
fa8d40ab
JJ
15150static void
15151set_breakpoint_cmd (char *args, int from_tty)
15152{
15153}
15154
15155static void
15156show_breakpoint_cmd (char *args, int from_tty)
15157{
15158}
15159
1f3b5d1b
PP
15160/* Invalidate last known value of any hardware watchpoint if
15161 the memory which that value represents has been written to by
15162 GDB itself. */
15163
15164static void
8de0566d
YQ
15165invalidate_bp_value_on_memory_change (struct inferior *inferior,
15166 CORE_ADDR addr, ssize_t len,
1f3b5d1b
PP
15167 const bfd_byte *data)
15168{
15169 struct breakpoint *bp;
15170
15171 ALL_BREAKPOINTS (bp)
15172 if (bp->enable_state == bp_enabled
3a5c3e22 15173 && bp->type == bp_hardware_watchpoint)
1f3b5d1b 15174 {
3a5c3e22 15175 struct watchpoint *wp = (struct watchpoint *) bp;
1f3b5d1b 15176
3a5c3e22
PA
15177 if (wp->val_valid && wp->val)
15178 {
15179 struct bp_location *loc;
15180
15181 for (loc = bp->loc; loc != NULL; loc = loc->next)
15182 if (loc->loc_type == bp_loc_hardware_watchpoint
15183 && loc->address + loc->length > addr
15184 && addr + len > loc->address)
15185 {
15186 value_free (wp->val);
15187 wp->val = NULL;
15188 wp->val_valid = 0;
15189 }
15190 }
1f3b5d1b
PP
15191 }
15192}
15193
8181d85f
DJ
15194/* Create and insert a breakpoint for software single step. */
15195
15196void
6c95b8df 15197insert_single_step_breakpoint (struct gdbarch *gdbarch,
4a64f543
MS
15198 struct address_space *aspace,
15199 CORE_ADDR next_pc)
8181d85f 15200{
7c16b83e
PA
15201 struct thread_info *tp = inferior_thread ();
15202 struct symtab_and_line sal;
15203 CORE_ADDR pc = next_pc;
8181d85f 15204
34b7e8a6
PA
15205 if (tp->control.single_step_breakpoints == NULL)
15206 {
15207 tp->control.single_step_breakpoints
5d5658a1 15208 = new_single_step_breakpoint (tp->global_num, gdbarch);
34b7e8a6 15209 }
8181d85f 15210
7c16b83e
PA
15211 sal = find_pc_line (pc, 0);
15212 sal.pc = pc;
15213 sal.section = find_pc_overlay (pc);
15214 sal.explicit_pc = 1;
34b7e8a6 15215 add_location_to_breakpoint (tp->control.single_step_breakpoints, &sal);
8181d85f 15216
7c16b83e 15217 update_global_location_list (UGLL_INSERT);
8181d85f
DJ
15218}
15219
34b7e8a6 15220/* See breakpoint.h. */
f02253f1
HZ
15221
15222int
7c16b83e
PA
15223breakpoint_has_location_inserted_here (struct breakpoint *bp,
15224 struct address_space *aspace,
15225 CORE_ADDR pc)
1aafd4da 15226{
7c16b83e 15227 struct bp_location *loc;
1aafd4da 15228
7c16b83e
PA
15229 for (loc = bp->loc; loc != NULL; loc = loc->next)
15230 if (loc->inserted
15231 && breakpoint_location_address_match (loc, aspace, pc))
15232 return 1;
1aafd4da 15233
7c16b83e 15234 return 0;
ef370185
JB
15235}
15236
15237/* Check whether a software single-step breakpoint is inserted at
15238 PC. */
15239
15240int
15241single_step_breakpoint_inserted_here_p (struct address_space *aspace,
15242 CORE_ADDR pc)
15243{
34b7e8a6
PA
15244 struct breakpoint *bpt;
15245
15246 ALL_BREAKPOINTS (bpt)
15247 {
15248 if (bpt->type == bp_single_step
15249 && breakpoint_has_location_inserted_here (bpt, aspace, pc))
15250 return 1;
15251 }
15252 return 0;
1aafd4da
UW
15253}
15254
1042e4c0
SS
15255/* Tracepoint-specific operations. */
15256
15257/* Set tracepoint count to NUM. */
15258static void
15259set_tracepoint_count (int num)
15260{
15261 tracepoint_count = num;
4fa62494 15262 set_internalvar_integer (lookup_internalvar ("tpnum"), num);
1042e4c0
SS
15263}
15264
70221824 15265static void
1042e4c0
SS
15266trace_command (char *arg, int from_tty)
15267{
55aa24fb 15268 struct breakpoint_ops *ops;
f00aae0f
KS
15269 struct event_location *location;
15270 struct cleanup *back_to;
55aa24fb 15271
f00aae0f
KS
15272 location = string_to_event_location (&arg, current_language);
15273 back_to = make_cleanup_delete_event_location (location);
5b56227b
KS
15274 if (location != NULL
15275 && event_location_type (location) == PROBE_LOCATION)
55aa24fb
SDJ
15276 ops = &tracepoint_probe_breakpoint_ops;
15277 else
15278 ops = &tracepoint_breakpoint_ops;
15279
558a9d82 15280 create_breakpoint (get_current_arch (),
f00aae0f
KS
15281 location,
15282 NULL, 0, arg, 1 /* parse arg */,
558a9d82
YQ
15283 0 /* tempflag */,
15284 bp_tracepoint /* type_wanted */,
15285 0 /* Ignore count */,
15286 pending_break_support,
15287 ops,
15288 from_tty,
15289 1 /* enabled */,
15290 0 /* internal */, 0);
f00aae0f 15291 do_cleanups (back_to);
1042e4c0
SS
15292}
15293
70221824 15294static void
7a697b8d
SS
15295ftrace_command (char *arg, int from_tty)
15296{
f00aae0f
KS
15297 struct event_location *location;
15298 struct cleanup *back_to;
15299
15300 location = string_to_event_location (&arg, current_language);
15301 back_to = make_cleanup_delete_event_location (location);
558a9d82 15302 create_breakpoint (get_current_arch (),
f00aae0f
KS
15303 location,
15304 NULL, 0, arg, 1 /* parse arg */,
558a9d82
YQ
15305 0 /* tempflag */,
15306 bp_fast_tracepoint /* type_wanted */,
15307 0 /* Ignore count */,
15308 pending_break_support,
15309 &tracepoint_breakpoint_ops,
15310 from_tty,
15311 1 /* enabled */,
15312 0 /* internal */, 0);
f00aae0f 15313 do_cleanups (back_to);
0fb4aa4b
PA
15314}
15315
15316/* strace command implementation. Creates a static tracepoint. */
15317
70221824 15318static void
0fb4aa4b
PA
15319strace_command (char *arg, int from_tty)
15320{
983af33b 15321 struct breakpoint_ops *ops;
f00aae0f
KS
15322 struct event_location *location;
15323 struct cleanup *back_to;
983af33b
SDJ
15324
15325 /* Decide if we are dealing with a static tracepoint marker (`-m'),
15326 or with a normal static tracepoint. */
61012eef 15327 if (arg && startswith (arg, "-m") && isspace (arg[2]))
f00aae0f
KS
15328 {
15329 ops = &strace_marker_breakpoint_ops;
15330 location = new_linespec_location (&arg);
15331 }
983af33b 15332 else
f00aae0f
KS
15333 {
15334 ops = &tracepoint_breakpoint_ops;
15335 location = string_to_event_location (&arg, current_language);
15336 }
983af33b 15337
f00aae0f 15338 back_to = make_cleanup_delete_event_location (location);
558a9d82 15339 create_breakpoint (get_current_arch (),
f00aae0f
KS
15340 location,
15341 NULL, 0, arg, 1 /* parse arg */,
558a9d82
YQ
15342 0 /* tempflag */,
15343 bp_static_tracepoint /* type_wanted */,
15344 0 /* Ignore count */,
15345 pending_break_support,
15346 ops,
15347 from_tty,
15348 1 /* enabled */,
15349 0 /* internal */, 0);
f00aae0f 15350 do_cleanups (back_to);
7a697b8d
SS
15351}
15352
409873ef
SS
15353/* Set up a fake reader function that gets command lines from a linked
15354 list that was acquired during tracepoint uploading. */
15355
15356static struct uploaded_tp *this_utp;
3149d8c1 15357static int next_cmd;
409873ef
SS
15358
15359static char *
15360read_uploaded_action (void)
15361{
15362 char *rslt;
15363
3149d8c1 15364 VEC_iterate (char_ptr, this_utp->cmd_strings, next_cmd, rslt);
409873ef 15365
3149d8c1 15366 next_cmd++;
409873ef
SS
15367
15368 return rslt;
15369}
15370
00bf0b85
SS
15371/* Given information about a tracepoint as recorded on a target (which
15372 can be either a live system or a trace file), attempt to create an
15373 equivalent GDB tracepoint. This is not a reliable process, since
15374 the target does not necessarily have all the information used when
15375 the tracepoint was originally defined. */
15376
d9b3f62e 15377struct tracepoint *
00bf0b85 15378create_tracepoint_from_upload (struct uploaded_tp *utp)
d5551862 15379{
409873ef 15380 char *addr_str, small_buf[100];
d9b3f62e 15381 struct tracepoint *tp;
f00aae0f
KS
15382 struct event_location *location;
15383 struct cleanup *cleanup;
fd9b8c24 15384
409873ef
SS
15385 if (utp->at_string)
15386 addr_str = utp->at_string;
15387 else
15388 {
15389 /* In the absence of a source location, fall back to raw
15390 address. Since there is no way to confirm that the address
15391 means the same thing as when the trace was started, warn the
15392 user. */
3e43a32a
MS
15393 warning (_("Uploaded tracepoint %d has no "
15394 "source location, using raw address"),
409873ef 15395 utp->number);
8c042590 15396 xsnprintf (small_buf, sizeof (small_buf), "*%s", hex_string (utp->addr));
409873ef
SS
15397 addr_str = small_buf;
15398 }
15399
15400 /* There's not much we can do with a sequence of bytecodes. */
15401 if (utp->cond && !utp->cond_string)
3e43a32a
MS
15402 warning (_("Uploaded tracepoint %d condition "
15403 "has no source form, ignoring it"),
409873ef 15404 utp->number);
d5551862 15405
f00aae0f
KS
15406 location = string_to_event_location (&addr_str, current_language);
15407 cleanup = make_cleanup_delete_event_location (location);
8cdf0e15 15408 if (!create_breakpoint (get_current_arch (),
f00aae0f
KS
15409 location,
15410 utp->cond_string, -1, addr_str,
e7e0cddf 15411 0 /* parse cond/thread */,
8cdf0e15 15412 0 /* tempflag */,
0fb4aa4b 15413 utp->type /* type_wanted */,
8cdf0e15
VP
15414 0 /* Ignore count */,
15415 pending_break_support,
348d480f 15416 &tracepoint_breakpoint_ops,
8cdf0e15 15417 0 /* from_tty */,
84f4c1fe 15418 utp->enabled /* enabled */,
44f238bb
PA
15419 0 /* internal */,
15420 CREATE_BREAKPOINT_FLAGS_INSERTED))
f00aae0f
KS
15421 {
15422 do_cleanups (cleanup);
15423 return NULL;
15424 }
15425
15426 do_cleanups (cleanup);
fd9b8c24 15427
409873ef 15428 /* Get the tracepoint we just created. */
fd9b8c24
PA
15429 tp = get_tracepoint (tracepoint_count);
15430 gdb_assert (tp != NULL);
d5551862 15431
00bf0b85
SS
15432 if (utp->pass > 0)
15433 {
8c042590
PM
15434 xsnprintf (small_buf, sizeof (small_buf), "%d %d", utp->pass,
15435 tp->base.number);
00bf0b85 15436
409873ef 15437 trace_pass_command (small_buf, 0);
00bf0b85
SS
15438 }
15439
409873ef
SS
15440 /* If we have uploaded versions of the original commands, set up a
15441 special-purpose "reader" function and call the usual command line
15442 reader, then pass the result to the breakpoint command-setting
15443 function. */
3149d8c1 15444 if (!VEC_empty (char_ptr, utp->cmd_strings))
00bf0b85 15445 {
409873ef 15446 struct command_line *cmd_list;
00bf0b85 15447
409873ef 15448 this_utp = utp;
3149d8c1 15449 next_cmd = 0;
d5551862 15450
409873ef
SS
15451 cmd_list = read_command_lines_1 (read_uploaded_action, 1, NULL, NULL);
15452
d9b3f62e 15453 breakpoint_set_commands (&tp->base, cmd_list);
00bf0b85 15454 }
3149d8c1
SS
15455 else if (!VEC_empty (char_ptr, utp->actions)
15456 || !VEC_empty (char_ptr, utp->step_actions))
3e43a32a
MS
15457 warning (_("Uploaded tracepoint %d actions "
15458 "have no source form, ignoring them"),
409873ef 15459 utp->number);
00bf0b85 15460
f196051f
SS
15461 /* Copy any status information that might be available. */
15462 tp->base.hit_count = utp->hit_count;
15463 tp->traceframe_usage = utp->traceframe_usage;
15464
00bf0b85 15465 return tp;
d9b3f62e 15466}
00bf0b85 15467
1042e4c0
SS
15468/* Print information on tracepoint number TPNUM_EXP, or all if
15469 omitted. */
15470
15471static void
e5a67952 15472tracepoints_info (char *args, int from_tty)
1042e4c0 15473{
79a45e25 15474 struct ui_out *uiout = current_uiout;
e5a67952 15475 int num_printed;
1042e4c0 15476
e5a67952 15477 num_printed = breakpoint_1 (args, 0, is_tracepoint);
d77f58be
SS
15478
15479 if (num_printed == 0)
1042e4c0 15480 {
e5a67952 15481 if (args == NULL || *args == '\0')
d77f58be
SS
15482 ui_out_message (uiout, 0, "No tracepoints.\n");
15483 else
e5a67952 15484 ui_out_message (uiout, 0, "No tracepoint matching '%s'.\n", args);
1042e4c0 15485 }
ad443146
SS
15486
15487 default_collect_info ();
1042e4c0
SS
15488}
15489
4a64f543 15490/* The 'enable trace' command enables tracepoints.
1042e4c0
SS
15491 Not supported by all targets. */
15492static void
15493enable_trace_command (char *args, int from_tty)
15494{
15495 enable_command (args, from_tty);
15496}
15497
4a64f543 15498/* The 'disable trace' command disables tracepoints.
1042e4c0
SS
15499 Not supported by all targets. */
15500static void
15501disable_trace_command (char *args, int from_tty)
15502{
15503 disable_command (args, from_tty);
15504}
15505
4a64f543 15506/* Remove a tracepoint (or all if no argument). */
1042e4c0
SS
15507static void
15508delete_trace_command (char *arg, int from_tty)
15509{
35df4500 15510 struct breakpoint *b, *b_tmp;
1042e4c0
SS
15511
15512 dont_repeat ();
15513
15514 if (arg == 0)
15515 {
15516 int breaks_to_delete = 0;
15517
15518 /* Delete all breakpoints if no argument.
15519 Do not delete internal or call-dummy breakpoints, these
4a64f543
MS
15520 have to be deleted with an explicit breakpoint number
15521 argument. */
1042e4c0 15522 ALL_TRACEPOINTS (b)
46c6471b 15523 if (is_tracepoint (b) && user_breakpoint_p (b))
1042e4c0
SS
15524 {
15525 breaks_to_delete = 1;
15526 break;
15527 }
1042e4c0
SS
15528
15529 /* Ask user only if there are some breakpoints to delete. */
15530 if (!from_tty
15531 || (breaks_to_delete && query (_("Delete all tracepoints? "))))
15532 {
35df4500 15533 ALL_BREAKPOINTS_SAFE (b, b_tmp)
46c6471b 15534 if (is_tracepoint (b) && user_breakpoint_p (b))
1042e4c0 15535 delete_breakpoint (b);
1042e4c0
SS
15536 }
15537 }
15538 else
51be5b68 15539 map_breakpoint_numbers (arg, do_map_delete_breakpoint, NULL);
1042e4c0
SS
15540}
15541
197f0a60
TT
15542/* Helper function for trace_pass_command. */
15543
15544static void
d9b3f62e 15545trace_pass_set_count (struct tracepoint *tp, int count, int from_tty)
197f0a60 15546{
d9b3f62e 15547 tp->pass_count = count;
6f6484cd 15548 observer_notify_breakpoint_modified (&tp->base);
197f0a60
TT
15549 if (from_tty)
15550 printf_filtered (_("Setting tracepoint %d's passcount to %d\n"),
d9b3f62e 15551 tp->base.number, count);
197f0a60
TT
15552}
15553
1042e4c0
SS
15554/* Set passcount for tracepoint.
15555
15556 First command argument is passcount, second is tracepoint number.
15557 If tracepoint number omitted, apply to most recently defined.
15558 Also accepts special argument "all". */
15559
15560static void
15561trace_pass_command (char *args, int from_tty)
15562{
d9b3f62e 15563 struct tracepoint *t1;
1042e4c0 15564 unsigned int count;
1042e4c0
SS
15565
15566 if (args == 0 || *args == 0)
3e43a32a
MS
15567 error (_("passcount command requires an "
15568 "argument (count + optional TP num)"));
1042e4c0 15569
4a64f543 15570 count = strtoul (args, &args, 10); /* Count comes first, then TP num. */
1042e4c0 15571
529480d0 15572 args = skip_spaces (args);
1042e4c0
SS
15573 if (*args && strncasecmp (args, "all", 3) == 0)
15574 {
d9b3f62e
PA
15575 struct breakpoint *b;
15576
1042e4c0 15577 args += 3; /* Skip special argument "all". */
1042e4c0
SS
15578 if (*args)
15579 error (_("Junk at end of arguments."));
1042e4c0 15580
d9b3f62e 15581 ALL_TRACEPOINTS (b)
197f0a60 15582 {
d9b3f62e 15583 t1 = (struct tracepoint *) b;
197f0a60
TT
15584 trace_pass_set_count (t1, count, from_tty);
15585 }
15586 }
15587 else if (*args == '\0')
1042e4c0 15588 {
5fa1d40e 15589 t1 = get_tracepoint_by_number (&args, NULL);
1042e4c0 15590 if (t1)
197f0a60
TT
15591 trace_pass_set_count (t1, count, from_tty);
15592 }
15593 else
15594 {
15595 struct get_number_or_range_state state;
15596
15597 init_number_or_range (&state, args);
15598 while (!state.finished)
1042e4c0 15599 {
5fa1d40e 15600 t1 = get_tracepoint_by_number (&args, &state);
197f0a60
TT
15601 if (t1)
15602 trace_pass_set_count (t1, count, from_tty);
1042e4c0
SS
15603 }
15604 }
1042e4c0
SS
15605}
15606
d9b3f62e 15607struct tracepoint *
1042e4c0
SS
15608get_tracepoint (int num)
15609{
15610 struct breakpoint *t;
15611
15612 ALL_TRACEPOINTS (t)
15613 if (t->number == num)
d9b3f62e 15614 return (struct tracepoint *) t;
1042e4c0
SS
15615
15616 return NULL;
15617}
15618
d5551862
SS
15619/* Find the tracepoint with the given target-side number (which may be
15620 different from the tracepoint number after disconnecting and
15621 reconnecting). */
15622
d9b3f62e 15623struct tracepoint *
d5551862
SS
15624get_tracepoint_by_number_on_target (int num)
15625{
d9b3f62e 15626 struct breakpoint *b;
d5551862 15627
d9b3f62e
PA
15628 ALL_TRACEPOINTS (b)
15629 {
15630 struct tracepoint *t = (struct tracepoint *) b;
15631
15632 if (t->number_on_target == num)
15633 return t;
15634 }
d5551862
SS
15635
15636 return NULL;
15637}
15638
1042e4c0 15639/* Utility: parse a tracepoint number and look it up in the list.
197f0a60 15640 If STATE is not NULL, use, get_number_or_range_state and ignore ARG.
5fa1d40e
YQ
15641 If the argument is missing, the most recent tracepoint
15642 (tracepoint_count) is returned. */
15643
d9b3f62e 15644struct tracepoint *
197f0a60 15645get_tracepoint_by_number (char **arg,
5fa1d40e 15646 struct get_number_or_range_state *state)
1042e4c0 15647{
1042e4c0
SS
15648 struct breakpoint *t;
15649 int tpnum;
15650 char *instring = arg == NULL ? NULL : *arg;
15651
197f0a60
TT
15652 if (state)
15653 {
15654 gdb_assert (!state->finished);
15655 tpnum = get_number_or_range (state);
15656 }
15657 else if (arg == NULL || *arg == NULL || ! **arg)
5fa1d40e 15658 tpnum = tracepoint_count;
1042e4c0 15659 else
197f0a60 15660 tpnum = get_number (arg);
1042e4c0
SS
15661
15662 if (tpnum <= 0)
15663 {
15664 if (instring && *instring)
15665 printf_filtered (_("bad tracepoint number at or near '%s'\n"),
15666 instring);
15667 else
5fa1d40e 15668 printf_filtered (_("No previous tracepoint\n"));
1042e4c0
SS
15669 return NULL;
15670 }
15671
15672 ALL_TRACEPOINTS (t)
15673 if (t->number == tpnum)
15674 {
d9b3f62e 15675 return (struct tracepoint *) t;
1042e4c0
SS
15676 }
15677
1042e4c0
SS
15678 printf_unfiltered ("No tracepoint number %d.\n", tpnum);
15679 return NULL;
15680}
15681
d9b3f62e
PA
15682void
15683print_recreate_thread (struct breakpoint *b, struct ui_file *fp)
15684{
15685 if (b->thread != -1)
15686 fprintf_unfiltered (fp, " thread %d", b->thread);
15687
15688 if (b->task != 0)
15689 fprintf_unfiltered (fp, " task %d", b->task);
15690
15691 fprintf_unfiltered (fp, "\n");
15692}
15693
6149aea9
PA
15694/* Save information on user settable breakpoints (watchpoints, etc) to
15695 a new script file named FILENAME. If FILTER is non-NULL, call it
15696 on each breakpoint and only include the ones for which it returns
15697 non-zero. */
15698
1042e4c0 15699static void
6149aea9
PA
15700save_breakpoints (char *filename, int from_tty,
15701 int (*filter) (const struct breakpoint *))
1042e4c0
SS
15702{
15703 struct breakpoint *tp;
6149aea9 15704 int any = 0;
1042e4c0 15705 struct cleanup *cleanup;
a7bdde9e 15706 struct ui_file *fp;
6149aea9 15707 int extra_trace_bits = 0;
1042e4c0 15708
6149aea9
PA
15709 if (filename == 0 || *filename == 0)
15710 error (_("Argument required (file name in which to save)"));
1042e4c0
SS
15711
15712 /* See if we have anything to save. */
6149aea9 15713 ALL_BREAKPOINTS (tp)
1042e4c0 15714 {
6149aea9 15715 /* Skip internal and momentary breakpoints. */
09d682a4 15716 if (!user_breakpoint_p (tp))
6149aea9
PA
15717 continue;
15718
15719 /* If we have a filter, only save the breakpoints it accepts. */
15720 if (filter && !filter (tp))
15721 continue;
15722
15723 any = 1;
15724
15725 if (is_tracepoint (tp))
15726 {
15727 extra_trace_bits = 1;
15728
15729 /* We can stop searching. */
15730 break;
15731 }
1042e4c0 15732 }
6149aea9
PA
15733
15734 if (!any)
1042e4c0 15735 {
6149aea9 15736 warning (_("Nothing to save."));
1042e4c0
SS
15737 return;
15738 }
15739
c718be47
PA
15740 filename = tilde_expand (filename);
15741 cleanup = make_cleanup (xfree, filename);
15742 fp = gdb_fopen (filename, "w");
059fb39f 15743 if (!fp)
6149aea9
PA
15744 error (_("Unable to open file '%s' for saving (%s)"),
15745 filename, safe_strerror (errno));
a7bdde9e 15746 make_cleanup_ui_file_delete (fp);
8bf6485c 15747
6149aea9
PA
15748 if (extra_trace_bits)
15749 save_trace_state_variables (fp);
8bf6485c 15750
6149aea9 15751 ALL_BREAKPOINTS (tp)
1042e4c0 15752 {
6149aea9 15753 /* Skip internal and momentary breakpoints. */
09d682a4 15754 if (!user_breakpoint_p (tp))
6149aea9 15755 continue;
8bf6485c 15756
6149aea9
PA
15757 /* If we have a filter, only save the breakpoints it accepts. */
15758 if (filter && !filter (tp))
15759 continue;
15760
348d480f 15761 tp->ops->print_recreate (tp, fp);
1042e4c0 15762
6149aea9
PA
15763 /* Note, we can't rely on tp->number for anything, as we can't
15764 assume the recreated breakpoint numbers will match. Use $bpnum
15765 instead. */
15766
15767 if (tp->cond_string)
15768 fprintf_unfiltered (fp, " condition $bpnum %s\n", tp->cond_string);
15769
15770 if (tp->ignore_count)
15771 fprintf_unfiltered (fp, " ignore $bpnum %d\n", tp->ignore_count);
15772
2d9442cc 15773 if (tp->type != bp_dprintf && tp->commands)
1042e4c0 15774 {
6149aea9 15775 fprintf_unfiltered (fp, " commands\n");
a7bdde9e 15776
79a45e25 15777 ui_out_redirect (current_uiout, fp);
492d29ea 15778 TRY
1042e4c0 15779 {
79a45e25 15780 print_command_lines (current_uiout, tp->commands->commands, 2);
a7bdde9e 15781 }
492d29ea
PA
15782 CATCH (ex, RETURN_MASK_ALL)
15783 {
6c63c96a 15784 ui_out_redirect (current_uiout, NULL);
492d29ea
PA
15785 throw_exception (ex);
15786 }
15787 END_CATCH
1042e4c0 15788
6c63c96a 15789 ui_out_redirect (current_uiout, NULL);
a7bdde9e 15790 fprintf_unfiltered (fp, " end\n");
1042e4c0 15791 }
6149aea9
PA
15792
15793 if (tp->enable_state == bp_disabled)
99894e11 15794 fprintf_unfiltered (fp, "disable $bpnum\n");
6149aea9
PA
15795
15796 /* If this is a multi-location breakpoint, check if the locations
15797 should be individually disabled. Watchpoint locations are
15798 special, and not user visible. */
15799 if (!is_watchpoint (tp) && tp->loc && tp->loc->next)
15800 {
15801 struct bp_location *loc;
15802 int n = 1;
15803
15804 for (loc = tp->loc; loc != NULL; loc = loc->next, n++)
15805 if (!loc->enabled)
15806 fprintf_unfiltered (fp, "disable $bpnum.%d\n", n);
15807 }
1042e4c0 15808 }
8bf6485c 15809
6149aea9 15810 if (extra_trace_bits && *default_collect)
8bf6485c
SS
15811 fprintf_unfiltered (fp, "set default-collect %s\n", default_collect);
15812
1042e4c0 15813 if (from_tty)
6149aea9 15814 printf_filtered (_("Saved to file '%s'.\n"), filename);
c718be47 15815 do_cleanups (cleanup);
6149aea9
PA
15816}
15817
15818/* The `save breakpoints' command. */
15819
15820static void
15821save_breakpoints_command (char *args, int from_tty)
15822{
15823 save_breakpoints (args, from_tty, NULL);
15824}
15825
15826/* The `save tracepoints' command. */
15827
15828static void
15829save_tracepoints_command (char *args, int from_tty)
15830{
15831 save_breakpoints (args, from_tty, is_tracepoint);
1042e4c0
SS
15832}
15833
15834/* Create a vector of all tracepoints. */
15835
15836VEC(breakpoint_p) *
eeae04df 15837all_tracepoints (void)
1042e4c0
SS
15838{
15839 VEC(breakpoint_p) *tp_vec = 0;
15840 struct breakpoint *tp;
15841
15842 ALL_TRACEPOINTS (tp)
15843 {
15844 VEC_safe_push (breakpoint_p, tp_vec, tp);
15845 }
15846
15847 return tp_vec;
15848}
15849
c906108c 15850\f
629500fa
KS
15851/* This help string is used to consolidate all the help string for specifying
15852 locations used by several commands. */
15853
15854#define LOCATION_HELP_STRING \
15855"Linespecs are colon-separated lists of location parameters, such as\n\
15856source filename, function name, label name, and line number.\n\
15857Example: To specify the start of a label named \"the_top\" in the\n\
15858function \"fact\" in the file \"factorial.c\", use\n\
15859\"factorial.c:fact:the_top\".\n\
15860\n\
15861Address locations begin with \"*\" and specify an exact address in the\n\
15862program. Example: To specify the fourth byte past the start function\n\
15863\"main\", use \"*main + 4\".\n\
15864\n\
15865Explicit locations are similar to linespecs but use an option/argument\n\
15866syntax to specify location parameters.\n\
15867Example: To specify the start of the label named \"the_top\" in the\n\
15868function \"fact\" in the file \"factorial.c\", use \"-source factorial.c\n\
15869-function fact -label the_top\".\n"
15870
4a64f543
MS
15871/* This help string is used for the break, hbreak, tbreak and thbreak
15872 commands. It is defined as a macro to prevent duplication.
15873 COMMAND should be a string constant containing the name of the
15874 command. */
629500fa 15875
31e2b00f 15876#define BREAK_ARGS_HELP(command) \
fb7b5af4
SDJ
15877command" [PROBE_MODIFIER] [LOCATION] [thread THREADNUM] [if CONDITION]\n\
15878PROBE_MODIFIER shall be present if the command is to be placed in a\n\
15879probe point. Accepted values are `-probe' (for a generic, automatically\n\
d4777acb
JM
15880guessed probe type), `-probe-stap' (for a SystemTap probe) or \n\
15881`-probe-dtrace' (for a DTrace probe).\n\
629500fa
KS
15882LOCATION may be a linespec, address, or explicit location as described\n\
15883below.\n\
15884\n\
dc10affe
PA
15885With no LOCATION, uses current execution address of the selected\n\
15886stack frame. This is useful for breaking on return to a stack frame.\n\
31e2b00f
AS
15887\n\
15888THREADNUM is the number from \"info threads\".\n\
15889CONDITION is a boolean expression.\n\
629500fa 15890\n" LOCATION_HELP_STRING "\n\
d41c0fc8
PA
15891Multiple breakpoints at one place are permitted, and useful if their\n\
15892conditions are different.\n\
31e2b00f
AS
15893\n\
15894Do \"help breakpoints\" for info on other commands dealing with breakpoints."
15895
44feb3ce
TT
15896/* List of subcommands for "catch". */
15897static struct cmd_list_element *catch_cmdlist;
15898
15899/* List of subcommands for "tcatch". */
15900static struct cmd_list_element *tcatch_cmdlist;
15901
9ac4176b 15902void
44feb3ce 15903add_catch_command (char *name, char *docstring,
82ae6c8d 15904 cmd_sfunc_ftype *sfunc,
625e8578 15905 completer_ftype *completer,
44feb3ce
TT
15906 void *user_data_catch,
15907 void *user_data_tcatch)
15908{
15909 struct cmd_list_element *command;
15910
15911 command = add_cmd (name, class_breakpoint, NULL, docstring,
15912 &catch_cmdlist);
15913 set_cmd_sfunc (command, sfunc);
15914 set_cmd_context (command, user_data_catch);
a96d9b2e 15915 set_cmd_completer (command, completer);
44feb3ce
TT
15916
15917 command = add_cmd (name, class_breakpoint, NULL, docstring,
15918 &tcatch_cmdlist);
15919 set_cmd_sfunc (command, sfunc);
15920 set_cmd_context (command, user_data_tcatch);
a96d9b2e 15921 set_cmd_completer (command, completer);
44feb3ce
TT
15922}
15923
6149aea9
PA
15924static void
15925save_command (char *arg, int from_tty)
15926{
3e43a32a
MS
15927 printf_unfiltered (_("\"save\" must be followed by "
15928 "the name of a save subcommand.\n"));
635c7e8a 15929 help_list (save_cmdlist, "save ", all_commands, gdb_stdout);
6149aea9
PA
15930}
15931
84f4c1fe
PM
15932struct breakpoint *
15933iterate_over_breakpoints (int (*callback) (struct breakpoint *, void *),
15934 void *data)
15935{
35df4500 15936 struct breakpoint *b, *b_tmp;
84f4c1fe 15937
35df4500 15938 ALL_BREAKPOINTS_SAFE (b, b_tmp)
84f4c1fe
PM
15939 {
15940 if ((*callback) (b, data))
15941 return b;
15942 }
15943
15944 return NULL;
15945}
15946
0574c78f
GB
15947/* Zero if any of the breakpoint's locations could be a location where
15948 functions have been inlined, nonzero otherwise. */
15949
15950static int
15951is_non_inline_function (struct breakpoint *b)
15952{
15953 /* The shared library event breakpoint is set on the address of a
15954 non-inline function. */
15955 if (b->type == bp_shlib_event)
15956 return 1;
15957
15958 return 0;
15959}
15960
15961/* Nonzero if the specified PC cannot be a location where functions
15962 have been inlined. */
15963
15964int
09ac7c10
TT
15965pc_at_non_inline_function (struct address_space *aspace, CORE_ADDR pc,
15966 const struct target_waitstatus *ws)
0574c78f
GB
15967{
15968 struct breakpoint *b;
15969 struct bp_location *bl;
15970
15971 ALL_BREAKPOINTS (b)
15972 {
15973 if (!is_non_inline_function (b))
15974 continue;
15975
15976 for (bl = b->loc; bl != NULL; bl = bl->next)
15977 {
15978 if (!bl->shlib_disabled
09ac7c10 15979 && bpstat_check_location (bl, aspace, pc, ws))
0574c78f
GB
15980 return 1;
15981 }
15982 }
15983
15984 return 0;
15985}
15986
2f202fde
JK
15987/* Remove any references to OBJFILE which is going to be freed. */
15988
15989void
15990breakpoint_free_objfile (struct objfile *objfile)
15991{
15992 struct bp_location **locp, *loc;
15993
15994 ALL_BP_LOCATIONS (loc, locp)
eb822aa6 15995 if (loc->symtab != NULL && SYMTAB_OBJFILE (loc->symtab) == objfile)
2f202fde
JK
15996 loc->symtab = NULL;
15997}
15998
2060206e
PA
15999void
16000initialize_breakpoint_ops (void)
16001{
16002 static int initialized = 0;
16003
16004 struct breakpoint_ops *ops;
16005
16006 if (initialized)
16007 return;
16008 initialized = 1;
16009
16010 /* The breakpoint_ops structure to be inherit by all kinds of
16011 breakpoints (real breakpoints, i.e., user "break" breakpoints,
16012 internal and momentary breakpoints, etc.). */
16013 ops = &bkpt_base_breakpoint_ops;
16014 *ops = base_breakpoint_ops;
16015 ops->re_set = bkpt_re_set;
16016 ops->insert_location = bkpt_insert_location;
16017 ops->remove_location = bkpt_remove_location;
16018 ops->breakpoint_hit = bkpt_breakpoint_hit;
5f700d83 16019 ops->create_sals_from_location = bkpt_create_sals_from_location;
983af33b 16020 ops->create_breakpoints_sal = bkpt_create_breakpoints_sal;
5f700d83 16021 ops->decode_location = bkpt_decode_location;
2060206e
PA
16022
16023 /* The breakpoint_ops structure to be used in regular breakpoints. */
16024 ops = &bkpt_breakpoint_ops;
16025 *ops = bkpt_base_breakpoint_ops;
16026 ops->re_set = bkpt_re_set;
16027 ops->resources_needed = bkpt_resources_needed;
16028 ops->print_it = bkpt_print_it;
16029 ops->print_mention = bkpt_print_mention;
16030 ops->print_recreate = bkpt_print_recreate;
16031
16032 /* Ranged breakpoints. */
16033 ops = &ranged_breakpoint_ops;
16034 *ops = bkpt_breakpoint_ops;
16035 ops->breakpoint_hit = breakpoint_hit_ranged_breakpoint;
16036 ops->resources_needed = resources_needed_ranged_breakpoint;
16037 ops->print_it = print_it_ranged_breakpoint;
16038 ops->print_one = print_one_ranged_breakpoint;
16039 ops->print_one_detail = print_one_detail_ranged_breakpoint;
16040 ops->print_mention = print_mention_ranged_breakpoint;
16041 ops->print_recreate = print_recreate_ranged_breakpoint;
16042
16043 /* Internal breakpoints. */
16044 ops = &internal_breakpoint_ops;
16045 *ops = bkpt_base_breakpoint_ops;
16046 ops->re_set = internal_bkpt_re_set;
16047 ops->check_status = internal_bkpt_check_status;
16048 ops->print_it = internal_bkpt_print_it;
16049 ops->print_mention = internal_bkpt_print_mention;
16050
16051 /* Momentary breakpoints. */
16052 ops = &momentary_breakpoint_ops;
16053 *ops = bkpt_base_breakpoint_ops;
16054 ops->re_set = momentary_bkpt_re_set;
16055 ops->check_status = momentary_bkpt_check_status;
16056 ops->print_it = momentary_bkpt_print_it;
16057 ops->print_mention = momentary_bkpt_print_mention;
16058
e2e4d78b
JK
16059 /* Momentary breakpoints for bp_longjmp and bp_exception. */
16060 ops = &longjmp_breakpoint_ops;
16061 *ops = momentary_breakpoint_ops;
16062 ops->dtor = longjmp_bkpt_dtor;
16063
55aa24fb
SDJ
16064 /* Probe breakpoints. */
16065 ops = &bkpt_probe_breakpoint_ops;
16066 *ops = bkpt_breakpoint_ops;
16067 ops->insert_location = bkpt_probe_insert_location;
16068 ops->remove_location = bkpt_probe_remove_location;
5f700d83
KS
16069 ops->create_sals_from_location = bkpt_probe_create_sals_from_location;
16070 ops->decode_location = bkpt_probe_decode_location;
55aa24fb 16071
2060206e
PA
16072 /* Watchpoints. */
16073 ops = &watchpoint_breakpoint_ops;
16074 *ops = base_breakpoint_ops;
3a5c3e22 16075 ops->dtor = dtor_watchpoint;
2060206e
PA
16076 ops->re_set = re_set_watchpoint;
16077 ops->insert_location = insert_watchpoint;
16078 ops->remove_location = remove_watchpoint;
16079 ops->breakpoint_hit = breakpoint_hit_watchpoint;
16080 ops->check_status = check_status_watchpoint;
16081 ops->resources_needed = resources_needed_watchpoint;
16082 ops->works_in_software_mode = works_in_software_mode_watchpoint;
16083 ops->print_it = print_it_watchpoint;
16084 ops->print_mention = print_mention_watchpoint;
16085 ops->print_recreate = print_recreate_watchpoint;
427cd150 16086 ops->explains_signal = explains_signal_watchpoint;
2060206e
PA
16087
16088 /* Masked watchpoints. */
16089 ops = &masked_watchpoint_breakpoint_ops;
16090 *ops = watchpoint_breakpoint_ops;
16091 ops->insert_location = insert_masked_watchpoint;
16092 ops->remove_location = remove_masked_watchpoint;
16093 ops->resources_needed = resources_needed_masked_watchpoint;
16094 ops->works_in_software_mode = works_in_software_mode_masked_watchpoint;
16095 ops->print_it = print_it_masked_watchpoint;
16096 ops->print_one_detail = print_one_detail_masked_watchpoint;
16097 ops->print_mention = print_mention_masked_watchpoint;
16098 ops->print_recreate = print_recreate_masked_watchpoint;
16099
16100 /* Tracepoints. */
16101 ops = &tracepoint_breakpoint_ops;
16102 *ops = base_breakpoint_ops;
16103 ops->re_set = tracepoint_re_set;
16104 ops->breakpoint_hit = tracepoint_breakpoint_hit;
16105 ops->print_one_detail = tracepoint_print_one_detail;
16106 ops->print_mention = tracepoint_print_mention;
16107 ops->print_recreate = tracepoint_print_recreate;
5f700d83 16108 ops->create_sals_from_location = tracepoint_create_sals_from_location;
983af33b 16109 ops->create_breakpoints_sal = tracepoint_create_breakpoints_sal;
5f700d83 16110 ops->decode_location = tracepoint_decode_location;
983af33b 16111
55aa24fb
SDJ
16112 /* Probe tracepoints. */
16113 ops = &tracepoint_probe_breakpoint_ops;
16114 *ops = tracepoint_breakpoint_ops;
5f700d83
KS
16115 ops->create_sals_from_location = tracepoint_probe_create_sals_from_location;
16116 ops->decode_location = tracepoint_probe_decode_location;
55aa24fb 16117
983af33b
SDJ
16118 /* Static tracepoints with marker (`-m'). */
16119 ops = &strace_marker_breakpoint_ops;
16120 *ops = tracepoint_breakpoint_ops;
5f700d83 16121 ops->create_sals_from_location = strace_marker_create_sals_from_location;
983af33b 16122 ops->create_breakpoints_sal = strace_marker_create_breakpoints_sal;
5f700d83 16123 ops->decode_location = strace_marker_decode_location;
2060206e
PA
16124
16125 /* Fork catchpoints. */
16126 ops = &catch_fork_breakpoint_ops;
16127 *ops = base_breakpoint_ops;
16128 ops->insert_location = insert_catch_fork;
16129 ops->remove_location = remove_catch_fork;
16130 ops->breakpoint_hit = breakpoint_hit_catch_fork;
16131 ops->print_it = print_it_catch_fork;
16132 ops->print_one = print_one_catch_fork;
16133 ops->print_mention = print_mention_catch_fork;
16134 ops->print_recreate = print_recreate_catch_fork;
16135
16136 /* Vfork catchpoints. */
16137 ops = &catch_vfork_breakpoint_ops;
16138 *ops = base_breakpoint_ops;
16139 ops->insert_location = insert_catch_vfork;
16140 ops->remove_location = remove_catch_vfork;
16141 ops->breakpoint_hit = breakpoint_hit_catch_vfork;
16142 ops->print_it = print_it_catch_vfork;
16143 ops->print_one = print_one_catch_vfork;
16144 ops->print_mention = print_mention_catch_vfork;
16145 ops->print_recreate = print_recreate_catch_vfork;
16146
16147 /* Exec catchpoints. */
16148 ops = &catch_exec_breakpoint_ops;
16149 *ops = base_breakpoint_ops;
16150 ops->dtor = dtor_catch_exec;
16151 ops->insert_location = insert_catch_exec;
16152 ops->remove_location = remove_catch_exec;
16153 ops->breakpoint_hit = breakpoint_hit_catch_exec;
16154 ops->print_it = print_it_catch_exec;
16155 ops->print_one = print_one_catch_exec;
16156 ops->print_mention = print_mention_catch_exec;
16157 ops->print_recreate = print_recreate_catch_exec;
16158
edcc5120
TT
16159 /* Solib-related catchpoints. */
16160 ops = &catch_solib_breakpoint_ops;
16161 *ops = base_breakpoint_ops;
16162 ops->dtor = dtor_catch_solib;
16163 ops->insert_location = insert_catch_solib;
16164 ops->remove_location = remove_catch_solib;
16165 ops->breakpoint_hit = breakpoint_hit_catch_solib;
16166 ops->check_status = check_status_catch_solib;
16167 ops->print_it = print_it_catch_solib;
16168 ops->print_one = print_one_catch_solib;
16169 ops->print_mention = print_mention_catch_solib;
16170 ops->print_recreate = print_recreate_catch_solib;
e7e0cddf
SS
16171
16172 ops = &dprintf_breakpoint_ops;
16173 *ops = bkpt_base_breakpoint_ops;
5c2b4418 16174 ops->re_set = dprintf_re_set;
e7e0cddf
SS
16175 ops->resources_needed = bkpt_resources_needed;
16176 ops->print_it = bkpt_print_it;
16177 ops->print_mention = bkpt_print_mention;
2d9442cc 16178 ops->print_recreate = dprintf_print_recreate;
9d6e6e84 16179 ops->after_condition_true = dprintf_after_condition_true;
cd1608cc 16180 ops->breakpoint_hit = dprintf_breakpoint_hit;
2060206e
PA
16181}
16182
8bfd80db
YQ
16183/* Chain containing all defined "enable breakpoint" subcommands. */
16184
16185static struct cmd_list_element *enablebreaklist = NULL;
16186
c906108c 16187void
fba45db2 16188_initialize_breakpoint (void)
c906108c
SS
16189{
16190 struct cmd_list_element *c;
16191
2060206e
PA
16192 initialize_breakpoint_ops ();
16193
84acb35a 16194 observer_attach_solib_unloaded (disable_breakpoints_in_unloaded_shlib);
63644780 16195 observer_attach_free_objfile (disable_breakpoints_in_freed_objfile);
1f3b5d1b 16196 observer_attach_memory_changed (invalidate_bp_value_on_memory_change);
84acb35a 16197
55aa24fb
SDJ
16198 breakpoint_objfile_key
16199 = register_objfile_data_with_cleanup (NULL, free_breakpoint_probes);
17450429 16200
c906108c
SS
16201 breakpoint_chain = 0;
16202 /* Don't bother to call set_breakpoint_count. $bpnum isn't useful
16203 before a breakpoint is set. */
16204 breakpoint_count = 0;
16205
1042e4c0
SS
16206 tracepoint_count = 0;
16207
1bedd215
AC
16208 add_com ("ignore", class_breakpoint, ignore_command, _("\
16209Set ignore-count of breakpoint number N to COUNT.\n\
16210Usage is `ignore N COUNT'."));
c906108c 16211
1bedd215
AC
16212 add_com ("commands", class_breakpoint, commands_command, _("\
16213Set commands to be executed when a breakpoint is hit.\n\
c906108c
SS
16214Give breakpoint number as argument after \"commands\".\n\
16215With no argument, the targeted breakpoint is the last one set.\n\
16216The commands themselves follow starting on the next line.\n\
16217Type a line containing \"end\" to indicate the end of them.\n\
16218Give \"silent\" as the first line to make the breakpoint silent;\n\
1bedd215 16219then no output is printed when it is hit, except what the commands print."));
c906108c 16220
d55637df 16221 c = add_com ("condition", class_breakpoint, condition_command, _("\
1bedd215 16222Specify breakpoint number N to break only if COND is true.\n\
c906108c 16223Usage is `condition N COND', where N is an integer and COND is an\n\
1bedd215 16224expression to be evaluated whenever breakpoint N is reached."));
d55637df 16225 set_cmd_completer (c, condition_completer);
c906108c 16226
1bedd215 16227 c = add_com ("tbreak", class_breakpoint, tbreak_command, _("\
31e2b00f 16228Set a temporary breakpoint.\n\
c906108c
SS
16229Like \"break\" except the breakpoint is only temporary,\n\
16230so it will be deleted when hit. Equivalent to \"break\" followed\n\
31e2b00f
AS
16231by using \"enable delete\" on the breakpoint number.\n\
16232\n"
16233BREAK_ARGS_HELP ("tbreak")));
5ba2abeb 16234 set_cmd_completer (c, location_completer);
c94fdfd0 16235
1bedd215 16236 c = add_com ("hbreak", class_breakpoint, hbreak_command, _("\
a3be7890 16237Set a hardware assisted breakpoint.\n\
c906108c 16238Like \"break\" except the breakpoint requires hardware support,\n\
31e2b00f
AS
16239some target hardware may not have this support.\n\
16240\n"
16241BREAK_ARGS_HELP ("hbreak")));
5ba2abeb 16242 set_cmd_completer (c, location_completer);
c906108c 16243
1bedd215 16244 c = add_com ("thbreak", class_breakpoint, thbreak_command, _("\
31e2b00f 16245Set a temporary hardware assisted breakpoint.\n\
c906108c 16246Like \"hbreak\" except the breakpoint is only temporary,\n\
31e2b00f
AS
16247so it will be deleted when hit.\n\
16248\n"
16249BREAK_ARGS_HELP ("thbreak")));
5ba2abeb 16250 set_cmd_completer (c, location_completer);
c906108c 16251
1bedd215
AC
16252 add_prefix_cmd ("enable", class_breakpoint, enable_command, _("\
16253Enable some breakpoints.\n\
c906108c
SS
16254Give breakpoint numbers (separated by spaces) as arguments.\n\
16255With no subcommand, breakpoints are enabled until you command otherwise.\n\
16256This is used to cancel the effect of the \"disable\" command.\n\
1bedd215 16257With a subcommand you can enable temporarily."),
c906108c 16258 &enablelist, "enable ", 1, &cmdlist);
c906108c
SS
16259
16260 add_com_alias ("en", "enable", class_breakpoint, 1);
16261
84951ab5 16262 add_prefix_cmd ("breakpoints", class_breakpoint, enable_command, _("\
1bedd215 16263Enable some breakpoints.\n\
c906108c
SS
16264Give breakpoint numbers (separated by spaces) as arguments.\n\
16265This is used to cancel the effect of the \"disable\" command.\n\
1bedd215 16266May be abbreviated to simply \"enable\".\n"),
c5aa993b 16267 &enablebreaklist, "enable breakpoints ", 1, &enablelist);
c906108c 16268
1a966eab
AC
16269 add_cmd ("once", no_class, enable_once_command, _("\
16270Enable breakpoints for one hit. Give breakpoint numbers.\n\
16271If a breakpoint is hit while enabled in this fashion, it becomes disabled."),
c906108c
SS
16272 &enablebreaklist);
16273
1a966eab
AC
16274 add_cmd ("delete", no_class, enable_delete_command, _("\
16275Enable breakpoints and delete when hit. Give breakpoint numbers.\n\
16276If a breakpoint is hit while enabled in this fashion, it is deleted."),
c906108c
SS
16277 &enablebreaklist);
16278
816338b5
SS
16279 add_cmd ("count", no_class, enable_count_command, _("\
16280Enable breakpoints for COUNT hits. Give count and then breakpoint numbers.\n\
16281If a breakpoint is hit while enabled in this fashion,\n\
16282the count is decremented; when it reaches zero, the breakpoint is disabled."),
16283 &enablebreaklist);
16284
1a966eab
AC
16285 add_cmd ("delete", no_class, enable_delete_command, _("\
16286Enable breakpoints and delete when hit. Give breakpoint numbers.\n\
16287If a breakpoint is hit while enabled in this fashion, it is deleted."),
c906108c
SS
16288 &enablelist);
16289
1a966eab
AC
16290 add_cmd ("once", no_class, enable_once_command, _("\
16291Enable breakpoints for one hit. Give breakpoint numbers.\n\
16292If a breakpoint is hit while enabled in this fashion, it becomes disabled."),
816338b5
SS
16293 &enablelist);
16294
16295 add_cmd ("count", no_class, enable_count_command, _("\
16296Enable breakpoints for COUNT hits. Give count and then breakpoint numbers.\n\
16297If a breakpoint is hit while enabled in this fashion,\n\
16298the count is decremented; when it reaches zero, the breakpoint is disabled."),
c906108c
SS
16299 &enablelist);
16300
1bedd215
AC
16301 add_prefix_cmd ("disable", class_breakpoint, disable_command, _("\
16302Disable some breakpoints.\n\
c906108c
SS
16303Arguments are breakpoint numbers with spaces in between.\n\
16304To disable all breakpoints, give no argument.\n\
64b9b334 16305A disabled breakpoint is not forgotten, but has no effect until re-enabled."),
c906108c
SS
16306 &disablelist, "disable ", 1, &cmdlist);
16307 add_com_alias ("dis", "disable", class_breakpoint, 1);
16308 add_com_alias ("disa", "disable", class_breakpoint, 1);
c906108c 16309
1a966eab
AC
16310 add_cmd ("breakpoints", class_alias, disable_command, _("\
16311Disable some breakpoints.\n\
c906108c
SS
16312Arguments are breakpoint numbers with spaces in between.\n\
16313To disable all breakpoints, give no argument.\n\
64b9b334 16314A disabled breakpoint is not forgotten, but has no effect until re-enabled.\n\
1a966eab 16315This command may be abbreviated \"disable\"."),
c906108c
SS
16316 &disablelist);
16317
1bedd215
AC
16318 add_prefix_cmd ("delete", class_breakpoint, delete_command, _("\
16319Delete some breakpoints or auto-display expressions.\n\
c906108c
SS
16320Arguments are breakpoint numbers with spaces in between.\n\
16321To delete all breakpoints, give no argument.\n\
16322\n\
16323Also a prefix command for deletion of other GDB objects.\n\
1bedd215 16324The \"unset\" command is also an alias for \"delete\"."),
c906108c
SS
16325 &deletelist, "delete ", 1, &cmdlist);
16326 add_com_alias ("d", "delete", class_breakpoint, 1);
7f198e01 16327 add_com_alias ("del", "delete", class_breakpoint, 1);
c906108c 16328
1a966eab
AC
16329 add_cmd ("breakpoints", class_alias, delete_command, _("\
16330Delete some breakpoints or auto-display expressions.\n\
c906108c
SS
16331Arguments are breakpoint numbers with spaces in between.\n\
16332To delete all breakpoints, give no argument.\n\
1a966eab 16333This command may be abbreviated \"delete\"."),
c906108c
SS
16334 &deletelist);
16335
1bedd215 16336 add_com ("clear", class_breakpoint, clear_command, _("\
629500fa
KS
16337Clear breakpoint at specified location.\n\
16338Argument may be a linespec, explicit, or address location as described below.\n\
1bedd215
AC
16339\n\
16340With no argument, clears all breakpoints in the line that the selected frame\n\
629500fa
KS
16341is executing in.\n"
16342"\n" LOCATION_HELP_STRING "\n\
1bedd215 16343See also the \"delete\" command which clears breakpoints by number."));
a6cc4789 16344 add_com_alias ("cl", "clear", class_breakpoint, 1);
c906108c 16345
1bedd215 16346 c = add_com ("break", class_breakpoint, break_command, _("\
629500fa 16347Set breakpoint at specified location.\n"
31e2b00f 16348BREAK_ARGS_HELP ("break")));
5ba2abeb 16349 set_cmd_completer (c, location_completer);
c94fdfd0 16350
c906108c
SS
16351 add_com_alias ("b", "break", class_run, 1);
16352 add_com_alias ("br", "break", class_run, 1);
16353 add_com_alias ("bre", "break", class_run, 1);
16354 add_com_alias ("brea", "break", class_run, 1);
16355
c906108c
SS
16356 if (dbx_commands)
16357 {
1bedd215
AC
16358 add_abbrev_prefix_cmd ("stop", class_breakpoint, stop_command, _("\
16359Break in function/address or break at a line in the current file."),
c5aa993b
JM
16360 &stoplist, "stop ", 1, &cmdlist);
16361 add_cmd ("in", class_breakpoint, stopin_command,
1a966eab 16362 _("Break in function or address."), &stoplist);
c5aa993b 16363 add_cmd ("at", class_breakpoint, stopat_command,
1a966eab 16364 _("Break at a line in the current file."), &stoplist);
1bedd215
AC
16365 add_com ("status", class_info, breakpoints_info, _("\
16366Status of user-settable breakpoints, or breakpoint number NUMBER.\n\
c906108c
SS
16367The \"Type\" column indicates one of:\n\
16368\tbreakpoint - normal breakpoint\n\
16369\twatchpoint - watchpoint\n\
16370The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
16371the disposition of the breakpoint after it gets hit. \"dis\" means that the\n\
16372breakpoint will be disabled. The \"Address\" and \"What\" columns indicate the\n\
1bedd215
AC
16373address and file/line number respectively.\n\
16374\n\
16375Convenience variable \"$_\" and default examine address for \"x\"\n\
d1aa2f50
NR
16376are set to the address of the last breakpoint listed unless the command\n\
16377is prefixed with \"server \".\n\n\
c906108c 16378Convenience variable \"$bpnum\" contains the number of the last\n\
1bedd215 16379breakpoint set."));
c906108c
SS
16380 }
16381
1bedd215 16382 add_info ("breakpoints", breakpoints_info, _("\
e5a67952 16383Status of specified breakpoints (all user-settable breakpoints if no argument).\n\
c906108c
SS
16384The \"Type\" column indicates one of:\n\
16385\tbreakpoint - normal breakpoint\n\
16386\twatchpoint - watchpoint\n\
16387The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
16388the disposition of the breakpoint after it gets hit. \"dis\" means that the\n\
16389breakpoint will be disabled. The \"Address\" and \"What\" columns indicate the\n\
1bedd215
AC
16390address and file/line number respectively.\n\
16391\n\
16392Convenience variable \"$_\" and default examine address for \"x\"\n\
d1aa2f50
NR
16393are set to the address of the last breakpoint listed unless the command\n\
16394is prefixed with \"server \".\n\n\
c906108c 16395Convenience variable \"$bpnum\" contains the number of the last\n\
1bedd215 16396breakpoint set."));
c906108c 16397
6b04bdb7
MS
16398 add_info_alias ("b", "breakpoints", 1);
16399
1a966eab
AC
16400 add_cmd ("breakpoints", class_maintenance, maintenance_info_breakpoints, _("\
16401Status of all breakpoints, or breakpoint number NUMBER.\n\
c906108c
SS
16402The \"Type\" column indicates one of:\n\
16403\tbreakpoint - normal breakpoint\n\
16404\twatchpoint - watchpoint\n\
16405\tlongjmp - internal breakpoint used to step through longjmp()\n\
16406\tlongjmp resume - internal breakpoint at the target of longjmp()\n\
16407\tuntil - internal breakpoint used by the \"until\" command\n\
1a966eab
AC
16408\tfinish - internal breakpoint used by the \"finish\" command\n\
16409The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
c906108c
SS
16410the disposition of the breakpoint after it gets hit. \"dis\" means that the\n\
16411breakpoint will be disabled. The \"Address\" and \"What\" columns indicate the\n\
1a966eab
AC
16412address and file/line number respectively.\n\
16413\n\
16414Convenience variable \"$_\" and default examine address for \"x\"\n\
d1aa2f50
NR
16415are set to the address of the last breakpoint listed unless the command\n\
16416is prefixed with \"server \".\n\n\
c906108c 16417Convenience variable \"$bpnum\" contains the number of the last\n\
1a966eab 16418breakpoint set."),
c906108c
SS
16419 &maintenanceinfolist);
16420
44feb3ce
TT
16421 add_prefix_cmd ("catch", class_breakpoint, catch_command, _("\
16422Set catchpoints to catch events."),
16423 &catch_cmdlist, "catch ",
16424 0/*allow-unknown*/, &cmdlist);
16425
16426 add_prefix_cmd ("tcatch", class_breakpoint, tcatch_command, _("\
16427Set temporary catchpoints to catch events."),
16428 &tcatch_cmdlist, "tcatch ",
16429 0/*allow-unknown*/, &cmdlist);
16430
44feb3ce
TT
16431 add_catch_command ("fork", _("Catch calls to fork."),
16432 catch_fork_command_1,
a96d9b2e 16433 NULL,
44feb3ce
TT
16434 (void *) (uintptr_t) catch_fork_permanent,
16435 (void *) (uintptr_t) catch_fork_temporary);
16436 add_catch_command ("vfork", _("Catch calls to vfork."),
16437 catch_fork_command_1,
a96d9b2e 16438 NULL,
44feb3ce
TT
16439 (void *) (uintptr_t) catch_vfork_permanent,
16440 (void *) (uintptr_t) catch_vfork_temporary);
16441 add_catch_command ("exec", _("Catch calls to exec."),
16442 catch_exec_command_1,
a96d9b2e
SDJ
16443 NULL,
16444 CATCH_PERMANENT,
16445 CATCH_TEMPORARY);
edcc5120
TT
16446 add_catch_command ("load", _("Catch loads of shared libraries.\n\
16447Usage: catch load [REGEX]\n\
16448If REGEX is given, only stop for libraries matching the regular expression."),
16449 catch_load_command_1,
16450 NULL,
16451 CATCH_PERMANENT,
16452 CATCH_TEMPORARY);
16453 add_catch_command ("unload", _("Catch unloads of shared libraries.\n\
16454Usage: catch unload [REGEX]\n\
16455If REGEX is given, only stop for libraries matching the regular expression."),
16456 catch_unload_command_1,
16457 NULL,
16458 CATCH_PERMANENT,
16459 CATCH_TEMPORARY);
c5aa993b 16460
1bedd215
AC
16461 c = add_com ("watch", class_breakpoint, watch_command, _("\
16462Set a watchpoint for an expression.\n\
06a64a0b 16463Usage: watch [-l|-location] EXPRESSION\n\
c906108c 16464A watchpoint stops execution of your program whenever the value of\n\
06a64a0b
TT
16465an expression changes.\n\
16466If -l or -location is given, this evaluates EXPRESSION and watches\n\
16467the memory to which it refers."));
65d12d83 16468 set_cmd_completer (c, expression_completer);
c906108c 16469
1bedd215
AC
16470 c = add_com ("rwatch", class_breakpoint, rwatch_command, _("\
16471Set a read watchpoint for an expression.\n\
06a64a0b 16472Usage: rwatch [-l|-location] EXPRESSION\n\
c906108c 16473A watchpoint stops execution of your program whenever the value of\n\
06a64a0b
TT
16474an expression is read.\n\
16475If -l or -location is given, this evaluates EXPRESSION and watches\n\
16476the memory to which it refers."));
65d12d83 16477 set_cmd_completer (c, expression_completer);
c906108c 16478
1bedd215
AC
16479 c = add_com ("awatch", class_breakpoint, awatch_command, _("\
16480Set a watchpoint for an expression.\n\
06a64a0b 16481Usage: awatch [-l|-location] EXPRESSION\n\
c906108c 16482A watchpoint stops execution of your program whenever the value of\n\
06a64a0b
TT
16483an expression is either read or written.\n\
16484If -l or -location is given, this evaluates EXPRESSION and watches\n\
16485the memory to which it refers."));
65d12d83 16486 set_cmd_completer (c, expression_completer);
c906108c 16487
d77f58be 16488 add_info ("watchpoints", watchpoints_info, _("\
e5a67952 16489Status of specified watchpoints (all watchpoints if no argument)."));
c906108c 16490
920d2a44
AC
16491 /* XXX: cagney/2005-02-23: This should be a boolean, and should
16492 respond to changes - contrary to the description. */
85c07804
AC
16493 add_setshow_zinteger_cmd ("can-use-hw-watchpoints", class_support,
16494 &can_use_hw_watchpoints, _("\
16495Set debugger's willingness to use watchpoint hardware."), _("\
16496Show debugger's willingness to use watchpoint hardware."), _("\
c906108c
SS
16497If zero, gdb will not use hardware for new watchpoints, even if\n\
16498such is available. (However, any hardware watchpoints that were\n\
16499created before setting this to nonzero, will continue to use watchpoint\n\
85c07804
AC
16500hardware.)"),
16501 NULL,
920d2a44 16502 show_can_use_hw_watchpoints,
85c07804 16503 &setlist, &showlist);
c906108c
SS
16504
16505 can_use_hw_watchpoints = 1;
fa8d40ab 16506
1042e4c0
SS
16507 /* Tracepoint manipulation commands. */
16508
16509 c = add_com ("trace", class_breakpoint, trace_command, _("\
629500fa 16510Set a tracepoint at specified location.\n\
1042e4c0
SS
16511\n"
16512BREAK_ARGS_HELP ("trace") "\n\
16513Do \"help tracepoints\" for info on other tracepoint commands."));
16514 set_cmd_completer (c, location_completer);
16515
16516 add_com_alias ("tp", "trace", class_alias, 0);
16517 add_com_alias ("tr", "trace", class_alias, 1);
16518 add_com_alias ("tra", "trace", class_alias, 1);
16519 add_com_alias ("trac", "trace", class_alias, 1);
16520
7a697b8d 16521 c = add_com ("ftrace", class_breakpoint, ftrace_command, _("\
629500fa 16522Set a fast tracepoint at specified location.\n\
7a697b8d
SS
16523\n"
16524BREAK_ARGS_HELP ("ftrace") "\n\
16525Do \"help tracepoints\" for info on other tracepoint commands."));
16526 set_cmd_completer (c, location_completer);
16527
0fb4aa4b 16528 c = add_com ("strace", class_breakpoint, strace_command, _("\
629500fa 16529Set a static tracepoint at location or marker.\n\
0fb4aa4b
PA
16530\n\
16531strace [LOCATION] [if CONDITION]\n\
629500fa
KS
16532LOCATION may be a linespec, explicit, or address location (described below) \n\
16533or -m MARKER_ID.\n\n\
16534If a marker id is specified, probe the marker with that name. With\n\
16535no LOCATION, uses current execution address of the selected stack frame.\n\
0fb4aa4b
PA
16536Static tracepoints accept an extra collect action -- ``collect $_sdata''.\n\
16537This collects arbitrary user data passed in the probe point call to the\n\
16538tracing library. You can inspect it when analyzing the trace buffer,\n\
16539by printing the $_sdata variable like any other convenience variable.\n\
16540\n\
16541CONDITION is a boolean expression.\n\
629500fa 16542\n" LOCATION_HELP_STRING "\n\
d41c0fc8
PA
16543Multiple tracepoints at one place are permitted, and useful if their\n\
16544conditions are different.\n\
0fb4aa4b
PA
16545\n\
16546Do \"help breakpoints\" for info on other commands dealing with breakpoints.\n\
16547Do \"help tracepoints\" for info on other tracepoint commands."));
16548 set_cmd_completer (c, location_completer);
16549
1042e4c0 16550 add_info ("tracepoints", tracepoints_info, _("\
e5a67952 16551Status of specified tracepoints (all tracepoints if no argument).\n\
1042e4c0
SS
16552Convenience variable \"$tpnum\" contains the number of the\n\
16553last tracepoint set."));
16554
16555 add_info_alias ("tp", "tracepoints", 1);
16556
16557 add_cmd ("tracepoints", class_trace, delete_trace_command, _("\
16558Delete specified tracepoints.\n\
16559Arguments are tracepoint numbers, separated by spaces.\n\
16560No argument means delete all tracepoints."),
16561 &deletelist);
7e20dfcd 16562 add_alias_cmd ("tr", "tracepoints", class_trace, 1, &deletelist);
1042e4c0
SS
16563
16564 c = add_cmd ("tracepoints", class_trace, disable_trace_command, _("\
16565Disable specified tracepoints.\n\
16566Arguments are tracepoint numbers, separated by spaces.\n\
16567No argument means disable all tracepoints."),
16568 &disablelist);
16569 deprecate_cmd (c, "disable");
16570
16571 c = add_cmd ("tracepoints", class_trace, enable_trace_command, _("\
16572Enable specified tracepoints.\n\
16573Arguments are tracepoint numbers, separated by spaces.\n\
16574No argument means enable all tracepoints."),
16575 &enablelist);
16576 deprecate_cmd (c, "enable");
16577
16578 add_com ("passcount", class_trace, trace_pass_command, _("\
16579Set the passcount for a tracepoint.\n\
16580The trace will end when the tracepoint has been passed 'count' times.\n\
16581Usage: passcount COUNT TPNUM, where TPNUM may also be \"all\";\n\
16582if TPNUM is omitted, passcount refers to the last tracepoint defined."));
16583
6149aea9
PA
16584 add_prefix_cmd ("save", class_breakpoint, save_command,
16585 _("Save breakpoint definitions as a script."),
16586 &save_cmdlist, "save ",
16587 0/*allow-unknown*/, &cmdlist);
16588
16589 c = add_cmd ("breakpoints", class_breakpoint, save_breakpoints_command, _("\
16590Save current breakpoint definitions as a script.\n\
cce7e648 16591This includes all types of breakpoints (breakpoints, watchpoints,\n\
6149aea9
PA
16592catchpoints, tracepoints). Use the 'source' command in another debug\n\
16593session to restore them."),
16594 &save_cmdlist);
16595 set_cmd_completer (c, filename_completer);
16596
16597 c = add_cmd ("tracepoints", class_trace, save_tracepoints_command, _("\
1042e4c0 16598Save current tracepoint definitions as a script.\n\
6149aea9
PA
16599Use the 'source' command in another debug session to restore them."),
16600 &save_cmdlist);
1042e4c0
SS
16601 set_cmd_completer (c, filename_completer);
16602
6149aea9
PA
16603 c = add_com_alias ("save-tracepoints", "save tracepoints", class_trace, 0);
16604 deprecate_cmd (c, "save tracepoints");
16605
1bedd215 16606 add_prefix_cmd ("breakpoint", class_maintenance, set_breakpoint_cmd, _("\
fa8d40ab
JJ
16607Breakpoint specific settings\n\
16608Configure various breakpoint-specific variables such as\n\
1bedd215 16609pending breakpoint behavior"),
fa8d40ab
JJ
16610 &breakpoint_set_cmdlist, "set breakpoint ",
16611 0/*allow-unknown*/, &setlist);
1bedd215 16612 add_prefix_cmd ("breakpoint", class_maintenance, show_breakpoint_cmd, _("\
fa8d40ab
JJ
16613Breakpoint specific settings\n\
16614Configure various breakpoint-specific variables such as\n\
1bedd215 16615pending breakpoint behavior"),
fa8d40ab
JJ
16616 &breakpoint_show_cmdlist, "show breakpoint ",
16617 0/*allow-unknown*/, &showlist);
16618
7915a72c
AC
16619 add_setshow_auto_boolean_cmd ("pending", no_class,
16620 &pending_break_support, _("\
16621Set debugger's behavior regarding pending breakpoints."), _("\
16622Show debugger's behavior regarding pending breakpoints."), _("\
6e1d7d6c
AC
16623If on, an unrecognized breakpoint location will cause gdb to create a\n\
16624pending breakpoint. If off, an unrecognized breakpoint location results in\n\
16625an error. If auto, an unrecognized breakpoint location results in a\n\
7915a72c 16626user-query to see if a pending breakpoint should be created."),
2c5b56ce 16627 NULL,
920d2a44 16628 show_pending_break_support,
6e1d7d6c
AC
16629 &breakpoint_set_cmdlist,
16630 &breakpoint_show_cmdlist);
fa8d40ab
JJ
16631
16632 pending_break_support = AUTO_BOOLEAN_AUTO;
765dc015
VP
16633
16634 add_setshow_boolean_cmd ("auto-hw", no_class,
16635 &automatic_hardware_breakpoints, _("\
16636Set automatic usage of hardware breakpoints."), _("\
16637Show automatic usage of hardware breakpoints."), _("\
16638If set, the debugger will automatically use hardware breakpoints for\n\
16639breakpoints set with \"break\" but falling in read-only memory. If not set,\n\
16640a warning will be emitted for such breakpoints."),
16641 NULL,
16642 show_automatic_hardware_breakpoints,
16643 &breakpoint_set_cmdlist,
16644 &breakpoint_show_cmdlist);
74960c60 16645
a25a5a45
PA
16646 add_setshow_boolean_cmd ("always-inserted", class_support,
16647 &always_inserted_mode, _("\
74960c60
VP
16648Set mode for inserting breakpoints."), _("\
16649Show mode for inserting breakpoints."), _("\
a25a5a45
PA
16650When this mode is on, breakpoints are inserted immediately as soon as\n\
16651they're created, kept inserted even when execution stops, and removed\n\
16652only when the user deletes them. When this mode is off (the default),\n\
16653breakpoints are inserted only when execution continues, and removed\n\
16654when execution stops."),
72d0e2c5
YQ
16655 NULL,
16656 &show_always_inserted_mode,
16657 &breakpoint_set_cmdlist,
16658 &breakpoint_show_cmdlist);
f1310107 16659
b775012e
LM
16660 add_setshow_enum_cmd ("condition-evaluation", class_breakpoint,
16661 condition_evaluation_enums,
16662 &condition_evaluation_mode_1, _("\
16663Set mode of breakpoint condition evaluation."), _("\
16664Show mode of breakpoint condition evaluation."), _("\
d1cda5d9 16665When this is set to \"host\", breakpoint conditions will be\n\
b775012e
LM
16666evaluated on the host's side by GDB. When it is set to \"target\",\n\
16667breakpoint conditions will be downloaded to the target (if the target\n\
16668supports such feature) and conditions will be evaluated on the target's side.\n\
16669If this is set to \"auto\" (default), this will be automatically set to\n\
16670\"target\" if it supports condition evaluation, otherwise it will\n\
16671be set to \"gdb\""),
16672 &set_condition_evaluation_mode,
16673 &show_condition_evaluation_mode,
16674 &breakpoint_set_cmdlist,
16675 &breakpoint_show_cmdlist);
16676
f1310107
TJB
16677 add_com ("break-range", class_breakpoint, break_range_command, _("\
16678Set a breakpoint for an address range.\n\
16679break-range START-LOCATION, END-LOCATION\n\
16680where START-LOCATION and END-LOCATION can be one of the following:\n\
16681 LINENUM, for that line in the current file,\n\
16682 FILE:LINENUM, for that line in that file,\n\
16683 +OFFSET, for that number of lines after the current line\n\
16684 or the start of the range\n\
16685 FUNCTION, for the first line in that function,\n\
16686 FILE:FUNCTION, to distinguish among like-named static functions.\n\
16687 *ADDRESS, for the instruction at that address.\n\
16688\n\
16689The breakpoint will stop execution of the inferior whenever it executes\n\
16690an instruction at any address within the [START-LOCATION, END-LOCATION]\n\
16691range (including START-LOCATION and END-LOCATION)."));
16692
e7e0cddf 16693 c = add_com ("dprintf", class_breakpoint, dprintf_command, _("\
629500fa 16694Set a dynamic printf at specified location.\n\
e7e0cddf 16695dprintf location,format string,arg1,arg2,...\n\
629500fa
KS
16696location may be a linespec, explicit, or address location.\n"
16697"\n" LOCATION_HELP_STRING));
e7e0cddf
SS
16698 set_cmd_completer (c, location_completer);
16699
16700 add_setshow_enum_cmd ("dprintf-style", class_support,
16701 dprintf_style_enums, &dprintf_style, _("\
16702Set the style of usage for dynamic printf."), _("\
16703Show the style of usage for dynamic printf."), _("\
16704This setting chooses how GDB will do a dynamic printf.\n\
16705If the value is \"gdb\", then the printing is done by GDB to its own\n\
16706console, as with the \"printf\" command.\n\
16707If the value is \"call\", the print is done by calling a function in your\n\
16708program; by default printf(), but you can choose a different function or\n\
16709output stream by setting dprintf-function and dprintf-channel."),
16710 update_dprintf_commands, NULL,
16711 &setlist, &showlist);
16712
16713 dprintf_function = xstrdup ("printf");
16714 add_setshow_string_cmd ("dprintf-function", class_support,
16715 &dprintf_function, _("\
16716Set the function to use for dynamic printf"), _("\
16717Show the function to use for dynamic printf"), NULL,
16718 update_dprintf_commands, NULL,
16719 &setlist, &showlist);
16720
16721 dprintf_channel = xstrdup ("");
16722 add_setshow_string_cmd ("dprintf-channel", class_support,
16723 &dprintf_channel, _("\
16724Set the channel to use for dynamic printf"), _("\
16725Show the channel to use for dynamic printf"), NULL,
16726 update_dprintf_commands, NULL,
16727 &setlist, &showlist);
16728
d3ce09f5
SS
16729 add_setshow_boolean_cmd ("disconnected-dprintf", no_class,
16730 &disconnected_dprintf, _("\
16731Set whether dprintf continues after GDB disconnects."), _("\
16732Show whether dprintf continues after GDB disconnects."), _("\
16733Use this to let dprintf commands continue to hit and produce output\n\
16734even if GDB disconnects or detaches from the target."),
16735 NULL,
16736 NULL,
16737 &setlist, &showlist);
16738
16739 add_com ("agent-printf", class_vars, agent_printf_command, _("\
16740agent-printf \"printf format string\", arg1, arg2, arg3, ..., argn\n\
16741(target agent only) This is useful for formatted output in user-defined commands."));
16742
765dc015 16743 automatic_hardware_breakpoints = 1;
f3b1572e
PA
16744
16745 observer_attach_about_to_proceed (breakpoint_about_to_proceed);
49fa26b0 16746 observer_attach_thread_exit (remove_threaded_breakpoints);
c906108c 16747}
This page took 3.76988 seconds and 4 git commands to generate.