]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdbserver/server.cc
Remove unnecessary get_current_frame calls from infrun.c
[thirdparty/binutils-gdb.git] / gdbserver / server.cc
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-08  Andrew Burgessgdbserver: allow for general 'monitor set debug COMPONE...
2023-12-08  Andrew Burgessgdbserver: allow the --debug command line option to...
2023-11-29  Tom TromeyRemove gdb_static_assert
2023-11-22  Andrew Burgessgdbserver: cleanup monitor_show_help
2023-11-14  Tom TromeyFilter invalid encodings from Linux thread names
2023-11-13  Pedro Alvesgdbserver: Queue no-resumed event after thread exit
2023-11-13  Pedro Alvesall-stop/synchronous RSP support thread-exit events
2023-11-13  Pedro Alvesgdbserver: Hide and don't detach pending clone children
2023-11-13  Pedro AlvesThread options & clone events (core + remote)
2023-11-13  Pedro AlvesSupport clone events in the remote protocol
2023-10-25  Andrew Burgessgdbserver: don't leak program name in handle_v_run
2023-10-06  Andrew Burgessgdbserver: cleanup in handle_v_run
2023-10-06  Andrew Burgessgdbserver: handle newlines in inferior arguments
2023-10-06  Andrew Burgessgdbserver: fix handling of trailing empty argument
2023-10-06  Andrew Burgessgdbserver: fix handling of single quote arguments
2023-06-03  Tom de Vries[gdb] Fix typos
2023-02-24  Tom TromeyDon't use struct buffer in handle_qxfer_threads
2023-02-24  Tom TromeyDon't use struct buffer in handle_qxfer_btrace
2023-02-24  Tom TromeyDon't use struct buffer in handle_qxfer_traceframe_info
2023-02-14  Tom TromeyDo not cast away const in agent_run_command
2023-02-01  Thiago Jung Bauermanngdbserver: Add PID parameter to linux_get_auxv and...
2023-01-01  Joel BrobeckerUpdate copyright year in help message of gdb, gdbserver...
2022-11-09  Tankut Baris Aktemurgdbserver: do not report btrace support if target does...
2022-09-24  Enze Ligdbserver: remove unused for loop
2022-07-13  Enze Ligdbserver: remove unused variable
2022-05-03  Pedro Alvesgdbserver: track current process as well as current...
2022-04-18  Simon Marchigdbsupport: make gdb_abspath return an std::string
2022-04-14  Pedro Alvesgdbserver: Eliminate prepare_to_access_memory
2022-04-14  Pedro Alvesgdbserver/qXfer::threads, prepare_to_access_memory...
2022-03-30  Tom TromeyConsolidate definition of current_directory
2022-01-27  Markus Metzgergdb, gdbserver: update thread identifier in enable_btra...
2022-01-18  Simon Marchigdbserver: introduce remote_debug_printf
2022-01-18  Simon Marchigdbserver: introduce threads_debug_printf, THREADS_SCOP...
2022-01-18  Simon Marchigdbserver: turn debug_threads into a boolean
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2022-01-01  Joel BrobeckerUpdate Copyright Year in gdb, gdbserver and gdbreplay...
2021-12-13  Tankut Baris Aktemurgdbserver: replace direct assignments to current_thread
2021-12-09  Simon Marchigdb, gdbserver: detach fork child when detaching from...
2021-12-09  Simon Marchigdbserver: hide fork child threads from GDB
2021-11-22  Simon Marchigdb: pass more const target_waitstatus by reference
2021-11-22  Simon Marchigdb: rename target_waitstatus_to_string to target_waits...
2021-10-25  Simon Marchigdbserver: make target_pid_to_str return std::string
2021-10-21  Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-07-23  Simon Marchigdb: make inferior::m_cwd an std::string
2021-05-06  Tankut Baris Aktemurgdbserver/server: make some functions void
2021-04-12  Tankut Baris Aktemurgdbserver: constify the 'pid_to_exec_file' target op
2021-03-30  Luis MachadoFix inverted logic bug
2021-03-24  Luis MachadoUnit tests for gdbserver memory tagging remote packets
2021-03-24  Luis MachadoGDBserver remote packet support for memory tagging
2021-03-22  Tankut Baris Aktemurgdbserver: convert the global dll list into a process_i...
2021-02-03  Pedro AlvesFix a couple vStopped pending ack bugs
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2021-01-01  Joel BrobeckerUpdate copyright year in version message for gdb, gdbse...
2020-11-11  Andrew Burgessgdbserver: add missing --disable-packet options to...
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-21  Simon Marchigdbserver: fix overlap in sprintf argument and buffer
2020-10-07  Tom TromeyRemove some dead code from handle_search_memory
2020-10-07  Tom TromeyUse simple_search_memory in gdbserver
2020-10-02  Simon Marchigdb: add debug prints in event loop
2020-08-13  Simon Marchigdb: allow specifying multiple filters when running...
2020-07-22  Pedro Alvesgdbserver: handle running threads in qXfer:threads...
2020-07-14  Simon Marchigdbserver: fix memory leak when handling qsupported...
2020-05-25  Michael WeghornUse construct_inferior_arguments which handles special...
2020-05-25  Michael Weghorngdbserver: Don't add extra NULL to program args
2020-04-22  Hannes DomaniFix search of large memory area in gdbserver
2020-04-13  Tom TromeySwitch gdbserver to gdbsupport event loop
2020-04-13  Tom TromeyImplement event-loop glue for gdbserver
2020-03-02  Andrew Burgessgdbserver: Add mechanism to prevent sending T stop...
2020-02-20  Tankut Baris Aktemurgdbserver: finish turning the target ops vector into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'pid_to_exec_file' into a...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'qxfer_libraries_svr4' into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'stabilize_threads' into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'pause_all' and 'unpause_all...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'get_tib_address' into a...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'thread_stopped' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'read_loadmap' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'handle_monitor_command'...
2020-02-20  Tankut Baris Aktemurgdbserver: turn non-stop and async target ops into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'qxfer_siginfo' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'qxfer_osdata' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'get_tls_address' into a...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'read_offsets' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'read_auxv' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'request_interrupt' into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'look_up_symbols' into a...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'resume' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'create_inferior' into a...
2020-02-13  Simon Marchigdbserver: rename source files to .cc