aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-02-14[gdb, hurd] Remove long obsolete 'gnu_target_pid_to_str' function declarationThomas Schwinge2-2/+4
2019-02-13(riscv/ada) fix error when calling functions with range argumentKONRAD Frederic2-0/+5
2019-02-14(Windows) remove thread notification for main thread of inferiorJoel Brobecker2-21/+69
2019-02-13Add Andrew Burgess as global maintainer of gdb/ and sim/Simon Marchi2-0/+5
2019-02-13Adding a test caseWeimin Pan3-0/+185
2019-02-12Try to use the canonical version of a sysroot for debug file links.John Baldwin2-3/+15
2019-02-12Use child_path to determine if an object file is under a sysroot.John Baldwin2-5/+12
2019-02-12Add a new function child_path.John Baldwin5-0/+133
2019-02-12Look for separate debug files in debug directories under a sysroot.John Baldwin2-2/+20
2019-02-12Make symtab.c better styled.Philippe Waroquiers3-16/+59
2019-02-12Use address style to print addresses in breakpoint information.Philippe Waroquiers2-3/+10
2019-02-12Use function_name_style to print Ada and C function namesPhilippe Waroquiers3-3/+17
2019-02-11AArch64: Detect exit from execve syscallAlan Hayward2-22/+39
2019-02-10Fix type_stack leaks in c expression parsing.Philippe Waroquiers2-0/+9
2019-02-10(Ada) -var-update crash for variable whose type is a reference to changeableJoel Brobecker7-0/+157
2019-02-08RISC-V: Add FP register core file support.Jim Wilson2-2/+27
2019-02-07gdbserver: When attaching, add process before lwpsAlan Hayward5-24/+100
2019-02-07Make gdb.base/corefile.exp work on terminals with few rowsSimon Marchi2-24/+26
2019-02-07C++-ify struct thread_fsmTom Tromey11-486/+289
2019-02-07Normalize include guards in gdbTom Tromey220-530/+974
2019-02-06Factorize macro definition code in macrotab.cPhilippe Waroquiers2-29/+38
2019-02-06Fix leak of identifier in macro definition.Philippe Waroquiers2-14/+17
2019-02-06Fix 'info proc cmdline' for native FreeBSD processes.John Baldwin2-0/+11
2019-02-05Hoist assertion in target_stack::unpushTom Tromey2-2/+6
2019-01-30[PR gdb/23985] Fix libinproctrace.so buildSzabolcs Nagy2-0/+12
2019-01-30Release the GIL while running a gdb command or expressionTom Tromey3-0/+35
2019-01-28Use trad_frame_set_reg_addr for FreeBSD arm signal trampoline unwinders.John Baldwin3-97/+66
2019-01-28Revert "gdbserver: When attaching, add process before lwps"Alan Hayward1-2/+2
2019-01-28Replace contribution list in CONTRIBUTE file with linkAlan Hayward2-140/+12
2019-01-28gdbserver: When attaching, add process before lwpsAlan Hayward1-2/+2
2019-01-27Remove duplicate skip_python_tests invocationTom Tromey2-3/+5
2019-01-25Don't use -I for common subdirectoryTom Tromey4-2/+10
2019-01-25Normalize includes to use common/Tom Tromey242-363/+612
2019-01-25Update create-version.sh to use common/version.hTom Tromey2-1/+5
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves12-98/+100
2019-01-24Fix clang/libc++ buildPedro Alves2-1/+8
2019-01-24AArch64 AAPCS: Ignore static membersAlan Hayward5-6/+235
2019-01-23Use scope_exit in regcache.cTom Tromey2-32/+8
2019-01-23Update cleanup comment in ui-out.hTom Tromey2-5/+7
2019-01-23Update an obsolete cleanup commentTom Tromey2-1/+5
2019-01-23Remove remaining cleanup from fetch_inferior_eventTom Tromey2-100/+110
2019-01-23Remove cleanup from stop_all_threadsTom Tromey2-12/+7
2019-01-23Remove clear_symtab_users_cleanupTom Tromey2-14/+22
2019-01-23Remove cleanup from linux-nat.cTom Tromey2-15/+11
2019-01-23Remove cleanup_delete_std_terminate_breakpointTom Tromey2-11/+8
2019-01-23Remove make_bpstat_clear_actions_cleanupTom Tromey6-27/+20
2019-01-23Remove delete_just_stopped_threads_infrun_breakpoints_cleanupTom Tromey2-16/+13
2019-01-23Remove remaining cleanup from gdb/breakpoint.cTom Tromey2-12/+5
2019-01-23Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit typeTom Tromey4-16/+15
2019-01-23Use SCOPE_EXIT in gdbarch-selftest.cPedro Alves2-7/+5