aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-04Python: Fix indentation in py-record-btrace.cTim Wiederhake2-30/+36
2017-05-04Automatic date update in version.inGDB Administrator1-1/+1
2017-05-03Make sure malloc is linked into gdb.cp/oranking.cc.Keith Seitz2-0/+22
2017-05-03Automatic date update in version.inGDB Administrator1-1/+1
2017-05-02Automatic date update in version.inGDB Administrator1-1/+1
2017-05-01Automatic date update in version.inGDB Administrator1-1/+1
2017-04-30Automatic date update in version.inGDB Administrator1-1/+1
2017-04-29Automatic date update in version.inGDB Administrator1-1/+1
2017-04-28Use ptid method lwp in mips_linux_new_threadYao Qi2-1/+6
2017-04-28[MIPS] Use lwpid from lwp_info instead of inferior_ptidYao Qi2-3/+7
2017-04-28Automatic date update in version.inGDB Administrator1-1/+1
2017-04-27Fix overload resolution involving rvalue references and cv qualifiers.Keith Seitz8-57/+119
2017-04-27Add missing incref when creating Inferior Python objectSimon Marchi2-2/+10
2017-04-27Automatic date update in version.inGDB Administrator1-1/+1
2017-04-26Automatic date update in version.inGDB Administrator1-1/+1
2017-04-25Change gdbarch_wchar_bit for AArch64 and ARMYao Qi3-2/+6
2017-04-25Automatic date update in version.inGDB Administrator1-1/+1
2017-04-24Automatic date update in version.inGDB Administrator1-1/+1
2017-04-23Automatic date update in version.inGDB Administrator1-1/+1
2017-04-22Automatic date update in version.inGDB Administrator1-1/+1
2017-04-21release branch: Fix: --enable-werrorJan Kratochvil3-0/+10
2017-04-21Automatic date update in version.inGDB Administrator1-1/+1
2017-04-20Automatic date update in version.inGDB Administrator1-1/+1
2017-04-19Automatic date update in version.inGDB Administrator1-1/+1
2017-04-18PR threads/20743: Don't attempt to suspend or resume exited threads.John Baldwin2-34/+34
2017-04-18Automatic date update in version.inGDB Administrator1-1/+1
2017-04-17Set development mode to "off" by default.Joel Brobecker2-1/+5
2017-04-17Bump version to 7.99.90.DATE-git.Joel Brobecker2-1/+6
2017-04-15Automatic date update in version.ingdb-8.0-branchpointGDB Administrator1-1/+1
2017-04-13Fix build breakage on Cygwin (PR gdb/21385)Sergio Durigan Junior2-1/+7
2017-04-14Automatic date update in version.inGDB Administrator1-1/+1
2017-04-13Make inferior a class with cdtors, and use new/deletePedro Alves3-50/+66
2017-04-13GC inferior.c:init_inferior_listPedro Alves3-21/+5
2017-04-13Improve coverage of the PR threads/13217 regression testPedro Alves2-1/+36
2017-04-13C++fy thread_apply_all_commandPedro Alves2-64/+85
2017-04-13Fix follow-fork latent bugPedro Alves2-2/+8
2017-04-13watch_command_1: Fix dangling frame accessPedro Alves2-13/+26
2017-04-13readelf: fix out of range subtraction, seg fault from a NULL pointer and memo...Nick Clifton2-5/+33
2017-04-13Add note merging to strip and add code to merge stack size notes.Nick Clifton4-15/+129
2017-04-13Regen cgen filesAlan Modra14-24/+53
2017-04-13fork-child.c: Avoid unnecessary heap-allocation / string copyingPedro Alves2-116/+215
2017-04-13 * config.sub: Sync with master version in config project.Andrew Jenner2-3/+7
2017-04-13Add ChangeLog entriesIain Buclaw2-0/+10
2017-04-13Wrap long linesAlan Modra11-40/+81
2017-04-13Use %A and %B in more error messagesAlan Modra50-314/+341
2017-04-13Rewrite bfd error handlerAlan Modra21-271/+361
2017-04-13Missing _bfd_error_handler argsAlan Modra4-25/+33
2017-04-13Regen bfd-in2.hAlan Modra2-1/+6
2017-04-13Fix a typo in rx_fpsw_typeYao Qi2-1/+6
2017-04-13XCNEW gdbarch_tdep in rl78 and rxYao Qi3-2/+7