aboutsummaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
...
* gdb: Add process record and replay support for s390.Marcin Kościelnicki2015-11-047-3/+4552
* gdb/record-full: Use xmalloc instead of alloca for temporary memory storage.Marcin Kościelnicki2015-11-042-1/+9
* Fix non stopping breakpoint on newer compilers.Walfred Tedeschi2015-11-041-2/+3
* Changing compiler flags for MPX tests.Walfred Tedeschi2015-11-042-2/+2
* Improve error message for MPX bound table examinations.Walfred Tedeschi2015-11-041-1/+2
* btrace: add instruction-history /s and fix documentationMarkus Metzger2015-11-045-2/+32
* btrace: change record instruction-history /mMarkus Metzger2015-11-042-22/+186
* disasm: add struct disasm_insn to describe to-be-disassembled instructionMarkus Metzger2015-11-043-9/+72
* disasm: split dump_insnsMarkus Metzger2015-11-042-77/+101
* xtensa: Add missing staticsSimon Marchi2015-11-032-3/+9
* linux-mips-low.c: Add castsSimon Marchi2015-11-032-4/+11
* linux-mips-low.c: Change "private" variable nameSimon Marchi2015-11-032-2/+7
* linux-mips-low.c: Fix type of mips_add_watchpoint parameterSimon Marchi2015-11-032-2/+7
* arm-linux-nat.c: Add castSimon Marchi2015-11-032-1/+5
* Change return type of raw_bkpt_type_to_arm_hwbp_typeSimon Marchi2015-11-032-1/+6
* gdbserver arm: Add castsSimon Marchi2015-11-033-4/+11
* linux-aarch32-low.c: Use NULL_REGSETSimon Marchi2015-11-032-1/+5
* target_ops mask_watchpoint: change int to target_hw_bp_typeSimon Marchi2015-11-035-16/+35
* remote-sim.c: Add castsSimon Marchi2015-11-032-11/+25
* linux-ppc-low.c: Add castsSimon Marchi2015-11-032-7/+17
* linux-ppc-low.c: Remove forward declaration, move ppc_arch_setup lowerSimon Marchi2015-11-032-98/+103
* Obvious typo fix in gdb.reverse/readv-reverse.expMarcin Kościelnicki2015-11-032-1/+5
* gdb/reverse: Fix continue_to_breakpoint in syscall testcases.Marcin Kościelnicki2015-11-038-28/+41
* Add myself to gdb MAINTAINERSMarcin Kościelnicki2015-11-032-0/+5
* Don't displaced step when there's a breakpoint in the scratch pad rangePedro Alves2015-10-304-0/+96
* Simplify gdb.threads/wp-replication.exp on counting HW watchpointsYao Qi2015-10-303-72/+36
* gdb/linux-record: Fix struct sizes for x32Marcin Kościelnicki2015-10-302-4/+9
* gdb/linux-record: Fix size_termios for x32, amd64, aarch64Marcin Kościelnicki2015-10-303-3/+9
* gdb/linux-record: TASK_COMM_LEN is 16 on ppc tooMarcin Kościelnicki2015-10-302-2/+6
* gdb/linux-record: Fix old_select syscall handlingMarcin Kościelnicki2015-10-302-19/+30
* gdb/linux-record: Fix newfstatat handlingMarcin Kościelnicki2015-10-302-1/+11
* gdb/linux-record: Fix [gs]etgroups16 syscallMarcin Kościelnicki2015-10-302-7/+14
* gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki2015-10-308-0/+43
* gdb/linux-record: Fix msghdr parsing on 64-bit targetsMarcin Kościelnicki2015-10-302-1/+7
* gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki2015-10-308-32/+32
* gdb/linux-record: Fix sizes of sigaction and sigset_tMarcin Kościelnicki2015-10-306-26/+41
* gdb/linux-record: Fix size_[ug]id valuesMarcin Kościelnicki2015-10-303-4/+9
* gdb/linux-record: Remove size_siginfoMarcin Kościelnicki2015-10-308-9/+13
* gdb/record: Add testcases for a few syscalls.Marcin Kościelnicki2015-10-3015-0/+777
* gdbserver/proc-service.c: Change CORE_ADDR cast to uintptr_tSimon Marchi2015-10-302-2/+7
* gdbserver: Move pointer dereference to after assert checks.Henrik Wallin2015-10-292-2/+10
* Add/adjust casts in gdbserver's proc-serviceSimon Marchi2015-10-292-2/+8
* mdebugread.c: Address class -> address class indexPedro Alves2015-10-292-20/+34
* Add a cast in jit_target_read_implSimon Marchi2015-10-292-1/+6
* Cast gdb_dlsym return valueSimon Marchi2015-10-292-1/+5
* gdbserver/server.c: Cast return value of memmemSimon Marchi2015-10-292-1/+7
* Change type of write_qxfer_response parameterSimon Marchi2015-10-292-1/+6
* dwarf2read.c: Add castSimon Marchi2015-10-292-1/+5
* Add cast to VEC_iteratePedro Alves2015-10-292-1/+5
* guile/: Add enum castPedro Alves2015-10-292-1/+5