gdb: Remove a use of VEC from dwarf2read.{c,h}
[deliverable/binutils-gdb.git] / gdb /
2019-10-02  Andrew Burgessgdb: Remove a use of VEC from dwarf2read.{c,h}
2019-10-02  Andrew Burgessgdb: Change a VEC to std::vector in btrace.{c,h}
2019-10-02  Andrew Burgessgdb: Remove a VEC from gdbsupport/btrace-common.h
2019-10-01  Tom TromeyUse styled_string for "show logging filename"
2019-10-01  Tom TromeyUse styled_string in more places
2019-10-01  Tom TromeyIntroduce metadata style
2019-10-01  Tom TromeyStyle "pwd" output
2019-10-01  Pedro AlvesUse new %p format suffixes in gdb
2019-10-01  Pedro AlvesIntroduce gdb-specific %p format suffixes
2019-10-01  Tom TromeyDon't create empty literal pieces
2019-10-01  Tom TromeyRemove the ui_out_style_kind enum
2019-10-01  Andreas Arnezgdb/testsuite: Fix pretty-print.exp on big-endian platforms
2019-10-01  Philippe WaroquiersFix leak due to assigning a xstrdup-ed string to the...
2019-10-01  Ali Tamur[PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strx
2019-09-30  Ali TamurRemove extra whitespaces at the end of lines.
2019-09-30  Christian BiesingerUse std::sort instead of qsort in minsyms.c
2019-09-30  Tom TromeyDisable all warnings in gdb.rust/traits.rs
2019-09-30  Christian BiesingerImprove some comments about msymbol handling
2019-09-30  Simon Marchigdb: re-write add_psymbol_to_list doc, move it to heade...
2019-09-29  Tom de Vries[gdb/contrib] cc-with-tweaks.sh: Create .dwz file in...
2019-09-29  Tom de Vries[gdb/testsuite] Make pass message unique in gdb-index...
2019-09-28  Simon Marchigdb: include gdbarch.h in hppa-linux-nat.c
2019-09-27  Tom de Vries[gdb/testsuite] Fix incomplete regexps in step-precsave.exp
2019-09-27  Tom de Vries[gdb/testsuite] Add KFAIL for missing support of revers...
2019-09-26  Sergio Durigan JuniorRevert "Improve ptrace-error detection on Linux targets"
2019-09-26  Sergio Durigan JuniorImprove ptrace-error detection on Linux targets
2019-09-26  Christian BiesingerConvert symtab.h function signatures to use bool instea...
2019-09-26  Tom TromeyRemove gdb_usleep.c
2019-09-26  Tom TromeyDo not expose stub types to Python
2019-09-26  Tom TromeyRemove initialize_utils
2019-09-25  Tom TromeyRemove make_hex_string
2019-09-24  Tom de Vries[gdb/tdep] Handle mxcsr kernel bug on Intel Skylake...
2019-09-23  Dimitar Dimitrovsim: Add PRU simulator port
2019-09-23  Christian BiesingerMake ada_decode not use a static buffer
2019-09-22  Tom de Vries[gdb/testsuite] Allow some tests in gdb.base/restore...
2019-09-22  Simon Marchigdb: fix formatting in solib-svr4.c
2019-09-22  Simon Marchigdb: make watchpoint::val_valid a bool
2019-09-21  Simon Marchigdb: change "nonzero" to "true" in comments
2019-09-21  Christian BiesingerReplace solib_global_lookup with gdbarch_iterate_over_o...
2019-09-21  Christian BiesingerMove declarations of debug_threads and using_threads...
2019-09-20  Joel Brobeckergdb/NEWS: Move entries about MI v3 and multi-loc breakp...
2019-09-20  Joel BrobeckerDocument the GDB 8.3.1 release in gdb/ChangeLog
2019-09-20  Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-09-20  Tom TromeyChange TUI window commands to be case-sensitive
2019-09-20  Tom TromeyUse make_unique_xstrdup in TUI
2019-09-20  Tom TromeyRemove separator comments from TUI
2019-09-20  Tom TromeyRemove strcat_to_buf
2019-09-20  Tom TromeyRename a private data member in tui_source_window
2019-09-20  Tom TromeyRename private data members of tui_data_window
2019-09-20  Tom TromeyChange members of tui_locator_window to std::string
2019-09-20  Tom TromeyRemove a call to tui_locator_win_info_ptr
2019-09-20  Tom TromeyDon't call refresh in tui_resize_all
2019-09-20  Tom TromeySet TUI locator height to 1
2019-09-20  Tom TromeyChange "win_resized" to bool
2019-09-20  Tom TromeyUse "bool" in tui_data_window::show_register_group
2019-09-20  Tom TromeySimplify TUI disassembly
2019-09-20  Tom TromeySimplify tui_source_window_base::show_source_content
2019-09-20  Tom TromeyRemove some explicit re-rendering from the TUI
2019-09-20  Tom TromeyChange tui_make_status_line to be a method
2019-09-20  Tom TromeyChange tui_make_status_line to return std::string
2019-09-20  Tom TromeyMove "fullname" to tui_source_window
2019-09-20  Tom TromeyChange tui_source_element::line to be a unique_xmalloc_ptr
2019-09-20  Tom TromeyRemove tui_clear_source_windows_detail
2019-09-20  Tom TromeyFix crash in Ada "catch exception"
2019-09-20  Alan Modrabfd macro conversion to inline functions
2019-09-20  Christian BiesingerMove declaration of overload_resolution to value.h
2019-09-20  Christian BiesingerMove arm_apcs_32 extern declaration to header
2019-09-20  Christian BiesingerDeclare dwarf_always_disassemble in dwarf2read.h
2019-09-19  Tom de Vries[gdb/testsuite] Don't use FOOBAR pattern in gdb_test
2019-09-19  Tom de Vries[gdb] Catch exception when constructing the highlighter
2019-09-19  Alan Modrabfd_section_* macros
2019-09-18  Tom de Vries[gdb/testsuite] Fix gdb_target_cmd
2019-09-18  Tom de Vries[gdb/testsuite] Handle unreachable network in server...
2019-09-18  Joel BrobeckerUpdate ChangeLog entry of commit 677052f2a5c67f1d9b2e6d...
2019-09-18  Tom TromeyGive a name to the TUI SingleKey keymap
2019-09-18  Christian Groesslergdb: Fix native build on Linux/Alpha.
2019-09-18  Simon Marchigdb: remove local extern declaration of cli_styling
2019-09-18  Andrew Burgessgdb/testsuite: Avoid directory names in test names
2019-09-18  Alan Modrabfd_asymbol_* macros
2019-09-18  Alan ModraConstify target name, reloc name, and carsym name
2019-09-18  Alan ModraUse bfd_set_filename more
2019-09-18  Christian BiesingerMake extern declaration of dwarf_always_disassemble...
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-09-17  Mike Gulickgdb: Look for compilation directory relative to directo...
2019-09-17  Andrew Burgessgdb: Catch exceptions when accessing source cache
2019-09-17  Joel Brobecker(Ada) do not print Ada task names in quotes in "info...
2019-09-17  Christian BiesingerDon't duplicate comment in symfile.c and .h
2019-09-15  Christian BiesingerAdd a NEWS entry that gdb can be compiled with py3...
2019-09-14  Tom de Vries[gdb/testsuite] Require gnatmake 8 for gdb.ada/rename_s...
2019-09-13  Andrew Burgessgdb: Force use of float version of log10
2019-09-13  Andrew Burgessgdb/testsuite: Make use of exec_has_index_section function
2019-09-13  Andrew Burgessgdb: Have 'maint info sections' print all sections...
2019-09-13  Andrew Burgessgdb: Don't fault for 'maint print psymbols' when using...
2019-09-12  Tom de Vries[gdb/testsuite] Allow some tests in gdb.base/store...
2019-09-12  Philippe WaroquiersOutput the Ada task name in more messages.
2019-09-12  Rainer OrthFix signals reported for faults on Solaris
2019-09-11  Christian BiesingerMake relocate_{path,gdb_directory} return std::string
2019-09-11  Christian BiesingerFactor out the code to do the datadir-relocation for...
2019-09-11  Christian BiesingerRefactor get_init_files to use std::string
2019-09-11  Ali TamurFix float to LONGEST conversion.
next
This page took 0.042598 seconds and 7 git commands to generate.