aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2009-10-09 * procfs.c (procfs_make_note_section): Always output a NT_PSTATUSPedro Alves2-2/+10
note when NEW_PROC_API is defined.
2009-10-09 * corelow.c (add_to_thread_list): Fix typo.Pedro Alves2-1/+3
2009-10-09 * corelow.c (core_has_fake_pid): New.Pedro Alves2-24/+67
(core_close): Clear it. (add_to_thread_list): Fake a pid if one is not found on a Solaris core. Add the inferior here. Always add the thread, don't use thread_change_ptid. (core_open): Don't add the main thread or the inferior here unless we find that the core had no .reg/NN sections. (get_core_register_section): Handle Solaris cores with fake pids.
2009-10-09doc/Paul Pluzhnikov11-342/+431
2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com> * gdb.texinfo (Server): Document libthread-db-search-path. gdbserver/ 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com> * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove. * configure.ac: Adjust. * linux-low.h (struct process_info_private): Move members to struct thread_db. (thread_db_free, thread_db_handle_monitor_command): New prototype. * linux-low.c (linux_remove_process): Adjust. (linux_wait_for_event_1, linux_look_up_symbols): Likewise. * server.c (handle_query): Move code ... (handle_monitor_command): ... here. New function. * target.h (struct target_ops): New member. * thread-db.c (struct thread_db): New. (libthread_db_search_path): New variable. (thread_db_create_event, thread_db_enable_reporting) (find_one_thread, maybe_attach_thread, find_new_threads_callback) (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust. (try_thread_db_load_1, dladdr_to_soname): New functions. (try_thread_db_load, thread_db_load_search): New functions. (thread_db_init): Search for libthread_db. (thread_db_free): New function. (thread_db_handle_monitor_command): Likewise. * config.in: Regenerate. * configure: Regenerate.
2009-10-09*** empty log message ***gdbadmin1-1/+1
2009-10-08 gdb/testsuite/Pedro Alves2-10/+9
* lib/gdb.exp (gdb_compile): Remove dead aix and irix related bits.
2009-10-082009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2-1/+7
PR gdb/10457 * elfread.c (elf_symtab_read): Don't use alloca in a loop.
2009-10-08gdb/doc/Jan Kratochvil2-7/+4
* gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2009-10-08*** empty log message ***gdbadmin1-1/+1
2009-10-07gdb/testsuite/Jan Kratochvil3-0/+77
* gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
2009-10-07gdb/Jan Kratochvil2-22/+5
* i386-nat.c (i386_stopped_by_hwbp): Remove.
2009-10-07 * NEWS: Update following the GDB 7.0 release.Joel Brobecker2-1/+7
2009-10-07 * gdb.base/watchpoints.c: Add copyright header. Reformat oneJoel Brobecker2-6/+28
of the comments.
2009-10-07*** empty log message ***gdbadmin1-1/+1
2009-10-06 ARI fix: OP eol rule.Pierre Muller9-42/+54
* doublest.c (floatformat_from_length): Avoid operator at end of line. * dwarf2-frame.c (dwarf2_build_frame_info): Idem. * dwarf2read.c (read_array_order, dwarf_decode_macros): Idem. * eval.c (evaluate_subexp_standard): Idem. * event-loop.c (create_timer, handle_timer_event): Idem. * expprint.c (print_subexp_standard): Idem. * f-exp.y (variable): Idem. * f-typeprint.c (f_print_type): Idem.
2009-10-06 ARI fix: OP eol rule.Pierre Muller10-62/+76
* blockframe.c (find_pc_partial_function): Avoid operator at end of line. * buildsym.c (find_symbol_in_list): Idem. (start_subfile, patch_subfile_names): Idem. * c-exp.y (variable, yylex): Idem. * c-typeprint.c (c_print_type, c_type_print_base): Idem. * c-valprint.c (c_val_print): Idem. * coffread.c (patch_opaque_types, process_coff_symbol): Idem. * corelow.c (core_open): Idem. * cris-tdep.c (move_reg_to_mem_movem_op): Idem. * cli/cli-decode.c (help_cmd_list, find_command_name_length): Idem.
2009-10-06 ARI fix: OP eol rule.Pierre Muller5-27/+38
* ada-exp.y (block_lookup): Avoid operator at end of line. * aix-thread.c (pd_enable): Idem. * alpha-tdep.c (alpha_next_pc): Idem. * arm-tdep.c (arm_skip_prologue, arm_scan_prologue): Idem. (condition_true, coff_sym_is_thumb): Idem.
2009-10-06* info (Contributors): Add self for Xilinx MicroBlaze.Michael Eager2-0/+48
(Embedded Processors): Add MicroBlaze. (MicroBlaze): New. Describe Xilinx MicroBlaze
2009-10-06GDB 7.0 released.gdbadmin1-0/+4
2009-10-06Minor reformatting of the last entry.Joel Brobecker1-2/+2
2009-10-06 * ARI fix: "%p" rule.Pierre Muller2-2/+8
target.c (debug_to_thread_architecture): Replace %p by %s using host_address_to_string function.
2009-10-06 * gdb.base/annota1.exp: Remove obsolete match_max increase.Pierre Muller4-14/+6
* gdb.base/annota3.exp: Idem. * gdb.base/maint.exp: Idem.
2009-10-062009-10-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold2-1/+34
* darwin-nat.c: Add __TEXT __info_plist content. (darwin_attach_pid): Update error message.
2009-10-06 * MAINTAINERS: Add Tristan Gingold as Maintainer of the Darwin port.Joel Brobecker2-1/+5
2009-10-06 * MAINTAINERS: Add Jan Kratochvil as Maintainer of the ia64 target.Joel Brobecker2-0/+5
2009-10-06*** empty log message ***gdbadmin1-1/+1
2009-10-05 Revert:Pedro Alves2-2/+6
2009-10-04 Pedro Alves <pedro@codesourcery.com> * gdbinit.in: Set data-directory to @srcdir@.
2009-10-05 * lib/gdb.exp (default_gdb_init): Set current value of match_maxPierre Muller2-0/+7
to default.
2009-10-05*** empty log message ***gdbadmin1-1/+1
2009-10-04 * NEWS: Mention non-stop mode.Pedro Alves2-0/+18
2009-10-04 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.Pedro Alves2-4/+6
2009-10-04 * gdbinit.in: Set data-directory to @srcdir@.Pedro Alves2-0/+6
2009-10-04*** empty log message ***gdbadmin1-1/+1
2009-10-03*** empty log message ***gdbadmin1-1/+1
2009-10-02 * remove unwanted directory partsPierre Muller1-3/+3
2009-10-02 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option forPierre Muller2-1/+9
mingw and cygwin targets.
2009-10-02 * lib/gdb.exp (gdb_compile): Avoid addingPierre Muller2-1/+11
gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
2009-10-02 * linux-nat.c (TRAP_IS_SYSCALL, TRAP_REMOVE_SYSCALL_FLAG): Delete.Pedro Alves3-179/+344
(SYSCALL_SIGTRAP): New. (status_to_str): Adjust. (get_pending_status): Pending events in lp->waitstatus don't map to any signal. Simplify. (linux_handle_syscall_trap): New. (linux_handle_extended_wait): When handling PTRACE_EVENT_CLONE events, use linux_ops->to_resume instead of direct ptrace with PTRACE_CONT. Remove all TRAP_IS_SYSCALL handling. (wait_lwp): Handle syscall traps with linux_handle_syscall_trap, and clear the sysgood bit. (status_callback): Make it clearer and add comments. (cancel_breakpoints_callback): Ignore if LP has waitstatus set. (linux_nat_filter_event): Handle syscall traps with linux_handle_syscall_trap, and clear the sysgood bit. Move the check for storing siginfo to after handling extended statuses and syscall traps. Store status in the lwp object. (linux_wait_1): Don't swap the pending status out of the lwp object until after deciding we found an lwp with an interesting event. Requeue a new pending signal if we find one while getting rid or a pending SIGSTOP we sent ourselves. Don't clear the sysgood bit here. * infrun.c (deal_with_syscall_event): Rename to ... (handle_syscall_event): ... this. Always context switch and set stop_pc, even if not catching the syscall. If not catching the syscall, always resume with keep_going. (handle_inferior_event): Adjust.
2009-10-02gdb/Jan Kratochvil4-0/+59
Fix compatibility of --with-system-readline and readline-6.0+. * configure.ac <--with-system-readline> (for readline_echoing_p): New test. * config.in: Regenerate. * configure: Regenerate.
2009-10-02*** empty log message ***gdbadmin1-1/+1
2009-10-01 * MAINTAINERS: Move Don Lee to the correct section (Write AfterJoel Brobecker2-1/+6
Approval).
2009-10-01 * src/gdb/testsuite/gdb.base/shr1.c: Use %p in format string.Pierre Muller4-5/+17
* src/gdb/testsuite/gdb.base/unload.c: Avoid warning in fprintf. * src/gdb/testsuite/gdb.base/watchpoint-solib.c: Idem.
2009-10-012009-10-01 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2-1/+12
* infcall.c (call_function_by_hand): Add a new cleanup branch for std::terminate breakpoints.
2009-10-01 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable toPierre Muller4-6/+15
long type. (test_unlink): Correct printf string. * gdb.base/checkpoint.c (main): Correct fprintf string for variable i. * gdb.threads/attachstop-mt.c: Add #include <string.h>.
2009-10-01*** empty log message ***gdbadmin1-1/+1
2009-09-30*** empty log message ***gdbadmin1-1/+1
2009-09-29gdb/testsuite/Jan Kratochvil4-23/+131
* gdb.base/breakpoint-shadow.exp: Move the ia64 part into ... * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests. * gdb.arch/ia64-breakpoint-shadow.S: New file.
2009-09-29 * gdb.objc/basicclass.exp: Disable pending breakpoint query.Ulrich Weigand3-0/+14
* gdb.objc/nondebug.exp: Likewise.
2009-09-29gdb/Jan Kratochvil2-3/+11
* ia64-tdep.c (ia64_convert_from_func_ptr_addr): New variable buf. Check first the descriptor memory is readable.
2009-09-29 * python/py-value.c (valpy_string): NULL-terminate 'keywords'.Tom Tromey2-1/+5