summaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-3/+3
* gdb: fix some indentation issuesSimon Marchi2021-05-271-6/+8
* gdb: add breakpoint::locations methodSimon Marchi2021-05-271-15/+8
* gdb: add all_tracepoints functionSimon Marchi2021-05-271-4/+4
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-4/+4
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-2/+2
* gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione2021-05-191-2/+2
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-1/+1
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+2
* Remove union exp_elementTom Tromey2021-03-081-40/+16
* Add an expr::operation_up to struct expressionTom Tromey2021-03-081-20/+62
* gdb: make some variables staticSimon Marchi2021-01-201-3/+3
* Remove a use of print_expressionTom Tromey2021-01-091-9/+8
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Introduce expression::first_opcodeTom Tromey2020-12-151-2/+2
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-15/+15
* default-args: allow to define default arguments for aliasesPhilippe Waroquiers2020-06-221-3/+3
* Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers2020-05-151-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-2/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-24/+18
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Renaming of ctf (the trace format) filesWeimin Pan2019-10-071-1/+0
* Introduce metadata styleTom Tromey2019-10-011-5/+12
* Remove the ui_out_style_kind enumTom Tromey2019-10-011-2/+3
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Don't include readline headers from tracepoint.cTom Tromey2019-08-131-7/+0
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-10/+10
* Rename field_int to field_signedTom Tromey2019-07-171-14/+14
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Remove trailing newlines from help textTom Tromey2019-06-111-4/+2
* Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz2019-03-291-2/+5
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Fix tracepoint.c:parse_tracepoint_definition leak (and one more)Pedro Alves2019-01-101-11/+13
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Add output styles to gdbTom Tromey2018-12-281-3/+4
* Simple -Wshadow=local fixesTom Tromey2018-10-041-3/+2
* python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2018-09-171-1/+5
* Use GNU style for metasyntactic variables in gdbTom Tromey2018-09-161-4/+4
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-2/+2
* Variable size for regs mask in collection listPedro Franco de Carvalho2018-08-061-22/+42
* Use remote register numbers in tracepoint maskPedro Franco de Carvalho2018-08-061-84/+110
* Simple unused variable removalsTom Tromey2018-07-221-4/+0
* Remove VEC from breakpointTom Tromey2018-07-031-60/+22
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Update help text in tracepoint.cTom Tromey2018-05-241-2/+2
* Remove output_command_constTom Tromey2018-05-211-1/+1
* Remove a cleanup from trace_dump_actionsTom Tromey2018-05-211-18/+6
* Use function_view in cli-script.cTom Tromey2018-05-041-2/+4