aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-22btrace: use gdb_disassembly_vec and new source interleaving methodusers/mmetzger/disasm-vecMarkus Metzger
2015-09-22disasm: determine preceding lines independent of last_lineMarkus Metzger
2015-09-22disasm: use entire line table in line_has_code_pMarkus Metzger
2015-09-22disas: add gdb_disassembly_vecMarkus Metzger
2015-09-22disasm: add struct disas_insn to describe to-be-disassembled instructionMarkus Metzger
2015-09-22disasm: change dump_insns to print a single instructionMarkus Metzger
2015-09-22opcodes/ppc-opc.c: Add dscr and ctrl SPR mnemonicsAnton Blanchard
2015-09-21Use bfd_get_32 and bfd_put_32 to access ch_typeH.J. Lu
2015-09-22Automatic date update in version.inGDB Administrator
2015-09-22Format ld option itemsAlan Modra
2015-09-21Add two missing constsSimon Marchi
2015-09-21Change ch_type in Elf64_External_Chdr to 4 bytesH.J. Lu
2015-09-21Add NEWS entry for fast tracepoint support on aarch64-linuxPierre Langlois
2015-09-21Add a test case for fast tracepoints' locking mechanismPierre Langlois
2015-09-21Add a gdb.trace test for instruction relocationPierre Langlois
2015-09-21Enable fast tracepoint testsPierre Langlois
2015-09-21Implement target_emit_opsPierre Langlois
2015-09-21Add support for fast tracepointsPierre Langlois
2015-09-21Make aarch64_decode_adrp handle both ADR and ADRP instructionsPierre Langlois
2015-09-21Move instruction decoding into new arch/ directoryPierre Langlois
2015-09-21Wrap gdb_agent_op_sizes by #ifndef IN_PROCESS_AGENTYao Qi
2015-09-21[gdbserver] Remove unused max_jump_pad_sizeYao Qi
2015-09-20dwarf2read.c (add_partial_symbol): Remove outdated comments.Doug Evans
2015-09-21Automatic date update in version.inGDB Administrator
2015-09-20dwarf2_compute_name: add fixme, don't use same name as parameter for localDoug Evans
2015-09-20crash printing non-local variable from nested subprogramJoel Brobecker
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker
2015-09-20Automatic date update in version.inGDB Administrator
2015-09-19Replace current_inferior ()->gdbarch with its wrapper target_gdbarch.Doug Evans
2015-09-18linux-thread-db.c (record_thread): Return the created thread.Doug Evans
2015-09-18symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member.Doug Evans
2015-09-18default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message.Doug Evans
2015-09-19Automatic date update in version.inGDB Administrator
2015-09-18Fix directory prefix in gdb.base/dso2dso.exp.Sandra Loosemore
2015-09-18Fix pathname prefix and timeout issues in gdb.mi/mi-pending.exp.Sandra Loosemore
2015-09-18Generalize breakpoint pattern in gdb.mi/mi-cli.exp.Sandra Loosemore
2015-09-18Generalize filename pattern in gdb.mi/mi-dprintf-pending.exp.Sandra Loosemore
2015-09-18Fix shared library load in gdb.base/global-var-nested-by-dso.exp.Sandra Loosemore
2015-09-18Require readline for gdb.linespec/explicit.exp tab-completion tests.Sandra Loosemore
2015-09-18aarch64 multi-arch (part 3): get thread areaYao Qi
2015-09-18btrace: honour scheduler-locking for all-stop targetsMarkus Metzger
2015-09-18infrun: scheduler-locking replayMarkus Metzger
2015-09-18target: add to_record_will_replay target methodMarkus Metzger
2015-09-18target: add to_record_stop_replaying target methodMarkus Metzger
2015-09-18btrace: allow full memory and register access for non-replaying threadsMarkus Metzger
2015-09-18target, record: add PTID argument to to_record_is_replayingMarkus Metzger
2015-09-18btrace: non-stopMarkus Metzger
2015-09-18infrun: switch to NO_HISTORY threadMarkus Metzger
2015-09-18btrace: asyncMarkus Metzger
2015-09-18btrace: temporarily set inferior_ptid in record_btrace_start_replayingMarkus Metzger