aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
13 daysRemove redundant macro definitions from remote.cTom Tromey1-11/+0
2024-07-22gdb/remote: remove an out of date commentAndrew Burgess1-3/+0
2024-07-18gdb: add GDB side target_ops::fileio_stat implementationAndrew Burgess1-11/+72
2024-07-16gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURNSimon Marchi1-2/+2
2024-07-16gdb: fix indentation in remote.cSimon Marchi1-1/+1
2024-07-16gdb: add ATTRIBUTE_NORETURN to remote_unpush_targetSimon Marchi1-1/+1
2024-07-15gdb: pass program space to no_shared_librariesSimon Marchi1-1/+1
2024-07-15gdb: split no_shared_libraries, command vs implementationSimon Marchi1-1/+1
2024-07-15gdb: make objfile::pspace privateSimon Marchi1-1/+1
2024-06-12Add "error_message+" feature to qSupportedAlexandra Hájková1-32/+46
2024-06-11gdb: warn of slow remote file reading only after a successful openAndrew Burgess1-17/+19
2024-06-11gdb/fileio: fix errno for packets where an attachment is expectedAndrew Burgess1-0/+3
2024-06-07gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_file...Simon Marchi1-1/+1
2024-06-05gdb: more filename styling in remote.c and target.cAndrew Burgess1-5/+9
2024-05-30gdb: remove unused includes in utils.hSimon Marchi1-0/+1
2024-05-28Use bool in thread_eventsTom Tromey1-2/+2
2024-05-16gdb: initialize packet_result::m_textual_err_msgSimon Marchi1-1/+1
2024-05-10Pass stream to remote_console_outputTom Tromey1-8/+12
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