summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2008-10-0316-87/+96
* *** empty log message ***gdbadmin2008-10-031-1/+1
* gdb/Jan Kratochvil2008-10-0215-245/+85
* * Makefile.in (HFILES_NO_SRCDIR): Remove gdb-events.h, gstdint.h.Tom Tromey2008-10-022-2/+6
* * mips-linux-tdep.c (mips_linux_in_dynsym_resolve_code): UpdateDaniel Jacobowitz2008-10-025-9/+119
* * win32-nat.c (do_initial_win32_stuff): Set inferior_ptid.Pierre Muller2008-10-023-0/+18
* *** empty log message ***gdbadmin2008-10-021-1/+1
* * symtab.c (search_symbols): Update.Tom Tromey2008-10-013-11/+10
* * symfile.c (syms_from_objfile): Update.Tom Tromey2008-10-013-19/+14
* * symtab.c (find_pc_sect_psymtab): Use MSYMBOL_TYPE.Tom Tromey2008-10-018-17/+31
* * gdb.texinfo (catch) [exception]: Document how to insertJoel Brobecker2008-10-012-0/+15
* * xcoffread.c (RECORD_MINIMAL_SYMBOL): Update.Tom Tromey2008-10-0112-47/+66
* * ada-lang.c (is_digits_suffix): Delete unused function.Joel Brobecker2008-10-012-13/+4
* *** empty log message ***gdbadmin2008-10-011-1/+1
* * ada-lang.c (ada_modulus): Correct to avoid sign problem withJoel Brobecker2008-09-302-2/+7
* * ada-lang.c (ada_lookup_struct_elt_type): Handle case of a "naked"Joel Brobecker2008-09-302-4/+43
* * ada-lang.c (standard_exc): New static constant.Joel Brobecker2008-09-302-0/+44
* * ada-lang.c (ADA_RETAIN_DOTS): Delete this dead macro. UpdateJoel Brobecker2008-09-302-7/+7
* * ada-lang.c (ada_evaluate_subexp) [UNOP_IND]: Remove strangeJoel Brobecker2008-09-302-10/+26
* gdbTom Tromey2008-09-3018-17/+277
* * dwarf2read.c (dwarf2_get_subprogram_pc_bounds): New function.Joel Brobecker2008-09-302-5/+43
* * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"Tom Tromey2008-09-303-19/+25
* *** empty log message ***gdbadmin2008-09-301-1/+1
* *** empty log message ***gdbadmin2008-09-291-1/+1
* gdb/testsuite/Jan Kratochvil2008-09-282-11/+24
* *** empty log message ***gdbadmin2008-09-281-1/+1
* gdbTom Tromey2008-09-278-75/+473
* gdbTom Tromey2008-09-2720-60/+134
* * jv-exp.y (insert_exp): Define using ISO syntax.Tom Tromey2008-09-272-21/+19
* *** empty log message ***gdbadmin2008-09-271-1/+1
* * MAINTAINERS (GLOBAL MAINTAINERS): Add Pedro Alves.Joel Brobecker2008-09-262-0/+5
* *** empty log message ***gdbadmin2008-09-261-1/+1
* * stack.c (print_frame_args): Fix typos in comments.Joel Brobecker2008-09-252-2/+6
* 2008-09-25 Sérgio Durigan Júnior <sergiodj@linux.vnet.ibm.com>Thiago Jung Bauermann2008-09-252-2/+6
* *** empty log message ***gdbadmin2008-09-251-1/+1
* * remote-sim.c (gdbsim_create_inferior): Fix missing parenthesis.Vladimir Prus2008-09-242-1/+5
* * frame.c (get_frame_register_bytes): Avoid excessive function calls.Andreas Schwab2008-09-242-3/+4
* * frame.c (get_frame_register_bytes): Take pseudo registers intoAndreas Schwab2008-09-242-1/+7
* *** empty log message ***gdbadmin2008-09-241-1/+1
* * dcache.c (state_chars): New static global.Doug Evans2008-09-234-14/+35
* * dwarf2read.c (comp_unit_head): Reorganize for better packing.Doug Evans2008-09-232-1/+5
* *** empty log message ***gdbadmin2008-09-231-1/+1
* * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't useTom Tromey2008-09-222-3/+8
* 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore2008-09-222-35/+156
* * infrun.c (follow_exec): Don't do a generic mourn. InsteadPedro Alves2008-09-223-5/+10
* * infrun.c (handle_inferior_event): In the follow exec case,Pedro Alves2008-09-222-20/+16
* * top.c (any_thread_of, kill_or_detach): New functions.Pedro Alves2008-09-222-8/+44
* Remove the attach_flag global, and make it per-inferior.Pedro Alves2008-09-2215-75/+133
* Make the stop_soon global be per-inferior instead.Pedro Alves2008-09-2215-42/+137
* Implement remote multi-process extensions.Pedro Alves2008-09-225-118/+502