aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-notif.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-20Complete use of unique_ptr with notif_event and stop_replyPedro Alves1-10/+5
2023-11-29Remove gdb_static_assertTom Tromey1-1/+1
2023-01-20Constify notif_clientTom Tromey1-6/+6
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-8/+8
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-04-22[gdb] Fix assert in remote_async_get_pending_events_handlerTom de Vries1-1/+1
2021-02-04gdb: make async event handlers clear themselvesSimon Marchi1-1/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-02gdb: give names to async event/signal handlersSimon Marchi1-1/+1
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-04-13Introduce async-event.[ch]Tom Tromey1-0/+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-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-04-19Use std::list for remote_notif_state::notif_queueTom Tromey1-18/+9
2019-03-06C++ify remote notification codeTom Tromey1-35/+7
2019-01-14Constify some remote-notif functionsTom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-05-22remote: one struct remote_state per struct remote_targetPedro Alves1-9/+13
2018-03-19Convert observers to C++Tom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-30Remote all-stop-on-top-of-non-stopPedro Alves1-2/+2
2015-09-25Add some more casts (2/2)Simon Marchi1-2/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-03-06New common function "startswith"Gary Benson1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
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-12-02Fix PR remote/15974Yao Qi1-6/+9
2013-10-04Move pending_event to remote_notif_state.Yao Qi1-8/+21
2013-10-04Move notif_queue and remote_async_get_pending_events_token to remote_stateYao Qi1-48/+40
2013-03-07remote-notif.[h|c]:notif_debug: Change type to int.Pedro Alves1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-15gdb/Yao Qi1-0/+11
2012-12-15gdb/Yao Qi1-0/+270