summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use libthread_db.so with non-threaded programs, for TLSusers/palves/tls-nonthreadedPedro Alves2017-09-132-12/+46
* Automatic date update in version.inGDB Administrator2017-09-131-1/+1
* 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
* Automatic date update in version.inGDB Administrator2017-09-121-1/+1
* 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
* nds32: Rename __BIT() to N32_BIT().Kuan-Lin Chen2017-09-118-55/+69
* Automatic date update in version.inGDB Administrator2017-09-111-1/+1
* 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
* Automatic date update in version.inGDB Administrator2017-09-101-1/+1
* 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
* PowerPC64 --plt-alignAlan Modra2017-09-108-22/+55
* x86: Update UNDEFINED_WEAK_RESOLVED_TO_ZEROH.J. Lu2017-09-095-36/+23
* x86: Don't check has_non_got_relocH.J. Lu2017-09-092-3/+7
* x86: Remove restriction on NOTRACK prefix positionH.J. Lu2017-09-0914-244/+274
* x86: Properly handle __ehdr_startH.J. Lu2017-09-0922-23/+237
* Automatic date update in version.inGDB Administrator2017-09-091-1/+1
* Remove unused field field_info.fnfieldsKeith Seitz2017-09-082-4/+5
* x86: Update comments in elfxx-x86.hH.J. Lu2017-09-082-2/+6
* 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