aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-01-14psymtab cleanup patch 3/3Doug Evans6-40/+62
2014-01-14psymtab cleanup patch 2/3Doug Evans5-15/+45
2014-01-14psymtab cleanup patch 1/3Doug Evans6-35/+54
2014-01-14Fix "is a record target open" checks.Pedro Alves7-12/+66
2014-01-14Change 'len''s type from LONGEST to ULONGEST: gdbarch methods core_xfer_share...Yao Qi6-10/+21
2014-01-14Change 'len' of linux_common_xfer_osdata to ULONGEST.Yao Qi3-12/+28
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi33-74/+142
2014-01-14Use target_xfer_partial_ftype for rs6000_xfer_shared_librariesYao Qi2-4/+6
2014-01-13Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra10-18/+208
2014-01-13PR symtab/16426Doug Evans4-1/+62
2014-01-13remove obsolete declarationTom Tromey2-2/+4
2014-01-13remove use_windowsTom Tromey6-24/+8
2014-01-13remove unused deprecated_flush_hook declarationTom Tromey2-1/+4
2014-01-13Fix set auto-load safe-path false warning regression (PR 16216)Jan Kratochvil2-15/+32
2014-01-13Have regdat.sh always rewrite the output register filePatrick Palka2-13/+5
2014-01-13New "make check-headers" rule.Pedro Alves2-0/+27
2014-01-13remove deprecated_set_hookTom Tromey4-9/+6
2014-01-13Fix MinGW compilation errors in gdbserver/.Eli Zaretskii2-1/+7
2014-01-13tfile: Don't infer the PC from the tracepoint if the PC is a pseudo-register.Pedro Alves2-1/+16
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey20-33/+56
2014-01-13replace XMALLOC with XNEWTom Tromey37-62/+108
2014-01-13replace XZALLOC with XCNEWTom Tromey46-83/+163
2014-01-12Split i386_stap_parse_special_token into smaller functionsSergio Durigan Junior2-244/+279
2014-01-10[doc] Mention that "set environment" affects the shell too.Pedro Alves2-3/+16
2014-01-10Since upstream gcc has recently increased the function alignment onAndreas Arnez3-5/+12
2014-01-10Remove path from gdb.ada/pp-rec-component.exp "source" testJoel Brobecker2-1/+6
2014-01-10Remove path from gdb.python/py-pp-integral.exp "source" test.Joel Brobecker2-1/+6
2014-01-09gdb.mi/mi-info-os.exp: Fix cross-debugger testingPedro Alves2-0/+26
2014-01-09Handle the case of a remote target supporting target side commands, but not o...Pedro Alves5-30/+111
2014-01-08GDBserver: Discard previous queued events when GDB disconnects.Pedro Alves2-3/+12
2014-01-08[remote/gdbserver] Don't lose signals when reconnecting.Pedro Alves8-58/+429
2014-01-08Update NEWS post GDB 7.7 branch creation.Joel Brobecker2-1/+9
2014-01-08Bump version to 7.7.50.DATE-cvs.Joel Brobecker2-1/+6
2014-01-08Add missing ChangeLog entries.gdb-7.7-branchpointJoel Brobecker2-0/+17
2014-01-08Fix pointer assignment with different signednessYao Qi2-3/+9
2014-01-08Pass name to symbol_file_add_from_bfdYao Qi2-1/+7
2014-01-08 Fix PR16201.Pierre Muller2-6/+32
2014-01-07AARCH64: Change cpsr type to be 64bit.Andrew Pinski3-2/+7
2014-01-07Use correct default for target functions that return pointerAndreas Schwab2-4/+18
2014-01-07Fix dir command for duplicated paths and add a new testcase.Edjunior Barbosa Machado4-10/+58
2014-01-07Remove duplicated #include's from GDBHonggyu Kim39-50/+42
2014-01-07Fix missing-prototypes error for '_initialize_spu_nat'Yao Qi2-0/+6
2014-01-07Cast to uintptr_t when calling ptrace32 on aixYao Qi1-15/+15
2014-01-07varobj/Ada: Missing children for interface-wide tagged typesJoel Brobecker5-0/+133
2014-01-07Ada: Fix missing call to pretty-printer for fields of records.Joel Brobecker8-13/+171
2014-01-07ada_print_floating: Remove use of statically sized buffer.Joel Brobecker2-16/+16
2014-01-07Extract string-printing out of ada_val_print_arrayJoel Brobecker2-49/+72
2014-01-07move ada_val_print_array down within other ada_val_print* functionsJoel Brobecker2-66/+73
2014-01-07rewrite ada_val_print_ref to reduce if/else block nesting depthJoel Brobecker2-33/+39
2014-01-07ada-valprint.c: Inline print_record inside ada_val_print_struct_unionJoel Brobecker2-24/+18