Age | Commit message (Expand) | Author | Files | Lines |
2020-07-10 | Enable multi-process mode in the FreeBSD native target. | John Baldwin | 1 | -0/+6 |
2020-07-08 | Rename the 'obfd' argument to fbsd_nat_target::find_memory_regions. | John Baldwin | 1 | -6/+6 |
2020-03-24 | gdb: bool-ify follow_fork | Simon Marchi | 1 | -3/+3 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -16/+17 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -2/+2 |
2019-07-15 | Add include of gdbarch.h. | John Baldwin | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -3/+3 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -20/+16 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -16/+20 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -8/+5 |
2019-02-06 | Fix 'info proc cmdline' for native FreeBSD processes. | John Baldwin | 1 | -0/+7 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -3/+3 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-21 | Workaround a FreeBSD kernel bug resulting in spurious SIGTRAP events. | John Baldwin | 1 | -3/+9 |
2018-11-30 | Update the conditionals in fbsd-nat.h so they are always honored. | John Baldwin | 1 | -4/+15 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -15/+6 |
2018-10-17 | Share the code to format "info proc mappings" entries for FreeBSD. | John Baldwin | 1 | -37/+6 |
2018-09-18 | Support 'info proc files' on live FreeBSD processes. | John Baldwin | 1 | -1/+31 |
2018-09-12 | Remove unused "tmp" variable. | John Baldwin | 1 | -1/+0 |
2018-09-06 | Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD coredumps | Simon Ser | 1 | -0/+55 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -3/+3 |
2018-07-03 | Remove ptid_match | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_lwp_p | Tom Tromey | 1 | -2/+2 |
2018-07-03 | Remove ptid_get_tid | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -7/+7 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -15/+15 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -3/+3 |
2018-07-03 | Remove ptid_build | Tom Tromey | 1 | -3/+3 |
2018-06-25 | gdb: Fix build on several hosts/ports | Pedro Alves | 1 | -2/+3 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -8/+8 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -159/+75 |
2018-03-03 | Use signal information to determine SIGTRAP type for FreeBSD. | John Baldwin | 1 | -0/+107 |
2018-03-03 | Add a new debug knob for the FreeBSD native target. | John Baldwin | 1 | -0/+29 |
2018-02-27 | Workaround a FreeBSD ptrace() bug with clearing thread events. | John Baldwin | 1 | -0/+32 |
2018-01-09 | Support 'info proc' for native FreeBSD processes. | John Baldwin | 1 | -26/+339 |
2018-01-09 | Use gdb::unique_xmalloc_ptr<> instead of a deleter that invokes free(). | John Baldwin | 1 | -9/+1 |
2018-01-09 | Don't return stale data from fbsd_pid_to_exec_file for kernel processes. | John Baldwin | 1 | -1/+4 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-06 | target_set_syscall_catchpoint, use gdb::array_view and bool | Pedro Alves | 1 | -2/+3 |
2017-10-09 | Use gdbarch_long_bit to determine layout of FreeBSD siginfo_t. | John Baldwin | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-21 | Use an array type (lwpid_t[]) for the array of lwp IDs. | John Baldwin | 1 | -5/+4 |
2017-08-15 | Fix compile on big-endian platforms in siginfo_t converter. | John Baldwin | 1 | -1/+1 |
2017-08-09 | Replace home-grown linked-lists in FreeBSD's native target with STL lists. | John Baldwin | 1 | -50/+21 |
2017-08-09 | Replace remaining cleanups in fbsd-nat.c. | John Baldwin | 1 | -31/+27 |
2017-08-09 | Fix compile in the !HAVE_KINFO_GETVMMAP case. | John Baldwin | 1 | -2/+4 |
2017-08-03 | Use gdb_file_up in fbsd-nat.c | Tom Tromey | 1 | -4/+2 |
2017-07-07 | Fetch signal information for native FreeBSD processes. | John Baldwin | 1 | -0/+162 |