Home
last modified time | relevance | path

Searched refs:encode_actions (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtracepoint.h347 extern void encode_actions (struct bp_location *tloc,
Dtracepoint.c1469 encode_actions (struct bp_location *tloc, in encode_actions() function
1499 encode_actions (tloc, &tracepoint_list, &stepping_list); in encode_actions_rsp()
DChangeLog-19983956 * tracepoint.c (encode_actions): Use the new target macro to
4993 * tracepoint.c (encode_actions): Treat register names and simple
5552 (validate_actionline, encode_actions, trace_dump_command): Remove
5598 * tracepoint.c (encode_actions): fix typo in printf format string.
5625 (encode_actions): process collection of strings returned by
5652 (encode_actions): additional cleanups.
5942 * tracepoint.c (encode_actions): Ditto.
6277 (encode_actions): Use the new gen_trace_for_expr function
6288 (encode_actions): Fix memory leak.
6339 * tracepoint.c (encode_actions): Call expr_to_address_and_size,
[all …]
DChangeLog-20136097 (encode_actions): Move some code to ...
6105 (encode_actions): Adjust declaration.
6152 (encode_actions): Add local variables 'tracepoint_list' and
6710 (encode_actions): Move code to ...
6932 (encode_actions): Likewise.
6934 * tracepoint.h (encode_actions): Update declaration.
6977 (encode_actions): Caller update. Remove local variables.
10475 (encode_actions): Adjust.
10484 (encode_actions, validate_actionline): Change prototypes.
DChangeLog-20096 (encode_actions): Ditto.
48 (encode_actions): Use it.
124 (encode_actions): Ditto.
6070 (encode_actions): Pass tracepoint architecture to add_local_symbols
6071 (encode_actions): Use tracepoint architecture instead of
8727 * tracepoint.c (encode_actions): Use value_address.
10635 (encode_actions): Ditto.
DChangeLog-20107963 * tracepoint.c (encode_actions): Use breakpoint_commands.
7981 (encode_actions): Don't expect a result from validate_actionline.
8311 * tracepoint.c (encode_actions): Update.
8481 (encode_actions): ...this. Also use cleanups for exception
9482 (encode_actions): Add location argument.
DChangeLog-20162512 (mi_cmd_trace_frame_collected): Call encode_actions instead of
2542 (encode_actions)... this. No longer returns a cleanup. No longer
2546 (encode_actions_rsp): Adjust to call encode_actions instead of
2570 (encode_actions): New declaration.
DChangeLog-20002667 * tracepoint.c (encode_actions): Fix arguments passed to
4438 * infrun.c (resume), tracepoint.c (encode_actions), remote-udi.c
4629 * tracepoint.c (validate_actionline, encode_actions), ax-gdb.c
DChangeLog-2001102 (encode_actions): Ditto.
2789 function signature to match recent tracepoint.c:encode_actions
3240 * tracepoint.c (encode_actions): Make frame_reg an int. Make
DChangeLog-20075979 * tracepoint.c (encode_actions): Likewise.
6052 * tracepoint.c (encode_actions): Likewise.
6612 * tracepoint.c (encode_actions): Likewise.
DChangeLog-201211000 * remote.c (encode_actions): Delete declaration.
11001 * tracepoint.c (encode_actions): Make extern.
11002 * tracepoint.h (encode_actions): Declare.
DChangeLog-2005961 stringify_collection_list, encode_actions): Use it instead of '-1'
DChangeLog-20111639 (encode_actions): Likewise.
DChangeLog-20084284 (encode_actions): Use user_reg_map_name_to_regnum
DChangeLog-201810730 (actions_command, encode_actions_1, encode_actions)
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-main.c2621 encode_actions (tloc, &tracepoint_list, &stepping_list); in mi_cmd_trace_frame_collected()