aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-08-05Protect nat/gdb_thread_db.h against multiple inclusion.Ulrich Weigand2-0/+27
2015-08-05Remove get_thread_idYao Qi4-62/+46
2015-08-04python: fix Linetable case to LineTable in docstrings and commentsCiro Santilli3-11/+17
2015-08-04Disable tracepoint support for aarch32Yao Qi2-1/+12
2015-08-04Disable Z0 packet on aarch64 on multi-arch debuggingYao Qi4-1/+25
2015-08-04Get and set PC correctly on aarch64 in multi-archYao Qi2-7/+33
2015-08-04Use arm target description and regs_info for 32-bit file on aarch64 GDBserverYao Qi3-3/+56
2015-08-04New regs_info for aarch32Yao Qi5-47/+219
2015-08-04Move have_ptrace_getregset to linux-low.cYao Qi4-3/+11
2015-08-04signal_command: Leftover cleanup chain regressionJan Kratochvil2-0/+6
2015-08-04ASAN attach crash - 7.9 regressionJan Kratochvil2-3/+13
2015-08-04C++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbserver/thread-db.cPedro Alves5-95/+137
2015-08-03Nios II R2 support for GDB.Sandra Loosemore6-95/+722
2015-08-03Further robustify gdb.base/bp-permanent.exp.Sandra Loosemore2-2/+20
2015-08-03dwarf2read.c: fix latent bugletPedro Alves1-1/+1
2015-08-03Missing changelog entry for previous commit: Add gmonster-{1,2} perf testcases.Doug Evans1-0/+33
2015-08-03Fix file paths in earlier entry.Doug Evans1-3/+3
2015-08-03gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from 10000.Doug Evans2-1/+6
2015-08-03Add parallel build support for perf tests.Doug Evans5-5/+113
2015-08-03Move basic perf-test output from perftest.log to perftest.sum.Doug Evans3-8/+44
2015-08-03Fix build error due to uninitialized variable warningUlrich Weigand2-0/+6
2015-08-03Enum fix for arm-linux-nat.cYao Qi2-5/+12
2015-08-03Fix the block_found refactoring ChangeLog entryPierre-Marie de Rodat1-38/+37
2015-08-02Unbreak PPC gdb buildsPedro Alves1-13/+13
2015-08-02Complete the previous commit (block_found refactoring)Pierre-Marie de Rodat6-5/+15
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat50-697/+910
2015-07-31testsuite: tcl exec& -> 'kill -9 $pid' is racy (attach-many-short-lived-threa...Pedro Alves16-90/+163
2015-07-31Fix m32r_remove_watchpoint parameter typeSimon Marchi2-3/+7
2015-07-31Mostly trivial enum fixesSimon Marchi57-144/+290
2015-07-30Replace incorrect patch to gdb.cp/var-tag.exp.Sandra Loosemore2-1/+8
2015-07-30Don't allow non-stack memory writes in the prologue for nios2.Sandra Loosemore2-3/+6
2015-07-30Update trap/break handling in nios2 prologue analyzer.Sandra Loosemore2-14/+32
2015-07-30Restrict gdb.arch/ppc64-symtab-cordic.exp to ppc64 targets.Sandra Loosemore2-0/+9
2015-07-30Reapply fix for gdb.cp/var-tag.exp C++ failures.Sandra Loosemore2-3/+15
2015-07-30remote follow fork and spurious child stops in non-stop modePedro Alves3-0/+39
2015-07-30PR threads/18600: Inferiors left around after fork+thread spawnPedro Alves4-0/+30
2015-07-30PR threads/18600: Threads left stopped after fork+thread spawnPedro Alves5-56/+243
2015-07-30Remove isize output argument from fast_tracepoint_valid_atPierre Langlois9-20/+31
2015-07-30Remove global variable arm_hwcapYao Qi2-7/+9
2015-07-30Use regcache->tdesc instead of arm_hwcapYao Qi2-12/+20
2015-07-30Don't use arm_regmap and arm_num_regs in arm_fill_gregset and arm_store_gregsetYao Qi2-8/+20
2015-07-30Move ARM register numbers enum to arch/arm.hYao Qi4-39/+69
2015-07-30[AArch64] Rename boolean arguments in decoding functionsPierre Langlois2-24/+37
2015-07-29MIPS ptrace build fixesSimon Marchi5-4/+16
2015-07-29batch-preserve-term-settings.exp: use send_quit_command some morePatrick Palka2-17/+7
2015-07-29Test that terminal settings are restored after quitting via SIGTERMPatrick Palka2-0/+122
2015-07-29Make gdb.base/multi-forks.exp work with the native-extended-gdbserver boardPedro Alves2-0/+8
2015-07-29Uniquefy gdb.threads/attach-into-signal.expSergio Durigan Junior2-61/+70
2015-07-29Fix typo in gdb.python/py-objfile.expSergio Durigan Junior2-1/+6
2015-07-29Make sure terminal settings are restored before exitingPatrick Palka4-1/+125