summaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-12-20Fix bug in previous remote unique_ptr changePedro Alves
2023-12-20Complete use of unique_ptr with notif_event and stop_replyPedro Alves
2023-12-20Make cached_reg_t own its dataPedro Alves
2023-12-04Remove incorrect "fall-through" commentTom Tromey
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey
2023-11-27Change serial_readchar to throwTom Tromey
2023-11-27Change serial_send_break and serial_write to throwTom Tromey
2023-11-27Change serial "open" functions to throw exceptionTom Tromey
2023-11-27Change serial_setbaudrate to throw exceptionTom Tromey
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-11-17gdb: remove regcache's address spaceSimon Marchi
2023-11-13Introduce GDB_THREAD_OPTION_EXIT thread option, fix step-over-thread-exitPedro Alves
2023-11-13all-stop/synchronous RSP support thread-exit eventsPedro Alves
2023-11-13Thread options & clone events (core + remote)Pedro Alves
2023-11-13Avoid duplicate QThreadEvents packetsPedro Alves
2023-11-13Support clone events in the remote protocolPedro Alves
2023-10-26gdb: handle main thread exiting during detachAndrew Burgess
2023-10-19gdb: remove target_section_table typedefSimon Marchi
2023-10-10gdb: add assertion when marking the remote async flagSimon Marchi
2023-10-10gdb: add remote_state::{is_async_p,can_async_p}Simon Marchi
2023-10-10gdb: make remote_state's async token privateSimon Marchi
2023-10-10gdb: remove trailing whitespaces in remote.cSimon Marchi
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi
2023-10-05gdb: add all_objfiles_removed observerSimon Marchi
2023-09-19Use gdb::checked_static_cast for tracepointsTom Tromey
2023-09-11gdb: c++ify btrace_target_infoMarkus Metzger
2023-09-11gdb, btrace: move xml parsing into remote.cMarkus Metzger
2023-08-29Default getpkt 'forever' parameter to 'false'Tom Tromey
2023-08-29Unify getpkt and getpkt_or_notif_saneTom Tromey
2023-08-29Use bool in getpktTom Tromey
2023-08-29Remove expecting_notif parameter from getpkt_or_notif_sane_1Tom Tromey
2023-08-29Remove getpkt_saneTom Tromey
2023-08-24[gdb/build] Return gdb::array_view in thread_info_to_thread_handleTom de Vries
2023-08-17[gdb/build, c++20] Fix deprecated implicit capture of thisTom de Vries
2023-08-17[gdb/build, c++20] Fix Wdeprecated-enum-enum-conversionTom de Vries
2023-08-04Remove extra '.' from error messageTom Tromey
2023-08-03gdb: fix possible nullptr dereference in a remote_debug_printf callAndrew Burgess
2023-06-20Use gdb::byte_vector in agent_exprTom Tromey
2023-06-20Use byte_vector in remote.c:readahead_cacheTom Tromey
2023-06-03[gdb] Fix typosTom de Vries
2023-05-30gdb: add interp::on_normal_stop methodSimon Marchi
2023-05-30gdb: add interp::on_signal_received methodSimon Marchi
2023-05-25gdb: remove bp_location_pointer_iteratorSimon Marchi
2023-04-27gdb: remove some trailing newlines from warning messagesAndrew Burgess
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi
2023-01-30gdb: Remove workaround for the vCont packetChristina Schimpe
2023-01-30gdb: Add per-remote target variables for memory read and write configChristina Schimpe