aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-29gdb.base/default.exp regressionJan Kratochvil2-2/+4
2016-08-25xtensa: Avoid designated inits, for C++ complianceAndreas Arnez2-49/+55
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella22-20/+49
2016-08-24Test case to detect recursive unwinding in Python-based unwinders.Kevin Buettner4-0/+191
2016-08-24Allow resetting an empty inferior-ttySimon Marchi7-9/+98
2016-08-24Fix for gdb.base/pc-fp.exp.Carl E. Love2-1/+6
2016-08-23Fix typo in commentSimon Marchi2-2/+6
2016-08-23Fix PR20494 - User input stops being echoed in CLIPedro Alves7-47/+206
2016-08-23gdbserver_spawn "" rather than gdbserver_spawn ${binfile}Yao Qi3-2/+9
2016-08-23Fix signals-state-child.exp in remote testingYao Qi2-6/+29
2016-08-22Fix PR gdb/20505 - Make vDSO detection work with core filesPedro Alves4-29/+97
2016-08-19Fix missing files for ld when test suite not compiled in the source directoryCarl E. Love7-22/+23
2016-08-19[AArch64] Match instruction "STP with base register" in prologueYao Qi2-2/+8
2016-08-19null-terminate string in linespec_location_completerYao Qi2-1/+7
2016-08-19x32: Fix gdb.trace/mi-trace-frame-collected.expPedro Alves2-2/+17
2016-08-19x32: gdb: Fix 'call' insn relocation with qRelocInsnPedro Alves2-5/+42
2016-08-19x32: gdbserver's agent bytecode JIT: fix "call" emissionPedro Alves2-0/+6
2016-08-19x32: Avoid unsigned long when installing fast tracepoint jump padsPedro Alves2-3/+8
2016-08-19x32 Fast tracepoints: Customize jump pad addressPedro Alves2-4/+53
2016-08-19x32 Fast tracepoints: IPA target descriptionsPedro Alves6-5/+98
2016-08-18Add ChangeLog updates to my previous two commitsCarl E. Love2-0/+10