Age | Commit message (Expand) | Author | Files | Lines |
2022-11-08 | gdb/linux-nat: get core count using /sys/devices/system/cpu/possible | Simon Marchi | 1 | -4/+66 |
2022-11-08 | gdbsupport, gdb: add read_text_file_to_string, use it in linux_common_core_of... | Simon Marchi | 1 | -31/+21 |
2022-11-02 | Fix Cygwin build after bcb9251f | Jon Turney | 1 | -1/+1 |
2022-10-28 | gdb, btrace: fix family and model computation | Markus Metzger | 1 | -2/+4 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 4 | -27/+16 |
2022-08-16 | Use strwinerror in gdb/windows-nat.c | Tom Tromey | 1 | -8/+14 |
2022-07-08 | gdb: initialize the data_head variable to eliminate compilation warnings | Enze Li | 1 | -1/+1 |
2022-06-12 | Trivial fixes to Cygwin build after 8fea1a81 | Jon Turney | 1 | -1/+1 |
2022-06-12 | Simplify cygwin_buf_t | Jon Turney | 1 | -2/+1 |
2022-06-07 | Use subclasses of windows_process_info | Tom Tromey | 1 | -6/+6 |
2022-06-07 | Allow ASLR to be disabled on Windows | Tom Tromey | 2 | -4/+149 |
2022-06-07 | Introduce wrapper for CreateProcess | Tom Tromey | 2 | -0/+66 |
2022-06-02 | Fix Cygwin build after 0578e87f | Jon Turney | 1 | -1/+1 |
2022-06-02 | Fix Cygwin build after fcab5839 | Jon Turney | 1 | -1/+8 |
2022-05-13 | Implement pid_to_exec_file for Windows in gdbserver | Tom Tromey | 2 | -0/+107 |
2022-05-13 | Remove windows_process_info::id | Tom Tromey | 1 | -1/+0 |
2022-05-13 | Constify target_pid_to_exec_file | Tom Tromey | 2 | -2/+2 |
2022-04-28 | Remove "typedef enum ..." | Tom Tromey | 2 | -3/+3 |
2022-04-26 | Handle encoding failures in Windows thread names | Tom Tromey | 1 | -5/+16 |
2022-04-14 | Use GetThreadDescription on Windows | Tom Tromey | 2 | -0/+42 |
2022-04-14 | Share handle_ms_vc_exception with gdbserver | Tom Tromey | 2 | -11/+49 |
2022-04-14 | Fix possible Cygwin build problem | Tom Tromey | 1 | -0/+4 |
2022-04-14 | Fix regression on Windows with WOW64 | Tom Tromey | 1 | -1/+5 |
2022-04-04 | Remove some globals from nat/windows-nat.c | Tom Tromey | 2 | -138/+135 |
2022-04-04 | Remove windows_thread_info destructor | Tom Tromey | 2 | -6/+0 |
2022-03-22 | nat: Split out platform-independent aarch64 debug register support. | John Baldwin | 5 | -697/+767 |
2022-02-10 | gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon... | Simon Marchi | 2 | -182/+9 |
2022-02-01 | gdb, btrace: improve error messages | Markus Metzger | 1 | -2/+19 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 48 | -48/+48 |
2021-12-21 | [AArch64] Fix typo in error messages | Luis Machado | 1 | -2/+2 |
2021-11-22 | [gdb/build] Fix x86_64 x32 build | Tom de Vries | 1 | -0/+4 |
2021-11-17 | gdb/nat/linux-osdata.c: fix build on gcc-12 (string overfow) | Sergei Trofimovich | 1 | -9/+4 |
2021-11-09 | Fix build on rhES5 | Tom Tromey | 1 | -0/+4 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 2 | -38/+33 |
2021-10-21 | Fix ARMv8.4 for hw watchpoint and breakpoint | Andrew Pinski | 2 | -0/+3 |
2021-10-21 | Refactor code slightly in nat/aarch64-linux-hw-point.c (aarch64_linux_get_deb... | Andrew Pinski | 1 | -6/+18 |
2021-09-30 | gdbsupport: make gdb_open_cloexec return scoped_fd | Simon Marchi | 1 | -9/+4 |
2021-09-23 | Remove defaulted 'tid' parameter to ptid_t constructor | Tom Tromey | 2 | -3/+3 |
2021-09-03 | Use CORE_ADDR as return type from x86_dr_low_get_addr | Tom Tromey | 1 | -1/+1 |
2021-07-23 | gdb: make inferior::m_cwd an std::string | Simon Marchi | 1 | -9/+6 |
2021-07-17 | gdb: convert nat/x86-dregs.c macros to functions | Simon Marchi | 1 | -11/+48 |
2021-06-07 | nat/amd64-linux-siginfo.c: Remove typedefs | Pedro Alves | 1 | -14/+14 |
2021-06-07 | nat/amd64-linux-siginfo.c: Move align attribute from typedef to struct | Pedro Alves | 1 | -2/+2 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 2 | -4/+4 |
2021-05-27 | gdb: fix some indentation issues | Simon Marchi | 1 | -9/+9 |
2021-05-17 | Fix ubsan build | Tom Tromey | 1 | -3/+3 |
2021-05-10 | gdb, gdbserver: make status_to_str display the signal name | Simon Marchi | 1 | -4/+6 |
2021-05-08 | gdb, gdbserver: make status_to_str return std::string | Simon Marchi | 2 | -15/+10 |
2021-05-08 | Don't run personality syscall at configure time; don't check it at all | Pedro Alves | 1 | -11/+1 |
2021-04-30 | Make get_image_name static | Tom Tromey | 2 | -8/+7 |