summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Make dwarf_expr_context::stack an std::vectorSimon Marchi2017-09-143-78/+64
* gdb.base/nodebug.exp: Rename called functionsPedro Alves2017-09-142-2/+22
* Make dwarf_expr_context::stack_empty_p return a boolSimon Marchi2017-09-143-2/+8
* Make dwarf_stack_value::in_stack_memory a boolSimon Marchi2017-09-144-19/+35
* Make dwarf_expr_piece::pieces an std::vectorSimon Marchi2017-09-144-124/+124
* probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi2017-09-126-31/+26
* Make collect_probes return an std::vectorSimon Marchi2017-09-123-94/+92
* Make probe_ops::get_probes fill an std::vectorSimon Marchi2017-09-128-60/+65
* Remove make_show_memory_breakpoints_cleanupTom Tromey2017-09-117-58/+46
* Use std::string in d-namespace.cTom Tromey2017-09-112-33/+17
* Use std::string in ctf_startTom Tromey2017-09-112-12/+10
* Remove cleanups from find_frame_funnameTom Tromey2017-09-116-55/+49
* Remove cleanups from findcmd.cTom Tromey2017-09-112-64/+35
* Replace clear_hook_in_cleanup with scoped_restore_hook_inTom Tromey2017-09-112-10/+28
* Replace interp_set_temp with scoped_restore_interpTom Tromey2017-09-114-10/+37
* Change setup_breakpoint_reporting to return a scoped_restoreTom Tromey2017-09-114-17/+20
* Make extract_arg return a std::stringTom Tromey2017-09-1110-85/+92
* Constify language_enumTom Tromey2017-09-113-2/+7
* Rename _const functions to use overloading insteadTom Tromey2017-09-1137-125/+154
* Make it simpler to add events to PythonTom Tromey2017-09-1117-303/+250
* Small event ownership clean up in Python layerTom Tromey2017-09-1110-23/+44
* Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey2017-09-1114-7/+229
* Fix build breakage on GNU/Linux AArch64, take 2Sergio Durigan Junior2017-09-102-4/+11
* Fix build breakage on GNU/Linux AArch64Sergio Durigan Junior2017-09-103-3/+9
* gdb: Remove check for gdb_stderr == NULLAndrew Burgess2017-09-102-2/+8
* Remove unnecessary calls to is_mi_like_p in print_thread_info_1Simon Marchi2017-09-092-10/+10
* Use std::vector in add_using_directiveTom Tromey2017-09-095-21/+24
* Use gdb::def_vector in create_sals_line_offsetTom Tromey2017-09-092-8/+7
* Use gdb::byte_vector in pascal_object_print_valueTom Tromey2017-09-092-8/+9
* Use gdb::def_vector in func_commandTom Tromey2017-09-092-5/+6
* Use ui_out_emit_list and ui_out_emit_tuple with gdb::optionalTom Tromey2017-09-092-11/+19
* Remove make_cleanup_ui_out_redirect_popTom Tromey2017-09-097-50/+67
* Use ui_out_emit_list in more placesTom Tromey2017-09-092-44/+46
* Use ui_out_emit_tuple in disasm.cTom Tromey2017-09-092-82/+87
* Use ui_out_emit_tuple in more placesTom Tromey2017-09-097-138/+119
* Remove make_cleanup_ui_out_table_begin_endTom Tromey2017-09-096-181/+164
* Use ui_out_emit_table and ui_out_emit_list in print_thread_info_1Tom Tromey2017-09-092-46/+51
* Remove unnecessary function prototypes.John Baldwin2017-09-09347-1013/+396
* Remove unused field field_info.fnfieldsKeith Seitz2017-09-082-4/+5
* Remove C/C++ relevant code in Fortran specific file.Christoph Weinmann2017-09-085-16/+74
* fortran: Testsuite, fix typos in vla-value.Bernhard Heckel2017-09-083-4/+9
* Fortran: Testsuite, fix differences in type naming.Bernhard Heckel2017-09-084-15/+31
* Fix indentation for printing Fortran types with pointersFrank Penczek2017-09-085-4/+89
* Document the GDB 8.0.1 release in gdb/ChangeLogJoel Brobecker2017-09-071-0/+4
* remove QStartupWithShell entry from NEWS::Changes in GDB 7.11Joel Brobecker2017-09-072-3/+4
* Change funcall_chain to be a std::vectorTom Tromey2017-09-062-39/+14
* Remove last cleanups from go-exp.yTom Tromey2017-09-062-10/+5
* Remove last cleanups from d-exp.yTom Tromey2017-09-062-17/+13
* Remove make_cleanup_clear_parser_stateTom Tromey2017-09-0610-50/+23
* Introduce dw2_linkage_name and dw2_linkage_name_attr.Keith Seitz2017-09-062-26/+46