aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-1/+1
2021-10-20Use unique_xmalloc_ptr in breakpointTom Tromey1-1/+1
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-14/+15
2021-07-23gdb: rename cfunc to simple_funcSimon Marchi1-9/+9
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-3/+3
2021-05-27gdb: fix some indentation issuesSimon Marchi1-6/+8
2021-05-27gdb: add breakpoint::locations methodSimon Marchi1-15/+8
2021-05-27gdb: add all_tracepoints functionSimon Marchi1-4/+4
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-4/+4
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-2/+2
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione1-2/+2
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