aboutsummaryrefslogtreecommitdiff
path: root/gdb/annotate.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23gdb: move annotation_level declaration/definition to annotate.{h,c}Simon Marchi1-0/+4
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-1/+1
2023-08-23gdb: centralize "[Thread ...exited]" notificationsPedro Alves1-1/+3
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-2/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-04-07gdb: remove symtab::pspaceSimon Marchi1-1/+1
2022-04-07gdb: remove symtab::objfileSimon Marchi1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-1/+1
2022-03-29Use unfiltered output in annotate.cTom Tromey1-74/+74
2022-02-06gdb: remove SYMTAB_PSPACE macroSimon Marchi1-1/+1
2022-02-06gdb: remove SYMTAB_OBJFILE macroSimon Marchi1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-4/+4
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-2/+2
2020-05-22gdb: Restore old annotations behaviour when printing frame infoAndrew Burgess1-5/+14
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-1/+1
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-08-06Add file offsets to the source cacheTom Tromey1-5/+6
2019-06-15gdb: Don't allow annotations to influence what else GDB printsAndrew Burgess1-5/+3
2019-06-15gdb: Remove an update of current_source_line and current_source_symtabAndrew Burgess1-1/+28
2019-06-14gdb: Use scoped_restore_terminal_state in annotate.cAndrew Burgess1-16/+2
2019-06-06Add thread-exit annotation.Amos Bird1-0/+14
2019-05-17Constify annotate_sourceTom Tromey1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-7/+4
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-4/+7
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-03-19Convert observers to C++Tom Tromey1-4/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-6/+6
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves1-12/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-17PR gdb/17472: With annotations, input while executing in the foreground crash...Pedro Alves1-2/+20
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-22If a breakpoint is not user visible, then there's no point inPedro Alves1-0/+3
2013-01-22All annotate_breakpoints_changed calls are along-sidePedro Alves1-9/+7
2013-01-22With some changes to how software single-step (SSS) breakpoints arePedro Alves1-2/+37
2013-01-22There's code in annotate.c and breakpoint.c that is supposed toPedro Alves1-22/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-202012-11-20 Pedro Alves <palves@redhat.com>Pedro Alves1-3/+3
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-12-11* annotate.c (annotate_array_section_begin): Rename `index' toAndrey Smirnov1-2/+2
2011-04-27 MI breakpoint notifications.Vladimir Prus1-2/+2