aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-11-17Fix gdb.threads/multiple-step-overs.exp fails on armYao Qi2-6/+14
2015-11-17Introduce null_block_symbolPedro Alves5-12/+31
2015-11-17[C++] Always use setjmp/longjmp for exceptionsPedro Alves3-16/+41
2015-11-17MinGW and attribute format(printf/gnu_printf)Pedro Alves2-0/+14
2015-11-17[C++] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACROS for stdint.hPedro Alves2-0/+21
2015-11-17[C++/mingw] Simplify first chance exception handlingPedro Alves2-18/+12
2015-11-17[C++/mingw] gdbserver: gdb/host signal mixupPedro Alves2-4/+11
2015-11-17[C++/mingw] Fix windows-nat.c::xlatePedro Alves2-1/+6
2015-11-17[C++/mingw] handle_output_debug_stringPedro Alves2-6/+11
2015-11-17[C++/mingw] ser-tcp.c castsPedro Alves2-6/+17
2015-11-17[C++/mingw] gdbserver castsPedro Alves3-11/+23
2015-11-17[C++/mingw] windows-nat.c castsPedro Alves2-38/+74
2015-11-17[C++/mingw] gdb-dlfcn.c castsPedro Alves2-2/+7
2015-11-17[C++/mingw] Misc alloca castsPedro Alves5-8/+15
2015-11-17[C++/mingw] ser-mingw.c castsPedro Alves2-25/+42
2015-11-17Convert c_string_type to an enum flags typeSimon Marchi4-13/+31
2015-11-17Type-safe wrapper for enum flagsPedro Alves14-37/+349
2015-11-17guile disassembly hardcode TARGET_XFER_E_IOPedro Alves2-4/+10
2015-11-17gdb/testsuite: Fix left shift of negative value.Dominik Vogt3-2/+7
2015-11-17gdb: Fix left shift of negative value.Dominik Vogt3-5/+12
2015-11-16Fix stack buffer overflow in aarch64_extract_return_valueYao Qi2-1/+6
2015-11-16Pass value * instead of bfd_byte * to pass_* functions in aarch64-tdep.cYao Qi2-22/+27
2015-11-16Use value_contents instead of value_contents_writeableYao Qi3-2/+8
2015-11-16Fix bug in arm_push_dummy_call by -fsanitize=addressYao Qi2-3/+13
2015-11-13PR 19051: support of inferior call with gnu vector support on ARMYao Qi2-14/+63
2015-11-13Refactor arm_return_in_memoryYao Qi2-78/+90
2015-11-13Remove d10v from testsuiteYao Qi5-210/+15
2015-11-13gdb.base/gnu_vector.exp: Don't test output from the inferiorYao Qi3-17/+17
2015-11-12Use gdb_byte * instead of void * in push_stack_itemYao Qi2-1/+6
2015-11-11gdb/testsuite/gdb.trace: Deduplicate set_point assembly.Marcin Kościelnicki10-181/+104
2015-11-11Replace long int * cast with PTRACE_TYPE_RET *Simon Marchi2-2/+8
2015-11-11gdb: Make use of 'add_info' to create info sub-commands.Andrew Burgess4-27/+25
2015-11-11gdb: Use class_info when creating info commands.Andrew Burgess2-1/+5
2015-11-10gdb/testsuite/gdb.trace: Deduplicate pcreg/spreg/fpreg.Marcin Kościelnicki13-145/+47
2015-11-09[Ada] GDB crash during "finish" of function with out parametersJoel Brobecker7-0/+129
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