aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-01Fix 'Invalid read of size 4' in search_command_helperPhilippe Waroquiers2-0/+7
2019-01-01Fix leak in record-full.cPhilippe Waroquiers2-8/+9
2019-01-01Fix leak in print_one_catch_syscall.Philippe Waroquiers2-5/+11
2019-01-01Update year range in copyright notice of binutils filesAlan Modra2630-2702/+2738
2019-01-01ChangeLog rotationAlan Modra18-21434/+21560
2019-01-01update copyright year printed by gdb, gdbserver and gdbreplayJoel Brobecker5-3/+14
2019-01-01Update copyright year range in all GDB files.Joel Brobecker5769-5768/+5772
2019-01-01rotate gdb/ChangeLogJoel Brobecker3-17186/+17201
2019-01-01Automatic date update in version.inGDB Administrator1-1/+1
2018-12-31Use gdb::unique_xmalloc_ptr<char> in command_line_input to fix a leakPhilippe Waroquiers2-5/+10