aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2006-10-20 * linux-thread-db.c (check_for_thread_db): Don't attempt to useUlrich Weigand3-2/+12
thread_db for remote targets. * remote.c (remote_new_objfile): Always call predecessor on new_objfile event chain.
2006-10-202005-10-19 Ulrich Weigand <uweigand@de.ibm.com>Ulrich Weigand3-1/+28
* configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets and srv_linux_thread_db to yes. * linux-s390-low.c (s390_fill_gregset): New function. (target_regsets): Define data structure.
2006-10-20*** empty log message ***gdbadmin1-1/+1
2006-10-19 * solib.c (libpthread_solib_p): New function.Joel Brobecker2-1/+25
(solib_add): Always read the symbols from the libpthread library.
2006-10-192006-10-19 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2-6/+17
* breakpoint.c (describe_other_breakpoints): Add thread parameter. Annotate display with thread number where appropriate. (create_breakpoints): Add thread parameter to call to describe_other_breakpoints.
2006-10-19Typos.Andreas Schwab1-2/+2
2006-10-19*** empty log message ***gdbadmin1-1/+1
2006-10-18 * utils.c (query): Use defaulted_query.Daniel Jacobowitz2-90/+68
(defaulted_query): Handle having no default answer. Print out messages even if we have no terminal. Prevent memory corruption.
2006-10-18 * frame.c (struct frame_info): Add stop_reason.Daniel Jacobowitz4-2/+147
(get_prev_frame_1): Set stop_reason. Don't call error for stop reasons. (get_frame_unwind_stop_reason, frame_stop_reason_string): New. * frame.h (enum unwind_stop_reason): New. (get_frame_unwind_stop_reason, frame_stop_reason_string): New prototypes. * stack.c (frame_info): Print the stop reason. (backtrace_command_1): Print the stop reason for errors.
2006-10-18 * inferior.h (start_remote): Update prototype.Daniel Jacobowitz6-23/+35
* infrun.c (start_remote): Take FROM_TTY. Call post_create_inferior. * monitor.c (monitor_open): Update call to start_remote. * remote-sds.c (sds_start_remote, sds_open): Likewise. * remote.c (remote_start_remote): Likewise. (remote_start_remote_dummy): Removed. (remote_open): Update call to remote_start_remote. Do not call post_create_inferior here.
2006-10-18 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the endsDaniel Jacobowitz2-8/+14
of patterns.
2006-10-18 * solib-svr4.c (debug_loader_offset_p, debug_loader_offset)Daniel Jacobowitz2-5/+73
(debug_loader_name, svr4_default_sos): New. (svr4_current_sos): Call svr4_default_sos. (enable_break): Add a comment about AT_BASE. Set the new variables and retry solib_add. (svr4_clear_solib): Clear the new variables.
2006-10-18 * NEWS: Mention support for TLS without debugging information.Daniel Jacobowitz2-0/+7
2006-10-18*** empty log message ***gdbadmin1-1/+1
2006-10-17gdb/Daniel Jacobowitz6-16/+151
* gdbint.texinfo (Target Vector Definition): Move most content into Existing Targets. Add a menu. (Existing Targets): New section, moved from Target Vector Definition. Use @subsection. (Managing Execution State): New section. gdb/doc/ * remote-sim.c (gdbsim_kill): Call target_mourn_inferior. (gdbsim_load): Don't bother to adjust inferior_ptid here. (gdbsim_create_inferior): Mark the simulator as running. (gdbsim_open): Don't bother fetching registers. Mark the target as not running. (gdbsim_xfer): When the program is not running, pass memory requests down. (gdbsim_mourn_inferior): Mark the target as not running. * target.c (target_mark_running, target_mark_exited): New. * target.h (target_has_execution): Update the comment. (target_mark_running, target_mark_exited): New prototypes.
2006-10-17 * breakpoint.c (free_valchain): Minor reformatting.Joel Brobecker2-1/+6
2006-10-17 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.Bob Wilson2-1/+5
2006-10-17 * solib-svr4.c (LM_ADDR_CHECK): Suggest shared library mismatch.Daniel Jacobowitz2-3/+11
2006-10-17gdb/Daniel Jacobowitz11-41/+219
* Makefile.in (symtab.o): Update. * symtab.h (matching_bfd_section): New prototype. * symtab.c (matching_bfd_section): New. (find_pc_sect_psymbol, find_pc_sect_symtab): Use it. * minsyms.c (lookup_minimal_symbol_by_pc_section): Likewise. * printcmd.c (sym_info): Ignore separate debug objfiles. gdb/testsuite/ * gdb.base/sepdebug.exp: Remove debug format test. * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test. Handle no-symtab. * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
2006-10-17 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.Daniel Jacobowitz13-2632/+2123
* configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR. * config.in, configure: Regenerated. * inferiors.c (gdb_id_to_thread): New function. (gdb_id_to_thread_id): Use it. * linux-low.c (linux_target_ops): Use thread_db_get_tls_address. * linux-low.h (struct process_info): Add th member. (thread_db_get_tls_address): New prototype. * remote-utils.c (decode_address): Make non-static. * server.c (handle_query): Handle qGetTLSAddr. * server.h (gdb_id_to_thread, decode_address): New prototypes. * target.h (struct target_ops): Add get_tls_address. * thread-db.c (maybe_attach_thread): Save the thread handle. (thread_db_get_tls_address): New.
2006-10-17 * gdb.threads/manythreads.c (thread_function, main): Don't castDaniel Jacobowitz3-6/+13
int to pointer or pointer to int. * gdb.threads/manythreads.exp: Don't expect the string "LWP".
2006-10-17 * remote.c (remote_pid_to_str): Capitalize "Thread".Daniel Jacobowitz2-1/+5
2006-10-17*** empty log message ***gdbadmin1-1/+1
2006-10-16 PR remote/2158Daniel Jacobowitz2-2/+9
* remote.c (remote_write_bytes): Throttle packet alignment for small packets.
2006-10-16*** empty log message ***gdbadmin1-1/+1
2006-10-15 * gdb.texinfo (Signals, Set Breaks, Set Watchpoints): Document optionalEli Zaretskii2-4/+13
arguments to `info signals' `handle', `info breakpoints', and `info watchpoints'.
2006-10-15 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)Eli Zaretskii2-26/+36
(Command Syntax, Signals, Backtrace, Connecting) (Remote configuration, Renesas Boards, Console I/O): Fix last change: use Ctrl- instead of C-, except wrt Emacs. (File-I/O Examples): Put Ctrl-c in @kbd. (Cygwin Native, File-I/O Overview, The Ctrl-C message) (Console I/O): Use @samp with Ctrl-.
2006-10-15(thread_db_wait): Don't bother continuing if the wait result indicates theNick Roberts1-1/+2
program terminated with a signal (from gdb-6.3-ia64-sigill-20051115.patch, a patch for Fedora Core 5).
2006-10-15*** empty log message ***Nick Roberts1-0/+7
2006-10-15*** empty log message ***gdbadmin1-1/+1
2006-10-14 * gdb.texinfo (Backtrace): Fix last change.Eli Zaretskii2-1/+6
2006-10-14(Backtrace): Order correctly and add other cases.Nick Roberts1-1/+3
2006-10-14*** empty log message ***Nick Roberts1-0/+4
2006-10-14*** empty log message ***gdbadmin1-1/+1
2006-10-13Add in one of the previous entries the fact that the change was toJoel Brobecker1-0/+1
fix PR symtab/2018.
2006-10-13*** empty log message ***gdbadmin1-1/+1
2006-10-12 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.Daniel Jacobowitz3-3/+8
2006-10-12*** empty log message ***gdbadmin1-1/+1
2006-10-11 * dwarf2read.c (dwarf_decode_lines): Call record_line uponDaniel Jacobowitz2-3/+26
encountering a different subfile.
2006-10-112006-10-11 Denis Pilat <denis.pilat@st.com>Frederic Riss2-0/+13
* tui/tui-source.c (tui_set_source_content): handle source files that contain non unix end-of-line.
2006-10-11*** empty log message ***gdbadmin1-1/+1
2006-10-10 * gdb.texinfo (Command Syntax, Connecting, Remote configuration,Bob Wilson2-13/+19
Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode, TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
2006-10-10 * ser-mingw.c (free_pipe_state, pipe_wait_handle): UpdateDaniel Jacobowitz2-13/+46
for changes to pipe_select_thread. (pipe_done_wait_handle): New. (_initialize_ser_windows): Reference it.
2006-10-102006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>Daniel Jacobowitz13-82/+267
Daniel Jacobowitz <dan@codesourcery.com> * Makefile.in (expprint.o, parse.o, target.o): Update. * dwarf2loc.c (dwarf_expr_tls_address): Move body to target_translate_tls_address. Call it. * eval.c (evaluate_subexp_standard): Handle UNOP_MEMVAL_TLS. * expprint.c (print_subexp_standard): Likewise. (op_name_standard, dump_subexp_body_standard): Likewise. * expression.h (enum exp_opcode): Add UNOP_MEMVAL_TLS. (union exp_element): Add objfile. * parse.c (write_exp_elt_objfile): New function. (msym_tls_symbol_type): New. (write_exp_msymbol): Handle TLS. (operator_length_standard): Handle UNOP_MEMVAL_TLS. (build_parse): Initialize msym_tls_symbol_type. * parser-defs.h (write_exp_elt_objfile): New prototype. * target.c (target_translate_tls_address): New. * target.h (target_translate_tls_address): Add prototype. 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
2006-10-10*** empty log message ***gdbadmin1-1/+1
2006-10-09 * solib.c (solib_open): Handle an empty solib_absolute_prefix like aDaniel Jacobowitz2-3/+12
missing one.
2006-10-09 * solib.c (solib_read_symbols): Stop if the file was not found.Daniel Jacobowitz2-0/+9
2006-10-092006-10-09 Paul Pluzhnikov <ppluzhnikov@charter.net>Daniel Jacobowitz6-3/+115
PR c++/2116 * valops.c (find_overload_match): Check for a NULL name. 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com> PR c++/2116 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
2006-10-09*** empty log message ***gdbadmin1-1/+1
2006-10-08*** empty log message ***gdbadmin1-1/+1