aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-07Sync libiberty sources with master version in gcc repository. Updated stabs ...Nick Clifton7-8012/+133
2019-01-07[arm][gas] Add -mcpu support for Arm AresKyrylo Tkachov3-0/+9
2019-01-07s12z regenAlan Modra3-3/+9
2019-01-07Automatic date update in version.inGDB Administrator1-1/+1
2019-01-06Remove remaining cleanups from c-exp.yTom Tromey2-57/+46
2019-01-06Remove string-related cleanup from c-exp.yTom Tromey2-1/+9
2019-01-06Use std::vector in type stacksTom Tromey4-51/+68
2019-01-06Fix crash in "finish"Tom Tromey5-3/+119
2019-01-06Automatic date update in version.inGDB Administrator1-1/+1
2019-01-05Remove the exception and cleanup checkersTom Tromey5-874/+7
2019-01-05RX: binutils - Add RXv3 support.Yoshinori Sato2-0/+5
2019-01-05RX: bfd - Add RXv3 support.Yoshinori Sato5-1/+47
2019-01-05RX: gas - Add RXv3 instruction support.Yoshinori Sato49-57/+903
2019-01-05RX: include - Add RXv3 support.Yoshinori Sato3-1/+43
2019-01-05GDB crash re-running program on Windows (native)Joel Brobecker3-17/+27
2019-01-05Automatic date update in version.inGDB Administrator1-1/+1
2019-01-04Use upper case for more metasyntactic variables in gdbTom Tromey6-10/+24
2019-01-04Fix potential buffer overrun whilst scanning macro strings.Wu Heng2-1/+7
2019-01-04Fix bug parsing angle bracketed string sequences.Wu Heng2-2/+11
2019-01-04Change the default for the CSKY target to be little endian.Lifang Xia2-1/+6
2019-01-04Fix a possible integer overflow problem when examining corrupt binaries using...Nick Clifton2-3/+17
2019-01-04Fix ridiculously small memory leak.Nick Clifton3-1/+18
2019-01-04PR24061, powerpc-ibm-aix-ar sets bogus file permissions when extractingAlan Modra3-44/+53
2019-01-04Automatic date update in version.inGDB Administrator1-1/+1
2019-01-03Use xstrdup in tui_set_source_contentTom Tromey2-7/+5
2019-01-03Avoid questionable casts in py-symtab.cTom Tromey2-16/+30
2019-01-03Improve reference counting in py-type.cTom Tromey2-32/+33
2019-01-03Simplify gdbpy_stop_recordingTom Tromey2-6/+6
2019-01-03Remove more uses of explicit reference counting in PythonTom Tromey7-57/+39
2019-01-03Use a wrapper for PyErr_FetchTom Tromey7-73/+121
2019-01-03gdb: Remove cleanup from linux_nat_target::follow_forkAndrew Burgess2-11/+24
2019-01-03gdb: Remove cleanup from linux-fork.c:inferior_call_waitpidAndrew Burgess2-41/+65
2019-01-03gdb: Remove final cleanup from find_overload_matchAndrew Burgess2-6/+5
2019-01-03gdb: Remove a cleanup from find_overload_matchAndrew Burgess5-14/+23
2019-01-03gdb/remote: Remove a cleanup in remote_check_symbolsAndrew Burgess2-10/+16
2019-01-03RISC-V: Fix wrong use of s0 register name.Jim Wilson2-1/+5
2019-01-03S12Z: opcodes: Separate the decoding of operations from their display.John Darrington8-2548/+3241
2019-01-03Add 'extern C' if simulator is written in C++Павел Крюков2-0/+12
2019-01-03Don't build readline/libreadline.a, when --with-system-readline is suppliedДилян Палаузов3-0/+18
2019-01-03Automatic date update in version.inGDB Administrator1-1/+1
2019-01-02Remove a cleanup from target-descriptions.cTom Tromey4-19/+31
2019-01-02Remove cleanups from linespec.cTom Tromey2-86/+66
2019-01-02Change inferior_to_inferior_object to return a gdbpy_refTom Tromey5-16/+31
2019-01-02Place displaced step data directly in inferior structureSimon Marchi4-122/+91
2019-01-02Fix leak of struct call_thread_fsm in call_function_by_hand_dummy.Philippe Waroquiers2-2/+9
2019-01-02Fix search of debug files for remote debuggeeAndrey Utkin2-3/+12
2019-01-02Style improvements in gdb/pythonTom Tromey6-10/+17
2019-01-02Fix year range in unittests/.../char/empty.cc copyright headerJoel Brobecker2-1/+6
2019-01-02Automatic date update in version.inGDB Administrator1-1/+1
2019-01-01gdb/riscv: Split ISA and ABI featuresAndrew Burgess4-57/+105