aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-01-09Consolidate the custom TUI query hook with the default query hookPatrick Palka4-114/+29
2015-01-09add non-stop test that stresses thread starvation issuesPedro Alves3-0/+250
2015-01-09[gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode tooPedro Alves8-346/+506
2015-01-09linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves6-302/+391
2015-01-09linux-nat.c: always mark execing LWP as resumedPedro Alves2-0/+9
2015-01-09linux-nat.c: clean up pending status checking and resuming LWPsPedro Alves2-120/+67
2015-01-09cleanup and speed up (software_)breakpoint_inserted_here_pPedro Alves2-25/+44
2015-01-09watch_thread_num.exp and targets with fairer event reportingPedro Alves4-14/+74
2015-01-09gdb.threads/{siginfo-thread.c,watchthreads-reorder.c,ia64-sigill.c} races wit...Pedro Alves4-0/+51
2015-01-09Test attaching to a program that constantly spawns short-lived threadsPedro Alves3-0/+288
2015-01-09Linux: Skip thread_db thread event reporting if PTRACE_EVENT_CLONE is supportedPedro Alves6-12/+75
2015-01-09libthread_db: Skip attaching to terminated and joined threadsPedro Alves5-0/+35
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves11-127/+406
2015-01-09libthread_db: debug output should go to gdb_stdlogPedro Alves2-15/+31
2015-01-09skip "attach" tests when testing against stub-like targetsPedro Alves8-15/+50
2015-01-09gdb/compile/compile.c: Check return value of 'system' to avoid compiler warningChen Gang1-0/+6
2015-01-09gdb/compile/compile.c: Check return value of 'system' to avoid compiler warningChen Gang1-2/+7
2015-01-08always read synthetic pointers as signed integersYao Qi4-27/+19
2015-01-08 Set language for C++ special symbols.Pierre Muller2-2/+8
2015-01-08Recognize branch instruction on MIPS in gdb.trace/entry-values.expYao Qi2-0/+18
2015-01-07Trivially tweak the comment documenting initial_gdb_ttystatePatrick Palka2-2/+6
2015-01-07Empty line after comment documenting set_initial_gdb_ttystate.Joel Brobecker2-0/+6
2015-01-07[testsuite patch] Fix avx512.exp regressionJan Kratochvil2-1/+6
2015-01-07Don't propagate our current terminal state to the inferiorPatrick Palka4-1/+27
2015-01-07[python,guile] Add comment beside conditions testing empty arrays.Joel Brobecker3-2/+7
2015-01-06gdb/guile: Do not error when trying to create empty array.Joel Brobecker2-1/+6
2015-01-06gdb/python: exception trying to create empty arrayJoel Brobecker4-1/+17
2015-01-03fix spelling of anon-ns2.cc in earlier entry, and whitespace in same entryDoug Evans1-2/+2
2015-01-03c-exp.y: misc cleanup, no code changesDoug Evans2-31/+36
2015-01-02gdb.cp/nsalias.exp: Fix output of external/declaration flags.Doug Evans2-6/+10
2015-01-02MIPS: Make the extracted stack offset signed in the prologue scannerMaciej W. Rozycki2-10/+16
2015-01-02gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.Doug Evans2-4/+8
2015-01-02dwarf2read.c (setup_type_unit_groups): Remove outdated comment.Doug Evans2-1/+4
2015-01-02symtab.h (struct symbol): Fix typo in comment.Doug Evans2-1/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker3788-3792/+3796
2015-01-01Update copyright year printed by gdb, gdbserver and gdbreplay.Joel Brobecker5-3/+12
2015-01-01Yearly gdb/ChangeLog rotation.Joel Brobecker3-16650/+16664
2014-12-31Remove "add-shared-symbol-files", "dll-symbols" and "assf" commands doc.Joel Brobecker4-24/+16
2014-12-30Remove "dll-symbols", "add-shared-symbol-files" and assf" commands.Joel Brobecker2-93/+9
2014-12-29Sanitize input_interrupt outputSergio Durigan Junior2-3/+19
2014-12-29[PATCH] Remove cast in Tag_ABI_VFP_args switch case stmtsJiong Wang2-4/+9
2014-12-29Clean up gdb.trace/entry-values.expYao Qi2-9/+14
2014-12-29Add moxiebox target supportAnthony Green2-1/+5
2014-12-28Fix small spelling mistake in gdb/ChangeLog.Joel Brobecker1-1/+1
2014-12-27Update for moxie ISA changesAnthony Green2-29/+51
2014-12-25ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo2-4/+17
2014-12-23Look up primitive types as symbols.Doug Evans15-63/+411
2014-12-23symtab.h (SYMBOL_DOMAIN_BITS): New macro.Doug Evans2-1/+10
2014-12-23initialize_objfile_symbol: Renamed from initialize_symbol.Doug Evans4-3/+8
2014-12-23Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans7-11/+24