aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-11-09Use ELF_STRING_ARM_unwind in arm-tdep.cYao Qi2-1/+6
2015-11-09New function displaced_step_in_progress_threadYao Qi2-3/+24
2015-11-07gdb.dwarf2: Don't hardcode certain constants in Dwarf::assemble constructsKevin Buettner3-6/+16
2015-11-07testsuite: Define and use gdb_target_symbol_prefix_flags_asm.Kevin Buettner18-49/+194
2015-11-05gdb.dwarf2: Define and use gdb_target_symbol for symbol prefixesKevin Buettner9-18/+96
2015-11-05Use aarch64_decode_insn in aarch64_displaced_step_copy_insnYao Qi2-1/+10
2015-11-05Use aarch64_decode_insn in aarch64_analyze_prologueYao Qi2-343/+98
2015-11-05Combine aarch64_decode_stp_offset_wb and aarch64_decode_stp_offsetYao Qi2-59/+22
2015-11-04Fortran: allocate()d memory is uninitializedJan Kratochvil2-1/+6
2015-11-04gdb/s390-linux: Step over MVCLE+JO (and similiar) as a unit.Marcin Kościelnicki2-0/+123
2015-11-04gdb: Add process record and replay support for s390.Marcin Kościelnicki7-3/+4552
2015-11-04gdb/record-full: Use xmalloc instead of alloca for temporary memory storage.Marcin Kościelnicki2-1/+9
2015-11-04Fix non stopping breakpoint on newer compilers.Walfred Tedeschi1-2/+3
2015-11-04Changing compiler flags for MPX tests.Walfred Tedeschi2-2/+2
2015-11-04Improve error message for MPX bound table examinations.Walfred Tedeschi1-1/+2
2015-11-04btrace: add instruction-history /s and fix documentationMarkus Metzger5-2/+32
2015-11-04btrace: change record instruction-history /mMarkus Metzger2-22/+186
2015-11-04disasm: add struct disasm_insn to describe to-be-disassembled instructionMarkus Metzger3-9/+72
2015-11-04disasm: split dump_insnsMarkus Metzger2-77/+101
2015-11-03xtensa: Add missing staticsSimon Marchi2-3/+9
2015-11-03linux-mips-low.c: Add castsSimon Marchi2-4/+11
2015-11-03linux-mips-low.c: Change "private" variable nameSimon Marchi2-2/+7
2015-11-03linux-mips-low.c: Fix type of mips_add_watchpoint parameterSimon Marchi2-2/+7
2015-11-03arm-linux-nat.c: Add castSimon Marchi2-1/+5
2015-11-03Change return type of raw_bkpt_type_to_arm_hwbp_typeSimon Marchi2-1/+6
2015-11-03gdbserver arm: Add castsSimon Marchi3-4/+11
2015-11-03linux-aarch32-low.c: Use NULL_REGSETSimon Marchi2-1/+5
2015-11-03target_ops mask_watchpoint: change int to target_hw_bp_typeSimon Marchi5-16/+35
2015-11-03remote-sim.c: Add castsSimon Marchi2-11/+25
2015-11-03linux-ppc-low.c: Add castsSimon Marchi2-7/+17
2015-11-03linux-ppc-low.c: Remove forward declaration, move ppc_arch_setup lowerSimon Marchi2-98/+103
2015-11-03Obvious typo fix in gdb.reverse/readv-reverse.expMarcin Kościelnicki2-1/+5
2015-11-03gdb/reverse: Fix continue_to_breakpoint in syscall testcases.Marcin Kościelnicki8-28/+41
2015-11-03Add myself to gdb MAINTAINERSMarcin Kościelnicki2-0/+5
2015-10-30Don't displaced step when there's a breakpoint in the scratch pad rangePedro Alves4-0/+96
2015-10-30Simplify gdb.threads/wp-replication.exp on counting HW watchpointsYao Qi3-72/+36
2015-10-30gdb/linux-record: Fix struct sizes for x32Marcin Kościelnicki2-4/+9
2015-10-30gdb/linux-record: Fix size_termios for x32, amd64, aarch64Marcin Kościelnicki3-3/+9
2015-10-30gdb/linux-record: TASK_COMM_LEN is 16 on ppc tooMarcin Kościelnicki2-2/+6
2015-10-30gdb/linux-record: Fix old_select syscall handlingMarcin Kościelnicki2-19/+30
2015-10-30gdb/linux-record: Fix newfstatat handlingMarcin Kościelnicki2-1/+11
2015-10-30gdb/linux-record: Fix [gs]etgroups16 syscallMarcin Kościelnicki2-7/+14
2015-10-30gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki8-0/+43
2015-10-30gdb/linux-record: Fix msghdr parsing on 64-bit targetsMarcin Kościelnicki2-1/+7
2015-10-30gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki8-32/+32
2015-10-30gdb/linux-record: Fix sizes of sigaction and sigset_tMarcin Kościelnicki6-26/+41
2015-10-30gdb/linux-record: Fix size_[ug]id valuesMarcin Kościelnicki3-4/+9
2015-10-30gdb/linux-record: Remove size_siginfoMarcin Kościelnicki8-9/+13
2015-10-30gdb/record: Add testcases for a few syscalls.Marcin Kościelnicki15-0/+777
2015-10-30gdbserver/proc-service.c: Change CORE_ADDR cast to uintptr_tSimon Marchi2-2/+7