Remove PREFIX_EVEX_0F3A3E and PREFIX_EVEX_0F3A3F
[deliverable/binutils-gdb.git] / gdb /
2013-08-19  Pedro Alveslinux-nat.c: no need to block child signals so aggressi...
2013-08-16  Doug Evans * lib/prelink-support.exp (prelink_yes): Flag test...
2013-08-16  Kevin BuettnerMake RL78_PC_REGNUM a pseudo-register in rl78-tdep.c.
2013-08-15  Muhammad Bilal2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
2013-08-14  Doug Evans * boards/fission.exp: Add -fdebug-types-section to...
2013-08-14  Tom Tromeymove some static thread state into remote_state
2013-08-14  Tom Tromeymove remote_stopped_by_watchpoint_p and remote_watch_da...
2013-08-14  Tom Tromeymove async_client_callback and async_client_context...
2013-08-14  Tom Tromeymove sizeof_pkt into remote_trace_find
2013-08-14  Tom Tromeymove use_threadinfo_query and use_threadextra_query...
2013-08-14  Tom Tromeymove some statics from remote_read_qxfer into struct...
2013-08-14  Tom Tromeypush last_sent_step into struct remote_state
2013-08-14  Tom Tromeypush last_sent_signal into struct remote_state
2013-08-14  Tom Tromeypush last_program_signals_packet into struct remote_state
2013-08-14  Tom Tromeypush last_pass_packet into struct remote_state
2013-08-14  Tom Tromeypush remote_traceframe_number into struct remote_state
2013-08-14  Tom Tromeypush general_thread and continue_thread into struct...
2013-08-14  Tom Tromeypush remote_desc into struct remote_state
2013-08-14  Tom TromeyAdd new_remote_state
2013-08-14  Tom Tromeymake remote_protocol_features "const"
2013-08-14  Tom Tromeyuse the libiberty crc code
2013-08-14  Pierre Muller Remove unneeded src/gdb prefix for source file name
2013-08-14  Luis Machado * linux-arm-low.c: Rename all occurrences of PTRACE_AR...
2013-08-13  Sergio Durigan JuniorAdjusting prototype declaration for gdb/value.h:create_...
2013-08-13  Tom Tromeyintroduce parallel mode
2013-08-13  Andrew BurgessHandle '#' flag for printf of pointer types.
2013-08-13  Tom Tromeyadd caching procs to test suite
2013-08-13  Tom Tromeyadd standard_temp_file
2013-08-13  Tom Tromeymore uses of standard_output_file
2013-08-13  Pierre Muller * src/gdb/utils.c (init_page_info): Only call tgetnum...
2013-08-12  Tom Tromey * Makefile.in (ALL_SUBDIRS): Add gdb.go.
2013-08-12  Ali Anwar? .deps
2013-08-12  Sergio Durigan JuniorBecause of:
2013-08-09  Stan Shebs * LRS: Remove file, describes a long-abandoned live...
2013-08-09  Doug Evans * lib/future.exp (gdb_find_ldd): New proc.
2013-08-09  Doug Evans(create_addrmap_from_index): Use hex_string instead...
2013-08-09  Doug Evans * dwarf2read.c (create_addrmap_from_index): Ignore...
2013-08-09  Sergio Durigan JuniorThis patch implements the new gdbarch method gdbarch_gd...
2013-08-09  Pedro AlvesRemove unnecessary XMALLOC definitions.
2013-08-09  Pedro AlvesMake functions in cli-dump.c static and remove cli...
2013-08-09  Pedro Alvestsave: Make tilde-expanded filename visible.
2013-08-09  Pedro Alvessave breakpoints: Make tilde-expanded filename visible.
2013-08-09  Pedro Alvesgcore: Make tilde-expanded filename visible.
2013-08-09  Yao Qigdb/
2013-08-08  Pedro Alvesgcore: expand tilde in filename.
2013-08-08  Yao Qigdb/
2013-08-08  Yao Qigdb/
2013-08-07  Doug Evans * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
2013-08-07  Tom Tromeyfix PR symtab/15028
2013-08-07  Tom Tromeyremove unused qf method
2013-08-07  Tom Tromeyuse language of the main symbol
2013-08-07  Tom Tromeyfix recursively_compute_inclusions and add dwz test...
2013-08-07  Tom Tromeyalso filter label symbols
2013-08-07  Ulrich Weigand2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2013-08-07  Ulrich Weigand2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2013-08-07  Ulrich Weigand2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2013-08-07  Anton Blanchard2013-08-07 Anton Blanchard <anton@samba.org>
2013-08-05  Tom Tromeymore add_target removals
2013-08-05  Tom Tromeyremove msymbol_objfile
2013-08-05  Sanimir Agovicdoc: gdbserver allows for subsequent and not for multip...
2013-08-05  Jan Kratochvilgdb/
2013-08-02  Tom Tromeyfix PR symtab/15719
2013-08-02  Andrew BurgessRemove duplicate call to add_file_handler.
2013-08-02  Doug Evans PR symtab/15691
2013-08-01  Doug Evans PR symtab/15695
2013-08-01  Doug Evans * symtab.c (do_free_search_symbols_cleanup): Change...
2013-08-01  Doug Evans Further workarounds for binutils/15021.
2013-08-01  Andrew BurgessRemove error_pre_print and quit_pre_print.
2013-08-01  Yao Qigdb/
2013-08-01  Yao Qigdb/testsuite/
2013-07-31  Andrew BurgessRemove deprecated_throw_reason.
2013-07-31  Andrew BurgessRemove deprecated_throw_reason from mips_error.
2013-07-31  Andrew BurgessReplace most uses of deprecated_throw_reason with quit.
2013-07-31  Andrew BurgessRemove deprecated_throw_reason from internal_verror.
2013-07-31  Yao Qigdb/
2013-07-31  Yao Qigdb/testsuite/
2013-07-31  Yao Qigdb/testsuite/
2013-07-31  Doug Evans * dwarf2read.c (process_queue): Add type signature...
2013-07-30  Andrew BurgessDon't raise an error for optimized out sub-fields.
2013-07-30  Andrew Burgessvalue_fetch_lazy, ensure parent is not lazy and check...
2013-07-30  Muhammad Bilal2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
2013-07-30  Sanimir Agoviccleanup: constify "struct attribute" function parameter
2013-07-30  Sanimir Agoviccleanup: constify argument passed to dwarf form predicates
2013-07-30  Sanimir Agoviccleanup: rename is_ref_attr to attr_form_is_ref
2013-07-29  Doug Evans * main.c (captured_command_loop): Tweak comment.
2013-07-29  Doug Evans * target.c (target_async_permitted_1): Fix comment.
2013-07-29  Doug Evans * symtab.c (iterate_over_some_symtabs): Add comment.
2013-07-29  Doug Evans * symtab.c (iterate_over_some_symtabs): Fix indentation.
2013-07-27  Yao Qigdb/gdbserver/
2013-07-27  Yao Qigdb/
2013-07-27  Yao Qigdb/
2013-07-27  Yao Qigdb/
2013-07-27  Yao Qigdb/
2013-07-26  Keith Seitz * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile...
2013-07-26  Pedro AlvesGDB kills itself instead of interrupting inferior
2013-07-25  Doug Evans * linux-fork.h (detach_fork): Delete.
2013-07-25  Tom Tromeyremove pop_target
2013-07-25  Tom Tromeydon't call add_target for thread_db_ops
2013-07-25  Mark Kettenis2013-07-25 Mark Kettenis <kettenis@gnu.org>
2013-07-25  Mark Kettenis2013-07-25 Mark Kettenis <kettenis@gnu.org>
next
This page took 0.061225 seconds and 7 git commands to generate.