Age | Commit message (Expand) | Author | Files | Lines |
2015-11-19 | [C++] Drop -fpermissive hack | Pedro Alves | 5 | -6/+12 |
2015-11-19 | [C++] breakpoint.c: "no memory" software watchpoints and enum casts | Pedro Alves | 2 | -13/+44 |
2015-11-19 | [C++] s390: Fix enum gdb_syscall conversion | Simon Marchi | 2 | -17/+30 |
2015-11-19 | [C++] linux-thread-db.c: dladdr cast | Pedro Alves | 2 | -1/+5 |
2015-11-19 | [C++] remote.c: Avoid enum arithmetic | Pedro Alves | 4 | -12/+40 |
2015-11-19 | Change argument opcode type from enum aarch64_opcodes to uint32_t | Yao Qi | 2 | -1/+6 |
2015-11-19 | Define enum out of the scope of struct | Yao Qi | 2 | -5/+13 |
2015-11-19 | Cast void * to user_fpsimd_state *. | Yao Qi | 2 | -2/+9 |
2015-11-19 | Cast void * to struct user_pt_regs * | Yao Qi | 2 | -2/+8 |
2015-11-18 | Constify value_string | Simon Marchi | 3 | -2/+7 |
2015-11-18 | [C++] Add casts to obstack_base calls | Simon Marchi | 8 | -12/+24 |
2015-11-18 | Constify value_cstring | Simon Marchi | 3 | -2/+7 |
2015-11-18 | [gdbserver/ipa] Fix build dependencies | Pedro Alves | 2 | -1/+5 |
2015-11-18 | Fix out of boundary access in pass_in_v | Yao Qi | 2 | -4/+18 |
2015-11-17 | Fix gdb.threads/multiple-step-overs.exp fails on arm | Yao Qi | 2 | -6/+14 |
2015-11-17 | Introduce null_block_symbol | Pedro Alves | 5 | -12/+31 |
2015-11-17 | [C++] Always use setjmp/longjmp for exceptions | Pedro Alves | 3 | -16/+41 |
2015-11-17 | MinGW and attribute format(printf/gnu_printf) | Pedro Alves | 2 | -0/+14 |
2015-11-17 | [C++] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACROS for stdint.h | Pedro Alves | 2 | -0/+21 |
2015-11-17 | [C++/mingw] Simplify first chance exception handling | Pedro Alves | 2 | -18/+12 |
2015-11-17 | [C++/mingw] gdbserver: gdb/host signal mixup | Pedro Alves | 2 | -4/+11 |
2015-11-17 | [C++/mingw] Fix windows-nat.c::xlate | Pedro Alves | 2 | -1/+6 |
2015-11-17 | [C++/mingw] handle_output_debug_string | Pedro Alves | 2 | -6/+11 |
2015-11-17 | [C++/mingw] ser-tcp.c casts | Pedro Alves | 2 | -6/+17 |
2015-11-17 | [C++/mingw] gdbserver casts | Pedro Alves | 3 | -11/+23 |
2015-11-17 | [C++/mingw] windows-nat.c casts | Pedro Alves | 2 | -38/+74 |
2015-11-17 | [C++/mingw] gdb-dlfcn.c casts | Pedro Alves | 2 | -2/+7 |
2015-11-17 | [C++/mingw] Misc alloca casts | Pedro Alves | 5 | -8/+15 |
2015-11-17 | [C++/mingw] ser-mingw.c casts | Pedro Alves | 2 | -25/+42 |
2015-11-17 | Convert c_string_type to an enum flags type | Simon Marchi | 4 | -13/+31 |
2015-11-17 | Type-safe wrapper for enum flags | Pedro Alves | 14 | -37/+349 |
2015-11-17 | guile disassembly hardcode TARGET_XFER_E_IO | Pedro Alves | 2 | -4/+10 |
2015-11-17 | gdb/testsuite: Fix left shift of negative value. | Dominik Vogt | 3 | -2/+7 |
2015-11-17 | gdb: Fix left shift of negative value. | Dominik Vogt | 3 | -5/+12 |
2015-11-16 | Fix stack buffer overflow in aarch64_extract_return_value | Yao Qi | 2 | -1/+6 |
2015-11-16 | Pass value * instead of bfd_byte * to pass_* functions in aarch64-tdep.c | Yao Qi | 2 | -22/+27 |
2015-11-16 | Use value_contents instead of value_contents_writeable | Yao Qi | 3 | -2/+8 |
2015-11-16 | Fix bug in arm_push_dummy_call by -fsanitize=address | Yao Qi | 2 | -3/+13 |
2015-11-13 | PR 19051: support of inferior call with gnu vector support on ARM | Yao Qi | 2 | -14/+63 |
2015-11-13 | Refactor arm_return_in_memory | Yao Qi | 2 | -78/+90 |
2015-11-13 | Remove d10v from testsuite | Yao Qi | 5 | -210/+15 |
2015-11-13 | gdb.base/gnu_vector.exp: Don't test output from the inferior | Yao Qi | 3 | -17/+17 |
2015-11-12 | Use gdb_byte * instead of void * in push_stack_item | Yao Qi | 2 | -1/+6 |
2015-11-11 | gdb/testsuite/gdb.trace: Deduplicate set_point assembly. | Marcin KoĆcielnicki | 10 | -181/+104 |
2015-11-11 | Replace long int * cast with PTRACE_TYPE_RET * | Simon Marchi | 2 | -2/+8 |
2015-11-11 | gdb: Make use of 'add_info' to create info sub-commands. | Andrew Burgess | 4 | -27/+25 |
2015-11-11 | gdb: Use class_info when creating info commands. | Andrew Burgess | 2 | -1/+5 |
2015-11-10 | gdb/testsuite/gdb.trace: Deduplicate pcreg/spreg/fpreg. | Marcin KoĆcielnicki | 13 | -145/+47 |
2015-11-09 | [Ada] GDB crash during "finish" of function with out parameters | Joel Brobecker | 7 | -0/+129 |
2015-11-09 | Use ELF_STRING_ARM_unwind in arm-tdep.c | Yao Qi | 2 | -1/+6 |