aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Sync libiberty/ & include/ with GCC - addendum: update elfcpp/dwarf.h...Nick Clifton2017-09-181-0/+2
* Automatic date update in version.inGDB Administrator2017-09-181-1/+1
* Automatic date update in version.inGDB Administrator2017-09-171-1/+1
* Refactor handle_qxfer_libraries and friends to use std::stringSimon Marchi2017-09-162-55/+19
* Make xml_escape_text return an std::stringSimon Marchi2017-09-1610-66/+43
* Add unit test for xml_escape_textSimon Marchi2017-09-163-2/+56
* Add selftests run filteringSimon Marchi2017-09-1629-108/+287
* mi_load_progress: Restore current_uiout using a scoped_restoreSimon Marchi2017-09-162-5/+7
* mi_load_progress: Use unique_ptr to manage ui_out lifetimeSimon Marchi2017-09-162-10/+15
* Use std::vector on tdesc->reg_defs (gdbserver/tdesc.h)Sergio Durigan Junior2017-09-154-45/+52
* Automatic date update in version.inGDB Administrator2017-09-161-1/+1
* Sync libiberty/ & include/ with GCCPedro Alves2017-09-1519-195/+1929
* gdbserver: Remove thread_to_gdb_idSimon Marchi2017-09-156-40/+30
* gdbserver: Remove gdb_id_to_thread_idSimon Marchi2017-09-154-28/+16
* gdbserver: Move detach code to its own functionSimon Marchi2017-09-152-90/+101
* Deduplicate require_running macros and move them upSimon Marchi2017-09-152-36/+41
* Add -l option to src-release script.Nick Clifton2017-09-152-2/+28
* linux-low: Remove unused variablesSimon Marchi2017-09-152-1/+5
* dwarf2read: Replace copy_string usages with savestringSimon Marchi2017-09-152-17/+8
* gdbserver: Remove duplicate functions to find any thread of processSimon Marchi2017-09-156-70/+24
* Fix x86 build failuresYao Qi2017-09-152-3/+11
* PR22118, Incorrectly-capitalized regexpAlan Modra2017-09-152-1/+6
* Enable/disable various dirs in src-release.shAlan Modra2017-09-152-2/+18
* Error when 32-bit ar tries to handle 4G or larger filesAlan Modra2017-09-152-0/+12
* Automatic date update in version.inGDB Administrator2017-09-151-1/+1
* Make dwarf_expr_context::stack an std::vectorSimon Marchi2017-09-143-78/+64
* globalaudit.rd: Allow additional bits in DT_FLAGS_1H.J. Lu2017-09-142-1/+7
* x86: Cache section contents and relocationsH.J. Lu2017-09-1410-5/+96
* 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
* Fix address violation when parsing a corrupt PE binary.Nick Clifton2017-09-142-2/+9
* Add enable-gold and enable-ld to src-releasematt rice2017-09-142-1/+5
* PR22127, as segfaults assembling invalid .relocAlan Modra2017-09-142-1/+7
* Automatic date update in version.inGDB Administrator2017-09-141-1/+1
* elfxx-x86.h: Fix a typo in commentsH.J. Lu2017-09-132-1/+5
* 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