aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-29gdb/remote: fix qRcmd error handlingAndrew Burgess1-10/+15
2024-04-26Improve vRun error reportingPedro Alves1-12/+55
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-19gdb/testsuite: Add unit tests for qIsAddressTagged packetGustavo Romero1-0/+67
2024-04-19gdb: Add qIsAddressTagged packetGustavo Romero1-0/+75
2024-04-19gdb: Introduce is_address_tagged target hookGustavo Romero1-0/+10
2024-04-11gdb: fix format in remote.cTankut Baris Aktemur1-3/+3
2024-04-08remote.c: Make packet_ok return struct packet_resultAlexandra Hájková1-103/+96
2024-04-08remote.c: Use packet_check_resultAlexandra Hájková1-35/+46
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-12remote.c: Make packet_check_result return a structureAlexandra Hájková1-34/+104
2024-02-04Use reference result of emplace_backTom Tromey1-2/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-20Fix bug in previous remote unique_ptr changePedro Alves1-2/+3
2023-12-20Complete use of unique_ptr with notif_event and stop_replyPedro Alves1-40/+44
2023-12-20Make cached_reg_t own its dataPedro Alves1-18/+6
2023-12-04Remove incorrect "fall-through" commentTom Tromey1-1/+0
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-3/+3
2023-11-27Change serial_readchar to throwTom Tromey1-35/+21
2023-11-27Change serial_send_break and serial_write to throwTom Tromey1-8/+32
2023-11-27Change serial "open" functions to throw exceptionTom Tromey1-2/+0
2023-11-27Change serial_setbaudrate to throw exceptionTom Tromey1-2/+6
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-8/+8
2023-11-17gdb: remove regcache's address spaceSimon Marchi1-3/+5
2023-11-13Introduce GDB_THREAD_OPTION_EXIT thread option, fix step-over-thread-exitPedro Alves1-0/+9
2023-11-13all-stop/synchronous RSP support thread-exit eventsPedro Alves1-1/+6
2023-11-13Thread options & clone events (core + remote)Pedro Alves1-1/+181
2023-11-13Avoid duplicate QThreadEvents packetsPedro Alves1-0/+8
2023-11-13Support clone events in the remote protocolPedro Alves1-33/+65
2023-10-26gdb: handle main thread exiting during detachAndrew Burgess1-1/+26
2023-10-19gdb: remove target_section_table typedefSimon Marchi1-1/+2
2023-10-10gdb: add assertion when marking the remote async flagSimon Marchi1-1/+4
2023-10-10gdb: add remote_state::{is_async_p,can_async_p}Simon Marchi1-4/+16
2023-10-10gdb: make remote_state's async token privateSimon Marchi1-27/+44
2023-10-10gdb: remove trailing whitespaces in remote.cSimon Marchi1-10/+9
2023-10-10gdb: remove target_gdbarchSimon Marchi1-32/+37
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi1-2/+2
2023-10-05gdb: add all_objfiles_removed observerSimon Marchi1-5/+13
2023-09-19Use gdb::checked_static_cast for tracepointsTom Tromey1-6/+5
2023-09-11gdb: c++ify btrace_target_infoMarkus Metzger1-18/+6
2023-09-11gdb, btrace: move xml parsing into remote.cMarkus Metzger1-0/+317
2023-08-29Default getpkt 'forever' parameter to 'false'Tom Tromey1-80/+81
2023-08-29Unify getpkt and getpkt_or_notif_saneTom Tromey1-30/+5
2023-08-29Use bool in getpktTom Tromey1-102/+102
2023-08-29Remove expecting_notif parameter from getpkt_or_notif_sane_1Tom Tromey1-11/+12
2023-08-29Remove getpkt_saneTom Tromey1-26/+14
2023-08-24[gdb/build] Return gdb::array_view in thread_info_to_thread_handleTom de Vries1-3/+3
2023-08-17[gdb/build, c++20] Fix deprecated implicit capture of thisTom de Vries1-1/+1
2023-08-17[gdb/build, c++20] Fix Wdeprecated-enum-enum-conversionTom de Vries1-4/+8
2023-08-04Remove extra '.' from error messageTom Tromey1-2/+2