summaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Constify prompt argument to read_command_linesTom Tromey2018-05-041-1/+2
* Use counted_command_line everywhereTom Tromey2018-05-041-35/+26
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* Remove a use of is_mi_like_p from tracepoint.cTom Tromey2018-04-301-38/+37
* Remove VEC(tsv_s), use std::vector insteadSimon Marchi2018-04-091-70/+42
* Replace make_cleanup_restore_current_traceframe with RAII classSimon Marchi2018-04-071-37/+3
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-10/+6
* Remove char_ptr typedefSimon Marchi2018-04-011-1/+1
* Use std::vector in uploaded_tpSimon Marchi2018-03-301-8/+5
* Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2018-03-221-63/+19
* Make parse_static_tracepoint_marker_definition work with multiple static trac...Simon Marchi2018-03-221-3/+11
* Convert observers to C++Tom Tromey2018-03-191-9/+9
* Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi2018-01-071-5/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-221-10/+6
* Make encode_actions_rsp use std::vectorSimon Marchi2017-11-081-29/+11
* Constify add_setshow_*Tom Tromey2017-11-071-6/+6
* Constify add_infoTom Tromey2017-11-071-3/+3