Remove ALL_OBJFILES_SAFE
[deliverable/binutils-gdb.git] / gdb / ChangeLog
2019-01-10  Tom TromeyRemove ALL_OBJFILES_SAFE
2019-01-10  Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-10  Tom TromeyRemove ALL_PSPACE_OBJFILES
2019-01-10  Tom TromeyIntroduce all_objfiles and next_iterator
2019-01-09  Philippe WaroquiersNEWS: Move changed commands description to Changed...
2019-01-09  Simon Marchigdb: Remove support for old mangling schemes
2019-01-09  Andrew Burgessgdb: Avoid signed integer overflow when printing source...
2019-01-09  Philippe WaroquiersFix leak in linespec.c
2019-01-08  Tom TromeyFix build failure with macOS bison
2019-01-08  Andrew Burgessgdb: Move declarations from symtab.h to source.h
2019-01-08  Andrew Burgessgdb: Handle requests to print source lines backward
2019-01-08  Andrew Burgessgdb: Fix skip of `\r` before `\n` in source output
2019-01-06  Tom TromeyRemove remaining cleanups from c-exp.y
2019-01-06  Tom TromeyRemove string-related cleanup from c-exp.y
2019-01-06  Tom TromeyUse std::vector in type stacks
2019-01-06  Tom TromeyFix crash in "finish"
2019-01-05  Tom TromeyRemove the exception and cleanup checkers
2019-01-05  Joel BrobeckerGDB crash re-running program on Windows (native)
2019-01-04  Tom TromeyUse upper case for more metasyntactic variables in gdb
2019-01-03  Tom TromeyUse xstrdup in tui_set_source_content
2019-01-03  Tom TromeyAvoid questionable casts in py-symtab.c
2019-01-03  Tom TromeyImprove reference counting in py-type.c
2019-01-03  Tom TromeySimplify gdbpy_stop_recording
2019-01-03  Tom TromeyRemove more uses of explicit reference counting in...
2019-01-03  Tom TromeyUse a wrapper for PyErr_Fetch
2019-01-03  Andrew Burgessgdb: Remove cleanup from linux_nat_target::follow_fork
2019-01-03  Andrew Burgessgdb: Remove cleanup from linux-fork.c:inferior_call_waitpid
2019-01-03  Andrew Burgessgdb: Remove final cleanup from find_overload_match
2019-01-03  Andrew Burgessgdb: Remove a cleanup from find_overload_match
2019-01-03  Andrew Burgessgdb/remote: Remove a cleanup in remote_check_symbols
2019-01-03  Jim WilsonRISC-V: Fix wrong use of s0 register name.
2019-01-02  Tom TromeyRemove a cleanup from target-descriptions.c
2019-01-02  Tom TromeyRemove cleanups from linespec.c
2019-01-02  Tom TromeyChange inferior_to_inferior_object to return a gdbpy_ref
2019-01-02  Simon MarchiPlace displaced step data directly in inferior structure
2019-01-02  Philippe WaroquiersFix leak of struct call_thread_fsm in call_function_by_...
2019-01-02  Andrey UtkinFix search of debug files for remote debuggee
2019-01-02  Tom TromeyStyle improvements in gdb/python
2019-01-02  Joel BrobeckerFix year range in unittests/.../char/empty.cc copyright...
2019-01-01  Andrew Burgessgdb/riscv: Split ISA and ABI features
2019-01-01  Philippe WaroquiersFix 'Invalid read of size 4' in search_command_helper
2019-01-01  Philippe WaroquiersFix leak in record-full.c
2019-01-01  Philippe WaroquiersFix leak in print_one_catch_syscall.
2019-01-01  Joel Brobeckerupdate copyright year printed by gdb, gdbserver and...
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-01-01  Joel Brobeckerrotate gdb/ChangeLog
2018-12-31  Philippe WaroquiersUse gdb::unique_xmalloc_ptr<char> in command_line_input...
2018-12-30  Tom TromeyChange input_handler to take a unique_xmalloc_ptr
2018-12-29  Tom TromeyFix the build when GNU Source Highlight is not available
2018-12-28  Tom TromeyFix a crash in jit.c
2018-12-28  Tom TromeyDocument the "set style" commands
2018-12-28  Tom TromeyHighlight source code using GNU Source Highlight
2018-12-28  Tom TromeyUse wclrtoeol in tui_show_source_line
2018-12-28  Tom TromeyMake ANSI terminal escape sequences work in TUI
2018-12-28  Tom TromeyStyle addresses
2018-12-28  Tom TromeyStyle the "Reading symbols" message
2018-12-28  Tom TromeyStyle the gdb welcome message
2018-12-28  Tom TromeyStyle print_address_symbolic
2018-12-28  Tom TromeyStyle locations when setting a breakpoint
2018-12-28  Tom TromeyStyle variable names
2018-12-28  Tom TromeyReset terminal styles
2018-12-28  Tom TromeyAdd output styles to gdb
2018-12-28  Tom TromeyIntroduce ui_file_style
2018-12-28  Tom TromeyAdd a "context" argument to add_setshow_enum_cmd
2018-12-28  Tom TromeyChange wrap buffering to use a std::string
2018-12-28  Eli ZaretskiiAvoid internal errors when stepping outside 'main'...
2018-12-27  Tom TromeyTranslate PyExc_KeyboardInterrupt to gdb "quit"
2018-12-27  Tom TromeyConsolidate some Python exception-printing functions
2018-12-27  Tom TromeyUse gdbpy_convert_exception in a few more spots
2018-12-27  Tom TromeyBuild gdb "nat" files in subdirectory
2018-12-27  Tom TromeyMake init.c depend on source files
2018-12-27  Tom TromeyRemove gdbtypes special case from init.c rule
2018-12-27  John BaldwinRemove empty nm-fbsd.h header for FreeBSD/i386 native...
2018-12-27  Tom TromeyUse DISABLE_COPY_AND_ASSIGN in minimal_symbol_reader
2018-12-27  Tom TromeyRemove more calls to xfree from Python
2018-12-27  Simon Marchitarget.c: Remove struct keyword in range-based for
2018-12-26  Simon MarchiImprove "set debug separate-debug-file"
2018-12-24  Andrew Burgessgdb: Allow struct fields named double
2018-12-24  Andrew Burgessgdb: Add new parser rule for structure field names
2018-12-24  Andrew Burgessgdb: Extend the comments in c-exp.y
2018-12-24  Tom TromeySimplify dwarf2_find_containing_comp_unit
2018-12-23  Joel BrobeckerDocument the GDB 8.2.1 release in gdb/ChangeLog
2018-12-22  Andrew Burgessgdb/riscv: Prevent buffer overflow in riscv_return_value
2018-12-22  Andrew Burgessgdb/riscv: Add float status registers to save and resto...
2018-12-22  Andrew Burgessgdb/riscv: Add gdb to dwarf register number mapping
2018-12-22  Simon MarchiAdd debug output for recorded minsyms
2018-12-21  John BaldwinWorkaround a FreeBSD kernel bug resulting in spurious...
2018-12-21  Paul Marechalgdb: Fix "info os <unknown>" command
2018-12-21  Дилян Палаузовwhen printing the GDB config, explicitly say if configu...
2018-12-21  Andrew Burgessgdb/riscv: Format CORE_ADDR as a string for printing
2018-12-21  Dave MurphyFix compile error with clang 3.8
2018-12-19  Andrew Burgessgdb: Add default frame methods to gdbarch
2018-12-19  Dimitar DimitrovFix build with latest GCC 9.0 tree
2018-12-17  Andrew Burgessgdb/dwarf: Convert some predicates from int to bool
2018-12-17  Szabolcs NagyAArch64: Fix the gdb build with musl libc
2018-12-17  Philippe WaroquiersOBVIOUS: Fix ARI warning by removing warning trailing...
2018-12-16  Philippe WaroquiersFactorize killing the children in linux-ptrace.c, and...
2018-12-15  Tom TromeyMinor gdb/Makefile.in cleanups
2018-12-13  John BaldwinUpdate the FreeBSD system call table to match FreeBSD...
2018-12-13  John BaldwinAdd an optional "alias" attribute to syscall entries.
next
This page took 0.273549 seconds and 107 git commands to generate.