aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-09-21MIPS/testsuite: mips16-thunks: Use `standard_output_file'Maciej W. Rozycki2-5/+9
2016-09-21Keep reserved bits in CPSR on writeYao Qi4-2/+23
2016-09-20Avoid -Wduplicated-cond warnings in gdb/pythonTom Tromey3-0/+11
2016-09-20ppc: Fix record support of Store String Word instructionsEdjunior Barbosa Machado2-3/+12
2016-09-20Use 'event_ptid' instead of 'resume_ptid' on startup_inferior (fix for regres...Sergio Durigan Junior2-2/+8
2016-09-19gdb: Fix build breakage with GCC 4.1 and --disable-nlsPedro Alves3-5/+9
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
2016-09-05Fix PR19927: Avoid unwinder recursion if sniffer uses calls parse_and_evalPedro Alves5-32/+76
2016-09-03Removed redundant line remote-utils.cAkash Trehan2-1/+6
2016-09-02Handle DW_OP_form_tls_addressTom Tromey6-7/+26
2016-09-02[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"Yao Qi3-89/+90
2016-09-02Skip floating point tests in return-nodebug.exp if gdb_skip_float_test is trueYao Qi2-0/+10
2016-09-02Detect broken ptrace in gdb_skip_float_testYao Qi12-28/+156
2016-09-01Share target_wait prototype between GDB and gdbserverSergio Durigan Junior6-12/+37
2016-09-01Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior9-31/+60
2016-08-31Fix lwp_suspend/unsuspend imbalance in linux_wait_1Antoine Tremblay2-18/+23
2016-08-31Fix a typo in commentYao Qi2-1/+5
2016-08-30Fix order of inferiors in "thread apply all"Andreas Arnez4-1/+15