aboutsummaryrefslogtreecommitdiff
path: root/gdb/skip.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-2/+2
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-26/+26
2022-01-18Move gdb_regex to gdbsupportTom Tromey1-1/+1
2022-01-18Move gdb_argv to gdbsupportTom Tromey1-0/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-1/+1
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-3/+3
2020-10-02Unconditionally use REG_EXTENDEDTom Tromey1-8/+2
2020-01-14Make skip without argument skip the current inline functionBernd Edlinger1-10/+7
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-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-2/+6
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-2/+3
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-13/+17
2019-07-17Rename field_int to field_signedTom Tromey1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Add output styles to gdbTom Tromey1-2/+4
2018-11-19Fix inaccuracies in "info skip" helpSimon Marchi1-7/+4
2018-11-12Add completer for skip numbersSimon Marchi1-7/+28
2018-09-12Add debug output about skipping files and functionsSimon Marchi1-25/+76
2018-05-24Update help strings in skip.cTom Tromey1-7/+7
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-09-27Constify some commands in skip.cTom Tromey1-5/+5
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-22Rename some command functionsSimon Marchi1-2/+2
2017-08-11More gdb/skip.c C++ificationPedro Alves1-233/+200
2017-08-09C++-ify skip.cTom Tromey1-92/+79
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-7/+1
2017-08-03Introduce and use ui_out_emit_tableTom Tromey1-6/+2
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves1-19/+5
2017-04-22Use ui_out_emit_tupleTom Tromey1-4/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-23/+21
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi1-2/+2
2016-02-23Extend "skip" command to support -file, -gfile, -function, -rfunction.Doug Evans1-113/+410
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1