aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Share enum arm_breakpoint_kindsYao Qi5-9/+19
2016-10-10Rename 'arch' by 'gdbarch' in m32c_gdbarch_initYao Qi2-21/+26
2016-10-10Remove v850_dbtrap_breakpoint_from_pcYao Qi2-26/+30
2016-10-08ui-out.c: Remove unused parameter to push_levelSimon Marchi2-3/+7
2016-10-07Document the GDB 7.12 release in gdb/ChangeLogJoel Brobecker1-0/+4
2016-10-07Set regdir in tdesc-regs.exp or armYao Qi2-0/+5
2016-10-07python: accept address and explicit locations in gdb.decode_lineMarkus Metzger4-1/+17
2016-10-06Consolidate API of target_supports_multi_processSergio Durigan Junior7-10/+37
2016-10-06gdb: Remove some C compiler support leftoversPedro Alves8-44/+30
2016-10-06Fix gdb.Value->python conversion for large unsigned ints.Doug Evans4-1/+18
2016-10-06frame.h: Forward-declare struct ui_outSimon Marchi2-0/+5
2016-10-06Remove Java supportTom Tromey47-4808/+126
2016-10-06mips-tdep: Make FCRs always 32-bitMaciej W. Rozycki5-1/+94
2016-10-06mips-tdep: Rearrange comments in `mips_pseudo_register_type'Maciej W. Rozycki2-11/+14
2016-10-06testsuite: solib-disc: Use `standard_output_file'Maciej W. Rozycki2-2/+7
2016-10-06stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regressionMarkus Metzger2-1/+6
2016-10-06Fix PR11094: JIT breakpoint is not properly recreated on rerunsPedro Alves7-43/+226
2016-10-06Fix a few gdb.base/jit-simple.exp problemsPedro Alves2-30/+33
2016-10-06Make "end" field in feature specs required again.Doug Evans24-173/+206
2016-10-05testsuite: Fix recent GCC FAIL: gdb.arch/i386-signal.expJan Kratochvil2-1/+5
2016-10-05PR remote/20655 - small fix in handle_tracepoint_bkptsTom Tromey2-1/+7
2016-10-05PR gdb/20653 - small cleanup in string_to_explicit_locationTom Tromey2-1/+6
2016-10-05PR symtab/20652 - fix psymbol_compareTom Tromey2-1/+7
2016-10-05Skip complex types tests if gdb_skip_float_testYao Qi2-0/+12
2016-10-05Fix incorrect formatting of a ChangeLog entryAnton Kolesov1-1/+1
2016-10-05Allow DW_OP_GNU_uninit in dwarf_expr_require_compositionAndreas Arnez2-12/+12
2016-10-05arc: Remove annoying debug messageAnton Kolesov2-3/+4
2016-10-05Update the path arm-*.xml files for aarch64Yao Qi2-2/+6
2016-10-05Regenerate some regformats/rs6000/*.dat filesYao Qi8-6/+28
2016-10-05Generate s390 target description c filesYao Qi2-0/+10
2016-10-05Simplify i386, amd64 and x32 expedite registersYao Qi2-28/+8
2016-10-05Clean up the XML files for ARMYao Qi30-36/+97
2016-10-03Add test for user context selection syncAntoine Tremblay3-0/+1355
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay23-88/+503
2016-09-30PR 20627: Use resume_stop to stop lwpYao Qi2-1/+11
2016-09-29Update tests to account for the L operand being compulsory.Peter Bergner3-4/+10
2016-09-29PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regressionJan Kratochvil8-5/+133
2016-09-28Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm-...Pedro Alves5-0/+105
2016-09-28Small improvements to the remote protocol manualTom Tromey2-27/+51
2016-09-27Detect the magic address of EXC_RETURN in ARM coretx-m profileFredrik Hederstierna2-9/+65
2016-09-26Call debug_exit in linux_wait_1Yao Qi2-0/+17
2016-09-24Fix a use of target_mourn_inferior in windows-nat.cJon Turney2-1/+6
2016-09-23Use std::string rather than dyn-stringTom Tromey4-39/+27
2016-09-23Use std::vector in objfiles.cTom Tromey2-7/+11
2016-09-23Use std::string, std::vector in rust-lang.cTom Tromey2-22/+20
2016-09-23Use std::string in cp-namespace.cTom Tromey2-34/+22
2016-09-23Use std::string in break-catch-sig.cTom Tromey2-11/+11
2016-09-23Remove some unnecessary codeTom Tromey3-8/+5
2016-09-23Replace sprintf with xsnprintf in nat/linux-osdata.cYao Qi2-2/+10
2016-09-23gdb: Replace operator new / operator new[]Pedro Alves6-4/+132