summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2019-01-015129-5128/+5132
* rotate gdb/ChangeLogJoel Brobecker2019-01-013-17186/+17201
* Use gdb::unique_xmalloc_ptr<char> in command_line_input to fix a leakPhilippe Waroquiers2018-12-312-5/+10
* Change input_handler to take a unique_xmalloc_ptrTom Tromey2018-12-306-19/+32
* Fix 'help set/show style' strange layouts/results.Philippe Waroquiers2018-12-301-5/+5
* Fix the build when GNU Source Highlight is not availableTom Tromey2018-12-282-0/+8
* Fix a crash in jit.cTom Tromey2018-12-286-1/+115
* Document the "set style" commandsTom Tromey2018-12-284-0/+103
* Highlight source code using GNU Source HighlightTom Tromey2018-12-2816-203/+576
* Use wclrtoeol in tui_show_source_lineTom Tromey2018-12-282-7/+5
* Make ANSI terminal escape sequences work in TUITom Tromey2018-12-286-18/+251
* Style addressesTom Tromey2018-12-2810-16/+66
* Style the "Reading symbols" messageTom Tromey2018-12-284-1/+19
* Style the gdb welcome messageTom Tromey2018-12-284-1/+22
* Style print_address_symbolicTom Tromey2018-12-284-4/+15
* Style locations when setting a breakpointTom Tromey2018-12-284-4/+21
* Style variable namesTom Tromey2018-12-289-4/+42
* Reset terminal stylesTom Tromey2018-12-285-6/+48
* Add output styles to gdbTom Tromey2018-12-2825-46/+666
* Change gdb test suite's TERM settingTom Tromey2018-12-283-49/+59
* Introduce ui_file_styleTom Tromey2018-12-286-0/+749
* Add a "context" argument to add_setshow_enum_cmdTom Tromey2018-12-283-4/+15
* Change wrap buffering to use a std::stringTom Tromey2018-12-282-37/+35
* Fix leak of set/show verbose doc, avoid xfree of static stringPhilippe Waroquiers2018-12-281-5/+11
* Avoid internal errors when stepping outside 'main' on MinGWEli Zaretskii2018-12-282-2/+10
* Translate PyExc_KeyboardInterrupt to gdb "quit"Tom Tromey2018-12-274-1/+53
* Consolidate some Python exception-printing functionsTom Tromey2018-12-275-24/+29
* Use gdbpy_convert_exception in a few more spotsTom Tromey2018-12-275-12/+13
* Build gdb "nat" files in subdirectoryTom Tromey2018-12-273-39/+50
* Make init.c depend on source filesTom Tromey2018-12-272-24/+17
* Remove gdbtypes special case from init.c ruleTom Tromey2018-12-272-15/+5
* Remove empty nm-fbsd.h header for FreeBSD/i386 native target.John Baldwin2018-12-274-25/+6
* Use DISABLE_COPY_AND_ASSIGN in minimal_symbol_readerTom Tromey2018-12-272-4/+6
* Remove more calls to xfree from PythonTom Tromey2018-12-278-57/+40
* Fix gdb.ada/fun_renaming.exp by using more unique names.Philippe Waroquiers2018-12-274-14/+16
* Fix gdb.ada/assign_arr.exp by using more unique names.Philippe Waroquiers2018-12-273-3/+3
* Improve gdb.ada/rename_subscript_param.exp by using more unique names.Philippe Waroquiers2018-12-272-6/+6
* Fix gdb.ada/packed_array_assign.exp by using more unique names.Philippe Waroquiers2018-12-272-5/+7
* target.c: Remove struct keyword in range-based forSimon Marchi2018-12-262-1/+5
* Improve "set debug separate-debug-file"Simon Marchi2018-12-263-9/+66
* gdb: Allow struct fields named doubleAndrew Burgess2018-12-245-1/+200
* gdb: Add new parser rule for structure field namesAndrew Burgess2018-12-242-5/+13
* gdb: Extend the comments in c-exp.yAndrew Burgess2018-12-242-2/+21
* Simplify dwarf2_find_containing_comp_unitTom Tromey2018-12-242-5/+7
* Fix gdb.ada bp_fun_addr failure due to conflict between fun 'a' and s-dimmks....Philippe Waroquiers2018-12-243-7/+13
* Document the GDB 8.2.1 release in gdb/ChangeLogJoel Brobecker2018-12-231-0/+4
* gdb/riscv: Prevent buffer overflow in riscv_return_valueAndrew Burgess2018-12-222-6/+67
* gdb/riscv: Add float status registers to save and restore reggroupsAndrew Burgess2018-12-222-1/+9
* gdb/riscv: Add gdb to dwarf register number mappingAndrew Burgess2018-12-223-0/+32
* Add debug output for recorded minsymsSimon Marchi2018-12-212-0/+36