summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Pass return_method to _push_dummy_callAlan Hayward2018-11-1653-165/+271
* Use enum for return method for dummy callsAlan Hayward2018-11-164-18/+63
* Move copy_bitwise unittests to own unittest fileJoel Brobecker2018-11-154-136/+170
* delete ada-lang.c::move_bits, sharing and re-using copy_bitwise insteadJoel Brobecker2018-11-145-312/+262
* RISC-V: Fix unnamed arg alignment in registers.Jim Wilson2018-11-142-4/+31
* RISC-V: Handle vector type alignment.Jim Wilson2018-11-142-0/+11
* RISC-V: Give stack slots same align as XLEN.Jim Wilson2018-11-142-2/+9
* Add completer for skip numbersSimon Marchi2018-11-124-7/+74
* Remove a VEC from remote.cTom Tromey2018-11-092-30/+32
* Return scoped_fd from open_source_file and find_and_open_sourceTom Tromey2018-11-096-69/+95
* Fix unsigned overflow in minsyms reader.John Baldwin2018-11-092-2/+8
* [PowerPC] Document requirements for VSX featurePedro Franco de Carvalho2018-11-092-5/+12
* Fix a typo in iconv.m4.Hafiz Abid Qadeer2018-11-092-1/+5
* [gdb/symtab] Fix language of duplicate static minimal symbolTom de Vries2018-11-096-7/+94
* Capitalize "<TAB>" in require_record_target errorTom Tromey2018-11-082-1/+5
* Fix output indentation for "info pretty-printers"Tom Tromey2018-11-082-1/+6
* Avoid crash when calling warning too earlyTom Tromey2018-11-085-3/+59
* (AArch64) wrong value returned by "finish" for HFAJoel Brobecker2018-11-082-1/+6
* x86-64: fix ZMM register state trackingJan Beulich2018-11-085-14/+54
* gdb/riscv: Update test to support targets without FP hardwareAndrew Burgess2018-11-082-6/+23
* gdb/riscv: Handle errors while setting the frame idAndrew Burgess2018-11-082-3/+21
* (Ada/tasking) fix array or string index out of range warningJoel Brobecker2018-11-072-6/+14
* ada-tasks.c::read_atcb: start from a cleared ada_task_info resultJoel Brobecker2018-11-072-10/+11
* gdb: Guard against NULL dereference in dwarf2_init_integer_typeAndrew Burgess2018-11-075-7/+141
* [gdb] Fix gdb crash when reading core fileTom de Vries2018-11-065-6/+133
* RISC-V: Force variables to .data for code_elim.Jim Wilson2018-11-062-0/+10
* gdb: xtensa: use linux ABI code for uclinuxMax Filippov2018-11-062-1/+6
* ARM: Do not use FP reg when on AAPCSMarius Muench2018-11-062-0/+9
* Note that PT_GETREGS supplies SSTATUS for FreeBSD/riscv.John Baldwin2018-11-062-1/+7
* ChangeLog for 'Fix 4K leak each time next/step changes of function.'Philippe Waroquiers2018-11-051-0/+6
* Fix 4K leak in open_source_file each time next/step changes of function.Philippe Waroquiers2018-11-051-1/+2
* Return gdbpy_ref from gdbpy_get_varobj_pretty_printerTom Tromey2018-11-044-24/+31
* Return gdbpy_ref from some Python string functionsTom Tromey2018-11-049-29/+56
* Return gdbpy_ref from gdb_py_object_from_*longestTom Tromey2018-11-047-21/+34
* OBVIOUS Fix a typo in ada-lang.c add_prefix_cmd for "set ada"Philippe Waroquiers2018-11-032-1/+5
* OBVIOUS Remove a useless const char *type and its initialization.Philippe Waroquiers2018-11-032-3/+6
* OBVIOUS fix the month of the last gdb/ChangeLog entry to be 11 instead of 12.Philippe Waroquiers2018-11-031-1/+1
* (Ada) Add ravenscar tasking support on AArch64Joel Brobecker2018-11-027-1/+266
* QUIET flag initialization missing in 2 places.Philippe Waroquiers2018-11-023-2/+7
* RISC-V: Don't allow unaligned breakpoints.Jim Wilson2018-11-012-8/+30
* (Ada) fix "error in expression" when using watch -location commandJoel Brobecker2018-11-017-1/+129
* remove trailing spaces in print-utils.c ("int_string" function)Joel Brobecker2018-11-012-3/+7
* gdb.texinfo: Fix the output of the "info tasks 2" exampleJoel Brobecker2018-11-012-1/+7
* rs6000-tdep.c:skip_prologue avoid negative left shiftJoel Brobecker2018-11-012-4/+12
* arm-pikeos: software single stepJerome Guitton2018-11-016-0/+106
* Import mkdtemp gnulib module, fix mingw buildSimon Marchi2018-11-0119-27/+217
* Reading signal handler frame in AIXSangamesh Mallayya2018-11-015-1/+210
* Fix PR gdb/23835: Don't redefine _FORTIFY_SOURCE if it's already definedSergio Durigan Junior2018-10-312-2/+9
* gdb/riscv: Fix failures on rv64 in gdb.arch/riscv-reg-aliases.exp testAndrew Burgess2018-10-312-66/+121
* [gdb/testsuite] Factor out lib/valgrind.expTom de Vries2018-10-315-204/+125