aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-21Use bfd_get_32 and bfd_put_32 to access ch_typeH.J. Lu2-4/+12
2015-09-22Automatic date update in version.inGDB Administrator1-1/+1
2015-09-22Format ld option itemsAlan Modra2-3/+11
2015-09-21Add two missing constsSimon Marchi3-2/+7
2015-09-21Change ch_type in Elf64_External_Chdr to 4 bytesH.J. Lu2-1/+7
2015-09-21Add NEWS entry for fast tracepoint support on aarch64-linuxPierre Langlois2-0/+8
2015-09-21Add a test case for fast tracepoints' locking mechanismPierre Langlois3-0/+199
2015-09-21Add a gdb.trace test for instruction relocationPierre Langlois3-0/+627
2015-09-21Enable fast tracepoint testsPierre Langlois11-1/+36
2015-09-21Implement target_emit_opsPierre Langlois2-14/+1300
2015-09-21Add support for fast tracepointsPierre Langlois5-3/+1689
2015-09-21Make aarch64_decode_adrp handle both ADR and ADRP instructionsPierre Langlois4-7/+40
2015-09-21Move instruction decoding into new arch/ directoryPierre Langlois9-201/+366
2015-09-21Wrap gdb_agent_op_sizes by #ifndef IN_PROCESS_AGENTYao Qi2-0/+6
2015-09-21[gdbserver] Remove unused max_jump_pad_sizeYao Qi2-3/+4
2015-09-20dwarf2read.c (add_partial_symbol): Remove outdated comments.Doug Evans2-6/+4
2015-09-21Automatic date update in version.inGDB Administrator1-1/+1
2015-09-20dwarf2_compute_name: add fixme, don't use same name as parameter for localDoug Evans2-8/+18
2015-09-20crash printing non-local variable from nested subprogramJoel Brobecker2-4/+51
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker43-37/+107
2015-09-20Automatic date update in version.inGDB Administrator1-1/+1
2015-09-19Replace current_inferior ()->gdbarch with its wrapper target_gdbarch.Doug Evans2-1/+6
2015-09-18linux-thread-db.c (record_thread): Return the created thread.Doug Evans2-14/+18
2015-09-18symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member.Doug Evans4-9/+10
2015-09-18default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message.Doug Evans10-1/+180
2015-09-19Automatic date update in version.inGDB Administrator1-1/+1
2015-09-18Fix directory prefix in gdb.base/dso2dso.exp.Sandra Loosemore2-1/+6
2015-09-18Fix pathname prefix and timeout issues in gdb.mi/mi-pending.exp.Sandra Loosemore2-3/+9
2015-09-18Generalize breakpoint pattern in gdb.mi/mi-cli.exp.Sandra Loosemore2-1/+6
2015-09-18Generalize filename pattern in gdb.mi/mi-dprintf-pending.exp.Sandra Loosemore2-1/+6
2015-09-18Fix shared library load in gdb.base/global-var-nested-by-dso.exp.Sandra Loosemore2-1/+5
2015-09-18Require readline for gdb.linespec/explicit.exp tab-completion tests.Sandra Loosemore2-135/+148
2015-09-18aarch64 multi-arch (part 3): get thread areaYao Qi6-30/+69
2015-09-18btrace: honour scheduler-locking for all-stop targetsMarkus Metzger4-98/+195
2015-09-18infrun: scheduler-locking replayMarkus Metzger6-25/+70
2015-09-18target: add to_record_will_replay target methodMarkus Metzger6-0/+85
2015-09-18target: add to_record_stop_replaying target methodMarkus Metzger6-2/+76
2015-09-18btrace: allow full memory and register access for non-replaying threadsMarkus Metzger2-4/+12
2015-09-18target, record: add PTID argument to to_record_is_replayingMarkus Metzger7-26/+46
2015-09-18btrace: non-stopMarkus Metzger6-3/+302
2015-09-18infrun: switch to NO_HISTORY threadMarkus Metzger2-1/+12
2015-09-18btrace: asyncMarkus Metzger2-0/+32
2015-09-18btrace: temporarily set inferior_ptid in record_btrace_start_replayingMarkus Metzger2-19/+56
2015-09-18btrace: resume all requested threadsMarkus Metzger2-37/+43
2015-09-18btrace: lock-stepMarkus Metzger2-77/+190
2015-09-18btrace: add missing NO_HISTORYMarkus Metzger2-1/+9
2015-09-18btrace: move breakpoint checking into stepping functionsMarkus Metzger2-6/+23
2015-09-18btrace: split record_btrace_step_threadMarkus Metzger2-82/+113
2015-09-18btrace: extract the breakpoint check from record_btrace_step_threadMarkus Metzger2-12/+35
2015-09-18btrace: improve stepping debuggingMarkus Metzger2-4/+62