2021-06-14 |
Mike Frysinger | gnulib: define the path to gnulib's parent dir |
tree | commitdiff |
2021-05-27 |
Simon Marchi | gdb: fix some indentation issues |
tree | commitdiff |
2021-05-17 |
Andrew Burgess | gdb: additional settings for emacs in .dir-locals.el |
tree | commitdiff |
2021-05-09 |
Simon Marchi | gdb, gdbserver: make status_to_str return std::string |
tree | commitdiff |
2021-05-08 |
Pedro Alves | Don't run personality syscall at configure time; don... |
tree | commitdiff |
2021-05-08 |
Pedro Alves | Don't include sys/personality.h in linux-low.cc anymore |
tree | commitdiff |
2021-05-06 |
Tankut Baris Aktemur | gdbserver/server: make some functions void |
tree | commitdiff |
2021-05-03 |
Tom Tromey | Fix x86_64 mingw build |
tree | commitdiff |
2021-04-30 |
Tom Tromey | Share DLL code between gdb and gdbserver |
tree | commitdiff |
2021-04-30 |
Tom Tromey | Use nat/windows-nat function indirection code |
tree | commitdiff |
2021-04-14 |
Tom Tromey | Remove use of _WIN32_WCE |
tree | commitdiff |
2021-04-13 |
Pedro Alves | Remove WinCE code from gdbreplay |
tree | commitdiff |
2021-04-13 |
Tom Tromey | Remove some unused typedefs from gdbserver |
tree | commitdiff |
2021-04-13 |
Pedro Alves | Remove process_stratum_target::hostio_last_error abstra... |
tree | commitdiff |
2021-04-12 |
Simon Marchi | gdb, gdbserver: remove WinCE support code |
tree | commitdiff |
2021-04-12 |
Tankut Baris Aktemur | gdbserver: constify the 'pid_to_exec_file' target op |
tree | commitdiff |
2021-04-11 |
Eli Zaretskii | Improve support for loading DLLs at run time in gdbserver. |
tree | commitdiff |
2021-03-30 |
Luis Machado | Fix inverted logic bug |
tree | commitdiff |
2021-03-24 |
Luis Machado | AArch64: Add gdbserver MTE support |
tree | commitdiff |
2021-03-24 |
Luis Machado | AArch64: Add MTE register set support for GDB and gdbserver |
tree | commitdiff |
2021-03-24 |
Luis Machado | AArch64: Add target description/feature for MTE registers |
tree | commitdiff |
2021-03-24 |
Luis Machado | AArch64: Add MTE CPU feature check support |
tree | commitdiff |
2021-03-24 |
Luis Machado | Unit tests for gdbserver memory tagging remote packets |
tree | commitdiff |
2021-03-24 |
Luis Machado | GDBserver remote packet support for memory tagging |
tree | commitdiff |
2021-03-22 |
Tankut Baris Aktemur | gdbserver: convert the global dll list into a process_i... |
tree | commitdiff |
2021-02-23 |
Simon Marchi | gdbserver: linux-low: make linux_process_target::filter... |
tree | commitdiff |
2021-02-12 |
Tom Tromey | Add stdio support to gdbreplay |
tree | commitdiff |
2021-02-12 |
Tom Tromey | Minor constification in gdbreplay |
tree | commitdiff |
2021-02-05 |
Paul E. Murphy | gnulib: update to 776af40e0 |
tree | commitdiff |
2021-02-03 |
Pedro Alves | gdbserver: spurious SIGTRAP w/ detach while step-over... |
tree | commitdiff |
2021-02-03 |
Pedro Alves | Fix a couple vStopped pending ack bugs |
tree | commitdiff |
2021-01-21 |
Simon Marchi | gdb: make some variables static |
tree | commitdiff |
2021-01-20 |
Tom de Vries | [gdb/server] Don't overwrite fs/gs_base with -m32 |
tree | commitdiff |
2021-01-07 |
Tom de Vries | [gdb/build] Fix gdbserver build with -fsanitize=address |
tree | commitdiff |
2021-01-04 |
Simon Marchi | gdb: introduce scoped debug prints |
tree | commitdiff |
2021-01-01 |
Joel Brobecker | Update copyright year range in all GDB files |
tree | commitdiff |
2021-01-01 |
Joel Brobecker | Update copyright year in version message for gdb, gdbse... |
tree | commitdiff |
2020-12-16 |
Luis Machado | Fix TBI handling for watchpoints |
tree | commitdiff |
2020-12-11 |
Andrew Burgess | gdbsupport: make use of safe-ctype functions from libiberty |
tree | commitdiff |
2020-11-11 |
Andrew Burgess | gdbserver: add missing --disable-packet options to... |
tree | commitdiff |
2020-11-02 |
Simon Marchi | gdb, gdbserver, gdbsupport: fix leading space vs tabs... |
tree | commitdiff |
2020-10-31 |
Simon Marchi | gdbserver: replace AC_TRY_COMPILE in acinclude.m4 |
tree | commitdiff |
2020-10-31 |
Simon Marchi | gdbsupport: replace AC_TRY_COMPILE in common.m4 |
tree | commitdiff |
2020-10-31 |
Simon Marchi | gdbsupport: replace AC_TRY_COMPILE in warning.m4 |
tree | commitdiff |
2020-10-31 |
Simon Marchi | gdbsupport: replace AC_TRY_COMPILE in ptrace.m4 |
tree | commitdiff |
2020-10-31 |
Simon Marchi | gdbsupport: re-indent ptrace.m4 |
tree | commitdiff |
2020-10-31 |
Simon Marchi | gdbserver: modernize configure.ac |
tree | commitdiff |
2020-10-31 |
Simon Marchi | gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD... |
tree | commitdiff |
2020-10-26 |
Pedro Alves | gdb::handle_eintr, remove need to specify return type |
tree | commitdiff |
2020-10-26 |
Simon Marchi | gdb: move ptrace.m4 to gdbsupport |
tree | commitdiff |
2020-10-24 |
Simon Marchi | gdbserver: re-generate configure |
tree | commitdiff |
2020-10-21 |
Simon Marchi | gdbserver: fix overlap in sprintf argument and buffer |
tree | commitdiff |
2020-10-20 |
Tom Tromey | Fix undefined behavior in gdbserver |
tree | commitdiff |
2020-10-13 |
Kamil Rytarowski | Remove unneeded netbsd_add_process() |
tree | commitdiff |
2020-10-09 |
Andrew Burgess | gdb: Delay releasing target_desc_up in more cases |
tree | commitdiff |
2020-10-09 |
Andrew Burgess | gnulib: Ensure all libraries are used when building... |
tree | commitdiff |
2020-10-08 |
Andrew Burgess | gdb: Have allocate_target_description return a unique_ptr |
tree | commitdiff |
2020-10-07 |
Tom Tromey | Remove some dead code from handle_search_memory |
tree | commitdiff |
2020-10-07 |
Tom Tromey | Use simple_search_memory in gdbserver |
tree | commitdiff |
2020-10-07 |
Simon Marchi | gdb: put user-supplied CFLAGS at the end |
tree | commitdiff |
2020-10-07 |
Kamil Rytarowski | Add Makefile.in entry for "Add NetBSD/aarch64 gdbserver... |
tree | commitdiff |
2020-10-07 |
Shahab Vahedi | gdb: Correct the ChageLog entry |
tree | commitdiff |
2020-10-07 |
Anton Kolesov | gdbserver: Add GNU/Linux support for ARC |
tree | commitdiff |
2020-10-07 |
Kamil Rytarowski | Stop passing netbsd_process_target to local functions |
tree | commitdiff |
2020-10-07 |
Kamil Rytarowski | Fix whitespace formatting |
tree | commitdiff |
2020-10-07 |
Kamil Rytarowski | Add common write_memory and read_memory NetBSD routines |
tree | commitdiff |
2020-10-07 |
Kamil Rytarowski | Add ChangeLog for "Add NetBSD/aarch64 gdbserver support" |
tree | commitdiff |
2020-10-07 |
Kamil Rytarowski | Add NetBSD/aarch64 gdbserver support |
tree | commitdiff |
2020-10-06 |
Shahab Vahedi | gdbserver: Remove unused argument in register_data() |
tree | commitdiff |
2020-10-02 |
Simon Marchi | gdb: add debug prints in event loop |
tree | commitdiff |
2020-10-02 |
Simon Marchi | gdb: give names to event loop file handlers |
tree | commitdiff |
2020-10-01 |
Kamil Rytarowski | Add NetBSD/i386 gdbserver support |
tree | commitdiff |
2020-10-01 |
Kamil Rytarowski | Refactor the NetBSD amd64 gdbserver support |
tree | commitdiff |
2020-09-24 |
Hannes Domani | Handle 64bit breakpoints of WOW64 processes as SIGINT |
tree | commitdiff |
2020-09-18 |
Tom Tromey | Make target_wait options use enum flags |
tree | commitdiff |
2020-09-15 |
Tom Tromey | Use arrays rather than pointers for global string constants |
tree | commitdiff |
2020-09-14 |
Tom Tromey | Apply 'const' in more places |
tree | commitdiff |
2020-09-10 |
Kamil Rytarowski | Add minimal and functional NetBSD/amd64 gdbserver |
tree | commitdiff |
2020-08-13 |
Simon Marchi | gdb: allow specifying multiple filters when running... |
tree | commitdiff |
2020-07-30 |
Rainer Orth | Unify Solaris procfs and largefile handling |
tree | commitdiff |
2020-07-26 |
Eli Zaretskii | Don't unnecessarily redefine 'socklen_t' type in MinGW... |
tree | commitdiff |
2020-07-22 |
Pedro Alves | gdbserver: handle running threads in qXfer:threads... |
tree | commitdiff |
2020-07-21 |
Simon Marchi | gdb, gdbserver: make stopped_pids global variables... |
tree | commitdiff |
2020-07-17 |
Andrew Burgess | gdb/riscv: delete target descriptions when gdb exits |
tree | commitdiff |
2020-07-14 |
Simon Marchi | gdbserver: fix memory leak when handling qsupported... |
tree | commitdiff |
2020-06-29 |
Tom de Vries | [gdbserver] Add missing include of gdbsupport/agent.h |
tree | commitdiff |
2020-06-23 |
Andrew Burgess | gdb: Print compatible information within print_xml_feature |
tree | commitdiff |
2020-06-22 |
Tankut Baris Aktemur | gdbserver/linux-low: use std::list to store pending... |
tree | commitdiff |
2020-06-17 |
Simon Marchi | gdb, gdbserver: remove ARM regdat files |
tree | commitdiff |
2020-06-12 |
Simon Marchi | gdbserver: remove support for ARM/WinCE |
tree | commitdiff |
2020-06-12 |
Simon Marchi | gdbserver: remove support for Tile |
tree | commitdiff |
2020-06-12 |
Simon Marchi | gdbserver: remove support for M32R |
tree | commitdiff |
2020-06-12 |
Simon Marchi | gdbserver: remove support for CRIS |
tree | commitdiff |
2020-06-12 |
Simon Marchi | gdbserver: remove support for Blackfin |
tree | commitdiff |
2020-06-12 |
Simon Marchi | gdbserver: remove support for Neutrino |
tree | commitdiff |
2020-06-12 |
Simon Marchi | gdbserver: remove support for LynxOS |
tree | commitdiff |
2020-06-12 |
Simon Marchi | gdbserver: small cleanup of README file |
tree | commitdiff |
2020-06-12 |
Tom de Vries | [gdbserver] Fix Wlto-type-mismatch for debug_agent |
tree | commitdiff |
2020-05-27 |
Hannes Domani | Don't close process handle provided by WaitForDebugEvent |
tree | commitdiff |
2020-05-25 |
Michael Weghorn | Use construct_inferior_arguments which handles special... |
tree | commitdiff |
next |