aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-01-08Fix build failure with macOS bisonTom Tromey7-16/+27
2019-01-08gdb: Move declarations from symtab.h to source.hAndrew Burgess5-48/+77
2019-01-08gdb: Handle requests to print source lines backwardAndrew Burgess2-1/+17
2019-01-08gdb: Fix skip of `\r` before `\n` in source outputAndrew Burgess2-6/+6
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-05Remove the exception and cleanup checkersTom Tromey5-874/+7
2019-01-05GDB crash re-running program on Windows (native)Joel Brobecker3-17/+27
2019-01-04Use upper case for more metasyntactic variables in gdbTom Tromey6-10/+24
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-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-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 copyright year printed by gdb, gdbserver and gdbreplayJoel Brobecker5-3/+14
2019-01-01Update copyright year range in all GDB files.Joel Brobecker5129-5128/+5132
2019-01-01rotate gdb/ChangeLogJoel Brobecker3-17186/+17201
2018-12-31Use gdb::unique_xmalloc_ptr<char> in command_line_input to fix a leakPhilippe Waroquiers2-5/+10
2018-12-30Change input_handler to take a unique_xmalloc_ptrTom Tromey6-19/+32
2018-12-30Fix 'help set/show style' strange layouts/results.Philippe Waroquiers1-5/+5
2018-12-28Fix the build when GNU Source Highlight is not availableTom Tromey2-0/+8
2018-12-28Fix a crash in jit.cTom Tromey6-1/+115
2018-12-28Document the "set style" commandsTom Tromey4-0/+103
2018-12-28Highlight source code using GNU Source HighlightTom Tromey16-203/+576
2018-12-28Use wclrtoeol in tui_show_source_lineTom Tromey2-7/+5
2018-12-28Make ANSI terminal escape sequences work in TUITom Tromey6-18/+251
2018-12-28Style addressesTom Tromey10-16/+66
2018-12-28Style the "Reading symbols" messageTom Tromey4-1/+19
2018-12-28Style the gdb welcome messageTom Tromey4-1/+22