aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-02-15C++-ify ravenscar_arch_opsTom Tromey6-103/+84
2019-02-15Exception safety in ravenscar-thread.cTom Tromey2-35/+23
2019-02-15Fix some typos in ravenscar-thread.cTom Tromey2-5/+9
2019-02-15Fix memory leak in create_ada_exception_catchpointTom Tromey2-4/+11
2019-02-15C++-ify bp_locationTom Tromey4-52/+28
2019-02-14Updating test caseWeimin Pan3-13/+17
2019-02-14[gdb, hurd] Avoid using 'PATH_MAX' in 'gdb/remote.c'Thomas Schwinge2-2/+10
2019-02-14[gdb, hurd] Adjust to Hurd "proc" interface changesDavid Michael2-3/+12
2019-02-14[gdb, hurd] Address "ISO C++ forbids converting a string constant to 'char*' ...Thomas Schwinge2-4/+8
2019-02-14[gdb, hurd] Repair build after "Use thread_info and inferior pointers more th...Thomas Schwinge2-1/+5
2019-02-14[gdb, hurd] Repair build after "Share fork_inferior et al with gdbserver" cha...Thomas Schwinge3-0/+6
2019-02-14[gdb, hurd] Repair build after "Convert struct target_ops to C++" changesThomas Schwinge4-7/+15
2019-02-14[gdb, hurd] Work around conflict between Mach's 'thread_info' function, and G...Thomas Schwinge5-10/+27
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