aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-01-15gdb: Add a NEWS entry for ARM record/replay improvementsOmair Javaid2-0/+9
2014-01-15gdb: ARM: Update configure.tgt and enable gdb.reverse testsuiteOmair Javaid2-2/+9
2014-01-15gdb: ARM: Add support for thumb32 instructions recordingOmair Javaid2-7/+614
2014-01-15gdb: ARM: Adds support for recording system call instructionsOmair Javaid5-23/+297
2014-01-15gdb: ARM: Fix for bug in pop instruction decodingOmair Javaid2-1/+6
2014-01-15gdb: ARM: Fix for bugs in push and ldm instructions decodingOmair Javaid2-43/+23
2014-01-15gdb: ARM: Fix for memory record corruption due to 64bit addressesOmair Javaid2-1/+5
2014-01-15Fix go32-nat.c build fallout from to_detach constification.Pedro Alves2-25/+11
2014-01-15introduce async_callback_ftypeTom Tromey2-1/+11
2014-01-15Fix small style violation in py-value.c:get_field_typeJoel Brobecker2-5/+8
2014-01-15Add missing empty line after declarations in "if" block (py-type.c).Joel Brobecker2-0/+6
2014-01-15Small fixes to the GDB/MI Output Syntax grammar.Joel Brobecker2-7/+13
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