aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-09-19lookup_minimal_symbol_textusers/palves/jit-speedupPedro Alves1-1/+1
2016-09-19More O(N) eliminationPedro Alves3-14/+11
2016-09-19Incremental breakpoint_re_set for solib_addPedro Alves1-6/+1
2016-09-19breakpoint_re_set probesPedro Alves4-65/+82
2016-09-19find_function_start_salPedro Alves2-1/+2
2016-09-19Incremental breakpoint_re_set for linespecPedro Alves8-119/+329
2016-09-19Incremental breakpoint_re_set for longjmp, etc. master breakpointsPedro Alves17-147/+304
2016-09-19Defer breakpoint_re_set until after main program+initial solibs are loadedPedro Alves3-3/+3
2016-09-19Use symfile_add_flags in solib_addPedro Alves7-22/+73
2016-09-19Don't run forever in execl-update-breakpoint.expPedro Alves1-0/+2
2016-09-19objfile_dataPedro Alves1-23/+89
2016-09-19Stale objfile_unlink commentPedro Alves3-57/+66
2016-09-19ALL_SEARCH_OBJFILESPedro Alves1-61/+77
2016-09-19Avoid creating a frame in internal stopsPedro Alves3-47/+76
2016-09-19Get rid of sections sorting with qsort and use an incrementally updated addrm...Pedro Alves6-301/+297
2016-09-19More fixing C++ and PLTs: staticPedro Alves5-26/+158
2016-09-19Fix C++ and PLTs (PR 17201, PR17199 ?)Pedro Alves4-0/+228
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior20-28/+72
2016-09-19gdb/s390: Fix build breakage due to std::min/std::max usage without headerPedro Alves2-0/+5
2016-09-18gdb: Fix std::{min, max}-related build breakage on 32-bit hostsPedro Alves5-5/+13
2016-09-16Introduce cleanup to restore current_uioutSimon Marchi7-38/+38
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves61-170/+296
2016-09-16S390: Hardware breakpoint supportAndreas Arnez4-10/+145
2016-09-16linux-nat: Add function lwp_is_steppingAndreas Arnez5-0/+30
2016-09-16S390: Enable "maint set show-debug-regs"Andreas Arnez2-0/+60
2016-09-16S390: Multi-inferior watchpoint supportAndreas Arnez2-10/+157
2016-09-16S390: Migrate watch areas from list to VEC typeAndreas Arnez2-37/+45
2016-09-16S390: Avoid direct access to lwp_info structureAndreas Arnez2-24/+48
2016-09-16testsuite: Fix false FAIL in gdb.cp/casts.expJan Kratochvil4-15/+60
2016-09-15testsuite: Fix C++11 compilation failure for gdb.cp/m-static.expJan Kratochvil2-0/+7
2016-09-15Update ISA 3.0 / POWER9 gdb tests to match GAS test cases.Peter Bergner3-470/+493
2016-09-15testsuite: Disable ccacheJan Kratochvil2-0/+9
2016-09-13Fix for gdb.server/non-existing-program.exp test caseCarl E. Love2-2/+7
2016-09-13Fix for gdb.server/non-existing-program.exp test caseCarl E. Love2-2/+12
2016-09-12Fix false FAIL on gdb.base/stap-probe.exp, due to ICF optimizationSergio Durigan Junior2-1/+13
2016-09-10Use target_sim_options for sim target.Jon Beniston2-1/+7
2016-09-09Pass HWCAP to ifunc resolverAndreas Arnez6-4/+46
2016-09-08Remove some unneeded casts from remote.cTom Tromey2-4/+9
2016-09-06new-ui command: gdb internal errors if input is already pendingPedro Alves6-3/+194
2016-09-06Introduce make_cleanup_restore_current_uiPedro Alves6-8/+27
2016-09-06Support 128-bit IEEE floating-point types on Intel and PowerUlrich Weigand8-0/+334
2016-09-06Add gdbarch callback to provide formats for debug info float typesUlrich Weigand10-68/+141
2016-09-06Add missing format for built-in floating-point typesUlrich Weigand10-26/+49
2016-09-06Remove TYPE_NOSIGN "char" hackUlrich Weigand4-7/+13
2016-09-06Remove obsolete TYPE_FLAG_... valuesUlrich Weigand8-84/+58
2016-09-06Unify init_type and arch_type interface and helpersUlrich Weigand6-317/+388
2016-09-06Add some missing arch_..._type helpersUlrich Weigand7-30/+56
2016-09-06Fix TYPE_SPECIFIC_FIELD for types created via arch_typeUlrich Weigand2-16/+31
2016-09-06Fix typo in ada_language_arch_infoUlrich Weigand2-1/+6
2016-09-05gdb/: Require a C++ compilerPedro Alves13-190/+51