aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2015-01-11Improve comments for symbol_cache_mark_{not_,}found.Doug Evans1-0/+6
2015-01-10Add symbol lookup cache.Doug Evans1-0/+31
2015-01-09Don't munge yacc's #line directivesPatrick Palka1-0/+5
2015-01-09Consolidate the custom TUI query hook with the default query hookPatrick Palka1-0/+9
2015-01-09linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves1-0/+40
2015-01-09linux-nat.c: always mark execing LWP as resumedPedro Alves1-0/+5
2015-01-09linux-nat.c: clean up pending status checking and resuming LWPsPedro Alves1-0/+17
2015-01-09cleanup and speed up (software_)breakpoint_inserted_here_pPedro Alves1-0/+9
2015-01-09Linux: Skip thread_db thread event reporting if PTRACE_EVENT_CLONE is supportedPedro Alves1-0/+17
2015-01-09libthread_db: Skip attaching to terminated and joined threadsPedro Alves1-0/+7
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves1-0/+40
2015-01-09libthread_db: debug output should go to gdb_stdlogPedro Alves1-0/+6
2015-01-09gdb/compile/compile.c: Check return value of 'system' to avoid compiler warningChen Gang1-0/+6
2015-01-08always read synthetic pointers as signed integersYao Qi1-0/+8
2015-01-08 Set language for C++ special symbols.Pierre Muller1-0/+5
2015-01-07Trivially tweak the comment documenting initial_gdb_ttystatePatrick Palka1-0/+4
2015-01-07Empty line after comment documenting set_initial_gdb_ttystate.Joel Brobecker1-0/+5
2015-01-07Don't propagate our current terminal state to the inferiorPatrick Palka1-0/+9
2015-01-07[python,guile] Add comment beside conditions testing empty arrays.Joel Brobecker1-0/+5
2015-01-06gdb/guile: Do not error when trying to create empty array.Joel Brobecker1-0/+5
2015-01-06gdb/python: exception trying to create empty arrayJoel Brobecker1-0/+5
2015-01-03c-exp.y: misc cleanup, no code changesDoug Evans1-0/+5
2015-01-02MIPS: Make the extracted stack offset signed in the prologue scannerMaciej W. Rozycki1-0/+5
2015-01-02dwarf2read.c (setup_type_unit_groups): Remove outdated comment.Doug Evans1-0/+4
2015-01-02symtab.h (struct symbol): Fix typo in comment.Doug Evans1-0/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-0/+4
2015-01-01Update copyright year printed by gdb, gdbserver and gdbreplay.Joel Brobecker1-0/+4
2015-01-01Yearly gdb/ChangeLog rotation.Joel Brobecker1-16650/+3
2014-12-31Remove "add-shared-symbol-files", "dll-symbols" and "assf" commands doc.Joel Brobecker1-0/+5
2014-12-30Remove "dll-symbols", "add-shared-symbol-files" and assf" commands.Joel Brobecker1-0/+9
2014-12-29[PATCH] Remove cast in Tag_ABI_VFP_args switch case stmtsJiong Wang1-0/+5
2014-12-29Add moxiebox target supportAnthony Green1-0/+4
2014-12-28Fix small spelling mistake in gdb/ChangeLog.Joel Brobecker1-1/+1
2014-12-27Update for moxie ISA changesAnthony Green1-0/+8
2014-12-25ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo1-0/+6
2014-12-23Look up primitive types as symbols.Doug Evans1-0/+52
2014-12-23symtab.h (SYMBOL_DOMAIN_BITS): New macro.Doug Evans1-0/+5
2014-12-23initialize_objfile_symbol: Renamed from initialize_symbol.Doug Evans1-0/+5
2014-12-23Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans1-0/+5
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-0/+21
2014-12-22cp-namespace.c (cp_lookup_symbol_via_all_imports): New function.Doug Evans1-0/+6
2014-12-22cp-namespace.c (cp_lookup_symbol_via_imports): New arg "search_scope_first".Doug Evans1-0/+5
2014-12-22cp-namespace.c (cp_lookup_nested_symbol_1): New function.Doug Evans1-0/+11
2014-12-22cp-namespace.c (cp_lookup_symbol_in_namespace): Simplify.Doug Evans1-0/+4
2014-12-22cp-namespace.c: Whitespace cleanup.Doug Evans1-0/+4
2014-12-20gdb/17394: cannot put breakpoint only in selected ASM file.Mihail-Marian Nistor1-0/+11
2014-12-19MIPS SDE OS ABI supportYao Qi1-0/+14
2014-12-18A few comment cleanupsSimon Marchi1-0/+6
2014-12-18MIPS: Provide FPU info and decode FCSR in `info float'Yao Qi1-0/+8
2014-12-18Refactor gdbarch method print_float_infoYao Qi1-0/+11