aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2010-08-02*** empty log message ***gdbadmin1-1/+1
2010-08-01*** empty log message ***gdbadmin1-1/+1
2010-07-312010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov4-7/+49
* linux-thread-db.c (libthread_db_debug): New variable. (thread_db_find_new_threads_silently): Control verbosity with it. (try_thread_db_load_1, try_thread_db_load): Likewise. (find_new_threads_once): Likewise. (_initialize_thread_db): Set/show it. doc/ChangeLog 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com> * gdb.texinfo (Threads): Document 'debug libthread-db'.
2010-07-31 * Makefile.in (signals_h): New.Pedro Alves2-3/+11
(server_h): Depend on it. (server.o): Don't depend on $(signals_def). (signals.o): Depend on $(signals_def).
2010-07-31gdb/Jan Kratochvil4-165/+22
* common/signals.c (signals): Move the content to signals.def. Include it. Remove the INDENT comments. gdb/gdbserver/ * Makefile.in (signals_def): New. (server_h): Append include/gdb/signals.h and signals_def. (server.o): Append signals_def. include/gdb/ * signals.h (enum target_signal): Move the content to signals.def. Include it. * signals.def: New file.
2010-07-31*** empty log message ***gdbadmin1-1/+1
2010-07-30gdbTom Tromey5-1/+57
* Makefile.in (install-only): Install gdb-add-index. * gdb-add-index.sh: New file. gdb/doc * gdb.texinfo (Index Files): Mention gdb-add-index.
2010-07-30 * gdb.cp/temargs.exp: For new tests that require newer gccs,Doug Evans2-0/+42
xfail them when run with older gccs.
2010-07-30 * lib/gdb.exp (build_executable): Forward "c++" option toDoug Evans2-1/+8
get_compiler_info.
2010-07-30gdb/Cheng Renquan2-0/+5
* MAINTAINERS: Add myself for write after approval privileges.
2010-07-30 * gdb.python/py-type.exp (test_template): Mark as xfail testsDoug Evans2-0/+19
"python print ttype.template_argument(1)" and "python print isinstance(ttype.template_argument(1), gdb.Value)" if using gcc 4.4 or earlier.
2010-07-30 * gdb.base/valgrind-db-attach.exp: Use unique test name forDoug Evans2-0/+6
attach-to-debugger handling.
2010-07-30gdb/Jan Kratochvil6-8/+69
* symfile.c (addr_section_name): New function. (addrs_section_compar): Use it. (addr_info_make_relative): Use it. Move variable sect_name into a more inner block. Make ".dynbss" and ".sdynbss" checks more strict. gdb/testsuite/ * gdb.base/prelink-lib.c (copyreloc): New initialized variable. * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables. (main): Use copyreloc. * gdb.base/prelink.exp (split debug of executable) (.dynbss vs. .bss address shift): New tests.
2010-07-30 * configure: Rebuild.Tom Tromey3-2/+48
* configure.ac: Add missing case for Python 2.7.
2010-07-302010-07-30 Hui Zhu <teawater@gmail.com>Hui Zhu2-2/+11
* gdb.texinfo (Inferiors and Programs): Update the introduce of "detach inferior" and "kill inferior".
2010-07-30*** empty log message ***gdbadmin1-1/+1
2010-07-29 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_promptPedro Alves2-3/+8
in gdb_test_multiple.
2010-07-29* rx-tdep.c (rx_analyze_prologue): Don't require branches to haveDJ Delorie2-1/+5
conditions.
2010-07-29 * PROBLEMS: Remove mention of all problems.Pedro Alves2-100/+6
2010-07-29 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in thePedro Alves2-0/+10
environment.
2010-07-29*** empty log message ***gdbadmin1-1/+1
2010-07-282010-07-28 Pedro Alves <pedro@codesourcery.com>Pedro Alves5-2/+15
PR build/11848 * configure.ac: Check for wresize. * configure, config.in: Regenerate. * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call with HAVE_WRESIZE.
2010-07-28gdbTom Tromey5-23/+110
PR python/11060: * python/py-type.c (typy_legacy_template_argument): New function, extracted from typy_template_argument. (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT. Return a value when needed. gdb/testsuite PR python/11060: * gdb.python/py-type.c (Temargs): New template. (temvar): New variable. * gdb.python/py-type.exp (test_template): New proc.
2010-07-282010-07-28 Oleg Nesterov <oleg@redhat.com>Tom Tromey2-1/+6
* remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
2010-07-28 * dwarf2read.c (dwarf2_const_value_data): Never sign extend.Tom Tromey2-8/+12
2010-07-282010-07-28 Daniel Jacobowitz <dan@codesourcery.com>Pedro Alves6-20/+69
gdb/ * dwarf2read.c (read_subroutine_type): Improve THIS detection, handling DW_AT_object_pointer, and workaround GCC PR 43053. gdb/testsuite/ * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp, gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
2010-07-28 * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.Tom Tromey2-1/+5
2010-07-28Add missing gettext markup.Joel Brobecker3-2/+7
gdb/ChangeLog: * remote.c (remote_download_tracepoint): Add missing gettext markup. * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
2010-07-28[PATCH] breakpoint_re_set fails while connecting to gdbserver.Joel Brobecker2-1/+6
This is a problem that I noticed on GNU/Linux, when using both GDB and GDBserver to debug an Ada program. To reproduce, use any Ada program, built with debug info ("gnatmake -g ..."). Then start the program with gdbserver: % gdbserver :4444 simple_main And then insert a breakpoint using the name of an Ada function, followed by connecting to the target server: (gdb) b simple.test_simple Breakpoint 1 at 0x401f28: file simple.adb, line 16. (gdb) tar rem :4444 Remote debugging using :4444 Reading symbols from /lib64/ld-linux-x86-64.so.2... Reading symbols from /usr/lib/debug/lib/ld-2.11.1.so...done. done. Loaded symbols for /lib64/ld-linux-x86-64.so.2 !! -> Error in re-setting breakpoint 1: Can't find member of namespace, class, !! -> struct, or union named "simple.test_simple" !! -> Hint: try 'simple.test_simple<TAB> or 'simple.test_simple<ESC-?> !! -> (Note leading single quote.) 0x00007f4db3cf2af0 in _start () from /lib64/ld-linux-x86-64.so.2 Created trace state variable $trace_timestamp for target's variable 1. The problem is related to the fact that GDB found debug symbols for ld.so in /usr/lib/debug. For debugger configured with a prefix that is different from /usr, one way to force the problem to reproduce is to use: (gdb) set debug-file-directory /usr/lib/debug (assuming that debug info has been installed at that location). The problem is that the wrong language is used to parse the breakpoint location because it gets changed from under us as a side effect of some of the code that we do in prepration for re-parsing. In particular, breakpoint_re_set_one reads: set_language (b->language); input_radix = b->input_radix; s = b->addr_string; save_current_space_and_thread (); switch_to_program_space_and_thread (b->pspace); marker_spec = b->type == bp_static_tracepoint && is_marker_spec (s); [if (marker_spec) decode_tracepoint_spec (...) else decode_line_1] What happens in our case is that debugging information gets found for ld.so. As a result, the current_frame language is C whereas it would have been unknown if we did not have debugging info. And save_current_space_and_thread() implicitly causes the current frame to be selected, which changes the language automatically if the new language is not uknown and the the language mode is auto. The fix, until all parsing routines (including decode_line_1) get upgraded to take a language, is to select the breakpoint language as late as possible. In this case, we don't need to do that until we actually try to parse the breakpoint addr_string. gdb/ChangeLog: * breakpoint.c (breakpoint_re_set_one): Move call to set_language down, just before the block that parse the breakpoint addr_string.
2010-07-28gdbTom Tromey14-40/+532
PR c++/9946: * symfile.c (reread_symbols): Clear template_symbols. * symtab.h (struct symbol) <is_cplus_template_function>: New field. (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro. (struct template_symbol): New. * symtab.c (lookup_symbol_aux_local): Use cp_lookup_symbol_imports_or_template. * objfiles.h (struct objfile) <template_symbols>: New field. * objfiles.c (relocate_one_symbol): New function. (objfile_relocate1): Use it. Relocate isolated symbols. * gdbtypes.h (struct cplus_struct_type) <n_template_arguments, template_arguments>: New fields. (TYPE_N_TEMPLATE_ARGUMENTS): New macro. (TYPE_TEMPLATE_ARGUMENTS): Likewise. (TYPE_TEMPLATE_ARGUMENT): Likewise. (lookup_typename): Update. * gdbtypes.c (lookup_typename): Constify "block" argument. * dwarf2read.c: Include vec.h. (symbolp): New typedef. (read_func_scope): Read template arguments. Allocate a template_symbol when needed. (read_structure_type): Read template arguments. (new_symbol_full): New function, from new_symbol. Handle DW_TAG_template_type_param and DW_TAG_template_value_param. (new_symbol): Rewrite as wrapper. * cp-support.h (cp_lookup_symbol_imports_or_template): Declare. * cp-namespace.c: Include language.h. (search_symbol_list): New function. (cp_lookup_symbol_imports_or_template): Likewise. gdb/testsuite PR c++/9946: * gdb.cp/temargs.exp: New file. * gdb.cp/temargs.cc: New file.
2010-07-282010-07-28 Balazs Kezes <rlblaster@gmail.com>Pedro Alves2-0/+11
* tui/tui-win.c (make_visible_with_new_height): Resize and move the command window to the new size and position.
2010-07-28tabs vs spacesPedro Alves1-3/+3
2010-07-28 * tui/tui-win.c (tui_resize_all): Update the locator's origin'sPedro Alves2-0/+6
coordinates.
2010-07-282010-07-28 Balazs Kezes <rlblaster@gmail.com>Pedro Alves3-1/+8
* tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all after a detecting a resize. * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to call.
2010-07-28 * configure.ac: Check for resize_term.Pedro Alves4-2/+10
* configure, config.in: Regenerate.
2010-07-28misordered names in Write After Approval listJoel Brobecker2-2/+6
This patch moves a couple of write-after-approval names up to keep the list in alphabetical order. 2010-07-27 Joel Brobecker <brobecker@adacore.com> * MAINTAINERS (Write After Approval): Reorder a couple of entries.
2010-07-28Minor (space) reformatting.Joel Brobecker1-1/+1
2010-07-28*** empty log message ***gdbadmin1-1/+1
2010-07-27gdb/testsuite/Jan Kratochvil2-1/+5
* gdb.base/help.exp (help disassemble): Update the content.
2010-07-27 * dwarf2read.c (read_string): Rename to ...Pedro Alves2-11/+18
(read_direct_string): ... this. (skip_one_die, read_attribute_value, dwarf_decode_line_header) (dwarf_decode_lines, dwarf_decode_macros): Adjust.
2010-07-27gdb/Jan Kratochvil2-9/+24
* linux-nat.c (linux_nat_lp_status_is_event): New function. (count_events_callback, select_event_lwp_callback) (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
2010-07-27gdb/Jan Kratochvil7-7/+499
* ia64-linux-nat.c (ia64_linux_status_is_event): New function. (_initialize_ia64_linux_nat): Install it. * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event) (linux_nat_set_status_is_event): New. (stop_wait_callback, count_events_callback, select_event_lwp_callback) cancel_breakpoints_callback, linux_nat_filter_event) (linux_nat_wait_1): Use linux_nat_status_is_event. * linux-nat.h (linux_nat_set_status_is_event): New prototype. gdb/testsuite/ * gdb.threads/ia64-sigill.exp: New file. * gdb.threads/ia64-sigill.c: New file.
2010-07-27 * NEWS: Mention labels, .gdb_index.Tom Tromey2-0/+13
2010-07-27* cli/cli-cmds.c (disassemble_command): Add support of disassembleCheng Renquan5-11/+61
"start,+length" form of arguments.
2010-07-27gdb/Jan Kratochvil3-2/+13
* top.c (input_from_terminal_p): Return 0 on BATCH_FLAG. * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG. (fputs_maybe_filtered): Do not do filtering also on ! INPUT_FROM_TERMINAL_P.
2010-07-27Fix file name mentioned in this entry:Doug Evans1-1/+1
2010-07-27 Ken Werner <ken.werner@de.ibm.com> * dwarf2read.c (dwarf2_read_index): Initialize the types_list and types_list_elements variables.
2010-07-27 * gdb.opt/inline-cmds.c (ATTR): New define.Tom Tromey5-10/+52
(func1): Use it. (func2): Likewise. (func3): Likewise. (outer_inline1): Likewise. (outer_inline2): Likewise. * gdb.opt/inline-bt.c (ATTR): New define. (func1): Use it. (func2): Likewise. * gdb.opt/inline-locals.c (ATTR): New define. (func1): Use it. (func2): Likewise.
2010-07-27 * gdb.stabs/gdb11479.c (hack): New function.Tom Tromey4-8/+33
(test): Use it. (test2): Use it. * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf) (int32_search_buf, int64_search_buf): No longer static. (x): Remove. * gdb.base/relocate.c (hack): New function.
2010-07-27ARI fix (trailing newline in warning message).Joel Brobecker2-1/+6
* dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline in warning message.
2010-07-272010-07-27 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon7-1/+126
* python/py-value.c (valpy_call): New Function. 2010-07-27 Phil Muldoon <pmuldoon@redhat.com> * gdb.python/py-value.exp (test_inferior_function_call): New function. * gdb.python/py-value.c (func1): New function. (func2): Likewise. 2010-07-27 Phil Muldoon <pmuldoon@redhat.com> * gdb.texinfo (Values From Inferior): Add value inferior function call description.