aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-1/+1
2021-03-24gdb: remove current_top_target functionSimon Marchi1-1/+2
2021-03-08Remove union exp_elementTom Tromey1-40/+16
2021-03-08Add an expr::operation_up to struct expressionTom Tromey1-20/+62
2021-01-20gdb: make some variables staticSimon Marchi1-3/+3
2021-01-09Remove a use of print_expressionTom Tromey1-9/+8
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-15Introduce expression::first_opcodeTom Tromey1-2/+2
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-15/+15
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers1-3/+3
2020-05-15Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-2/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-24/+18
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-07Renaming of ctf (the trace format) filesWeimin Pan1-1/+0
2019-10-01Introduce metadata styleTom Tromey1-5/+12
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-2/+3
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-08-13Don't include readline headers from tracepoint.cTom Tromey1-7/+0
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-10/+10
2019-07-17Rename field_int to field_signedTom Tromey1-14/+14
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-06-11Remove trailing newlines from help textTom Tromey1-4/+2
2019-03-29Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz1-2/+5
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-10Fix tracepoint.c:parse_tracepoint_definition leak (and one more)Pedro Alves1-11/+13
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Add output styles to gdbTom Tromey1-3/+4
2018-10-04Simple -Wshadow=local fixesTom Tromey1-3/+2
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi1-1/+5
2018-09-16Use GNU style for metasyntactic variables in gdbTom Tromey1-4/+4
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner1-2/+2
2018-08-06Variable size for regs mask in collection listPedro Franco de Carvalho1-22/+42
2018-08-06Use remote register numbers in tracepoint maskPedro Franco de Carvalho1-84/+110
2018-07-22Simple unused variable removalsTom Tromey1-4/+0
2018-07-03Remove VEC from breakpointTom Tromey1-60/+22
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-24Update help text in tracepoint.cTom Tromey1-2/+2
2018-05-21Remove output_command_constTom Tromey1-1/+1
2018-05-21Remove a cleanup from trace_dump_actionsTom Tromey1-18/+6
2018-05-04Use function_view in cli-script.cTom Tromey1-2/+4
2018-05-04Constify prompt argument to read_command_linesTom Tromey1-1/+2
2018-05-04Use counted_command_line everywhereTom Tromey1-35/+26
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-04-30Remove a use of is_mi_like_p from tracepoint.cTom Tromey1-38/+37
2018-04-09Remove VEC(tsv_s), use std::vector insteadSimon Marchi1-70/+42
2018-04-07Replace make_cleanup_restore_current_traceframe with RAII classSimon Marchi1-37/+3
2018-04-07Make target_read_alloc & al return vectorsSimon Marchi1-10/+6