96a88e5182262aa6cff70023ed75841f1baf9f0d
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
5 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
6 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
7 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
8 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
9 * complaints.h (complaint, internal_complaint): Likewise.
10 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
11 (ATTR_FORMAT): Remove.
12 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
13 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
14 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
15 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
16 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
17 (internal_error, internal_vwarning, internal_warning, warning)
18 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
19 * disasm.c (fprintf_disasm): Likewise.
20 * exceptions.c (throw_it): Likewise.
21 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
22 (throw_error): Likewise.
23 * language.h (type_error, range_error): Likewise.
24 * linespec.c (cplusplus_error): Likewise.
25 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
26 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
27 * monitor.c (monitor_debug): Likewise.
28 * parser-defs.h (parser_fprintf): Likewise.
29 * serial.h (serial_printf): Likewise.
30 * tui/tui-hooks.c (tui_query_hook): Likewise.
31 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
32 (uo_message): Likewise.
33 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
34 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
35 Likewise.
36 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
37
38 2010-05-02 Pedro Alves <pedro@codesourcery.com>
39
40 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
41 (cli_table_header, cli_begin, cli_end, cli_field_int)
42 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
43 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
44 Delete forward declarations.
45 (cli_ui_out_impl): Move below the callbacks.
46 (_initialize_cli_out): Delete.
47
48 2010-05-02 Pedro Alves <pedro@codesourcery.com>
49
50 * README: Use consistent `GDB' and `GDBserver' spellings.
51
52 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
53
54 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
55
56 2010-05-01 Pedro Alves <pedro@codesourcery.com>
57
58 * infrun.c (prepare_for_detach): In non-stop, context switch to
59 the thread that got the event before handling the event.
60
61 2010-04-30 Tom Tromey <tromey@redhat.com>
62
63 * symtab.c (symbol_set_names): Fix typo.
64
65 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
66
67 * python/py-param.c (parm_constants): Avoid ARI warning
68 by adding ARI comment.
69 (parmpy_init): Likewise.
70
71 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
72
73 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
74 and created type for re-use.
75
76 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
77
78 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
79
80 2010-04-29 Doug Evans <dje@google.com>
81
82 * ser-base.h (reschedule): Delete prototype.
83 * ser-base.c (reschedule): Make static.
84
85 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
86
87 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
88 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
89 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
90 EABI.
91 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
92 use.
93
94 2010-04-29 Pedro Alves <pedro@codesourcery.com>
95
96 PR gdb/11557
97
98 * regcache.c (registers_changed): Rename to ...
99 (registers_changed_ptid): ... this, and only delete register cache
100 entries matching the ptid filter argument.
101 (registers_changed): Reimplement on top of registers_changed_ptid.
102 * regcache.h (registers_changed_ptid): Declare.
103 * target.c (target_resume): Flush register caches.
104
105 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
106 Tom Tromey <tromey@redhat.com>
107 Thiago Jung Bauermann <bauerman@br.ibm.com>
108
109 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
110 (SUBDIR_PYTHON_SRCS): Likewise.
111 (py-parameter.o): New rule.
112 * python/py-parameter.c: New file.
113 * python/python-internal.h (gdbpy_initialize_parameter)
114 (gdbpy_parameter, gdbpy_parameter_value)
115 (gdbpy_parse_command_name): Declare.
116 * python/py-cmd.c (parse_command_name): Rename to
117 gdbpy_parse_command_name.
118 (gdbpy_parse_command_name): Accept a starting list parameter and
119 use over cmdlist.
120 (cmdpy_init): Use gdbpy_parse_command_name.
121 * python/python.c (parameter_to_python): Rename to
122 gdbpy_parameter_to_python. Accept enum var_types and value.
123 (gdbpy_parameter): Use gdbpy_parameter_value.
124 (_initialize_python): Call gdbpy_initialize_parameters.
125
126 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
127
128 * MAINTAINERS: Add myself for write after approval privileges.
129
130 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
131
132 D language support.
133 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
134 (COMMON_OBS): Add d-lang.o d-valprint.o.
135 (HFILES_NO_SRCDIR): Add d-lang.h.
136 * NEWS: Mention D language support.
137 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
138 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
139 * d-lang.c: New file.
140 * d-lang.h: New file.
141 * d-valprint.c: New file.
142 * defs.h (enum language): Add language_d.
143 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
144 * language.c (binop_result_type, integral_type, character_type)
145 (string_type, boolean_type, structured_type): Add language_d.
146 * symfile.c (init_filename_language_table): Add language_d.
147 * symtab.c: Include d-lang.h.
148 (symbol_init_language_specific, symbol_find_demangled_name)
149 (symbol_natural_name, lookup_symbol_in_language)
150 (symbol_demangled_name, symbol_matches_domain): Add language_d.
151
152 2010-04-27 Joel Brobecker <brobecker@adacore.com>
153
154 * solib-svr4.c (solib_svr4_r_map): Expand function description.
155
156 2010-04-27 Joel Brobecker <brobecker@adacore.com>
157
158 * symfile.c (init_filename_language_table): Register .dg files
159 with language_ada.
160
161 2010-04-27 Joel Brobecker <brobecker@adacore.com>
162
163 * gdbtypes.h (struct main_type): Expand comment about target_type
164 field.
165
166 2010-04-27 Pedro Alves <pedro@codesourcery.com>
167 Tristan Gingold <gingold@adacore.com>
168
169 * symfile.c (reread_symbols): Also search for file in libraries.
170 Update comment.
171
172 2010-04-27 Joel Brobecker <brobecker@adacore.com>
173
174 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
175 in terms of configuration.
176
177 2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
178
179 * objfiles.c: Include solist.h.
180 (free_all_objfiles): New variable so. Check stale solist objfiles.
181 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
182 and no_shared_libraries.
183
184 2010-04-27 Joel Brobecker <brobecker@adacore.com>
185
186 ARI warning fix.
187 * python/py-auto-load.c (source_section_scripts): Remove trailing
188 new-line in i18n string.
189
190 2010-04-26 Doug Evans <dje@google.com>
191
192 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
193
194 2010-04-26 Tom Tromey <tromey@redhat.com>
195
196 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
197 command list.
198
199 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
200
201 Removal of config/i386/nm-i386sol2.h native configuration file.
202 * config/i386/nm-i386sol2.h: Remove file.
203 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
204 * config/i386/sol2-64.mh: Idem.
205 * config/djgpp/fnchange.lst: Remove reference to that file.
206 * Makefile.in (HFILES_NO_SRCDIR): Idem.
207
208 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
209
210 PR breakpoints/11531.
211 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
212 macro definition and related comment.
213 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
214 (resume): Remove code and comment related to this macro.
215
216 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
217
218 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
219 Fix whitespace.
220
221 2010-04-24 Pedro Alves <pedro@codesourcery.com>
222
223 * defs.h: Adjust comment.
224 * filesystem.h, filesystem.c: New files.
225 * Makefile.in (SFILES): Add filesystem.c.
226 (COMMON_OBS): Add filesystem.o.
227 * solib.c (solib_find): Handle DOS-based filesystems. Handle
228 different target and host path flavours.
229 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
230 has_dos_based_file_system on the gdbarch.
231 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
232 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
233 * i386-tdep.c (i386_go32_init_abi): Ditto.
234 * gdbarch.sh (has_dos_based_file_system): New.
235 * gdbarch.h, gdbarch.c: Regenerate.
236 * NEWS: Mention improved support for remote targets with DOS-based
237 filesystems. Mention new `set/show target-file-system-kind'
238 commands.
239
240 2010-04-23 Stan Shebs <stan@codesourcery.com>
241
242 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
243 comments.
244 (struct agent_reqs): Remove.
245 (ax_reg_mask): Declare.
246 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
247 (free_agent_expr): Free reg_mask.
248 (ax_print): Add scope and register mask info.
249 (ax_reqs): Remove agent_reqs argument, use agent expression
250 fields, and move part of register mask computation to...
251 (ax_reg_mask): New function.
252 * ax-gdb.c (gen_trace_static_fields): Call it.
253 (gen_traced_pop): Ditto.
254 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
255 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
256 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
257 (gen_eval_for_expr): Ditto, and require an rvalue.
258 (agent_command): Call ax_reqs.
259 (agent_eval_command): Ditto.
260 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
261 (validate_action_line): Ditto.
262 (collect_symbol): Ditto.
263 (encode_actions_1): Ditto.
264
265 2010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
266 Paul Pluzhnikov <ppluzhnikov@google.com>
267 Jan Kratochvil <jan.kratochvil@redhat.com>
268
269 Fix deadlock on looped list of loaded shared objects.
270 * solib-svr4.c (LM_PREV): New function.
271 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
272 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
273 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
274 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
275
276 2010-04-23 Doug Evans <dje@google.com>
277
278 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
279 python.
280 * configure: Regenerate.
281 * main.c: #include "python/python.h".
282 (captured_main): Defer loading auto-loaded scripts until after
283 local_gdbinit has been sourced.
284 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
285 (load_auto_scripts_for_objfile): New function.
286 (auto_load_new_objfile): Call it.
287 * python/python.h (gdbpy_global_auto_load): Declare.
288 (load_auto_scripts_for_objfile): Declare.
289
290 Add support for auto-loading scripts from .debug_gdb_scripts section.
291 * NEWS: Add entry for .debug_gdb_scripts.
292 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
293 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
294 (py-auto-load.o): New rule.
295 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
296 * cli/cli-cmds.h (find_and_open_script): Update prototype.
297 * python/py-auto-load.c: New file.
298 * python/python-internal.h: #include <stdio.h>.
299 (set_python_list, show_python_list): Declare.
300 (gdbpy_initialize_auto_load): Declare.
301 (source_python_script_for_objfile): Declare.
302 * python/python.c: Remove #include of observer.h.
303 (gdbpy_auto_load): Moved to py-auto-load.c.
304 (GDBPY_AUTO_FILENAME): Ditto.
305 (gdbpy_new_objfile): Delete.
306 (source_python_script_for_objfile): New function.
307 (set_python_list, show_python_list): Make externally visible.
308 (_initialize_python): Move "auto-load" command to py-auto-load.c
309 and observer_attach_new_objfile to py-auto-load.c.
310
311 2010-04-23 Jerome Guitton <guitton@adacore.com>
312
313 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
314 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
315 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
316 New constants.
317 (alpha_heuristic_analyze_probing_loop): New function.
318 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
319 and handle cases when a stack probe loop is generated.
320 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
321 (alpha_mdebug_max_frame_size_exceeded): New function.
322 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
323 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
324 Return 0 when the maximum debuggable frame size has been exceeded.
325
326 2010-04-23 Joel Brobecker <brobecker@adacore.com>
327
328 Fix ARI warning.
329 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
330
331 2010-04-20 Chris Moller <cmoller@redhat.com>
332
333 PR 10179
334
335 * symtab.c (rbreak_command): Added code to include a filename
336 specification in the rbreak argument.
337 * NEWS: Added a brief description of filename-qualified rbreak.
338
339 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
340
341 Fix crashes on dangling display expressions.
342 * ada-lang.c (ada_operator_check): New function.
343 (ada_exp_descriptor): Fill-in the field operator_check.
344 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
345 * jv-lang.c (exp_descriptor_java): Likewise.
346 * m2-lang.c (exp_descriptor_modula2): Likewise.
347 * scm-lang.c (exp_descriptor_scm): Likewise.
348 * parse.c (exp_descriptor_standard): Likewise.
349 (operator_check_standard): New function.
350 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
351 * parser-defs.h (struct exp_descriptor): New field operator_check.
352 (operator_check_standard, exp_uses_objfile): New declarations.
353 * printcmd.c: Remove the inclusion of solib.h.
354 (display_uses_solib_p): Remove the function.
355 (clear_dangling_display_expressions): Call lookup_objfile_from_block
356 and exp_uses_objfile instead of display_uses_solib_p.
357 * solist.h (struct so_list) <objfile>: New comment.
358 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
359 * symtab.h (lookup_objfile_from_block): New declaration.
360 (struct general_symbol_info) <obj_section>: Extend the comment.
361
362 2010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
363 Thiago Jung Bauermann <bauerman@br.ibm.com>
364
365 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
366 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
367 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
368 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
369 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
370 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
371 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
372 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
373 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
374 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
375 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
376 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
377 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
378 Define, in case <ptrace.h> doesn't provide it.
379 (booke_debug_info): New variable.
380 (max_slots_number): Ditto.
381 (hw_break_tuple): New struct.
382 (thread_points): Ditto.
383 (ppc_threads): New variable.
384 (PPC_DEBUG_CURRENT_VERSION): New define.
385 (have_ptrace_new_debug_booke): New function.
386 (ppc_linux_check_watch_resources): Renamed to ...
387 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
388 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
389 (booke_cmp_hw_point): New function.
390 (booke_find_thread_points_by_tid): Ditto.
391 (booke_insert_point): Ditto.
392 (booke_remove_point): Ditto.
393 (ppc_linux_insert_hw_breakpoint): Ditto.
394 (ppc_linux_remove_hw_breakpoint): Ditto.
395 (get_trigger_type): Ditto.
396 (ppc_linux_insert_watchpoint): Handle BookE processors.
397 (ppc_linux_remove_watchpoint): Ditto.
398 (ppc_linux_new_thread): Ditto.
399 (ppc_linux_thread_exit): New function..
400 (ppc_linux_stopped_data_address): Handle BookE processors.
401 (ppc_linux_watchpoint_addr_within_range): Ditto.
402 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
403 to_remove_hw_breakpoint fields of the target operations struct.
404 Add observe for the thread_exit event.
405
406 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
407
408 * i386-linux-nat.c (regmap): Removed.
409 (fetch_register): Replace regmap with
410 i386_linux_gregset_reg_offset.
411 (store_register): Likewise.
412 (supply_gregset): Likewise.
413 (fill_gregset): Likewise.
414
415 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
416 global.
417
418 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
419
420 2010-04-22 Chris Moller <cmoller@redhat.com>
421
422 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
423 method of popping recursion-detection stack with a method based on
424 obstack_object_size(). (Similar to the PR9167 patch below, but for
425 the static array obstack rather than the static member obstack.)
426
427 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
428
429 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
430 (_initialize_amd64_linux_nat): Replace
431 amd64_linux_gregset64_reg_offset with
432 amd64_linux_gregset_reg_offset.
433
434 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
435 global.
436
437 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
438
439 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
440
441 PR stabs/11479.
442 * stabsread.c (set_length_in_type_chain): New function.
443 (read_struct_type): Call set_length_in_type_chain function.
444 (read_enum_type): Idem.
445
446 2010-04-21 Stan Shebs <stan@codesourcery.com>
447 Nathan Sidwell <nathan@codesourcery.com>
448
449 * tracepoint.c (trace_save): Open in binary mode.
450
451 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
452
453 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
454 fields.
455 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
456 builtin_char32 fields.
457 * printcmd.c (decode_format): Set char size to '\0'
458 for strings unless explicit size is given.
459 (print_formatted): Correct calculation of NEXT_ADDRESS
460 for 16 or 32 bit strings.
461 (do_examine): Do not force byte size for strings.
462 Use builtin_char16 and builtin_char32 types to display
463 16 or 32 bit-wide strings.
464 (x_command): Set LAST_SIZE to 'b' for string type.
465
466 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
467
468 PR corefiles/11523
469 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
470 XCR0 first.
471
472 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
473 there is no .reg-xstate section.
474 (i386_linux_core_read_description): Check XCR0 first.
475
476 2010-04-21 Mike Frysinger <vapier@gentoo.org>
477
478 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
479 for len <= 8.
480
481 2010-04-21 Chris Moller <cmoller@redhat.com>
482
483 PR 9167
484 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
485 method of popping recursion-detection stack with a method based on
486 obstack_object_size().
487
488 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
489
490 PR pascal/11492.
491 * p-valprint.c (pascal_val_print): Fix default printing of integer
492 arrays.
493
494 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
495
496 Fix compilation warning on gcc-4.1.2.
497 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
498 local variable`pc' to zero.
499
500 2010-04-20 Joel Brobecker <brobecker@adacore.com>
501
502 Implement thread support with core files on alpha-tru64.
503 * dec-thread.c (dec_thread_find_new_threads): New function,
504 extracted from resync_thread_list.
505 (resync_thread_list): Add OPS parameter. Replace extracted-out
506 code by call to dec_thread_find_new_threads.
507 (dec_thread_wait): Update call to resync_thread_list.
508 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
509
510 2010-04-20 Joel Brobecker <brobecker@adacore.com>
511
512 * ada-lang.c (value_pointer): New function.
513 (make_array_descriptor): Call value_pointer to convert addresses to
514 pointers.
515
516 2010-04-20 Joel Brobecker <brobecker@adacore.com>
517
518 * rs6000-aix-tdep.c: #include exceptions.h.
519 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
520 while reading the memory at ADDR, then ADDR cannot be a function
521 descriptor.
522
523 2010-04-20 Joel Brobecker <brobecker@adacore.com>
524
525 * ada-typeprint.c (ada_print_typedef): New function.
526 * ada-lang.h (ada_print_typedef): Add declaration.
527 * ada-lang.c (ada_language_defn): set la_print_typdef field
528 to ada_print_typedef.
529
530 2010-04-20 Joel Brobecker <brobecker@adacore.com>
531
532 * procfs.c (procfs_address_to_host_pointer): Only define when used.
533
534 2010-04-20 Joel Brobecker <brobecker@adacore.com>
535
536 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
537 (iterate_over_mappings): Adjust function profile. Add declaration.
538 (insert_dbx_link_bpt_in_region, info_mappings_callback):
539 Adjust accordingly.
540
541 2010-04-20 Joel Brobecker <brobecker@adacore.com>
542
543 * procfs.c (solib_mappings_callback): Move function up to avoid
544 a compiler warning.
545
546 2010-04-20 Joel Brobecker <brobecker@adacore.com>
547
548 * procfs.c (find_signalled_thread, find_stop_signal): Move
549 these functions down to define them only when used.
550
551 2010-04-20 Joel Brobecker <brobecker@adacore.com>
552
553 * valprint.c (common_val_print): Fix the value before extracting
554 its contents.
555 * ada-lang.c (ada_to_fixed_value): Make this function extern.
556 * ada-lang.h (ada_to_fixed_value): New function declaration.
557 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
558 to avoid code duplication and fix a bug in the handling of
559 fixed types contents.
560
561 2010-04-20 Tom Tromey <tromey@redhat.com>
562
563 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
564 (read_partial_die): Likewise.
565 (dwarf_attr_name): Likewise.
566
567 2010-04-20 Chris Moller <cmoller@redhat.com>
568
569 PR 10867
570
571 * cp-valprint.c (global): Adding new static array recursion
572 detection obstack.
573 (cp_print_value_fields, cp_print_static_field): Added new static
574 array recursion detection code.
575
576 2010-04-20 Mark Kettenis <kettenis@gnu.org>
577
578 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
579 general-purpose register set should be 68 instead of 144.
580 (i386_linux_sse_regset_sections): Likewise.
581 (i386_linux_avx_regset_sections): Likewise.
582
583 2010-04-20 Stan Shebs <stan@codesourcery.com>
584 Nathan Sidwell <nathan@codesourcery.com>
585
586 * dwarf2loc.c (struct axs_var_loc): New struct.
587 (dwarf2_tracepoint_var_loc): New function.
588 (dwarf2_tracepoint_var_access): New function.
589 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
590 with DW_OP_piece.
591 (locexpr_describe_location_piece): New function.
592 (locexpr_describe_location_1): New function.
593 (locexpr_describe_location): Call it, update signature.
594 (loclist_describe_location): Rewrite to loop over locations,
595 update signature.
596 * symtab.h (struct symbol_computed_ops): Add address to
597 describe_location arguments, return void.
598 * printcmd.c (address_info): Get context PC, pass to computed
599 location description.
600 * tracepoint.c (scope_info): Ditto.
601 * ax-gdb.c (trace_kludge): Export.
602
603 2010-04-20 Tom Tromey <tromey@redhat.com>
604
605 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
606 (struct dwarf2_cie) <segment_size>: New field.
607 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
608 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
609 DW_FORM_exprloc.
610 (read_attribute_value): Handle DW_FORM_flag_present,
611 DW_FORM_sec_offset, DW_FORM_exprloc.
612 (dump_die_shallow): Likewise.
613 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
614 (dwarf2_const_value): Handle DW_FORM_exprloc.
615 (attr_form_is_block): Likewise.
616 (struct line_header) <maximum_ops_per_instruction>: New field.
617 (dwarf_decode_line_header): Set new field.
618 (dwarf_decode_lines): Handle new field.
619
620 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
621
622 * f-exp.y: Add new production to recognize the `logical*8' type.
623 (LOGICAL_S8_KEYWORD): New token.
624 * f-lang.c (enum f_primitive_types)
625 <f_primitive_type_logical_s8>: New field.
626 (f_language_arch_info): Handling `logical*8' type.
627 (build_fortran_types): Building `logical*8' type.
628 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
629
630 2010-04-19 Doug Evans <dje@google.com>
631
632 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
633 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
634 (pipe_close): Ditto.
635
636 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
637
638 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
639
640 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
641
642 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
643 type to void function.
644
645 2010-04-19 Stan Shebs <stan@codesourcery.com>
646 Vladimir Prus <vladimir@codesourcery.com>
647
648 * tracepoint.c (tfind_1): Add missing newline, report exit from
649 tfind mode as such.
650 * target.c (update_current_target): Make default
651 to_trace_find return -1.
652
653 2010-04-19 Mike Frysinger <vapier@gentoo.org>
654
655 * objc-lang.c (find_methods): Move symname check up.
656
657 2010-04-19 Pedro Alves <pedro@codesourcery.com>
658
659 * ada-lang.c (print_recreate_exception)
660 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
661 not "catch unhandled".
662
663 2010-04-19 Pedro Alves <pedro@codesourcery.com>
664
665 PR breakpoints/8554.
666
667 Implement `save-breakpoints'.
668
669 * breakpoint.c (save_cmdlist): New.
670 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
671 to save_cmdlist.
672 (print_recreate_catch_fork): New.
673 (catch_fork_breakpoint_ops): Install it.
674 (print_recreate_catch_vfork): New.
675 (catch_vfork_breakpoint_ops): Install it.
676 (print_recreate_catch_syscall): New.
677 (catch_syscall_breakpoint_ops): Install it.
678 (print_recreate_catch_exec): New.
679 (catch_exec_breakpoint_ops): Install it.
680 (print_recreate_exception_catchpoint): New.
681 (gnu_v3_exception_catchpoint_ops): Install it.
682 (save_breakpoints): New, based on tracepoint_save_command, but
683 handle all breakpoint types.
684 (save_breakpoints_command): New.
685 (tracepoint_save_command): Rename to...
686 (save_tracepoints_command): ... this, and reimplement using
687 save_breakpoints.
688 (save_command): New.
689 (_initialize_breakpoints): Install the "save" command prefix.
690 Install the "save breakpoints" command. Make "save-tracepoints" a
691 deprecated alias for "save tracepoints".
692 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
693 * ada-lang.c (print_recreate_exception): New.
694 (print_recreate_catch_exception): New.
695 (catch_exception_breakpoint_ops): Install it.
696 (print_recreate_catch_exception_unhandled): New.
697 (catch_exception_unhandled_breakpoint_ops): Install it.
698 (print_recreate_catch_assert): New.
699 (catch_assert_breakpoint_ops): Install it.
700
701 * NEWS: Mention the new `save breakpoints' command. Mention the
702 new `save tracepoints' alias and that `save-tracepoints' is now
703 deprecated.
704
705 2010-04-18 Pedro Alves <pedro@codesourcery.com>
706
707 PR tui/9217
708
709 * tui/tui-out.c: Include cli-out.h.
710 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
711 (tui_begin, tui_end, tui_field_int, tui_field_skip)
712 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
713 (tui_message, tui_wrap_hint, tui_flush): Delete forward
714 declarations.
715 (struct ui_out_data): Rename to...
716 (struct tui_ui_out_data): ... this. Remove `stream' and
717 `suppress_output' fields, and inherit cli_ui_out_data.
718 (tui_out_data): New typedef.
719 (tui_ui_out_impl): Don't initialize fields staticaly.
720 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
721 (tui_begin, tui_end): Delete.
722 (tui_field_int): Adjust to delegate most work to the base type.
723 (tui_field_skip): Delete.
724 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
725 delegate most work to the base type.
726 (tui_spaces): Delete.
727 (tui_text): Adjust to delegate most work to the base type.
728 (tui_message): Delete.
729 (tui_wrap_hint): Delete.
730 (tui_flush): Delete.
731 (out_field_fmt): Delete.
732 (field_separator): Delete.
733 (tui_out_new): Adjust to initialize the base type.
734 (_initialize_tui_out): Initialize tui_ui_out_impl.
735 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
736 cli_ui_out_data.
737 (cli_out_data): Adjust.
738 (cli_ui_out_impl): Make extern.
739 (cli_table_header, cli_field_int, cli_field_skip): Use
740 uo_field_string instead of cli_field_string.
741 (cli_redirect): Adjust to use cli_out_data.
742 (cli_out_data_ctor): New.
743 (cli_out_new): Use it.
744 * cli-out.h (struct ui_file): Remove forward declaration.
745 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
746 (cli_ui_out_impl): Declare.
747 (cli_out_data_ctor): Declare.
748 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
749 (uo_field_string): No longer static.
750 (ui_out_data): Change return type to void pointer.
751 (ui_out_new): Change `data' parameter type to void pointer.
752 * ui-out.h (struct ui_out_data): Don't forward declare.
753 (ui_out_data): Change return type to void pointer.
754 (ui_out_new): Change `data' parameter type to void pointer.
755 (uo_field_string): Declare.
756
757 2010-04-17 Pedro Alves <pedro@codesourcery.com>
758
759 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
760 instead of always false.
761
762 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
763
764 PR corefiles/11511
765 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
766 orig_rax.
767
768 2010-04-17 Pedro Alves <pedro@codesourcery.com>
769
770 * breakpoint.c (watchpoints_triggered): Use
771 is_hardware_watchpoint.
772 (watchpoints_triggered): Ditto.
773 (bpstat_check_location): Use is_watchpoint and
774 is_hardware_watchpoint.
775 (bpstat_check_watchpoint): Use is_watchpoint and
776 is_hardware_watchpoint.
777 (bpstat_stop_status): Fix comment.
778 (user_settable_breakpoint): Use is_watchpoint.
779 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
780 (disable_watchpoints_before_interactive_call_start): Use
781 is_watchpoint.
782 (enable_watchpoints_after_interactive_call_stop): Use
783 is_watchpoint.
784 (clear_command): Use is_watchpoint.
785 (do_enable_breakpoint): Use is_watchpoint.
786
787 2010-04-16 Mike Frysinger <vapier@gentoo.org>
788
789 * solib-frv.c (enable_break1_done): Delete.
790 (enable_break2): Do not check enable_break1_done. Move the
791 enable_break2_done setting and call to
792 remove_solib_event_breakpoints() to the end. Return without
793 warning when the contents of _dl_debug_addr are 0.
794 (enable_break): Do not set enable_break1_done.
795 (frv_clear_solib): Likewise.
796
797 2010-04-16 Kevin Buettner <kevinb@redhat.com>
798
799 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
800 instead of an error if no PLT entry is found. Return a
801 potentially useful result.
802 (m32c_m16c_pointer_to_address): Add code to search for function
803 address when no .plt entry is found.
804
805 2010-04-16 Stan Shebs <stan@codesourcery.com>
806
807 * tracepoint.c (trace_variable_command): Run a cleanup.
808
809 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
810
811 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
812
813 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
814
815 Support for Windows OS Thread Information Block.
816 * NEWS: Document new feature.
817 * remote.c (PACKET_qGetTIBAddr): New enum element.
818 (remote_get_tib_address): New function.
819 (init_remote_ops): Set to_get_tib_address field
820 to remote_get_tib_address.
821 (_initialize_remote): Add add_packet_config_cmd
822 for PACKET_qGetTIBAddr.
823 * target.c (update_current_target): Set default value for
824 new to_get_tib_address field.
825 * target.h (target_ops): New field to_get_tib_address.
826 (target_get_tib_address): New macro.
827 * windows-nat.c (thread_info): Add thread_local_base field.
828 (windows_add_thread): Add tlb argument of type 'void *'.
829 (fake_create_process): Adapt windows_add_thread call.
830 (get_windows_debug_event): Idem.
831 (windows_get_tib_address): New function.
832 (init_windows_ops): Set to_get_tib_address field
833 to remote_get_tib_address.
834 (_initialize_windows_nat): Replace info_w32_cmdlist
835 initialization by a call to init_w32_command_list.
836 (info_w32_command, info_w32_cmdlist): Removed from here...
837 to windows-tdep.c file.
838 * windows-tdep.h (info_w32_cmdlist): Declare.
839 (init_w32_command_list): New external function
840 declaration.
841 * windows-tdep.c: Add several headers.
842 (info_w32_cmdlist): to here, made global.
843 (thread_information_32): New struct.
844 (thread_information_64): New struct.
845 (TIB_NAME): New char array.
846 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
847 (maint_display_all_tib): New static variable.
848 (windows_get_tlb_type): New function.
849 (tlb_value_read, tlb_value_write): New functions.
850 (tlb_value_funcs): New static struct.
851 (tlb_make_value): New function.
852 (display_one_tib): New function.
853 (display_tib): New function.
854 (show_maint_show_all_tib):New function.
855 (info_w32_command): Moved from windows-nat.c.
856 (init_w32_command_list): New function.
857 (_initialize_windows_tdep): New function.
858 New "maint set/show show-all-tib" command
859 New "$_tlb" internal variable.
860
861 2010-04-16 Joel Brobecker <brobecker@adacore.com>
862
863 * tui/tui-regs.c (tui_display_register): Add comment about
864 a couple of casts.
865 * tui/tui-stack.c (tui_show_locator_content): Ditto.
866
867 2010-04-15 Stan Shebs <stan@codesourcery.com>
868
869 * frame.c: Include tracepoint.h.
870 (get_current_frame): Allow a trace frame to be an alternate source
871 of stack frame data.
872 * tracepoint.c (tfind_1): Don't try to get current stack frame if
873 it won't succeed.
874
875 2010-04-15 Pedro Alves <pedro@codesourcery.com>
876
877 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
878 flags.
879 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
880
881 2010-04-15 Doug Evans <dje@google.com>
882
883 * NEWS: Add entry for python program space support.
884 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
885 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
886 (py-progspace.o): New rule.
887 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
888 function.
889 (find_pretty_printer_from_progspace): New function.
890 (find_pretty_printer_from_gdb): New function.
891 (find_pretty_printer): Rewrite.
892 * python/py-progspace.c: New file.
893 * python/python-internal.h (program_space): Add forward decl.
894 (pspace_to_pspace_object, pspy_get_printers): Declare.
895 (gdbpy_initialize_pspace): Declare.
896 * python/python.c: #include "progspace.h".
897 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
898 (_initialize_python): Call gdbpy_initialize_pspace.
899 (GdbMethods): Add current_progspace, progspaces.
900
901 Add -s option to source command.
902 * NEWS: Document new option.
903 * cli/cli-cmds.c (find_and_open_script): Add function comment.
904 Delete from_tty and cleanupp args. Split filep arg into file and
905 full_pathp. New arg search_path.
906 (source_script_from_stream): New function.
907 (source_script_with_search): New function.
908 (source_script): Rewrite.
909 (source_command): Parse "-s" option.
910 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
911 * python/python.c (source_python_script): Make file arg a const char *.
912 Don't call fclose, leave for caller.
913 * python/python.h (source_python_script): Update.
914
915 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
916 Pedro Alves <pedro@codesourcery.com>
917
918 Avoid rereading shared libraries that haven't changed.
919
920 * solib.c (free_so_symbols): New function, from ...
921 (free_so): ... here. Call it.
922 (solib_read_symbols): Don't warn here if symbols have already been
923 loaded.
924 (solib_add): Warn here instead, if a pattern was specified.
925 (reload_shared_libraries_1): New.
926 (reload_shared_libraries): Rewrite to not fetch the library list.
927
928 2010-04-14 Doug Evans <dje@google.com>
929
930 * source.c (openp): Strip DOS drive letter if present before
931 concatenating string to search path.
932
933 2010-04-14 Pedro Alves <pedro@codesourcery.com>
934
935 * objfiles.h (gdb_bfd_close_or_warn): Declare.
936 * objfiles.c (gdb_bfd_close_or_warn): New.
937 * corelow.c: Include objfiles.h
938 (core_close): Use gdb_bfd_close_or_warn.
939 * elfread.c (build_id_verify): Ditto.
940 * exec.c (exec_close, exec_close_1): Ditto.
941
942 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
943 Pedro Alves <pedro@codesourcery.com>
944
945 Group errors for many missing shared libraries.
946
947 * solist.h (struct so_list): Remove from_tty.
948 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
949 (solib_map_sections): Take so_list argument. Return 0 if we
950 failed to open a BFD. Add target sections here.
951 (symbol_add_stub): Delete.
952 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
953 not from_tty copied from the so_list. Don't warn a second time
954 for a missing library.
955 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
956 add to the section table here. Print out a single warning for all
957 missing libraries.
958 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
959 flags.
960
961 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
962
963 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
964 error/warning messages. Capitalize and use complete sentences.
965 (blpy_block_syms_iternext): Likewise.
966 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
967 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
968 (frame_info_to_frame_object, frapy_read_var)
969 (gdbpy_frame_stop_reason_string): Likewise.
970 * python/py-lazy-string.c (stpy_convert_to_value)
971 (gdbpy_create_lazy_string_object): Likewise.
972 * python/py-objfile.c (objfpy_set_printers): Likewise.
973 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
974 * python/python.c (parameter_to_python): Likewise.
975 * python/py-type.c (typy_range, typy_target): Likewise.
976 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
977 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
978
979
980 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
981
982 PR python/11381
983
984 * python/py-prettyprint.c (pretty_print_one_value): Test for
985 Py_None.
986 (print_string_repr): Test for Py_None. Set flags accordingly.
987 Return value depending on return type.
988 (print_children): Take a value indicating whether data was printed
989 before this function was called. Alter output accordingly.
990 (apply_val_pretty_printer): Capture return value from
991 print_string_repr and pass to print_children.
992
993 2010-04-13 Mark Kettenis <kettenis@gnu.org>
994
995 PR corefiles/11481
996 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
997 register note sections.
998 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
999 New variables.
1000 (i386_linux_init_abi): Install list of supported register note
1001 sections that matches the target description.
1002
1003 2010-04-13 Pedro Alves <pedro@codesourcery.com>
1004
1005 * remote.c (remote_get_noisy_reply): Don't error out on empty
1006 replies.
1007 (remote_start_remote): Update and merge tracepoints and trace
1008 state variables as long as the target supports tracepoints.
1009 (remote_trace_init): Fix prototype.
1010 (remote_download_trace_state_variable): Validate reply.
1011 (remote_trace_set_readonly_regions): Fix prototype.
1012 (remote_trace_start): Fix prototype. Check for empty reply.
1013 (remote_get_trace_status): Small cleanup.
1014 (remote_trace_stop): Fix prototype. Check for empty reply.
1015 (remote_trace_find): Check for empty reply.
1016 (remote_save_trace_data): Validate reply.
1017 (remote_set_disconnected_tracing): Check for empty reply, and
1018 validate reply.
1019 (remote_set_circular_trace_buffer): Ditto.
1020
1021 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
1022
1023 Suppress unused value warning during compilation.
1024 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
1025 calls to void.
1026 * tui/tui-stack.c (tui_show_locator_content): Likewise.
1027
1028 2010-04-12 Stan Shebs <stan@codesourcery.com>
1029
1030 * tracepoint.c (tfile_xfer_partial): Check read result.
1031
1032 2010-04-12 Mike Frysinger <vapier@gentoo.org>
1033
1034 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
1035 * remote-sim.c (gdbsim_files_info): Likewise.
1036
1037 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1038
1039 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
1040 * arm-linux-nat.c (arm_linux_vfp_register_count): New
1041 variable.
1042 (fetch_vfp_registers): New function to fetch VFP registers.
1043 (store_vfp_registers): New function to store VFP registers.
1044 (arm_linux_fetch_inferior_registers): Add support for VFP
1045 registers.
1046 (arm_linux_store_inferior_registers): Likewise.
1047 (arm_linux_read_description): Likewise.
1048 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
1049 until we need it.
1050
1051 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
1052
1053 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
1054 tdep.
1055 (amd64_collect_xstateregset): Likewise.
1056
1057 2010-04-09 Stan Shebs <stan@codesourcery.com>
1058
1059 * tracepoint.c (trace_status_mi): Report frames created.
1060
1061 * tracepoint.c (trace_dump_command): Include default-collect
1062 expressions.
1063
1064 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
1065
1066 * symtab.c (find_function_start_sal): Never return SAL pointing
1067 before function start address, even if line info is missing.
1068
1069 2010-04-09 Pedro Alves <pedro@codesourcery.com>
1070
1071 * NEWS: Mention tracepoints support.
1072
1073 2010-04-09 Pedro Alves <pedro@codesourcery.com>
1074
1075 * tracepoint.c (trace_status_mi): Report disconnected tracing and
1076 circular trace buffer statuses.
1077
1078 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1079
1080 * config/djgpp/fnchange.lst: Fix typo in translations for
1081 symbol-without-target_section.exp and symbol-without-target_section.c.
1082
1083 2010-04-09 Pedro Alves <pedro@codesourcery.com>
1084
1085 * breakpoint.c (condition_command): Pass condition expression to
1086 set_breakpoint_condition stripped from breakpoint number.
1087
1088 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1089 Thiago Jung Bauermann <bauerman@br.ibm.com>
1090 Tom Tromey <tromey@redhat.com>
1091
1092 * breakpoint.c (condition_command): Simplify. Move condition
1093 setting code to ...
1094 (set_breakpoint_condition): ... here. New function.
1095 * breakpoint.h (set_breakpoint_condition): Declare.
1096 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
1097 (SUBDIR_PYTHON_SRCS): Likewise.
1098 (py-breakpoint.o): New rule.
1099 * python/py-breakpoint.c: New file.
1100 * python/python-internal.h (gdbpy_breakpoints)
1101 (gdbpy_initialize_breakpoints): Declare.
1102 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
1103
1104 2010-04-09 Pedro Alves <pedro@codesourcery.com>
1105
1106 * regformats/regdat.sh: Include server.h. Don't include
1107 regcache.h.
1108
1109 2010-04-08 Stan Shebs <stan@codesourcery.com>
1110 Pedro Alves <pedro@codesourcery.com>
1111
1112 * tracepoint.h (struct trace_status): New fields disconnected_tracing
1113 and circular_buffer.
1114 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
1115 * tracepoint.c (trace_status_command): Display target's status for
1116 disconnected tracing and circular buffer.
1117 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
1118 query for non-disconnected-tracing case, remove the stop_tracing
1119 call.
1120 (tfile_open): Clear disconnected and circular buffer status.
1121 (trace_save): Save disconnected and circular buffer status.
1122 (parse_trace_status): Parse disconnected and circular buffer status,
1123 also recognize disconnected as a stop reason.
1124 * remote.c (remote_set_disconnected_tracing): Only set
1125 QTDisconnected if the remote end supports disconnected tracing.
1126 Warn otherwise, if trying to enable disconnected tracing.
1127 * infcmd.c (detach_command): Update disconnect_tracing call.
1128 * cli/cli-cmds.c (quit_command): Ditto.
1129
1130 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1131
1132 * i387-tdep.c (i387_collect_xsave): Replace abort with
1133 internal_error.
1134
1135 2010-04-08 Stan Shebs <stan@codesourcery.com>
1136
1137 * breakpoint.c (default_collect_info): New function.
1138 (breakpoints_info): Call it.
1139 (maintenance_info_breakpoints): Ditto.
1140 (tracepoints_info): Ditto.
1141
1142 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1143
1144 * i387-tdep.c (i387_collect_xsave): Re-indent.
1145
1146 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1147
1148 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
1149 if HAVE_PTRACE_GETFPXREGS is defined.
1150 (i386_linux_read_description): Set have_ptrace_getfpxregs and
1151 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
1152
1153 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
1154 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
1155 if .reg-xfp section doesn't exist.
1156 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
1157
1158 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
1159
1160 * i386-tdep.c: Include "features/i386/i386-mmx.c".
1161 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
1162 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
1163 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
1164 (i386_gdbarch_init): Update comments.
1165 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
1166
1167 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
1168
1169 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
1170
1171 * features/Makefile (i386/i386-mmx-expedite): New.
1172 (i386/i386-mmx-linux-expedite): Likewise.
1173 ($(outdir)/i386/i386-mmx.dat): Likewise.
1174 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
1175
1176 * features/i386/i386-mmx-linux.c: New.
1177 * features/i386/i386-mmx-linux.xml: Likewise.
1178 * features/i386/i386-mmx.c: Likewise.
1179 * features/i386/i386-mmx.xml: Likewise.
1180 * regformats/i386/i386-mmx-linux.dat: Likewise.
1181 * regformats/i386/i386-mmx.dat: Likewise.
1182
1183 * features/Makefile (WHICH): Add i386/i386-mmx and
1184 i386/i386-mmx-linux.
1185
1186 2010-04-08 Doug Evans <dje@google.com>
1187
1188 * source.c (openp): Skip $cdir in PATH.
1189
1190 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
1191
1192 PR python/11417
1193 * python/py-lazy-string.c (stpy_convert_to_value): Check for
1194 a NULL address.
1195 (gdbpy_create_lazy_string_object): Allow strings with a NULL
1196 address and a zero length.
1197
1198 2010-04-08 Hui Zhu <teawater@gmail.com>
1199
1200 * i386-tdep.c (i386_process_record): Add support for insn
1201 rdtsc.
1202
1203 2010-04-07 Doug Evans <dje@google.com>
1204
1205 * python/python.c (source_python_script): Use ensure_python_env
1206 to prepare environment for script.
1207
1208 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
1209
1210 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
1211 <sys/uio.h> and "i386-xstate.h".
1212 (PTRACE_GETREGSET): New.
1213 (PTRACE_SETREGSET): Likewise.
1214 (have_ptrace_getregset): Likewise.
1215 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
1216 registers.
1217 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
1218 registers.
1219 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
1220 (amd64_linux_store_inferior_registers): Likewise.
1221 (amd64_linux_read_description): Check and enable AVX target
1222 descriptions.
1223
1224 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
1225 and "features/i386/amd64-avx-linux.c".
1226 (amd64_linux_regset_sections): New.
1227 (amd64_linux_core_read_description): Check and enable AVX
1228 target description.
1229 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
1230 set_gdbarch_core_regset_sections.
1231 (_initialize_amd64_linux_tdep): Call
1232 initialize_tdesc_amd64_avx_linux.
1233
1234 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
1235 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
1236 (tdesc_amd64_avx_linux): New.
1237 (amd64_linux_update_xstateregset): Likewise.
1238
1239 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
1240 (amd64_ymm_names): New.
1241 (amd64_ymmh_names): Likewise.
1242 (amd64_register_name): Likewise.
1243 (amd64_supply_xstateregset): Likewise.
1244 (amd64_collect_xstateregset): Likewise.
1245 (amd64_supply_xsave): Likewise.
1246 (amd64_collect_xsave): Likewise.
1247 (AMD64_NUM_REGS): Removed.
1248 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
1249 %xmmN if AVX is available.
1250 (amd64_pseudo_register_name): Support pseudo YMM registers.
1251 (amd64_regset_from_core_section): Support .reg-xstate section.
1252 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
1253 and ymm0h_regnum. Call set_gdbarch_register_name.
1254 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
1255
1256 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
1257 AMD64_YMM15H_REGNUM.
1258 (AMD64_NUM_REGS): New.
1259 (amd64_supply_xsave): Likewise.
1260 (amd64_collect_xsave): Likewise.
1261 (amd64_register_name): Removed.
1262 (amd64_register_type): Likewise.
1263
1264 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
1265
1266 * i387-tdep.c: Include "i386-xstate.h".
1267 (XSAVE_XSTATE_BV_ADDR): New.
1268 (xsave_avxh_offset): Likewise.
1269 (XSAVE_AVXH_ADDR): Likewise.
1270 (i387_supply_xsave): Likewise.
1271 (i387_collect_xsave): Likewise.
1272
1273 * i387-tdep.h (I387_NUM_YMM_REGS): New.
1274 (I387_YMM0H_REGNUM): Likewise.
1275 (I387_YMMENDH_REGNUM): Likewise.
1276 (i387_supply_xsave): Likewise.
1277 (i387_collect_xsave): Likewise.
1278
1279 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
1280
1281 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
1282 <sys/uio.h> and "i386-xstate.h".
1283 (PTRACE_GETREGSET): New.
1284 (PTRACE_SETREGSET): Likewise.
1285 (fetch_xstateregs): Likewise.
1286 (store_xstateregs): Likewise.
1287 (GETXSTATEREGS_SUPPLIES): Likewise.
1288 (regmap): Include 8 upper YMM registers.
1289 (i386_linux_fetch_inferior_registers): Support XSAVE extended
1290 state.
1291 (i386_linux_store_inferior_registers): Likewise.
1292 (i386_linux_read_description): Check and enable AVX target
1293 descriptions.
1294
1295 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
1296 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
1297 (i386_linux_regset_sections): Add ".reg-xstate".
1298 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
1299 (i386_linux_core_read_xcr0): New.
1300 (i386_linux_core_read_description): Check and enable AVX target
1301 description.
1302 (i386_linux_init_abi): Set xsave_xcr0_offset.
1303 (_initialize_i386_linux_tdep): Call
1304 initialize_tdesc_i386_avx_linux.
1305
1306 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
1307 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
1308 (i386_linux_core_read_xcr0): New.
1309 (tdesc_i386_avx_linux): Likewise.
1310 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
1311
1312 * i386-tdep.c: Include "i386-xstate.h" and
1313 "features/i386/i386-avx.c".
1314 (i386_ymm_names): New.
1315 (i386_ymmh_names): Likewise.
1316 (i386_ymmh_regnum_p): Likewise.
1317 (i386_ymm_regnum_p): Likewise.
1318 (i386_xmm_regnum_p): Likewise.
1319 (i386_register_name): Likewise.
1320 (i386_ymm_type): Likewise.
1321 (i386_supply_xstateregset): Likewise.
1322 (i386_collect_xstateregset): Likewise.
1323 (i386_sse_regnum_p): Removed.
1324 (i386_pseudo_register_name): Support pseudo YMM registers.
1325 (i386_pseudo_register_type): Likewise.
1326 (i386_pseudo_register_read): Likewise.
1327 (i386_pseudo_register_write): Likewise.
1328 (i386_dbx_reg_to_regnum): Return %ymmN register number for
1329 %xmmN if AVX is available.
1330 (i386_regset_from_core_section): Support .reg-xstate section.
1331 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
1332 (i386_process_record): Replace i386_sse_regnum_p with
1333 i386_xmm_regnum_p.
1334 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
1335 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
1336 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
1337 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
1338 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
1339 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
1340 Set ymm0_regnum.
1341 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
1342
1343 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
1344 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
1345 i386_ymm_type.
1346 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
1347 (I386_AVX_NUM_REGS): New.
1348 (i386_xmm_regnum_p): Likewise.
1349 (i386_ymm_regnum_p): Likewise.
1350 (i386_ymmh_regnum_p): Likewise.
1351
1352 * common/i386-xstate.h: New.
1353
1354 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
1355
1356 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
1357
1358 * features/Makefile (WHICH): Add i386/i386-avx,
1359 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
1360 (i386/i386-avx-expedite): New.
1361 (i386/i386-avx-linux-expedite): Likewise.
1362 (i386/x86-64-avx-expedite):Likewise.
1363 (i386/x86-64-avx-linux-expedite): Likewise.
1364 ($(outdir)/i386/i386-avx.dat): New dependency.
1365 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
1366 ($(outdir)/i386/x86-avx-64.dat): Likewise.
1367 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
1368
1369 * features/i386/32bit-avx.xml: New.
1370 * features/i386/64bit-avx.xml: Likewise.
1371 * features/i386/i386-avx-linux.c: Likewise.
1372 * features/i386/i386-avx-linux.xml: Likewise.
1373 * features/i386/i386-avx.c: Likewise.
1374 * features/i386/i386-avx.xml: Likewise.
1375 * features/i386/x86-64-avx-linux.c: Likewise.
1376 * features/i386/x86-64-avx-linux.xml: Likewise.
1377 * features/i386/x86-64-avx.c: Likewise.
1378 * features/i386/x86-64-avx.xml: Likewise.
1379 * regformats/i386/i386-avx-linux.dat: Likewise.
1380 * regformats/i386/i386-avx.dat: Likewise.
1381 * regformats/i386/x86-64-avx-linux.dat: Likewise.
1382 * regformats/i386/x86-64-avx.dat: Likewise.
1383
1384 2010-04-07 Doug Evans <dje@google.com>
1385
1386 * top.c (source_file_name): Make const char *.
1387 * top.h (source_file_name): Update.
1388 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
1389 const char *.
1390 (script_from_file): Change `file' arg to const char *.
1391 * cli/cli-script.h (script_from_file): Update.
1392
1393 2010-04-06 Doug Evans <dje@google.com>
1394
1395 * cli/cli-cmds.c (source_command): Run cleanups.
1396
1397 2010-04-06 Stan Shebs <stan@codesourcery.com>
1398
1399 * defs.h (char_ptr): Move typedef here from...
1400 * ada-lang.c (char_ptr): Remove.
1401 * charset.c (char_ptr): Remove.
1402 * tracepoint.h (struct uploaded_string): Remove.
1403 (struct uploaded_tp): Use vectors for string arrays.
1404 * tracepoint.c (trace_save): Use vectors of actions.
1405 (parse_tracepoint_definition): Ditto.
1406 (get_uploaded_tp): Clear vectors.
1407 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
1408 (next_cmd): Change to an int.
1409 (read_next_cmd): Use vector of command strings.
1410
1411 2010-04-06 Doug Evans <dje@google.com>
1412
1413 * top.h (source_script, cd_command): Delete.
1414 * main.c: #include "cli/cli-cmds.h"
1415
1416 2010-04-06 Kevin Buettner <kevinb@redhat.com>
1417
1418 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
1419 type in bytes, not bits.
1420
1421 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
1422
1423 * stabsread.c (define_symbol): Add support for char
1424 and string constants.
1425
1426 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
1427
1428 Remove remaining "%ll" uses.
1429 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
1430 hex_string call.
1431 * rs6000-nat.c (rs6000_ptrace64): Idem.
1432 * solib-pa64.c (pa64_current_sos): Idem.
1433 * solib-spu.c (spu_current_sos): Idem.
1434 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
1435 plongest call.
1436 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
1437 phex (VAR, 8) call.
1438 * sh64-tdep.c (sh64_show_media_regs): Idem.
1439
1440 2010-04-05 Stan Shebs <stan@codesourcery.com>
1441
1442 * tracepoint.c: Include gdbcore.h.
1443 (tfile_xfer_partial): Return partial results, also try reading
1444 from executable.
1445 (tfile_has_all_memory): New function.
1446 (init_tfile_ops): Use it.
1447
1448 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
1449
1450 PR gdb/10736:
1451 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
1452 the changes in data-directory.
1453 (init_sysinfo): Reload the syscall XML file if the data-directory
1454 has changed.
1455
1456 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1457
1458 Code cleanup.
1459 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
1460
1461 2010-04-04 Stan Shebs <stan@codesourcery.com>
1462 Nathan Sidwell <nathan@codesourcery.com>
1463
1464 * breakpoint.c (breakpoint_1): Add filter argument, return number of
1465 breakpoints printed.
1466 (is_hardware_watchpoint): Make argument const.
1467 (is_watchpoint): Ditto.
1468 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
1469 use it everywhere.
1470 (breakpoints_info): Pass NULL to breakpoint_1.
1471 (maintenance_info_breakpoints): Ditto.
1472 (watchpoints_info): New function.
1473 (tracepoints_info): Use breakpoint_1 filter.
1474 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
1475 (_initialize_breakpoint): Make "info watchpoints" its own command.
1476 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
1477 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
1478
1479 2010-04-04 Stan Shebs <stan@codesourcery.com>
1480
1481 * tracepoint.c (tfile_fetch_registers): Add fallback case.
1482
1483 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1484
1485 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
1486 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
1487
1488 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1489
1490 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
1491 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
1492
1493 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1494
1495 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
1496 code form.
1497
1498 2010-04-02 Hui Zhu <teawater@gmail.com>
1499
1500 * i386-tdep.c (OT_DQUAD): New enum.
1501 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
1502 SSE3, SSSE3 and SSE4.
1503
1504 2010-04-02 Hui Zhu <teawater@gmail.com>
1505
1506 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
1507 "*addr = 0".
1508
1509 2010-04-02 Pedro Alves <pedro@codesourcery.com>
1510
1511 * tracepoint.c (trace_dump_actions): New, factored out from
1512 trace_dump_command, and adjusted to recurse into while-stepping's
1513 action list.
1514 (trace_dump_command): Use it.
1515
1516 2010-04-02 Pedro Alves <pedro@codesourcery.com>
1517
1518 * breakpoint.h (struct counted_command_line): Moved definition to
1519 breakpoint.c, and forward declare.
1520 (breakpoint_commands): Declare.
1521 * breakpoint.c (struct counted_command_line): Moved here.
1522 (breakpoint_commands): New.
1523 * tracepoint.c (encode_actions): Use breakpoint_commands.
1524 * remote.c (remote_download_tracepoint): Ditto.
1525
1526 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
1527
1528 * remote.c (remote_parse_stop_reply): Use hex_string instead
1529 of phex_nz for error.
1530
1531 2010-04-01 Stan Shebs <stan@codesourcery.com>
1532 Nathan Sidwell <nathan@codesourcery.com>
1533
1534 * tracepoint.h (enum actionline_type): Remove.
1535 (validate_actionline): Change return to void.
1536 * tracepoint.c (report_agent_reqs_errors): New function.
1537 (validate_actionline): Call it, change return to void, report errors
1538 more consistently.
1539 (collect_symbol): Call report_agent_reqs_errors.
1540 (encode_actions_1): Ditto.
1541 (encode_actions): Don't expect a result from validate_actionline.
1542
1543 2010-04-01 Stan Shebs <stan@codesourcery.com>
1544
1545 * tracepoint.c (trace_start_command): Confirm if trace is running.
1546 (trace_stop_command): Error if trace not running.
1547
1548 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
1549
1550 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
1551 (AMD64_NUM_LOWER_BYTE_REGS): New.
1552 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
1553 (amd64_pseudo_register_write): Likewise.
1554 (amd64_init_abi): Set num_byte_regs to 20.
1555
1556 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1557
1558 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
1559 (prev_breakpoint_count): New.
1560 (set_breakpoint_count): Adjust.
1561 (rbreak_start_breakpoint_count): New.
1562 (start_rbreak_breakpoints): Adjust.
1563 (end_rbreak_breakpoints): Adjust.
1564 (struct commands_info) <arg>: New field.
1565 (do_map_commands_command): Tweak output to include breakpoint spec
1566 range.
1567 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
1568 ARG was empty on entry. Set INFO's arg.
1569 (create_breakpoint): Adjust.
1570
1571 * NEWS: Clarify `commands' changes.
1572
1573 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1574
1575 * tracepoint.c: Include stack.h.
1576 (struct add_local_symbols_data): New.
1577 (do_collect_symbol): New.
1578 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
1579 iterate_over_block_local_vars.
1580 * stack.c (print_block_frame_locals): Rewrite as ...
1581 (iterate_over_block_locals): ... this. Take a callback function
1582 pointer and generic data pointer, and call that instead of
1583 print_variable_and_value.
1584 (struct print_variable_and_value_data): New.
1585 (do_print_variable_and_value): New.
1586 (iterate_over_block_local_vars): New, abstracted out from
1587 print_frame_local_vars.
1588 (print_frame_local_vars): Rewrite using
1589 iterate_over_block_local_vars.
1590 (iterate_over_block_arg_vars): New, abstracted out from
1591 print_frame_arg_vars.
1592 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
1593 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
1594 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
1595
1596 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
1597
1598 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
1599 instructions. Use the PC+4 if the base of the TBB or TBH is the
1600 PC register.
1601
1602 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1603
1604 Fix crash on reading wrong function declaration DWARF.
1605 * dwarf2read.c (read_subroutine_type): New variable void_type.
1606 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
1607 more close to their use.
1608
1609 2010-03-31 Stan Shebs <stan@codesourcery.com>
1610
1611 * breakpoint.c (tracepoint_save_command): Include variables,
1612 conditionals, tracepoint types, and default-collect.
1613 * tracepoint.c (save_trace_state_variables): New function.
1614 * tracepoint.h (save_trace_state_variables): Declare it.
1615
1616 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
1617
1618 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
1619
1620 2010-03-30 Keith Seitz <keiths@redhat.com>
1621
1622 * c-typeprint.c (c_type_print_args): Don't print "void"
1623 for java, regardless of whether it is TYPE_PROTOTYPED.
1624 Use the passed-in language instead of current_language.
1625 (c_type_print_varspec_suffix): Use current_language instead
1626 of assuming language_c.
1627 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
1628 any return type specifier from the physname.
1629
1630 2010-03-30 Pedro Alves <pedro@codesourcery.com>
1631
1632 * tui/tui-interp.c (tui_is_toplevel): New.
1633 (tui_init): Set it.
1634 (tui_allowed_p): New.
1635 * tui/tui.c (tui_enable): Check if the TUI is allowed before
1636 enabling it.
1637 * tui/tui.h (tui_allowed_p): Declare.
1638
1639 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
1640
1641 * serial.h: Include winsock2.h before windows.h.
1642
1643 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1644
1645 * NEWS: Mention xmlRegisters= in qSupported packet.
1646
1647 * i386-tdep.c: Include "remote.h".
1648 (_initialize_i386_tdep): Call register_remote_support_xml.
1649
1650 * remote.c (remote_support_xml): New.
1651 (register_remote_support_xml): Likewise.
1652 (remote_query_supported_append): Likewise.
1653 (remote_query_supported): Support remote_support_xml.
1654
1655 * remote.h (register_remote_support_xml): New.
1656
1657 2010-03-29 Stan Shebs <stan@codesourcery.com>
1658
1659 * tracepoint.c (trace_find_line_command): Remove dead code.
1660
1661 * tracepoint.h (struct uploaded_string): New struct.
1662 (struct uploaded_tp): New fields for source strings.
1663 * breakpoint.c (this_utp, next_cmd): New globals.
1664 (read_uploaded_action): New function.
1665 (create_tracepoint_from_upload): Fill in more parts
1666 of a tracepoint.
1667 * tracepoint.c (encode_source_string): New function.
1668 (trace_save): Write out source strings, fix error checks.
1669 (parse_tracepoint_definition): Add source string parsing.
1670 * remote.c (PACKET_TracepointSource): New packet type.
1671 (remote_download_command_source): New function.
1672 (remote_download_tracepoint): Download source pieces also.
1673 (_initialize_remote): Add packet config command.
1674
1675 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
1676 expression handler.
1677
1678 * tracepoint.c (start_tracing): Check tracepoints before sending
1679 commands to target, don't start if all tracepoints disabled.
1680
1681 2010-03-28 Pedro Alves <pedro@codesourcery.com>
1682
1683 * cli/cli-script.c (process_next_line): Handle 'stepping'.
1684
1685 2010-03-26 Stan Shebs <stan@codesourcery.com>
1686
1687 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
1688
1689 2010-03-26 Tom Tromey <tromey@redhat.com>
1690
1691 * breakpoint.c (commands_command_1): Duplicate 'arg'.
1692
1693 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
1694
1695 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
1696 (skip_prologue_sal): Remove local definition.
1697 (resolve_sal_pc): Remove now unnecessary code.
1698 * linespec.c (minsym_found): Call skip_prologue_sal.
1699 * symtab.c (find_function_start_pc): Remove.
1700 (find_function_start_sal): Extract prologue skipping into ...
1701 (skip_prologue_sal): ... this new function. Handle code both
1702 with and without debug info. Respect SAL's explicit_pc and
1703 explicit_line flags. Inline old find_function_start_pc.
1704 * symtab.h (find_function_start_pc): Remove.
1705 (skip_prologue_sal): Add prototype.
1706
1707 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
1708
1709 * dwarf2read.c (read_func_scope): Also scan specification DIEs
1710 for DW_TAG_imported_module children.
1711
1712 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
1713
1714 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
1715 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
1716 * completer.c (add_struct_fields): Fix inverted logic.
1717
1718 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
1719
1720 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
1721
1722 2010-03-26 Pedro Alves <pedro@codesourcery.com>
1723
1724 * tracepoint.c (current_trace_status): Don't make sure error_desc
1725 is non-NULL here.
1726 (parse_trace_status): Release a previous error_desc string, and
1727 set it to NULL by default. If stop reason is tracepoint_error,
1728 make sure error_desc is not left NULL.
1729
1730 2010-03-26 Pedro Alves <pedro@codesourcery.com>
1731
1732 * tracepoint.c (trace_save): Remove X from tracepoint error
1733 description.
1734
1735 2010-03-26 Pedro Alves <pedro@codesourcery.com>
1736
1737 * tracepoint.c (parse_trace_status): Don't allow plain strings in
1738 the terror description. Don't expect an X prefix.
1739
1740 2010-03-25 Stan Shebs <stan@codesourcery.com>
1741
1742 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
1743 (struct trace_status): New field error_desc.
1744 * tracepoint.c (stop_reason_names): Add terror.
1745 (current_trace_status): Ensure non-NULL error description.
1746 (trace_status_command): Add error report.
1747 (trace_status_mi): Ditto.
1748 (trace_save): Add special case for error description.
1749 (parse_trace_status): Add case for errors.
1750
1751 2010-03-25 Keith Seitz <keiths@redhat.com>
1752
1753 * dwarf2read.c (read_subroutine_type): If the compilation unit
1754 language is Java, mark any formal parameter named "this" as
1755 artificial (GCC/43521).
1756 (dwarf2_name): Add special handling for Java constructors.
1757
1758 2010-03-25 Tom Tromey <tromey@redhat.com>
1759
1760 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
1761 * infrun.c (handle_inferior_event): Change initialization of
1762 stop_stack_dummy.
1763 (handle_inferior_event): Change assignment to stop_stack_dummy.
1764 (normal_stop): Update use of stop_stack_dummy.
1765 (struct inferior_status) <stop_stack_dummy>: Change type.
1766 * inferior.h (stop_stack_dummy): Update.
1767 * infcmd.c (stop_stack_dummy): Change type.
1768 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
1769 function.
1770 (call_function_by_hand): Call set_std_terminate_breakpoint.
1771 Rewrite std::terminate handling.
1772 * breakpoint.h (enum bptype) <bp_std_terminate,
1773 bp_std_terminate_master>: New.
1774 (enum stop_stack_kind): New.
1775 (struct bpstat_what) <call_dummy>: Change type.
1776 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
1777 Declare.
1778 * breakpoint.c (create_std_terminate_master_breakpoint): New
1779 function.
1780 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
1781 Call create_std_terminate_master_breakpoint.
1782 (print_it_typical): Handle new breakpoint kinds.
1783 (bpstat_stop_status): Handle bp_std_terminate_master.
1784 (bpstat_what): Correctly set call_dummy field. Handle
1785 bp_std_terminate_master and bp_std_terminate.
1786 (print_one_breakpoint_location): Update.
1787 (allocate_bp_location): Update.
1788 (set_std_terminate_breakpoint): New function.
1789 (delete_std_terminate_breakpoint): Likewise.
1790 (create_thread_event_breakpoint): Update.
1791 (delete_command): Update.
1792 (breakpoint_re_set_one): Update.
1793 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
1794
1795 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1796
1797 * symfile.c (build_section_addr_info_from_bfd): New.
1798 (build_section_addr_info_from_objfile): Base it on
1799 build_section_addr_info_from_bfd.
1800 (addrs_section_compar, addrs_section_sort): New.
1801 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
1802 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
1803 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
1804
1805 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
1806
1807 * elfread.c (find_separate_debug_file_by_buildid):
1808 Remove unused local variable.
1809
1810 2010-03-24 Tom Tromey <tromey@redhat.com>
1811
1812 PR breakpoints/9352:
1813 * NEWS: Mention changes to `commands' and `rbreak'.
1814 * symtab.c (do_end_rbreak_breakpoints): New function.
1815 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
1816 end_rbreak_breakpoints.
1817 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
1818 (set_breakpoint_count): Likewise. Clear last_was_multi.
1819 (multi_start, multi_end, last_was_multi): New globals.
1820 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
1821 functions.
1822 (struct commands_info): New
1823 (do_map_commands_command): New function.
1824 (commands_command_1): New function.
1825 (commands_command): Use it.
1826 (commands_from_control_command): Likewise.
1827 (do_delete_breakpoint): New function.
1828 (delete_command): Use it.
1829 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
1830 (do_map_disable_breakpoint): New function.
1831 (disable_command): Use it.
1832 (do_map_enable_breakpoint): New function.
1833 (enable_command): Use it.
1834 (enable_once_breakpoint): Add argument.
1835 (enable_once_command): Update.
1836 (enable_delete_breakpoint): Add argument.
1837 (enable_delete_command): Update.
1838 (break_command_really): Set last_was_multi when needed.
1839 (check_tracepoint_command): Fix formatting.
1840 (validate_commands_for_breakpoint): New function.
1841 (breakpoint_set_commands): Use it.
1842 (tracepoint_save_command): Update.
1843 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
1844 Declare.
1845
1846 2010-03-24 Tom Tromey <tromey@redhat.com>
1847
1848 * breakpoint.h (struct counted_command_line): New struct.
1849 (struct breakpoint) <commands>: Change type.
1850 (struct bpstats) <commands>: Change type.
1851 <commands_left>: New field.
1852 * breakpoint.c (alloc_counted_command_line): New function.
1853 (incref_counted_command_line): Likewise.
1854 (decref_counted_command_line): Likewise.
1855 (do_cleanup_counted_command_line): Likewise.
1856 (make_cleanup_decref_counted_command_line): Likewise.
1857 (breakpoint_set_commands): Use decref_counted_command_line and
1858 alloc_counted_command_line.
1859 (commands_command): Don't error if breakpoint commands are
1860 executing.
1861 (commands_from_control_command): Likewise.
1862 (bpstat_free): Update.
1863 (bpstat_copy): Likewise.
1864 (bpstat_clear_actions): Likewise.
1865 (bpstat_do_actions_1): Likewise.
1866 (bpstat_stop_status): Likewise.
1867 (print_one_breakpoint_location): Likewise.
1868 (delete_breakpoint): Likewise.
1869 (bpstat_alloc): Initialize new field.
1870 (tracepoint_save_command): Update.
1871 * tracepoint.c (encode_actions): Update.
1872 (trace_dump_command): Update.
1873
1874 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1875
1876 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
1877 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
1878 (read_structure_type): For RealView, set TYPE_STUB on structures with
1879 no byte size and no children.
1880 (read_subroutine_type): Mark functions as prototyped by default.
1881 * symtab.c (producer_is_realview): New function.
1882 * symtab.h (expand_line_sal): Fix declaration formatting.
1883 (producer_is_realview): Declare.
1884
1885 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1886
1887 * arm-tdep.c (skip_prologue_function): New function.
1888 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
1889 (thumb_analyze_prologue): Document return value. Recognize more
1890 Thumb instructions, skippable calls, and some Thumb-2 instructions.
1891 Add debug output.
1892 (arm_skip_prologue): Remove call dummy check. Check the prologue
1893 for non-GNU compilers.
1894 (arm_instruction_changes_pc): New function.
1895 (arm_analyze_prologue): New function, broken out from
1896 arm_scan_prologue. Recognize more ARM instructions and skippable
1897 calls. Update comments. Handle NULL cache. Return the address
1898 of the first unrecognized instruction. Do not skip past other
1899 instructions which change control flow. Add debug output.
1900 (arm_scan_prologue): Use arm_analyze_prologue.
1901 (ARM_PC_32): Delete.
1902 (shifted_reg_val): Simplify ARM_PC_32 check.
1903
1904 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1905
1906 * tracepoint.c (tvariables_info_1): Actually compute
1907 the number of rows in the result.
1908
1909 2010-03-24 Pedro Alves <pedro@codesourcery.com>
1910
1911 * remote.c (crc32): Constify `buf' parameter.
1912 (remote_verify_memory): New, abstracted out from...
1913 (compare_sections_command): ... this. Remove hardcoded target
1914 checks.
1915 (init_remote_ops): Install remote_verify_memory.
1916 * target.c (target_verify_memory): New.
1917 * target.h (struct target_ops) <to_verify_memory>: New field.
1918 (target_verify_memory): Declare.
1919
1920 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1921
1922 Implement -trace-save.
1923
1924 * mi-cmds.h (mi_cmds_trace_save): Declare.
1925 * mi-cmds.c (mi_cmds): Register -trace-save.
1926 * mi/mi-main.c (mi_cmd_trace_save): New.
1927 * remote.c (remote_save_trace_data): Take const parameter.
1928 * target.h (struct target_ops::to_save_trace_data): Take
1929 const parameter.
1930 * target.c (update_current_target): Adjust to the above.
1931 * tracepoint.c (trave_save): New, extracted from
1932 (trace_save_command): ...this.
1933 (tfile_trace_find): Remove message that is unnecessary now
1934 that 'tfind' reports found frame.
1935 * tracepoint.h (trace_save): Declare.
1936
1937 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1938
1939 Implement -trace-find.
1940
1941 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
1942 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
1943 * mi/mi-main.c (mi_cmd_trace_find): New.
1944 * target.h (struct target_ops): Document to_trace_find.
1945 * tracepoint.h (tfind_1): Declare.
1946 * tracepoint.c (finish_tfind_command): Rename to...
1947 (tfind_1): ...this.
1948 * remote.c (remote_trace_find): Return -1 if target say
1949 there's no frame. Improve error diagnostics.
1950
1951 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1952
1953 -trace-define-variable and -trace-list-variables.
1954
1955 * tracepoint.c (create_trace_state_variable): Make
1956 private copy of name, as opposed to assuming the
1957 pointer lives forever.
1958 (tvariables_info_1): New.
1959 (tvariables_info): Use the above.
1960 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
1961 Declare.
1962 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
1963 and -trace-list-variables.
1964 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
1965 (mi_cmd_trace_list_variables): New.
1966 * mi/mi-main.c (mi_cmd_trace_define_variable)
1967 (mi_cmd_trace_list_variables): New.
1968
1969 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1970
1971 Implement -break-passcount.
1972
1973 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
1974 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
1975 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
1976
1977 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1978
1979 -trace-start/-trace-end/-trace-status.
1980
1981 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
1982 and -trace-stop.
1983 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
1984 (mi_cmd_trace_stop): Declare.
1985 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
1986 (mi_cmd_trace_stop): New.
1987 * tracepoint.c (start_tracing): New, extracted from...
1988 (trace_start_command): ...this.
1989 (trace_status_mi): New.
1990 * tracepoint.h (struct trace_status): Document
1991 stopping_tracepoint.
1992 (start_tracing, stop_tracing, trace_status_mi): Declare.
1993
1994 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1995
1996 Implement creating tracepoints with -break-insert.
1997
1998 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
1999 to mean that tracepoint should be created.
2000
2001 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2002
2003 * breakpoint.c (check_no_tracepoint_commands): Use
2004 current spelling of 'teval'.
2005
2006 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2007
2008 Unify actions and commands
2009
2010 * defs.h (read_command_lines, read_command_lines_1): New
2011 parameters validator and closure.
2012 * tracepoint.h (struct action_line): Remove.
2013 * breakpoint.h (struct breakpoint): Remove the 'actions'
2014 field.
2015 * defs.h (enum command_control_type): New value
2016 while_stepping_control.
2017 (struct command_line): Add comments.
2018 * breakpoint.c (breakoint_is_tracepoint): New.
2019 (breakpoint_set_commands): For tracepoints,
2020 verify the commands are permissible.
2021 (check_tracepoint_commands): New.
2022 (commands_command): Require that each new line is validated using
2023 check_tracepoint_command, if we set commands for a tracepoint.
2024 (create_tracepoint_from_upload): Likewise.
2025 (print_one_breakpoint_location): Remove the code to print
2026 actions specifically.
2027 (tracepoint_save_command): Relay to print_command_lines.
2028 * cli/cli-script.c (process_next_line): New parameters validator
2029 and closure. Handle 'while-stepping'. Call validator if not null.
2030 (read_command_lines, read_command_lines1): Likewise.
2031 (recurse_read_control_structure): New parameters validator and
2032 closure. Handle while_stepping_control.
2033 (print_command_lines): Handle while-stepping.
2034 (get_command_line, define_command, document_command): Adjust.
2035 * remote.c (remote_download_tracepoint): Adjust.
2036 * tracepoint.c (make_cleanup_free_actions, read_actions)
2037 (free_actions, do_free_actions_cleanup): Remove.
2038 (trace_actions_command): Use read_command_lines.
2039 (validate_actionline): Use error in one place.
2040 (encode_actions_1): New, extracted from...
2041 (encode_actions): ...this. Also use cleanups for exception
2042 safety.
2043 (trace_dump_command): Adjust.
2044 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
2045 it's tracepoint.
2046
2047 2010-03-23 Mike Frysinger <vapier@gentoo.org>
2048
2049 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
2050
2051 2010-03-22 Stan Shebs <stan@codesourcery.com>
2052
2053 * value.c (value_static_field): Be lazy about the field's value.
2054
2055 2010-03-22 Reid Kleckner <reid@kleckner.net>
2056
2057 PR gdb/11094
2058 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
2059 bp_jit_event.
2060 (disable_breakpoints_in_shlibs): Likewise.
2061
2062 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
2063
2064 * dwarf2read.c (partial_die_parent_scope): Work around buggy
2065 GCC 4.1 debug info generation (GCC PR c++/28460).
2066 (determine_prefix): Likewise.
2067
2068 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
2069
2070 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
2071 get_current_arch.
2072 * tui/tui-layout.c (extract_display_start_addr): Likewise.
2073
2074 2010-03-19 Stan Shebs <stan@codesourcery.com>
2075
2076 * ax-gdb.c (gen_fetch): Handle bool.
2077 (gen_usual_unary): Ditto.
2078 (gen_cast): Ditto.
2079 (gen_equal): New function.
2080 (gen_less): New function.
2081 (gen_expr_binop_rest): Call them, also return integer type from
2082 logical operations.
2083 (gen_expr): Ditto.
2084
2085 2010-03-19 Tom Tromey <tromey@redhat.com>
2086
2087 * jv-lang.c (jv_dynamics_objfile_data_key)
2088 (jv_type_objfile_data_key): New globals.
2089 (class_symtab): Move earlier.
2090 (jv_per_objfile_free): New function.
2091 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
2092 parameter.
2093 Remove ancient #if 1.
2094 (add_class_symbol): Remove redundant declaration.
2095 (java_lookup_class): Use alloc_type, not alloc_type_arch.
2096 (java_link_class_type): Mark as static. Update.
2097 (jv_clear_object_type): New function.
2098 (set_java_object_type): Likewise.
2099 (get_java_object_type): Use set_java_object_type.
2100 (is_object_type): Likewise.
2101 (_initialize_java_language): Register new objfile keys.
2102 (get_java_class_symtab): Add 'gdbarch' parameter.
2103 (add_class_symtab_symbol): Update.
2104 (type_from_class): Update.
2105
2106 2010-03-19 Stan Shebs <stan@codesourcery.com>
2107
2108 * ax-general.c (ax_const_l): Fix a sizing bug.
2109
2110 2010-03-18 Joel Brobecker <brobecker@adacore.com>
2111
2112 GDB 7.1 released.
2113
2114 2010-03-18 Stan Shebs <stan@codesourcery.com>
2115 Pedro Alves <pedro@codesourcery.com>
2116
2117 * target.h (struct target_ops): New method
2118 to_set_circular_trace_buffer.
2119 (target_set_circular_trace_buffer): New macro.
2120 * target.c (update_current_target): Add
2121 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
2122 default behavior.
2123 * remote.c (remote_set_circular_trace_buffer): New function.
2124 (init_remote_ops): Add it to vector.
2125 * tracepoint.h (struct trace_status): New field traceframes_created,
2126 change buffer_size and buffer_free to int.
2127 * tracepoint.c (circular_trace_buffer): New global.
2128 (start_tracing): Send values of disconnected tracing and circular
2129 trace buffer settings.
2130 (set_circular_trace_buffer): New function.
2131 (parse_trace_state): Handle total space and frames created.
2132 (trace_status_command): Display total space and total frames
2133 created.
2134 (trace_save): Write out new status values.
2135 (parse_trace_status): Set traceframe_count, traceframes_created,
2136 buffer_free and buffer_size to -1 by default.
2137 (_initialize_tracepoint): New setshow for circular-trace-buffer.
2138 * NEWS: Mention the circular trace buffer option.
2139
2140 2010-03-18 Tom Tromey <tromey@redhat.com>
2141
2142 * infcmd.c (finish_command_continuation): Wrap print_return_value
2143 in TRY_CATCH.
2144
2145 2010-03-18 Joel Brobecker <brobecker@adacore.com>
2146
2147 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
2148 DIE has a name before creating the associated partial symbol.
2149 (read_func_scope): Emit a complaint if the subprogram does not
2150 have a name or when we can't extract the subprogram PC bounds.
2151
2152 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
2153
2154 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
2155 instead of selected frame architecture.
2156
2157 2010-03-18 Pedro Alves <pedro@codesourcery.com>
2158
2159 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
2160 a valid selected thread, and that it is not running.
2161 (advance_command): Ditto.
2162 (finish_command): Ditto.
2163
2164 2010-03-17 Stan Shebs <stan@codesourcery.com>
2165
2166 * ax-gdb.c (require_rvalue): Disallow non-scalars.
2167
2168 * infcall.c: Include tracepoint.h.
2169 (call_function_by_hand): Disallow calls in tfind mode.
2170 * infcmd.c: Include tracepoint.h.
2171 (ensure_not_tfind_mode): New function.
2172 (continue_1): Call it.
2173 (step_1) Ditto.
2174 (jump_command): Ditto.
2175 (signal_command): Ditto.
2176 (advance_command): Ditto.
2177 (until_command): Ditto.
2178 (finish_command): Ditto.
2179 * tracepoint.h (disconnect_or_stop_tracing): Declare.
2180
2181 * ax-gdb.h (struct axs_value): New field optimized_out.
2182 (gen_trace_for_var): Add gdbarch argument.
2183 * ax-gdb.c (gen_trace_static_fields): New function.
2184 (gen_traced_pop): Call it, add gdbarch argument.
2185 (gen_trace_for_expr): Update call to it.
2186 (gen_trace_for_var): Ditto, and report optimized-out variables.
2187 (gen_struct_ref_recursive): Check for optimized-out value.
2188 (gen_struct_elt_for_reference): Ditto.
2189 (gen_static_field): Pass gdbarch instead of expression, assume
2190 optimization if field not found.
2191 (gen_var_ref): Set the optimized_out flag.
2192 (gen_expr): Error on optimized-out variable.
2193 * tracepoint.c (collect_symbol): Handle struct-valued vars as
2194 expressions, skip optimized-out variables with computed locations.
2195 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
2196 erroring out if location expression missing.
2197 (loclist_tracepoint_var_ref): Don't error out here.
2198
2199 2010-03-17 Tom Tromey <tromey@redhat.com>
2200
2201 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
2202 DWARF data is available.
2203
2204 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
2205
2206 * symfile.c (generic_load): Reset breakpoints after loading.
2207
2208 2010-03-17 Tom Tromey <tromey@redhat.com>
2209
2210 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
2211
2212 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2213
2214 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
2215 create_breakpoint call, adjust the parameters.
2216
2217 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2218 Chandru <chandru@in.ibm.com>
2219
2220 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
2221 * valarith.c (value_subscripted_rvalue): Suppress error if
2222 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
2223
2224 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
2225
2226 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
2227
2228 2010-03-16 Joel Brobecker <brobecker@adacore.com>
2229
2230 * ada-tasks.c (task_command_1): Check that the task ptid is valid
2231 before doing the associated thread switch.
2232
2233 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
2234
2235 * MAINTAINERS: Update my email address.
2236
2237 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
2238
2239 Simplify MI breakpoint setting.
2240
2241 * breakpoint.c (break_command_really): Make nonstatic and
2242 rename to...
2243 (create_breakpoint): ...this. Rename prior function by this name
2244 to...
2245 (create_breakpoint_sal): ...this.
2246 (create_breakpoints): Rename to...
2247 (create_breakpoints_sal): ...this.
2248 (set_breakpoint): Remove.
2249 * breakpoint.h: Adjust to above changes.
2250 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
2251
2252 2010-03-15 Stan Shebs <stan@codesourcery.com>
2253
2254 * ax-gdb.c: Include cp-support.h.
2255 (find_field): Remove.
2256 (gen_primitive_field): New function.
2257 (gen_struct_ref_recursive): New function.
2258 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
2259 of find_field.
2260 (gen_static_field): New function.
2261 (gen_struct_elt_for_reference): New.
2262 (gen_namespace_elt): New.
2263 (gen_maybe_namespace_elt): New.
2264 (gen_aggregate_elt_ref): New.
2265 (gen_expr): Add OP_SCOPE, display opcode name in error message.
2266
2267 2010-03-15 Tom Tromey <tromey@redhat.com>
2268
2269 * dwarf2read.c (die_needs_namespace): Also return 0 for
2270 DW_TAG_subprogram.
2271
2272 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
2273
2274 PR c++/7936:
2275 * cp-support.h: Added char *declaration element to using_direct
2276 data struct.
2277 (cp_add_using): Added char *declaration argument.
2278 (cp_add_using_directive): Ditto.
2279 (cp_lookup_symbol_imports): made extern.
2280 * cp-namespace.c: Updated with the above changes.
2281 * dwarf2read.c (read_import_statement): Ditto.
2282 (read_namespace): Ditto.
2283 (read_import_statement): Support import declarations.
2284 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
2285 declarations.
2286 Added support for 'declaration_only' search.
2287 (cp_lookup_symbol_namespace): Attempt to search for the name as
2288 is before consideration of imports.
2289 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
2290 search at every block level search.
2291 Now takes language argument.
2292 (lookup_symbol_aux): Updated.
2293
2294 2010-03-15 Tom Tromey <tromey@redhat.com>
2295
2296 * c-exp.y (name_not_typename): Add 'operator' clause.
2297
2298 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
2299
2300 * configure.ac: Exit if ${gdb_target_obs}" is not set.
2301 * configure: Regenerate.
2302
2303 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2304
2305 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
2306 and ".sdynbss". Update the comment.
2307
2308 2010-03-15 Jie Zhang <jie@codesourcery.com>
2309
2310 * MAINTAINERS: Update my email address.
2311
2312 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
2313
2314 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
2315
2316 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
2317
2318 * charset.c [USE_WIN32API]: Include <windows.h>.
2319 (_initialize_charset): Correct type of w32_host_default_charset.
2320
2321 2010-03-14 Pedro Alves <pedro@codesourcery.com>
2322
2323 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
2324
2325 2010-03-12 Tom Tromey <tromey@redhat.com>
2326
2327 PR c++/9708:
2328 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
2329 in a lexical block does not need a namespace.
2330 (new_symbol) <DW_TAG_variable>: Put extern variables on
2331 list_in_scope in all cases.
2332
2333 2010-03-12 Stan Shebs <stan@codesourcery.com>
2334
2335 * ax-gdb.c (gen_expr): Add shift expressions.
2336 (gen_expr_binop_rest): Ditto.
2337
2338 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
2339
2340 * buildsym.c (finish_block): Reset using_directives pointer
2341 after block initialization.
2342
2343 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
2344
2345 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
2346 * i386-tdep.c (i386_word_names): Likewise.
2347
2348 2010-03-12 Pedro Alves <pedro@codesourcery.com>
2349
2350 * target.c (memory_xfer_partial): Don't use the stack cache if
2351 inspecting trace frames.
2352 * tracepoint.c (finish_tfind_command): Invalidate the target
2353 dcache.
2354
2355 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2356
2357 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
2358 for the PIC displacement, print also the displacement value.
2359 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
2360
2361 2010-03-10 Kevin Buettner <kevinb@redhat.com>
2362
2363 * remote-mips.c (close_ports, mips_initialize_cleanups)
2364 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
2365 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
2366 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
2367 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
2368 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
2369 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
2370 comments describing each of these functions.
2371 (mips_enter_debug, mips_exit_debug, common_open)
2372 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
2373 blank line after the comment describing the function.
2374
2375 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2376
2377 * solib-svr4.c (svr4_exec_displacement): Return now success, new
2378 parameter displacementp. Update comment.
2379 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
2380 element exists. Return if svr4_exec_displacement was not successful.
2381 Update comment.
2382
2383 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2384 Daniel Jacobowitz <dan@codesourcery.com>
2385
2386 * solib-svr4.c (read_program_header): Support type == -1 to read
2387 all program headers.
2388 (read_program_headers_from_bfd): New function.
2389 (svr4_static_exec_displacement): Remove and move the comment ...
2390 (svr4_exec_displacement): ... here. Remove variable found. New
2391 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
2392 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
2393 targets using read_program_headers_from_bfd. Remove the call of
2394 svr4_static_exec_displacement.
2395
2396 2010-03-10 Tom Tromey <tromey@redhat.com>
2397
2398 * dwarf2read.c (struct pubnames_header): Remove.
2399 (_PUBNAMES_HEADER): Remove.
2400 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
2401 (struct aranges_header): Remove.
2402 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
2403 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
2404 (PUBNAMES_SECTION): Remove.
2405 (ARANGES_SECTION): Remove.
2406 (dwarf2_locate_sections): Don't handle pubnames or aranges.
2407 (dwarf2_build_psymtabs): Remove dead code.
2408 (dwarf2_build_psymtabs_easy): Remove.
2409
2410 2010-03-10 Tom Tromey <tromey@redhat.com>
2411
2412 * elfread.c (elf_symfile_read): Don't call
2413 dwarf2_build_frame_info.
2414 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
2415 (struct dwarf2_per_objfile) <objfile>: New field.
2416 (dwarf2_has_info): Now idempotent. Set objfile field.
2417 (dwarf2_read_section): Check and set readin field. Call
2418 posix_madvise.
2419 (dwarf2_build_psymtabs): Don't read all sections.
2420 (read_type_comp_unit_head): Read types section.
2421 (create_debug_types_hash_table): Likewise.
2422 (init_cu_die_reader): Add asserts.
2423 (process_type_comp_unit): Add assert.
2424 (dwarf2_build_psymtabs_hard): Read info section.
2425 (load_partial_comp_unit): Add assert.
2426 (create_all_comp_units): Read info section.
2427 (load_full_comp_unit): Likewise.
2428 (dwarf2_ranges_read): Read ranges section.
2429 (dwarf2_record_block_ranges): Add assert.
2430 (dwarf2_read_abbrevs): Read abbrev section.
2431 (read_indirect_string): Read str section.
2432 (dwarf_decode_line_header): Read line section.
2433 (read_signatured_type_at_offset): Read types section.
2434 (dwarf_decode_macros): Read macinfo section.
2435 (dwarf2_symbol_mark_computed): Read loc section.
2436 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
2437 dwarf2_build_frame_info.
2438 (dwarf2_build_frame_info): Unconditionally set
2439 dwarf2_frame_objfile_data on the objfile.
2440 * configure.ac: Check for posix_madvise.
2441 * config.in, configure: Rebuild.
2442
2443 2010-03-10 Tom Tromey <tromey@redhat.com>
2444
2445 * xcoffread.c (xcoff_start_psymtab): Update.
2446 (xcoff_end_psymtab): Update.
2447 * psymtab.c (allocate_psymtab): Remove dead code.
2448 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
2449 void*.
2450 * mdebugread.c (parse_partial_symbols): Update.
2451 (new_psymtab): Likewise.
2452 * dwarf2read.c (process_psymtab_comp_unit): Update.
2453 (psymtab_to_symtab_1): Update.
2454 * dbxread.c (start_psymtab): Update.
2455 (end_psymtab): Likewise.
2456
2457 2010-03-10 Tom Tromey <tromey@redhat.com>
2458
2459 * xcoffread.c: Include psymtab.h.
2460 (xcoff_sym_fns): Update.
2461 * symtab.h (struct partial_symbol): Remove.
2462 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
2463 (struct partial_symtab): Remove.
2464 (PSYMTAB_TO_SYMTAB): Remove.
2465 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
2466 (find_pc_sect_psymtab): Remove.
2467 (find_pc_sect_symtab_via_partial): Declare.
2468 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
2469 (find_main_psymtab): Remove.
2470 (find_main_filename): Declare.
2471 (fixup_psymbol_section): Remove.
2472 (fixup_section): Declare.
2473 * symtab.c: Include psymtab.h.
2474 (lookup_symtab): Use lookup_symtab method.
2475 (lookup_partial_symtab): Remove.
2476 (find_pc_sect_psymtab_closer): Remove.
2477 (find_pc_sect_psymtab): Remove.
2478 (find_pc_sect_symtab_via_partial): New function.
2479 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
2480 (fixup_section): No longer static.
2481 (fixup_psymbol_section): Remove.
2482 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
2483 (lookup_global_symbol_from_objfile): Likewise.
2484 (lookup_symbol_aux_psymtabs): Remove.
2485 (lookup_symbol_aux_quick): New function.
2486 (lookup_symbol_global): Use lookup_symbol_aux_quick.
2487 (lookup_partial_symbol): Remove.
2488 (basic_lookup_transparent_type_quick): New function.
2489 (basic_lookup_transparent_type): Use it.
2490 (find_main_psymtab): Remove.
2491 (find_main_filename): New function.
2492 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
2493 (find_line_symtab): Use expand_symtabs_with_filename method.
2494 (output_partial_symbol_filename): New function.
2495 (sources_info): Use map_partial_symbol_filenames.
2496 (struct search_symbols_data): New type.
2497 (search_symbols_file_matches): New function.
2498 (search_symbols_name_matches): Likewise.
2499 (search_symbols): Use expand_symtabs_matching method.
2500 (struct add_name_data): Rename from add_macro_name_data.
2501 (add_macro_name): Update.
2502 (add_partial_symbol_name): New function.
2503 (default_make_symbol_completion_list): Use
2504 map_partial_symbol_names.
2505 (struct add_partial_symbol_name): New type.
2506 (maybe_add_partial_symtab_filename): New function.
2507 (make_source_files_completion_list): Use
2508 map_partial_symbol_filenames.
2509 (expand_line_sal): Use expand_symtabs_with_filename method.
2510 * symmisc.c: Include psymtab.h.
2511 (print_objfile_statistics): Use print_stats method.
2512 (dump_objfile): Use dump method.
2513 (dump_psymtab, maintenance_print_psymbols)
2514 (maintenance_info_psymtabs, maintenance_check_symtabs)
2515 (extend_psymbol_list): Remove.
2516 * symfile.h (struct quick_symbol_functions): New struct.
2517 (struct sym_fns) <qf>: New field.
2518 (sort_pst_symbols): Remove.
2519 (increment_reading_symtab): Declare.
2520 * symfile.c: Include psymtab.h.
2521 (compare_psymbols, sort_pst_symbols): Remove.
2522 (psymtab_to_symtab): Remove.
2523 (increment_reading_symtab): New function.
2524 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
2525 method.
2526 (set_initial_language): Use find_main_filename.
2527 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
2528 (free_named_symtabs): Remove unused code.
2529 (start_psymtab_common, add_psymbol_to_bcache)
2530 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
2531 Remove.
2532 * stack.c: Include psymtab.h, symfile.h.
2533 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
2534 * source.h (psymtab_to_fullname): Don't declare.
2535 * source.c: Include psymtab.h.
2536 (select_source_symtab): Use find_last_source_symtab method.
2537 (forget_cached_source_info): Use forget_cached_source_info
2538 method.
2539 (find_and_open_source): No longer static.
2540 (psymtab_to_fullname): Remove.
2541 * somread.c: Include psymtab.h.
2542 (som_sym_fns): Update.
2543 * psympriv.h: New file.
2544 * psymtab.h: New file.
2545 * psymtab.c: New file.
2546 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
2547 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
2548 * objfiles.c: Include psymtab.h.
2549 (objfile_relocate1): Use relocate method.
2550 (objfile_has_partial_symbols): Use has_symbols method.
2551 * mipsread.c: Include psymtab.h.
2552 (ecoff_sym_fns): Update.
2553 * mi/mi-cmd-file.c: Include psymtab.h.
2554 (print_partial_file_name): New function.
2555 (mi_cmd_file_list_exec_source_files): Use
2556 map_partial_symbol_filenames.
2557 * mdebugread.c: Include psympriv.h.
2558 * machoread.c: Include psympriv.h.
2559 (macho_sym_fns): Update.
2560 * m2-exp.y (yylex): Use lookup_symtab.
2561 * elfread.c: Include psympriv.h.
2562 (elf_sym_fns): Update.
2563 * dwarf2read.c: Include psympriv.h.
2564 * dbxread.c: Include psympriv.h.
2565 (aout_sym_fns): Update.
2566 * cp-support.c: Include psymtab.h.
2567 (read_in_psymtabs): Remove.
2568 (make_symbol_overload_list_qualified): Use
2569 expand_symtabs_for_function method.
2570 * coffread.c: Include psympriv.h.
2571 (coff_sym_fns): Update.
2572 * blockframe.c: Include psymtab.h.
2573 (find_pc_partial_function): Use find_pc_sect_symtab method.
2574 * ada-lang.h (ada_update_initial_language): Update.
2575 * ada-lang.c: Include psymtab.h.
2576 (ada_update_initial_language): Remove 'main_pst' argument.
2577 (ada_lookup_partial_symbol): Remove.
2578 (struct ada_psym_data): New type.
2579 (ada_add_psyms): New function.
2580 (ada_add_non_local_symbols): Use map_ada_symtabs method.
2581 (struct add_partial_datum): New type.
2582 (ada_add_partial_symbol_completions): New function.
2583 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
2584 (ada_exception_support_info_sniffer): Update.
2585 * Makefile.in (SFILES): Add psymtab.c.
2586 (COMMON_OBS): Add psymtab.o.
2587 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
2588
2589 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
2590
2591 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
2592
2593 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
2594
2595 PR C++/11236:
2596 * cp-namespace.c (cp_add_using): Deleted.
2597 (cp_add_using_directive): Use obstack allocations.
2598 Merged the function cp_add_using into this one.
2599 Added 'struct obstack *' argument.
2600 (cp_scan_for_anonymous_namespaces): Updated.
2601 * cp-support.h: Updated.
2602 * dwarf2read.c (read_import_statement): Updated.
2603 (read_namespace): Updated.
2604
2605 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
2606
2607 * windows-nat.c (cygwin_conv_path): Remove old macro.
2608
2609 2010-03-10 Pedro Alves <pedro@codesourcery.com>
2610
2611 * breakpoint.c (condition_command): Handle watchpoint conditions.
2612 (is_hardware_watchpoint): Add comment.
2613 (is_watchpoint): New.
2614 (update_watchpoint): Don't reparse the watchpoint's condition
2615 unless necessary.
2616 (WP_IGNORE): New.
2617 (watchpoint_check): Use it.
2618 (bpstat_check_watchpoint): Handle it.
2619 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
2620 conditions in a frame where it makes sense.
2621 (watch_command_1): Store the innermost block of the condition
2622 expression.
2623 (delete_breakpoint): Delete the watchpoint condition expression.
2624 * breakpoint.h (struct bp_location) <cond>: Update comment.
2625 (struct breakpoint): New field `cond_exp_valid_block'.
2626
2627 2010-03-09 Joel Brobecker <brobecker@adacore.com>
2628
2629 Adjust handling of Ada DIEs after dwarf2_physname patch.
2630 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
2631
2632 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
2633 Pierre Muller <muller@ics.u-strasbg.fr>
2634
2635 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
2636 from/to posix/win32.
2637 (windows_make_so): Use non-Cygwin 1.7 specific function.
2638 (windows_create_inferior): Make sure that cygallargs points to
2639 original args in non Cygwin 1.7. case.
2640
2641 2010-03-09 Michael Snyder <msnyder@vmware.com>
2642
2643 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
2644 after target_read_memory to get host byte order.
2645 (i386_process_record): Ditto.
2646
2647 2010-03-09 Keith Seitz <keiths@redhat.com>
2648
2649 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
2650 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
2651 print out const or volatile qualifiers, too.
2652 (c_type_print_args): Add parameters show_artificial and language.
2653 Skip artificial parameters when requested.
2654 Use the appropriate language printer.
2655 (c_type_print_varspec): Tell c_type_print_args to skip artificial
2656 parameters and pass language_c.
2657 * dwarf2read.c (die_list): New file global.
2658 (struct partial_die_info): Update comments for name field.
2659 (pdi_needs_namespace): Renamed to ...
2660 (die_needs_namespace): ... this. Rewrite.
2661 (dwarf2_linkage_name): Remove.
2662 (add_partial_symbol): Do not predicate the call to
2663 partial_die_full_name based on pdi_needs_namespace.
2664 Remove call to cp_check_possible_namespace_symbols and associated
2665 outdated comments.
2666 (guess_structure_name): Do not inspect child subprogram DIEs.
2667 (dwarf2_fullname): Update comments.
2668 Use die_needs_namespace to assist in computing the name.
2669 (read_func_scope): Use dwarf2_name to get the DIE's name.
2670 Use dwarf2_physname to get the "linkage name" of the DIE.
2671 (dwarf2_add_member_field): Use dwarf2_physname instead of
2672 dwarf2_linkage_name.
2673 (read_structure_type): For structs and classes, set TYPE_NAME, too.
2674 (determine_class): Remove.
2675 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
2676 except Ada.
2677 (new_symbol): Unconditionally call dwarf2_name.
2678 Compute the "linkage name" using dwarf2_physname.
2679 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
2680 When determining to scan for anonymous C++ namespaces, ignore
2681 the linkage name.
2682 (dwarf2_physname): New function.
2683 (dwarf2_full_name): Move content to new function and call
2684 that.
2685 (dwarf2_compute_name): "New" function.
2686 (_initialize_dwarf2_read): Initialize die_list.
2687 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
2688 physname.
2689 (gnu_v3_print_method_ptr): Use the physname for virtual methods
2690 without a demangled name.
2691 Print out type information for non-virtual methods.
2692 * linespec.c (decode_line_1): Force ANY string using "::" (or
2693 "." for java) to use decode_compound, and clean up any stray quoting.
2694 If we found a file symtab, re-evaluate whether the remainder is_quoted.
2695 (decode_compound): Stop consuming at an open parenthesis.
2696 Keep template parameters.
2697 Keep any overload information.
2698 Keep keywords like "const".
2699 Remove paren_pointer.
2700 Move is_quoted check from set_flags to here.
2701 Remove #if 0 code from 2000. Ten years is long enough.
2702 (find_method): Before comparing symbol names, canonicalize the string
2703 from the user.
2704 If a specific overload is requested, find it. Otherwise throw an error.
2705 (find_method_overload_end): New function.
2706 (set_flags): Remove.
2707 (decode_compound): Assume that parentheses are matched.
2708 It's a lot easier.
2709 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
2710 to cplus_demangle.
2711 * linespec.c (decode_line_1): Keep important keywords like
2712 "const" and "volatile".
2713 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
2714 * typeprint.h (c_type_print_args): Add declaration.
2715 * ui-file.c (do_ui_file_obsavestring): New function.
2716 (ui_file_obsavestring): New function.
2717 * ui-file.h (ui_file_obsavestring): Add declaration.
2718 * valops.c (find_overload_match): Resolve the object to
2719 a non-pointer type.
2720 If the object is a data member, search the object for the member
2721 and return with staticp set.
2722 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
2723 Do not attempt to extract a function name from non-function types.
2724 If the extracted function name and the original name are the same,
2725 we don't have a C++ method.
2726
2727 From Jan Kratochvil <jan.kratochvil@redhat.com>:
2728 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
2729
2730 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
2731 and arguments from symbol lookups.
2732 * ax-gdb.c (gen_expr): Likewise.
2733 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
2734 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
2735 lookup_possible_namespace_symbol): Likewise.
2736 * cp-support.c (read_in_psymtabs): Likewise.
2737 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
2738 * language.h (la_lookup_symbol_nonlocal): Likewise.
2739 * scm-valprint.c (scm_inferior_print): Likewise.
2740 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
2741 * solib-svr.c (elf_lookup_lib): Likewise.
2742 * solib.c (show_auto_solib_add): Likewise.
2743 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
2744 * symmisc.c (maintenance_check_symtabs): Likewise.
2745 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
2746 lookup_symbol_aux_local, lookup_symbol_aux_block,
2747 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
2748 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
2749 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
2750 basic_lookup_transparent_type, find_main_psymtab,
2751 lookup_block_symbol): Likewise.
2752 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
2753 lookup_symbol_global, lookup_symbol_aux_block,
2754 lookup_symbol_partial_symbol, lookup_block_symbol,
2755 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
2756
2757 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
2758
2759 * python/python-internal.h: Include symtab.h.
2760
2761 2010-03-09 Joel Brobecker <brobecker@adacore.com>
2762 Pierre Muller <muller@ics.u-strasbg.fr>
2763
2764 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
2765 * p-valprint.c (pascal_val_print): Remove undeed block and fix
2766 indentation.
2767
2768 2010-03-08 Tom Tromey <tromey@redhat.com>
2769
2770 * breakpoint.c (breakpoint_1): Add "QUIT".
2771
2772 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
2773 Pedro Alves <pedro@codesourcery.com>
2774
2775 * solib.c (solib_find): Replace extension if
2776 solib_symbols_extension is set in the target gdbarch.
2777 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
2778 solib_symbols_extension to "sym".
2779 * gdbarch.sh (solib_symbols_extension): New variable.
2780 (pstring): New function.
2781 * gdbarch.h, gdbarch.c: Regenerate.
2782
2783 2010-03-08 Tom Tromey <tromey@redhat.com>
2784
2785 PR cli/9591:
2786 * NEWS: Update.
2787 * utils.c: Include main.h.
2788 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
2789 (defaulted_query): Use default answer if `batch_flag'.
2790 * main.h (batch_flag): Declare.
2791 * main.c (batch_flag): New global.
2792 (captured_main): Remove 'batch'. Update.
2793
2794 2010-03-08 Kevin Buettner <kevinb@redhat.com>
2795
2796 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
2797 and Kevin Buettner:
2798
2799 * remote-mips.c (rockhopper_ops): New target_ops struct.
2800 (MON_ROCKHOPPER): New mips_monitor_type.
2801 (read_hex_value): New function.
2802 (mips_request): Send 8-byte values with a 'T' packet. Read the
2803 packet argument as a string and use read_hex_value to parse it.
2804 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
2805 (rockhopper_open): New function.
2806 (mips_wait): Read the PC, FP and SP fields as strings. Use
2807 read_hex_value to parse them and mips_set_register to commit them.
2808 (mips_set_register): New function.
2809 (mips_fetch_registers): Do not cast register value to "unsigned"
2810 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
2811 (mips_store_registers): Use a 'T' packet to set registers when
2812 using MON_ROCKHOPPER.
2813 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
2814 and expect the total to be printed before the entry address.
2815 (_initialize_remote_mips): Initialize and add rockhopper_ops.
2816
2817 2010-03-08 Kevin Buettner <kevinb@redhat.com>
2818
2819 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
2820 Change return value to int. Store value fetched in location
2821 addressed by `val'. Use function's return value as success
2822 or failure indicator. Adjust all callers.
2823
2824 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
2825
2826 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
2827
2828 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2829 Hui Zhu <teawater@gmail.com>
2830
2831 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
2832 tmp_to_stopped_data_address.
2833 (record_open): Reset tmp_to_stopped_by_watchpoint and
2834 tmp_to_stopped_data_address.
2835 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
2836 to_stopped_data_address.
2837
2838 2010-03-08 Hui Zhu <teawater@gmail.com>
2839
2840 * i386-tdep.c (i386_process_record): Initialize regnum.
2841
2842 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2843
2844 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
2845 Do not warn on ".gnu.liblist" and ".gnu.conflict".
2846
2847 2010-03-08 Joel Brobecker <brobecker@adacore.com>
2848
2849 Memory error when reading wrong core file.
2850 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
2851 errors while reading the inferior memory, and return zero if
2852 an exception was raised.
2853
2854 2010-03-07 Michael Snyder <msnyder@vmware.com>
2855
2856 * record.c (record_restore): Rename tmpu8 to rectype.
2857
2858 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
2859 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
2860
2861 (i386_record_push): Rename local tmpulongest to addr.
2862
2863 (i386_process_record): Rename local tmpulongest to addr.
2864
2865 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
2866 addr64.
2867
2868 Rename local variable tmpu8 to opcode8 and regnum.
2869
2870 2010-03-07 Joel Brobecker <brobecker@adacore.com>
2871
2872 * remote.c (remote_get_ada_task_ptid): New function.
2873 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
2874
2875 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
2876
2877 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
2878 block. Define helper macros to reduce ifdefs in code.
2879 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
2880 size. Call unadorned GetModuleFileNameEx rather than
2881 GetModuleFileNameEx*.
2882 (windows_make_so): Use __PMAX to denote maximum buffer size and
2883 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
2884 appropriate.
2885 (get_image_name): Use __PMAX to denote maximum buffer size.
2886 (handle_load_dll): Likewise.
2887 (windows_pid_to_exec_file): Likewise.
2888 (windows_create_inferior): Add many accommodations for older Cygwin and
2889 non-Cygwin.
2890 (bad_GetModuleFileNameExW): Control inclusion of this function based on
2891 __USEWIDE conditional.
2892 (bad_GetModuleFileNameExA): Likewise.
2893 (_initialize_loadable): Just use real function names without the dyn_
2894 part since they are defined earlier.
2895
2896 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
2897 Tom Tromey <tromey@redhat.com>
2898
2899 * utils.c (host_char_to_target): Add 'gdbarch' argument.
2900 (parse_escape): Likewise.
2901 * python/py-utils.c (unicode_to_target_string): Update.
2902 (unicode_to_target_python_string): Update.
2903 (target_string_to_unicode): Update.
2904 * printcmd.c (printf_command): Update.
2905 * p-exp.y (yylex): Update.
2906 * objc-exp.y (yylex): Update.
2907 * mi/mi-parse.c: Include charset.h.
2908 (mi_parse_escape): New function.
2909 (mi_parse_argv): Use it.
2910 * jv-exp.y (yylex): Update.
2911 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
2912 function.
2913 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
2914 * gdbarch.sh (auto_charset, auto_wide_charset): New.
2915 * gdbarch.c: Rebuild.
2916 * gdbarch.h: Rebuild.
2917 * defs.h (parse_escape): Update.
2918 * cli/cli-setshow.c: Include arch-utils.h.
2919 (do_setshow_command): Update.
2920 * cli/cli-cmds.c (echo_command): Update.
2921 * charset.h (target_charset, target_wide_charset): Update.
2922 * charset.c: Include arch-utils.h.
2923 (target_charset_name): Default to "auto".
2924 (target_wide_charset_name): Likewise.
2925 (show_target_charset_name): Handle "auto".
2926 (show_target_wide_charset_name): Likewise.
2927 (be_le_arch): New global.
2928 (set_be_le_names): Add 'gdbarch' argument.
2929 (validate): Likewise. Don't call set_be_le_names.
2930 (set_charset_sfunc, set_host_charset_sfunc)
2931 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
2932 Update.
2933 (target_charset): Add 'gdbarch' argument.
2934 (target_wide_charset): Likewise. Remove 'byte_order' argument.
2935 (auto_target_charset_name): New global.
2936 (default_auto_charset, default_auto_wide_charset): New functions.
2937 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
2938 for target charsets. Copy result of nl_langinfo. Use GetACP if
2939 USE_WIN32API.
2940 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
2941 remove 'byte_order' argument. Update.
2942 (classify_type): Likewise.
2943 (c_emit_char): Update.
2944 (c_printchar): Update.
2945 (c_printstr): Update.
2946 (c_get_string): Update.
2947 (evaluate_subexp_c): Update.
2948 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
2949 Declare.
2950 * python/python.c (gdbpy_target_charset): New function.
2951 (gdbpy_target_wide_charset): Likewise.
2952 (GdbMethods): Update.
2953 * NEWS: Update.
2954
2955 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
2956
2957 * symfile.c (build_section_addr_info_from_objfile): Do not mask
2958 off high address bits.
2959
2960 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
2961
2962 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
2963 address as UnsignedLongLong, not LongLong.
2964
2965 2010-03-05 Kevin Buettner <kevinb@redhat.com>
2966 Pedro Alves <pedro@codesourcery.com>
2967
2968 * remote-mips.c (gdbthread.h): Include.
2969 (remote_mips_ptid): Declare.
2970 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
2971 (common_open): Set inferior_ptid, add it as an inferior, and
2972 as a thread too. Delete FIXME comment regarding start_remote().
2973 (mips_close): Invoke generic_mourn_inferior().
2974 (mips_kill): Make sure that target_mourn_inferior is invoked.
2975 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
2976 it's now invoked from mips_close().
2977 (mips_load): Don't null out inferior_ptid. Don't call
2978 clear_symtab_users().
2979 (mips_thread_alive, mips_pid_to_str): New functions.
2980 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
2981 to_thread_alive and to_pid_to_str operations.
2982
2983 2010-03-04 Tom Tromey <tromey@redhat.com>
2984
2985 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
2986 in DWARF 3 and later.
2987 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
2988
2989 2010-03-04 Keith Seitz <keiths@redhat.com>
2990
2991 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
2992 If the filename portion of the linespec was quoted, recheck the
2993 remainder for additional quoting.
2994 (locate_first_half): Skip over completer chars, too.
2995
2996 2010-03-04 Tom Tromey <tromey@redhat.com>
2997
2998 * printcmd.c (printf_command): Pass dummy argument to
2999 printf_filtered.
3000
3001 2010-03-04 Doug Evans <dje@google.com>
3002
3003 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
3004 unwound_fp.
3005
3006 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
3007
3008 2010-03-04 Pedro Alves <pedro@codesourcery.com>
3009
3010 * breakpoint.c (update_watchpoint): Create a sentinel location if
3011 the software watchpoint isn't watching any memory.
3012 (breakpoint_address_bits): Skip dummy software watchpoint locations.
3013
3014 2010-03-04 Pedro Alves <pedro@codesourcery.com>
3015
3016 * utils.c (fputs_maybe_filtered): Check if there's already a top
3017 level interpreter before dereferencing it. If there isn't one,
3018 don't paginate either.
3019
3020 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3021
3022 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
3023 the state right when single stepping.
3024 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
3025 Get the next PC along with the instruction state.
3026 (thumb_get_next_pc): Remove.
3027 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
3028
3029 2010-03-04 Hui Zhu <teawater@gmail.com>
3030
3031 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
3032
3033 2010-03-03 Pedro Alves <pedro@codesourcery.com>
3034
3035 * utils.c (fputs_maybe_filtered): Always disable pagination if the
3036 top level interpreter is MI.
3037
3038 2010-03-03 Stan Shebs <stan@codesourcery.com>
3039
3040 * remote.c (remote_download_tracepoint): Iterate over locations.
3041 * tracepoint.c (validate_actionline): Ditto.
3042 (encode_actions): Add location argument.
3043 (trace_dump_command): Check all locations to see if stepping
3044 frame.
3045
3046 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
3047 Eli Zaretskii <eliz@gnu.org>
3048
3049 * NEWS: Add X86 general purpose registers section.
3050
3051 2010-03-03 Tom Tromey <tromey@redhat.com>
3052
3053 PR mi/11098:
3054 * varobj.c (install_new_value): Handle case where new print_value
3055 is NULL.
3056
3057 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
3058
3059 PR gdb/11345:
3060 * printcmd.c (printf_command): Print end of format string using
3061 printf_filtered.
3062
3063 2010-03-02 Tom Tromey <tromey@redhat.com>
3064
3065 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
3066 * defs.h (read_command_lines_1): Add missing 'void'.
3067 * cli/cli-script.c (recurse_read_control_structure): Add missing
3068 'void'.
3069 (read_next_line): Likewise.
3070 (read_command_lines_1): Likewise.
3071
3072 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
3073
3074 * spu-tdep.c (spu_analyze_prologue): Track instruction to
3075 store backchain as part of prologue.
3076
3077 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
3078
3079 * progspace.c (update_address_spaces): Update inferior address spaces
3080 also.
3081
3082 2010-03-02 Doug Evans <dje@google.com>
3083
3084 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
3085 lowpc,highpc args to addrmap_set_empty.
3086
3087 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
3088
3089 * amd64-tdep.c (amd64_byte_names): New.
3090 (amd64_word_names): Likewise.
3091 (amd64_dword_names): Likewise.
3092 (amd64_pseudo_register_name): Likewise.
3093 (amd64_pseudo_register_read): Likewise.
3094 (amd64_pseudo_register_write): Likewise.
3095 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
3096 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
3097 set_gdbarch_pseudo_register_write and
3098 set_tdesc_pseudo_register_name. Don't call
3099 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
3100
3101 * i386-tdep.c (i386_num_mmx_regs): Removed.
3102 (i386_num_pseudo_regs): Likewise.
3103 (i386_byte_names): New.
3104 (i386_word_names): Likewise.
3105 (i386_byte_regnum_p): Likewise.
3106 (i386_word_regnum_p): Likewise.
3107 (i386_mmx_regnum_p): Updated.
3108 (i386_pseudo_register_name): Make it global. Handle byte and
3109 word pseudo-registers.
3110 (i386_pseudo_register_read): Likewise.
3111 (i386_pseudo_register_write): Likewise.
3112 (i386_pseudo_register_type): Handle byte, word and dword
3113 pseudo-registers
3114 (i386_register_reggroup_p): Don't include pseudo
3115 registers, except for MXX, in any register groups. Don't
3116 include pseudo byte, word, dword registers in general_reggroup.
3117 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
3118 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
3119 pseudo-registers after word pseudo-registers. Call
3120 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
3121
3122 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
3123 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
3124 eax_regnum.
3125 (i386_byte_regnum_p): New.
3126 (i386_word_regnum_p): Likewise.
3127 (i386_dword_regnum_p): Likewise.
3128 (i386_pseudo_register_name): Likewise.
3129 (i386_pseudo_register_read): Likewise.
3130 (i386_pseudo_register_write): Likewise.
3131
3132 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
3133
3134 * target-descriptions.c (tdesc_type): Remove
3135 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
3136 (tdesc_predefined_types): Likewise.
3137 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
3138 if flag name is empty.
3139 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
3140
3141 * features/i386/32bit-core.xml: Define i386_eflags.
3142 * features/i386/64bit-core.xml: Likewise.
3143
3144 * features/i386/32bit-sse.xml: Define i386_mxcsr.
3145 * features/i386/64bit-sse.xml: Likewise.
3146
3147 * features/i386/amd64-linux.c: Regenerated.
3148 * features/i386/amd64.c: Likewise.
3149 * features/i386/i386-linux.c: Likewise.
3150 * features/i386/i386.c: Likewise.
3151
3152 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3153
3154 * gdbtypes.c (append_composite_type_field_raw): New.
3155 (append_composite_type_field_aligned): Use the new function.
3156 * gdbtypes.h (append_composite_type_field_raw): Declare.
3157 * target-descriptions.c (struct tdesc_type_field): Add start and end.
3158 (struct tdesc_type_flag): New type.
3159 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
3160 kind. Add size to u.u. Add u.f for flags.
3161 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
3162 (tdesc_free_type): Likewise.
3163 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
3164 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
3165 (tdesc_add_bitfield, tdesc_add_flag): New.
3166 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
3167 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
3168 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
3169 current_type. Add current_type_size and current_type_is_flags.
3170 (tdesc_start_union): Clear the new fields.
3171 (tdesc_start_struct, tdesc_start_flags): New.
3172 (tdesc_start_field): Handle struct fields, including bitfields.
3173 (field_attributes): Make type optional. Add start and end.
3174 (union_children): Rename to struct_union_children.
3175 (union_attributes): Rename to struct_union_attributes. Add optional
3176 size.
3177 (flags_attributes): New.
3178 (feature_children): Add struct and flags.
3179 * features/gdb-target.dtd: Add flags and struct to features.
3180 Make field type optional. Add field start and end.
3181
3182 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
3183
3184 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
3185 (amd64_linux_read_description): Likewise.
3186 (_initialize_amd64_linux_nat): Set to_read_description to
3187 amd64_linux_read_description.
3188
3189 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
3190 (amd64_linux_register_name): Removed.
3191 (amd64_linux_register_type): Likewise.
3192 (amd64_linux_core_read_description): New.
3193 (amd64_linux_init_abi): Set target description to
3194 tdesc_amd64_linux if needed. Support orig_rax in target
3195 description. Don't call set_gdbarch_register_name nor
3196 set_gdbarch_register_type. Call
3197 set_gdbarch_core_read_description.
3198 (_initialize_amd64_linux_tdep): Call
3199 initialize_tdesc_amd64_linux.
3200
3201 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
3202
3203 * amd64-tdep.c: Include "features/i386/amd64.c".
3204 (amd64_register_names): Removed.
3205 (amd64_register_name): Likewise.
3206 (amd64_register_type): Likewise.
3207 (amd64_init_abi): Set num_core_regs and register_names. Set
3208 target description to tdesc_amd64 if needed. Don't call
3209 set_gdbarch_register_name nor set_gdbarch_register_type.
3210 (_initialize_amd64_tdep): New.
3211
3212 * i386-linux-nat.c (i386_linux_read_description): New.
3213 (_initialize_i386_linux_nat): Set to_read_description to
3214 i386_linux_read_description.
3215
3216 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
3217 (i386_linux_register_name): Removed.
3218 (i386_linux_core_read_description): New.
3219 (i386_linux_read_description): Likewise.
3220 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
3221 Set target description to tdesc_i386_linux if needed. Support
3222 orig_eax. Set register_reggroup_p. Call
3223 set_gdbarch_core_read_description.
3224 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
3225
3226 * i386-linux-tdep.h (tdesc_i386_linux): New.
3227
3228 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
3229 with I387_NUM_REGS.
3230
3231 * i386-tdep.c: Include "features/i386/i386.c".
3232 (i386_register_names): Make it const.
3233 (i386_mmx_names): Likewise.
3234 (i386_num_register_names): Removed.
3235 (i386_register_name): Likewise.
3236 (i386_eflags_type): Likewise.
3237 (i386_mxcsr_type): Likewise.
3238 (i386_sse_type): Likewise.
3239 (i386_register_type): Likewise.
3240 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
3241 (i386_pseudo_register_name): New.
3242 (i386_pseudo_register_type): Likewise.
3243 (i386_mmx_type): Make it static.
3244 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
3245 I387_NUM_REGS. Set num_core_regs and register_names. Don't
3246 call set_gdbarch_register_name nor set_gdbarch_register_type.
3247 Set register_reggroup_p. Set target description to tdesc_i386
3248 if needed. Call set_tdesc_pseudo_register_type,
3249 set_tdesc_pseudo_register_name and tdesc_use_registers.
3250 (_initialize_i386_tdep): Call initialize_tdesc_i386.
3251 initialize_tdesc_x86_64.
3252
3253 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
3254 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
3255 register_names, tdesc and register_reggroup_p.
3256 (I386_NUM_FREGS): Removed.
3257 (i386_eflags_type): Likewise.
3258 (i386_mxcsr_type): Likewise.
3259 (i386_mmx_type): Likewise.
3260 (i386_sse_type): Likewise.
3261 (i386_register_name): Likewise.
3262 (i386_regnum): Add I386_MXCSR_REGNUM.
3263 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
3264
3265 * i387-tdep.h (I387_NUM_REGS): New.
3266
3267 * regformats/i386/i386-linux.dat: Generated.
3268 * regformats/i386/i386.dat: Likewise.
3269 * regformats/i386/amd64-linux.dat: Likewise.
3270 * regformats/i386/amd64.dat: Likewise.
3271
3272 * regformats/reg-i386-linux.dat: Removed.
3273 * regformats/reg-i386.dat: Likewise.
3274 * regformats/reg-x86-64-linux.dat: Likewise.
3275 * regformats/reg-x86-64.dat: Likewise.
3276
3277 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
3278
3279 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
3280 cygwin_conv_path API rather than the deprecated
3281 cygwin_conv_to_full_posix_path.
3282 * windows-nat.c:
3283 (GetModuleFileNameExA): Undefine for Cygwin.
3284 (GetModuleFileNameExW): Define for Cygwin.
3285 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
3286 Call GetModuleFileNameExW and convert path to POSIX using
3287 cygwin_conv_path.
3288 (windows_make_so): Always define p. Drop unused variable m.
3289 Don't use Win32 functions to check file existance, rather use
3290 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
3291 Use canonicalize_file_name to get full path.
3292 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
3293 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
3294 use correct target buffer size in call to WideCharToMultiByte.
3295 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
3296 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
3297 (windows_create_inferior): Convert all paths and arguments to wchar_t
3298 and use CreateProcessW on Cygwin.
3299 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
3300 (bad_GetModuleFileNameExA): Undefine for Cygwin.
3301 (bad_GetModuleFileNameExW): Define for Cygwin.
3302 (_initialize_loadable): Load GetModuleFileNameExW into
3303 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
3304
3305 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3306
3307 PR python/11036
3308 * python/py-frame.c (frapy_read_var): Add block argument and logic
3309 to cope with user provided blocks.
3310
3311 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3312
3313 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
3314 New comment.
3315
3316 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
3317
3318 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
3319 (COMMON_OBS): ... to here since it's used unconditionally.
3320 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
3321 (SFILES): To here.
3322
3323 2010-02-26 David Daney <ddaney@caviumnetworks.com>
3324
3325 * mips-linux-tdep.c: Update struct sigframe comments.
3326 (SIGFRAME_CODE_OFFSET): Delete macro.
3327 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
3328 this_frame's sp.
3329 (mips_linux_n32n64_sigframe_init): Same.
3330
3331 2010-02-26 Kevin Buettner <kevinb@redhat.com>
3332
3333 * remote-mips.c (mips_load): Don't use pseudo-register when
3334 invalidating regcache.
3335
3336 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3337
3338 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
3339
3340 2010-02-26 Pedro Alves <pedro@codesourcery.com>
3341
3342 * NEWS: Add "New targets" section, and mention ARM Symbian
3343 support.
3344
3345 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
3346
3347 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
3348 add ADDR_SIZE member.
3349 (allocate_piece_closure): Update.
3350 (copy_pieced_value_closure): Likewise.
3351 (dwarf2_evaluate_loc_desc): Likewise.
3352 (read_pieced_value): Use DWARF address size instead of
3353 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
3354
3355 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
3356 Tom Tromey <tromey@redhat.com>
3357
3358 * python/py-type.c (typy_lookup_typename): Add in block argument.
3359 If provided restrict lookup to specified blocks.
3360 (gdbpy_lookup_type): Likewise.
3361 (typy_lookup_type): Likewise.
3362
3363 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
3364
3365 Symbian config
3366
3367 gdb/
3368 * arm-symbian-tdep.c: New.
3369 * configure.tgt (arm*-*-symbianelf*): New target.
3370 (*-*-symbianelf*): New OS.
3371 * osabi.c (gdb_osabi_names): Add Symbian.
3372 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
3373 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
3374 (ALLDEPFILES): Add arm-symbian-tdep.c.
3375
3376 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
3377
3378 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
3379
3380 2010-02-24 Pedro Alves <pedro@codesourcery.com>
3381
3382 * mi/mi-main.c (mi_cmd_execute): Fix typo.
3383
3384 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3385 Tom Tromey <tromey@redhat.com>
3386 Thiago Jung Bauermann <bauerman@br.ibm.com>
3387
3388 * python/python.c (_initialize_python): Call
3389 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
3390 gdbpy_initialize_blocks.
3391 * python/python-internal.h: Declare struct symbol, block and
3392 symtab_and_line. Declare block_object_type and
3393 symbol_object_type
3394 (gdbpy_lookup_symbol gdbpy_block_for_pc)
3395 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
3396 (symbol_to_symbol_object, block_to_block_object)
3397 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
3398 (gdbpy_initialize_blocks ): Declare.
3399 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
3400 (frapy_select): Add methods.
3401 (frapy_read_var): Add symbol branch.
3402 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
3403 py-block.
3404 (SUBDIR_PYTHON_SRCS): Likewise.
3405 (py-symbol.o): New rule.
3406 (py-symtab.o): Likewise.
3407 (py-block.o): Likewise.
3408 * python/py-symbol.c: New file.
3409 * python/py-symtab.c: Likewise.
3410 * python/py-block.c: Likewise.
3411
3412 2010-02-24 Pedro Alves <pedro@codesourcery.com>
3413
3414 PR gdb/11321
3415
3416 * inferior.h (prepare_for_detach): Declare.
3417 (struct inferior) <detaching>: New field.
3418 * infrun.c (prepare_for_detach): New.
3419 (handle_inferior_event) <random signal>: Don't stop if detaching.
3420 * target.c (target_detach): Call prepare_for_detach.
3421
3422 2010-02-24 Pedro Alves <pedro@codesourcery.com>
3423
3424 Per-process displaced stepping queue.
3425
3426 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
3427 (displaced_step_gdbarch, displaced_step_closure,
3428 (displaced_step_original, displaced_step_copy): Move globals to
3429 this...
3430 (struct displaced_step_inferior_state): ... new structure.
3431 (displaced_step_inferior_states): New global.
3432 (get_displaced_stepping_state, add_displaced_stepping_state)
3433 (remove_displaced_stepping_state, infrun_inferior_exit): New
3434 functions.
3435 (displaced_step_clear): Add displaced_step_inferior_state
3436 parameter, and adjust to handle it.
3437 (displaced_step_clear_cleanup): Parameter is now a
3438 displaced_step_inferior_state. Adjust.
3439 (displaced_step_prepare): Adjust.
3440 (displaced_step_fixup, displaced_step_fixup)
3441 (infrun_thread_ptid_changed, resume): Adjust.
3442 (init_wait_for_inferior): Don't call displaced_step_clear.
3443 (infrun_thread_stop_requested): Rewrite.
3444 (_initialize_infrun): Install infrun_inferior_exit as
3445 inferior_exit observer.
3446
3447 2010-02-24 Pedro Alves <pedro@codesourcery.com>
3448
3449 * inferior.h (ptid_match): Declare.
3450 * infrun.c (ptid_match): New.
3451 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
3452 (handle_notification): Add debug output.
3453 * linux-nat.c (ptid_match): Delete.
3454
3455 2010-02-24 David S. Miller <davem@davemloft.net>
3456
3457 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
3458 * syscalls/sparc-linux.xml: New.
3459 * syscalls/sparc64-linux.xml: New.
3460 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
3461 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
3462 (sparc32_linux_get_syscall_number): New function.
3463 (sparc32_linux_init_abi): Set syscall XML file name and hook up
3464 syscall number fetcher.
3465 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
3466 (sparc64_linux_get_syscall_number): New function.
3467 (sparc64_linux_init_abi): Set syscall XML file name and hook up
3468 syscall number fetcher.
3469
3470 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3471
3472 Multiexec MI
3473
3474 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3475 * inferior.c (add_inferior_silent): Notify inferior_added
3476 observer.
3477 (delete_inferior_1): Notify inferior_removed observer.
3478 (exit_inferior_1): Pass inferior, not pid, to observer.
3479 (inferior_appeared): Likewise.
3480 (add_inferior_with_spaces): New.
3481 (add_inferior_command): Use the above.
3482 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
3483 Declare.
3484
3485 * inflow.c (inflow_inferior_exit): Likewise.
3486 * jit.c (jit_inferior_exit_hook): Likewise.
3487
3488 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
3489 remove-inferior.
3490 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
3491 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
3492 (report_initial_inferior): New.
3493 (mi_inferior_removed): Register the above. Make sure
3494 inferior_added observer is called on the first inferior.
3495 (mi_new_thread, mi_thread_exit): Thread group is now identified by
3496 inferior number, not pid.
3497 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
3498 affected.
3499 * mi/mi-main.c (current_context): New.
3500 (proceed_thread_callback): Use typed closure.
3501 Proceed everything if pid is 0. Most implementation split into
3502 (proceed_thread): ... this.
3503 (run_one_inferior): New.
3504 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
3505 Adjust for multiexec behaviour.
3506 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
3507 (mi_cmd_execute): Handle the 'thread-group' option here.
3508 Do some extra checks.
3509 * mi-parse.c (mi_parse): Handle the --all and --thread-group
3510 options.
3511 * mi-parse.h (struct mi_parse): New fields all and thread_group.
3512
3513 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3514
3515 Make -exec-run a proper MI commands.
3516
3517 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
3518 * mi/mi-cmds.c (mi_cmds): Adjust.
3519 * mi/mi-main.c (mi_cmd_exec_run): New.
3520
3521 2010-02-24 Pedro Alves <pedro@codesourcery.com>
3522 Stan Shebs <stan@codesourcery.com>
3523
3524 * tracepoint.h (set_traceframe_number)
3525 (cleanup_restore_current_traceframe): Declare.
3526 * tracepoint.c (set_traceframe_number): New.
3527 (struct current_traceframe_cleanup): New.
3528 (do_restore_current_traceframe_cleanup)
3529 (restore_current_traceframe_cleanup_dtor)
3530 (make_cleanup_restore_current_traceframe): New.
3531 * infrun.c: Include tracepoint.h.
3532 (fetch_inferior_event): Switch out and in of tfind mode.
3533
3534 2010-02-24 Pedro Alves <pedro@codesourcery.com>
3535
3536 * breakpoint.c (breakpoint_init_inferior): Also delete
3537 bp_shlib_event breakpoints.
3538 * solib-frv.c (enable_break): Remove call to
3539 remove_solib_event_breakpoints.
3540 * solib-svr4.c (enable_break): Ditto.
3541 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
3542 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
3543 * solib-som.c (som_solib_create_inferior_hook): Ditto.
3544 * solib-spu.c (spu_enable_break): Ditto.
3545
3546 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
3547
3548 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
3549
3550 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
3551
3552 * varobj.c (varobj_update): Avoid non-constants in initializers.
3553
3554 2010-02-23 Tom Tromey <tromey@redhat.com>
3555
3556 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
3557 handle big-endian values.
3558 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
3559
3560 2010-02-22 Pedro Alves <pedro@codesourcery.com>
3561
3562 PR9605
3563
3564 gdb/
3565 * breakpoint.c (insert_bp_location): If inserting the read
3566 watchpoint failed, fallback to an access watchpoint.
3567 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
3568 if the value changed, if not watching the same memory for writes.
3569 (watchpoint_locations_match): Add comment.
3570 (update_global_location_list): Copy the location's watchpoint type.
3571 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
3572 handle read watchpoints here.
3573 (i386_insert_watchpoint): Read watchpoints aren't supported.
3574 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
3575 packets.
3576 * target.h (target_insert_watchpoint): Update description.
3577
3578 2010-02-19 Tom Tromey <tromey@redhat.com>
3579
3580 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
3581 * m2-typeprint.c (m2_print_type): Update.
3582 * gdbtypes.c (recursive_dump_type): Update.
3583 (copy_type_recursive): Update.
3584 * c-typeprint.c (c_type_print_varspec_prefix): Update.
3585 (c_type_print_base): Update.
3586 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
3587 Remove.
3588 (struct cplus_struct_type) <ntemplate_args>: Remove.
3589 <struct template_arg>: Remove.
3590 <is_dynamic>: Move earlier.
3591 (TYPE_TEMPLATE_ARGS): Remove.
3592 (TYPE_NTEMPLATE_ARGS): Remove.
3593 (TYPE_TEMPLATE_ARG): Remove.
3594
3595 2010-02-19 Tom Tromey <tromey@redhat.com>
3596
3597 PR c++/8693, PR c++/9496:
3598 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
3599 * c-exp.y (lex_one_token): Rename from yylex. Don't call
3600 write_dollar_variable. Don't try to classify NAME tokens.
3601 (token_and_value): New type.
3602 (token_fifo, popping, name_obstack): New globals.
3603 (classify_name): New function.
3604 (classify_inner_name): Likewise.
3605 (yylex): Likewise.
3606 (VARIABLE): Now has type sval.
3607 (exp : VARIABLE): Call write_dollar_variable.
3608 (qualified_name): Use TYPENAME, not typebase. Add production for
3609 multiple "::" instances.
3610 (variable): Use name_not_typename.
3611 (qualified_type): Remove.
3612 (typebase): Update.
3613
3614 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3615
3616 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
3617 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
3618 found by bfd_get_section_by_name.
3619 * symfile.h (struct section_addr_info) <sectindex>: New comment.
3620
3621 2010-02-19 Joel Brobecker <brobecker@adacore.com>
3622
3623 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
3624 7.0 section" into "Changes in 7.1".
3625
3626 2010-02-19 Joel Brobecker <brobecker@adacore.com>
3627
3628 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
3629 * version.in: Bump version to 7.1.50.20100219-cvs.
3630
3631 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
3632
3633 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
3634 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
3635
3636 2010-02-17 Tom Tromey <tromey@redhat.com>
3637
3638 * NEWS: Add Python API Improvements section.
3639
3640 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
3641
3642 * NEWS: Correct typo.
3643
3644 2010-02-17 Tom Tromey <tromey@redhat.com>
3645
3646 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
3647
3648 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3649
3650 * symfile.c (build_section_addr_info_from_objfile): Include sections
3651 only if they are SEC_ALLOC or SEC_LOAD.
3652
3653 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
3654
3655 PR shlibs/11293
3656 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
3657 of ULONGEST for address size.
3658
3659 2010-02-17 Tom Tromey <tromey@redhat.com>
3660
3661 * NEWS: Add C++ improvements section.
3662
3663 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
3664
3665 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
3666 PyThreadState_Swap): Avoid "statement with no effect" warning.
3667
3668 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3669
3670 * solib-svr4.c (enable_break <target_auxv_search>): New variable
3671 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
3672
3673 2010-02-17 Tristan Gingold <gingold@adacore.com>
3674 Petr Hluzin <petr.hluzin@gmail.com>
3675
3676 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
3677 gdb_assert. Fix info->size for SIG prologue.
3678
3679 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3680
3681 * infcmd.c (show_inferior_tty_command): Check for NULL.
3682 Correct output message.
3683
3684 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3685
3686 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
3687 FUNCTION contains parentheses. Improve removal of a trailing
3688 single quote.
3689
3690 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3691
3692 * gcore.c (do_bfd_delete_cleanup): New function.
3693 (gcore_command): Use it. Discard the cleanup after success.
3694 (gcore_copy_callback): Delete dead code.
3695
3696 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
3697
3698 * symfile.c (addr_info_make_relative): Always use
3699 find_lowest_section.
3700
3701 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
3702
3703 * NEWS: Added entry for namespace fixes.
3704
3705 2010-02-15 Tom Tromey <tromey@redhat.com>
3706
3707 * dwarf2read.c (guess_structure_name): Allocate name on the
3708 objfile obstack.
3709
3710 2010-02-15 Tom Tromey <tromey@redhat.com>
3711
3712 * c-typeprint.c (c_type_print_base): Reverse order of test.
3713
3714 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3715
3716 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
3717 initialize it from ELF BFD. Extend the prelink condition by it.
3718
3719 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3720
3721 * defs.h (parse_pid_to_attach): New.
3722 * utils.c (parse_pid_to_attach): New.
3723 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
3724 * gnu-nat.c (gnu_attach): Likewise.
3725 * nto-procfs.c (procfs_attach): Likewise.
3726 * procfs.c (procfs_attach): Likewise.
3727 * windows-nat.c (windows_attach): Likewise.
3728 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
3729 * inf-ttrace.c (inf_ttrace_attach): Likewise.
3730 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
3731 check.
3732
3733 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
3734
3735 * MAINTAINERS: Add myself for write after approval privileges.
3736
3737 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3738
3739 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
3740 block.
3741
3742 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3743
3744 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
3745 only if INFO_VERBOSE.
3746
3747 2010-02-12 Tomas Holmberg <th@virtutech.com>
3748
3749 * mi/mi-main.c: Added the --reverse flag to the following MI
3750 commands: exec-continue, exec-finish, exec-next, exec-step,
3751 exec-next-instruction, exec-step-instruction. This is to
3752 support reverse execution over the MI interface to gdb.
3753
3754 2010-02-12 Pedro Alves <pedro@codesourcery.com>
3755
3756 * tracepoint.c (_initialize_tracepoint): Specify that the address
3757 range of `tfind outsize' is exclusive, and that the address range
3758 of `tfind range' is inclusive, in the commands' help strings.
3759
3760 2010-02-12 Joel Brobecker <brobecker@adacore.com>
3761
3762 Spurious "dll not found" error messages on x64-windows.
3763 * windows-nat.c: Add include of complaints.h.
3764 (handle_unload_dll): Change dll-not-found error into a complaint.
3765
3766 2010-02-12 Pedro Alves <pedro@codesourcery.com>
3767
3768 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
3769 bp_tracepoint and bp_fast_tracepoint, not
3770 bp_loc_software_breakpoint.
3771 (update_global_location_list): Tracepoints are never duplicates of
3772 anything.
3773
3774 2010-02-12 Pedro Alves <pedro@codesourcery.com>
3775
3776 * breakpoint.c (break_command_really): Change return type to int.
3777 Return false if no breakpoint was created, true otherwise.
3778 (trace_command): Don't set the tracepoint count if no tracepoint
3779 was created.
3780 (ftrace_command): Ditto.
3781 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
3782 created in the breakpoints table.
3783
3784 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3785 Ulrich Weigand <uweigand@de.ibm.com>
3786
3787 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
3788
3789 2010-02-11 Pedro Alves <pedro@codesourcery.com>
3790
3791 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
3792 the offset value isn't of integral type.
3793
3794 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3795
3796 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
3797 New.
3798
3799 2010-02-11 Pedro Alves <pedro@codesourcery.com>
3800
3801 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
3802 non-subscriptable types.
3803 * valarith.c (binop_types_user_defined_p): New, abstracted out
3804 from ...
3805 (binop_user_defined_p): ... this.
3806 * value.h (binop_types_user_defined_p): Declare.
3807
3808 2010-02-11 Pedro Alves <pedro@codesourcery.com>
3809
3810 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
3811 Merge uploaded TSVs before merging uploaded tracepoints.
3812
3813 2010-02-11 Pedro Alves <pedro@codesourcery.com>
3814
3815 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
3816
3817 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
3818
3819 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
3820 whitespace character after a dot in comment.
3821 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
3822 Likewise.
3823 (list_args_or_locals): For the 'all' (that is
3824 -stack-list-variables) case, always output list of tuples.
3825 Output 'arg' field if variable is argument.
3826
3827 2010-02-10 Tom Tromey <tromey@redhat.com>
3828
3829 * parser-defs.h (parser_debug): Declare.
3830 * parse.c (_initialize_parse): Install "debug parser" set/show
3831 command.
3832 (parser_debug): New global.
3833 (show_parserdebug): New function.
3834 * c-exp.y (c_parse): Set yydebug.
3835
3836 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
3837
3838 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
3839 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
3840 (tdesc_predefined_types): Add i387_ext, i386_eflags and
3841 i386_mxcsr.
3842 (tdesc_find_type): New.
3843 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
3844 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
3845
3846 * target-descriptions.h (tdesc_find_type): New.
3847
3848 2010-02-10 Michael Snyder <msnyder@vmware.com>
3849
3850 * gdb-gdb.py: Comment fix.
3851
3852 2010-02-09 Tristan Gingold <gingold@adacore.com>
3853
3854 * machoread.c (macho_symfile_relocate): New function.
3855 (macho_sym_fns): Use macho_symfile_relocate instead of
3856 default_symfile_relocate.
3857 (macho_oso_data): New type.
3858 (current_oso): New variable.
3859 (macho_add_oso_symfile): Do not compute section_addr_info, but
3860 instead set vma of sections.
3861 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
3862 Set and clear current_oso.
3863
3864 2010-02-09 Joel Brobecker <brobecker@adacore.com>
3865
3866 Wrong type description for tagged type parameter.
3867 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
3868 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
3869 reference to a tagged type.
3870
3871 2010-02-09 Tristan Gingold <gingold@adacore.com>
3872
3873 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
3874 brothers of the parent.
3875
3876 2010-02-08 Tom Tromey <tromey@redhat.com>
3877
3878 PR c++/8017:
3879 * value.h: Update.
3880 * valops.c (search_struct_field): Make 'name' const.
3881 (search_struct_method): Likewise.
3882 (find_method_list): Make 'method' const.
3883 (value_struct_elt): Make 'name' and 'err' const.
3884 (value_find_oload_method_list): Make 'method' const.
3885 (find_overload_match): Make 'name' const.
3886 * eval.c (evaluate_subexp_standard): New locals function,
3887 function_name.
3888 <OP_FUNCALL>: Handle OP_SCOPE specially.
3889
3890 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
3891
3892 * infrun.c (handle_inferior_event): Do not look up regcache
3893 for exited processes.
3894
3895 2010-02-08 Chris Moller <moller@mollerware.com>
3896
3897 PR gdb/10728
3898 * valarith.c (value_ptrdiff): Added a test for a zero type length,
3899 warn if found, and assume length = 1.
3900
3901 2010-02-08 Chris Moller <cmoller@redhat.com>
3902
3903 PR gdb/9067
3904 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
3905 cp_print_static_field) Fix use of obstacks.
3906
3907 2010-02-08 Pedro Alves <pedro@codesourcery.com>
3908
3909 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
3910 resumed LWPs as resumed.
3911 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
3912 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
3913 of throwing an internal error. If an LWP of a process we're not
3914 waiting for reports a signal, don't force collecting a SIGSTOP,
3915 and if it was breakpoint hit in non-stop mode, cancel it. Don't
3916 go through all LWPs cancelling breakpoints in non-stop mode.
3917 (resume_stopped_resumed_lwps): New.
3918 (linux_nat_wait): Use it.
3919
3920 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
3921
3922 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
3923 i386/amd64 and i386/amd64-linux.
3924 (i386/i386-expedite): New.
3925 (i386/i386-linux-expedite): Likewise.
3926 (i386/amd64-expedite):Likewise.
3927 (i386/amd64-linux-expedite): Likewise.
3928 ($(outdir)/i386/i386-linux.dat): Likewise.
3929 ($(outdir)/i386/amd64.dat): Likewise.
3930 ($(outdir)/i386/amd64-linux.dat): Likewise.
3931
3932 * features/i386/32bit-core.xml: New.
3933 * features/i386/32bit-linux.xml: Likewise.
3934 * features/i386/32bit-sse.xml: Likewise.
3935 * features/i386/64bit-core.xml: Likewise.
3936 * features/i386/64bit-linux.xml: Likewise.
3937 * features/i386/64bit-sse.xml: Likewise.
3938 * features/i386/i386-linux.xml: Likewise.
3939 * features/i386/i386.xml: Likewise.
3940 * features/i386/amd64-linux.xml: Likewise.
3941 * features/i386/amd64.xml: Likewise.
3942 * features/i386/i386-linux.c: Likewise.
3943 * features/i386/i386.c: Likewise.
3944 * features/i386/amd64-linux.c: Likewise.
3945 * features/i386/amd64.c: Likewise.
3946
3947 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
3948
3949 PR c++/7935:
3950 * cp-support.h: Added char* alias element to using_direct data
3951 struct.
3952 (cp_add_using): Added char* alias argument.
3953 (cp_add_using_directive): Ditto.
3954 * cp-namespace.c: Updated with the above changes.
3955 (cp_lookup_symbol_imports): Check for aliases.
3956 * dwarf2read.c (read_import_statement): Figure out local alias
3957 for the import and pass it on to cp_add_using.
3958 (read_namespace): Pass alias argument to cp_add_using.
3959
3960 2010-02-05 Hui Zhu <teawater@gmail.com>
3961
3962 * defs.h (gdb_bfd_errmsg): New extern.
3963 * exec.c (exec_file_attach): Change bfd_errmsg to
3964 gdb_bfd_errmsg.
3965 * utils.c (AMBIGUOUS_MESS1): New macro.
3966 (AMBIGUOUS_MESS2): New macro.
3967 (gdb_bfd_errmsg): New function.
3968
3969 2010-02-04 Doug Evans <dje@google.com>
3970
3971 * solib-svr4.c (enable_break): Add comment.
3972
3973 2010-02-04 Anthony Green <green@moxielogic.com>
3974
3975 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
3976 gracefully.
3977
3978 2010-02-04 Tom Tromey <tromey@redhat.com>
3979
3980 * valops.c (search_struct_field): Account for
3981 value_embedded_offset. Fix check for virtual base past the end of
3982 the object. Use value_copy when making a slice of the value.
3983
3984 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
3985
3986 PR tui/9622
3987 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
3988 only if gdb_stdout is a tty.
3989
3990 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
3991
3992 * target-descriptions.c: Include "osabi.h".
3993 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
3994 OSABI.
3995
3996 2010-02-04 Tristan Gingold <gingold@adacore.com>
3997
3998 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
3999 (macho_symtab_read): Adjust calls to macho_add_oso.
4000 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
4001 (macho_symfile_read): Adjust call to macho_oso_symfile.
4002 (macho_new_init): Move this function after declarations.
4003 (macho_symfile_init): Ditto.
4004 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
4005 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
4006
4007 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
4008
4009 Include MI command in remotelog.
4010
4011 * mi/mi-main.c (mi_execute_command): Call target_log_command.
4012
4013 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
4014
4015 * remote.c (remote_state): Remove gdbarch.
4016 (init_remote_state): Don't set gdbarch.
4017 (remote_query_supported): Pass target_gdbarch instead of
4018 rs->gdbarch to gdbarch_qsupported.
4019
4020 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
4021
4022 * gdbarch.sh: Add qsupported.
4023
4024 * gdbarch.c: Regenerated.
4025 * gdbarch.h: Likewise.
4026
4027 * remote.c (remote_state): Add gdbarch.
4028 (init_remote_state): Set gdbarch.
4029 (remote_query_supported): Support gdbarch_qsupported.
4030
4031 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
4032
4033 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
4034 __FreeBSD_kernel_version.
4035
4036 2010-02-03 Tristan Gingold <gingold@adacore.com>
4037
4038 * symfile.h (struct sym_fns): Add sym_relocate field.
4039 (default_symfile_relocate): New prototype.
4040 (symfile_relocate_debug_section): First argument is now an objfile.
4041 * symfile.c (default_symfile_relocate): Rename from
4042 symfile_relocate_debug_section, first argument is now an objfile.
4043 (symfile_relocate_debug_section): New function.
4044 * coffread.c (coff_sym_fns): Set sym_relocate field.
4045 * somread.c (som_sym_fns): Ditto.
4046 * mipsread.c (ecoff_sym_fns): Ditto.
4047 * machoread.c (macho_sym_fns): Ditto.
4048 * elfread.c (elf_sym_fns): Ditto.
4049 * dwarf2read.c (dwarf2_read_section): Ditto.
4050 * xcoffread.c (xcoff_sym_fns): Ditto.
4051 * dbxread.c (aout_sym_fns): Ditto.
4052 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
4053 (elfstab_build_psymtabs): Ditto.
4054
4055 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
4056
4057 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
4058
4059 2010-02-02 Tom Tromey <tromey@redhat.com>
4060
4061 * valops.c (value_cast_structs): Try downcasting using the RTTI
4062 type.
4063
4064 2010-02-02 Tom Tromey <tromey@redhat.com>
4065
4066 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
4067 (gnuv2_baseclass_offset): Now static.
4068 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
4069 * gnu-v2-abi.h: Remove.
4070
4071 2010-02-02 Tom Tromey <tromey@redhat.com>
4072
4073 * m2-typeprint.c (m2_record_fields): Don't use
4074 TYPE_DECLARED_TYPE.
4075 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
4076 (struct main_type) <flag_declared_class>: New field.
4077 (struct cplus_struct_type) <declared_type>: Remove.
4078 <ntemplate_args>: Move earlier.
4079 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
4080 (DECLARED_TYPE_TEMPLATE): Remove.
4081 (TYPE_DECLARED_TYPE): Remove.
4082 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
4083 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
4084 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
4085 TYPE_DECLARED_TYPE.
4086
4087 2010-02-02 Tom Tromey <tromey@redhat.com>
4088
4089 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
4090 * valops.c (search_struct_field): Compute nbases after calling
4091 CHECK_TYPEDEF.
4092 (check_field): Call CHECK_TYPEDEF.
4093 * cp-valprint.c (cp_print_value): Pass correct address to
4094 baseclass_offset. Fix check for virtual base past the end of the
4095 object. Don't offset address passed to cp_print_value_fields or
4096 apply_val_pretty_printer.
4097 (cp_print_value_fields): Fix call to val_print.
4098 (cp_print_value_fields_rtti): New function.
4099 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
4100 * p-valprint.c (pascal_object_print_value_fields): Fix call to
4101 val_print.
4102 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
4103 offset to address.
4104 * language.h (struct language_defn) <la_val_print>: Document.
4105 * c-lang.h (cp_print_value_fields_rtti): Declare.
4106
4107 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4108
4109 PR libc/11214:
4110 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
4111 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
4112 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
4113
4114 2010-02-01 Michael Matz <matz@suse.de>
4115 Daniel Jacobowitz <dan@codesourcery.com>
4116
4117 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
4118 functions use a frame pointer.
4119
4120 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4121
4122 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
4123 by a conditional setting DYN_ADDR. Use DYN_ADDR.
4124 * config/djgpp/fnchange.lst: Add translations for
4125 symbol-without-target_section.exp and symbol-without-target_section.c.
4126
4127 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4128
4129 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
4130 (remote_breakpoint_for_pc): Correct invalid_p check.
4131 * gdbarch.c: Regenerated.
4132
4133 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4134
4135 * arm-tdep.c (arm_find_mapping_symbol): New function, from
4136 arm_pc_is_thumb.
4137 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
4138 (extend_buffer_earlier): New function.
4139 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
4140 (arm_adjust_breakpoint_address): New function.
4141 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
4142
4143 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4144
4145 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
4146 (arm_linux_thumb2_le_breakpoint): New constants.
4147 (arm_linux_init_abi): Set thumb2_breakpoint and
4148 thumb2_breakpoint_size.
4149 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
4150 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
4151 Implement support for single stepping through IT blocks if
4152 a 32-bit Thumb breakpoint instruction is available.
4153 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
4154 is available, use it when needed.
4155 (arm_remote_breakpoint_from_pc): New function.
4156 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
4157 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
4158 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
4159
4160 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4161
4162 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
4163 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
4164 * gdbarch.c, gdbarch.h: Regenerated.
4165 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
4166 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
4167 gdbarch_remote_breakpoint_from_pc.
4168
4169 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4170
4171 * infrun.c (prepare_to_proceed): Handle other signals which might
4172 match a breakpoint.
4173 (handle_inferior_event): Move the check for unusual breakpoint
4174 signals earlier.
4175
4176 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
4177
4178 amd64 - function returning record with field straddling 2 registers.
4179 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
4180 a record of length <= 16 in which a field straddles the two
4181 eightbytes.
4182
4183 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4184
4185 Implement return values on amd64-windows.
4186 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
4187 (amd64_windows_return_value): New function.
4188 (amd64_windows_init_abi): Call set_gdbarch_return_value with
4189 amd64_windows_return_value.
4190
4191 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4192
4193 amd64-windows: 32 bytes allocated on stack by caller for integer
4194 parameter registers.
4195 * i386-tdep.h (struct gdbarch_tdep): Add new field
4196 integer_param_regs_saved_in_caller_frame.
4197 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4198 tdep->integer_param_regs_saved_in_caller_frame to 1.
4199 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
4200 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
4201
4202 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4203
4204 amd64-windows: memory args passed by pointer during function calls.
4205 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
4206 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
4207 where tdep->memory_args_by_pointer is non-zero.
4208 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4209 tdep->memory_args_by_pointer to 1.
4210
4211 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4212
4213 amd64-windows: Integer parameters in function calls.
4214 * i386-tdep.h (enum amd64_reg_class): New, moved here from
4215 amd64-tdep.c.
4216 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
4217 call_dummy_integer_regs, and classify.
4218 * amd64-tdep.h (amd64_classify): Add declaration.
4219 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
4220 (amd64_reg_class): Delete, moved to i386-tdep.h.
4221 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
4222 Replace call to amd64_classify by call to tdep->classify.
4223 (amd64_push_arguments): Get the list of registers to use for
4224 passing integer parameters from the gdbarch tdep structure,
4225 rather than using a hardcoded one. Replace calls to amd64_classify
4226 by calls to tdep->classify.
4227 (amd64_push_dummy_call): Get the register number used for
4228 the "hidden" argument from tdep->call_dummy_integer_regs.
4229 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
4230 and tdep->call_dummy_integer_regs. Set tdep->classify.
4231 * amd64-windows-tdep.c: Add include of gdbtypes.h.
4232 (amd64_windows_dummy_call_integer_regs): New static global.
4233 (amd64_windows_classify): New function.
4234 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
4235 tdep->call_dummy_integer_regs and tdep->classify.
4236
4237 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4238
4239 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
4240 for the new regcache. All callers updated.
4241 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
4242 (get_thread_arch_regcache): Do not set aspace here.
4243 * regcache.h (regcache_xmalloc): Update declaration.
4244
4245 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
4246 regcache_xmalloc updated.
4247
4248 2010-01-28 Joel Brobecker <brobecker@adacore.com>
4249
4250 Another -Wunused-function error in procfs.c (sparc-solaris)
4251 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
4252 Only define if SYS_syssgi is defined.
4253 (remove_dbx_link_breakpoint): Delete declaration. Move up.
4254 (dbx_link_addr, insert_dbx_link_bpt_in_file)
4255 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
4256 is itself defined.
4257
4258 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
4259
4260 * windows-nat.c (windows_initialization_done): New variable.
4261 (get_windows_debug_event): Issue error when process dies before
4262 completely initializing.
4263 (do_initial_windows_stuff): Set flag to indicate when we are done with
4264 the initial steps of attaching to the child.
4265
4266 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4267
4268 * symtab.h (struct symbol <symtab>): New comment on NULL values.
4269
4270 2010-01-27 Doug Evans <dje@google.com>
4271
4272 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
4273
4274 * breakpoint.c (bpstat_stop_status): Delete useless code.
4275
4276 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4277
4278 * printcmd.c (display_uses_solib_p): Remove variable section. Access
4279 objfile via SYMBOL_SYMTAB.
4280
4281 2010-01-26 Tom Tromey <tromey@redhat.com>
4282
4283 PR exp/7643:
4284 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
4285 coerce_array on result.
4286
4287 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
4288
4289 * cp-namespace.c (cp_lookup_symbol_namespace): Added
4290 search_parent argument.
4291 (cp_add_using): Initialize 'searched' field.
4292 (reset_directive_searched): New function.
4293 * cp-support.h: Add 'searched' field to using_direct struct.
4294 (cp_lookup_symbol_imports): Ditto.
4295 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
4296 Perform recursive search.
4297 Implement non parent search.
4298 * valops.c (value_maybe_namespace_elt): Updated.
4299
4300 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
4301
4302 PR gdb/10929:
4303 * dwarf2read.c (read_lexical_block_scope): Create blocks for
4304 scopes which contain using directives even if they contain no
4305 declarations.
4306 * symtab.c (lookup_symbol_aux): Pass lowest level block to
4307 la_lookup_symbol_nonlocal.
4308 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
4309 cp_lookup_symbol_namespace.
4310 (cp_lookup_symbol_namespace): Perform an import lookup at every
4311 block level.
4312 (cp_lookup_symbol_imports): New function.
4313 (cp_lookup_symbol_in_namespace): New function.
4314
4315 2010-01-25 Tom Tromey <tromey@redhat.com>
4316
4317 PR gdb/11049:
4318 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
4319 result.
4320
4321 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4322
4323 * configure.ac: Only use host_os part when disabling TUI on osf.
4324 Use test to check variables, prefix strings with x.
4325 * configure: Regenerate.
4326
4327 * solib-osf.c (osf_current_sos): Initialize tail.
4328
4329 2010-01-25 gingold <gingold@adacore.com>
4330
4331 * windows-nat.c (windows_continue): Use %x to print thread id.
4332 (get_windows_debug_event): Ditto.
4333
4334 2010-01-22 Tom Tromey <tromey@redhat.com>
4335
4336 PR symtab/11199:
4337 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
4338 type and arguments. Use smash_to_methodptr_type.
4339 (read_structure_type): Call quirk_gcc_member_function_pointer
4340 later.
4341 * gdbtypes.h (smash_to_methodptr_type): Declare.
4342 * gdbtypes.c (smash_to_methodptr_type): New function.
4343 (lookup_methodptr_type): Use it.
4344
4345 2010-01-21 Tom Tromey <tromey@redhat.com>
4346
4347 PR symtab/11198:
4348 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
4349 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
4350 * glibc-tdep.c (find_minsym_and_objfile): Remove.
4351 (glibc_skip_solib_resolver): Use
4352 lookup_minimal_symbol_and_objfile.
4353
4354 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
4355
4356 * inflow.c (check_syscall): Guard by #if clause for GO32 and
4357 WIN32 targets.
4358
4359 2010-01-20 Tom Tromey <tromey@redhat.com>
4360
4361 PR backtrace/10770:
4362 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
4363 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
4364 * dwarf2expr.c (new_dwarf_expr_context): Allocate
4365 dwarf_stack_values, not CORE_ADDRs.
4366 (execute_stack_op): Change DW_OP_div and comparison operators to
4367 use signed operands.
4368
4369 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
4370
4371 Per-inferior args and tty and environment.
4372
4373 * infcmd.c (inferior_args): Rename to ...
4374 (inferior_args_scratch): ... this.
4375 (inferior_io_terminal): Rename to ...
4376 (inferior_io_terminal_scratch): ... this.
4377 (inferior_argc, inferior_argv): Remove.
4378 (set_inferior_io_terminal, get_inferior_io_terminal): Store
4379 inside current_inferior().
4380 (set_inferior_tty_command, show_inferior_tty_command): New.
4381 (get_inferior_args, set_inferior_args): Store inside
4382 current_inferior().
4383 (notice_args_set): Likewise and rename to...
4384 (set_args_command): ... this.
4385 (set_inferior_args_vector): Likewise.
4386 (notice_args_read): Rename to...
4387 (show_args_command): ...new.
4388 (tty_command): Remove.
4389 (run_command_1): Don't free old args, as they are freed by
4390 set_inferior_arg now.
4391 (run_no_args_command): Likewise.
4392 (inferior_environ): Remove.
4393 (run_command_1): Use environment of the current inferior.
4394 (environment_info, set_environment_command)
4395 (unset_environment_command, path_info, path_command): Likewise.
4396 (_initialize_infcmd): Adjust for function and variable renames.
4397 Do not init inferior_environ.
4398 * inferior.h (set_inferior_arg): Adjust prototype.
4399 (struct inferior): New fields args, argc, argv, terminal, environment.
4400 (inferior_environ): Remove declaration.
4401 * inferior.c (free_inferior): Free new fields.
4402 (add_inferior_silent): Initialize 'environment' field.
4403 * main.c (captured_main): Set arguments only after the initial
4404 inferior has been created. Set set_inferior_io_terminal,
4405 not tty_command.
4406 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
4407 inferior.
4408 (_initialize_mi_cmd_env): Adjust for disappearance of global
4409 inferior_environ.
4410 * solib.c (solib_find): Use environment of the current inferior.
4411
4412 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4413
4414 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
4415 HAVE_PYTHON.
4416 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
4417
4418 2010-01-20 Joel Brobecker <brobecker@adacore.com>
4419
4420 Get rid of ada-lang.c:function_name_from_pc.
4421 * ada-lang.c: Add "stack.h" #include.
4422 (function_name_from_pc): Delete.
4423 (is_known_support_routine): Replace call to function_name_from_pc
4424 by call to find_frame_funname.
4425 (ada_unhandled_exception_name_addr_from_raise): Likewise.
4426
4427 2010-01-19 Tom Tromey <tromey@redhat.com>
4428
4429 PR c++/11026:
4430 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
4431 objfile obstack.
4432
4433 2010-01-19 Tom Tromey <tromey@redhat.com>
4434
4435 * top.c (stop_sig, float_handler, do_nothing): Remove.
4436
4437 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4438
4439 * breakpoint.c (watchpoint_check): Check the call
4440 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
4441 Extend the comment.
4442 * config/djgpp/fnchange.lst: Add translations for
4443 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
4444 watchpoint-cond-gone-stripped.c.
4445
4446 2010-01-19 Tom Tromey <tromey@redhat.com>
4447
4448 PR c++/8000:
4449 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
4450 into parent scope, and enumerator into grandparent scope.
4451
4452 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4453
4454 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
4455
4456 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4457
4458 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
4459 i[34567]86-*-solaris2.1[0-9]*.
4460 * configure.tgt: Likewise.
4461
4462 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4463
4464 * NEWS: Document the source command enhancement allowing it
4465 to load Python scripts. Document the "set/show script-extension"
4466 commands.
4467
4468 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4469
4470 Add -Wunused-function to compile flags.
4471 * configure.ac: Add -Wunused-function to build_warnings.
4472 * configure: Regenerate.
4473
4474 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4475
4476 "delete" ada-lex.c:input function, not used.
4477 * ada-lex.l: #define YY_NO_INPUT.
4478
4479 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4480
4481 Delete free_named_symtabs and associated cleanup.
4482 * symfile.h (free_named_symtabs): Delete declaration.
4483 * symfile.c: Remove some commented out code (clear_symtab_users_once).
4484 (cashier_psymtab): Comment function out.
4485 Delete declaration.
4486 (free_named_symtabs): Delete.
4487 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
4488 * dbxread.c (end_psymtab): Likewise.
4489 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
4490 * exec.c (exec_close_1): Ditto.
4491 * xcoffread.c (xcoff_end_psymtab): Likewise.
4492
4493 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4494
4495 * stack.c (print_block_frame_labels): Comment function out.
4496
4497 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4498
4499 Delete unused or undefined functions.
4500 * breakpoint.c (ep_parse_optional_filename): Delete.
4501 * dcache.c (dcache_write_line): Remove declaration.
4502 * infrun.c (build_infrun): Remove declaration.
4503 * tracepoint.c (tracepoint_save_command): Remove declaration.
4504 * linux-nat.c (init_lwp_list): Delete. No longer used.
4505 * event-loop.c (check_async_signal_handlers): Delete declaration.
4506 * infrun.c (init_execution_control_state): Delete.
4507 (proceed): Update comment to avoid mentioning
4508 init_execution_control_state.
4509 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
4510 * ada-lang.c (ada_to_static_fixed_value): Delete.
4511 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
4512 * cp-namespace.c (cp_copy_usings): Delete.
4513 * xml-syscall.c (xml_number_of_syscalls): Delete.
4514 * progspace.c (find_program_space_by_num): Delete.
4515 * inflow.c (handle_sigio): Delete declaration.
4516 * hppa-tdep.c (hppa_alignof): Delete.
4517 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
4518 (mipsnbsd_core_osabi_sniffer): Delete.
4519
4520 2010-01-18 Tom Tromey <tromey@redhat.com>
4521
4522 PR c++/9680:
4523 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
4524 (CONST_CAST): New tokens.
4525 (exp): Add new productions.
4526 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
4527 reinterpret_cast.
4528 (is_cast_operator): New function.
4529 (yylex): Handle cast operators specially.
4530 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
4531 UNOP_REINTERPRET_CAST>: New cases.
4532 * expprint.c (print_subexp_standard): Likewise.
4533 (op_name_standard): Likewise.
4534 (dump_subexp_body_standard): Likewise.
4535 * parse.c (operator_length_standard): Likewise.
4536 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
4537 UNOP_REINTERPRET_CAST.
4538 * gdbtypes.c (class_types_same_p): New function.
4539 (is_ancestor): Use it.
4540 (is_public_ancestor): New function.
4541 (is_unique_ancestor_worker): Likewise.
4542 (is_unique_ancestor): Likewise.
4543 * gdbtypes.h (class_types_same_p, is_public_ancestor)
4544 (is_unique_ancestor): Declare.
4545 * valops.c (value_reinterpret_cast): New function.
4546 (dynamic_cast_check_1): Likewise.
4547 (dynamic_cast_check_2): Likewise.
4548 (value_dynamic_cast): Likewise.
4549 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
4550
4551 2010-01-18 Joel Brobecker <brobecker@adacore.com>
4552
4553 Fix build failure when building without Python support.
4554 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
4555 is not defined.
4556
4557 2010-01-18 Joel Brobecker <brobecker@adacore.com>
4558
4559 Use XVS field type instead of doing a parallel lookup.
4560 * ada-lang.c (ada_get_base_type): Follow the XVS field type
4561 if it is a reference type instead of doing a type lookup using
4562 the XVS field name.
4563
4564 2010-01-18 Joel Brobecker <brobecker@adacore.com>
4565
4566 Trust PAD types instead of using PAD___XVS.
4567 * ada-lang.c (trust_pad_over_xvs): New static variable.
4568 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
4569 parallel XVS type, follow the XVS type instead of the PAD type.
4570 (unwrap_value): Make sure that there is no parallel XVE type
4571 before returning the value as is.
4572 (set_ada_list, show_ada_list): New static variables.
4573 (set_ada_command, show_ada_command): New functions.
4574 (_initialize_ada_language): Add new "set/show ada" prefix commands.
4575 Add new "set/show ada trust-PAD-over-XVS" setting.
4576
4577 2010-01-18 Tom Tromey <tromey@redhat.com>
4578 Thiago Jung Bauermann <bauerman@br.ibm.com>
4579
4580 Allow "source" to load python scripts.
4581 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
4582 * python/python.c (source_python_script): New function.
4583 * python/python.h (source_python_script): Add declaration.
4584 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
4585 (script_ext_off, script_ext_soft, script_ext_strict)
4586 (script_ext_enums, script_ext_mode): New static constants.
4587 (show_script_ext_mode, find_and_open_script): New functions.
4588 (source_script): Enhance to handle Python scripts.
4589 (init_cli_cmds): Add set/show script-extension commands.
4590
4591 2010-01-16 Stan Shebs <stan@codesourcery.com>
4592
4593 * tracepoint.h (struct trace_status): Use unsigned long long
4594 instead of size_t.
4595 * tracepoint.c (trace_status_command): Fix printf directive.
4596 (trace_save_command): Check fwrite returns, fix printf directive.
4597 (trace_filename): New global.
4598 (tfile_open): Set it, check read returns.
4599 (tfile_close): Free trace_filename.
4600 (tfile_get_traceframe_address): Check read returns.
4601 (tfile_trace_find): Ditto.
4602 (tfile_fetch_registers): Ditto.
4603 (tfile_xfer_partial): Ditto.
4604 (tfile_get_trace_state_variable_value): Ditto.
4605
4606 2010-01-15 Stan Shebs <stan@codesourcery.com>
4607
4608 Add trace file support.
4609 * tracepoint.h (enum trace_stop_reason): New enum.
4610 (struct trace_status): New struct.
4611 (parse_trace_status): Declare.
4612 (struct uploaded_tp): Move here from remote.c,
4613 add fields for actions.
4614 (struct uploaded_tsv): New struct.
4615 * tracepoint.c (tfile_ops): New target vector.
4616 (trace_fd): New global.
4617 (tfile_open): New function.
4618 (tfile_close): New function.
4619 (tfile_files_info): New function.
4620 (tfile_get_trace_status): New function.
4621 (tfile_get_traceframe_address): New function.
4622 (tfile_trace_find): New function.
4623 (tfile_fetch_registers): New function.
4624 (tfile_xfer_partial): New function.
4625 (tfile_get_trace_state_variable_value): New function.
4626 (init_tfile_ops): New function.
4627 (_initialize_tracepoint): Call it, add tfile target.
4628 (trace_status): New global.
4629 (current_trace_status): New function.
4630 (trace_running_p): Remove, change all users to get from
4631 current_trace_status()->running.
4632 (get_trace_status): Remove.
4633 (trace_status_command): Call target_get_trace_status directly,
4634 report more detail including tracing stop reasons.
4635 (trace_find_command): Always allow tfind on a file.
4636 (trace_find_pc_command): Ditto.
4637 (trace_find_tracepoint_command): Ditto.
4638 (trace_find_line_command): Ditto.
4639 (trace_find_range_command): Ditto.
4640 (trace_find_outside_command): Ditto.
4641 (trace_frames_offset, cur_offset): Declare as off_t.
4642 (trace_regblock_size): Rename from reg_size, update users.
4643 (parse_trace_status): New function.
4644 (tfile_interp_line): New function.
4645 (disconnect_or_stop_tracing): Ensure current trace
4646 status before asking what to do.
4647 (stop_reason_names): New global.
4648 (trace_save_command): New command.
4649 (get_uploaded_tp): Move here from remote.c.
4650 (find_matching_tracepoint): Ditto.
4651 (merge_uploaded_tracepoints): New function.
4652 (parse_trace_status): Use stop_reason_names.
4653 (_initialize_tracepoint): Define tsave command.
4654 * target.h (target_ops): New fields to_save_trace_data,
4655 to_upload_tracepoints, to_upload_trace_state_variables,
4656 to_get_raw_trace_data, change to_get_trace_status
4657 to take a pointer to a status struct.
4658 (target_save_trace_data): New macro.
4659 (target_upload_tracepoints): New macro.
4660 (target_upload_trace_state_variables): New macro.
4661 (target_get_raw_trace_data): New macro.
4662 * target.c (update_current_target): Add new methods, change
4663 signature of to_get_trace_status.
4664 * remote.c (hex2bin): Make globally visible.
4665 (bin2hex): Ditto.
4666 (remote_download_trace_state_variable): Download name also.
4667 (remote_get_trace_status): Update parameter, use
4668 parse_trace_status.
4669 (remote_save_trace_data): New function.
4670 (remote_upload_tracepoints): New function.
4671 (remote_upload_trace_state_variables): New function.
4672 (remote_get_raw_trace_data): New function.
4673 (remote_start_remote): Use them.
4674 (_initialize_remote_ops): Add operations.
4675 * ax-gdb.c: Include breakpoint.h.
4676 * breakpoint.c (create_tracepoint_from_upload): Use
4677 break_command_really, return tracepoint, warn about unimplemented
4678 parts.
4679 * NEWS: Mention trace file addition.
4680
4681 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4682
4683 Fix compilation warning on gcc-3.4.
4684 * exec.c (print_section_info): Move the `displacement' variable
4685 initialization to its declaration.
4686
4687 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4688
4689 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
4690 comparison.
4691
4692 2010-01-15 Eric Botcazou <botcazou@adacore.com>
4693
4694 "info tasks" broken by typedefs in ATCB type definitions.
4695 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
4696 ada_check_typedef before retrieving the length of the type for
4697 regular fields.
4698
4699 2010-01-15 Joel Brobecker <brobecker@adacore.com>
4700
4701 Do not use name-based lookup for unconstrained packed arrays.
4702 * ada-lang.c (find_parallel_type_by_descriptive_type):
4703 Limit the fallback to name-based lookups to the case where
4704 the type is a constrained packed array.
4705
4706 2010-01-15 Joel Brobecker <brobecker@adacore.com>
4707
4708 Enhance gdb-gdb.py to handle main_type.type_specific.
4709 * gdb-gdb.py: Print the type-specific part of struct main_type.
4710
4711 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4712
4713 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
4714 * configure: Regenerate.
4715 * config.in: Regenerate.
4716 * utils.c: Include sys/resource.h.
4717 (dump_core, can_dump_core): New.
4718 (internal_vproblem): Update the comment. Check can_dump_core while
4719 setting dump_core_p. Replace two abort calls by dump_core calls.
4720
4721 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4722 Eli Zaretskii <eliz@gnu.org>
4723
4724 * NEWS: Document the PIE support.
4725
4726 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4727
4728 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
4729 (check_is_pie_binary, _initialize_linux_tdep): Remove.
4730
4731 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4732
4733 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
4734 Replace exec_entry_point call by bfd_get_start_address.
4735
4736 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4737
4738 Support Valgrind attachments broken by the PIE support.
4739 * auxv.c: Include gdbcore.h.
4740 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
4741 parameters ops, object and annex. Remove their assertions.
4742 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
4743 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
4744 (memory_xfer_auxv): ... here.
4745 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
4746 memory_xfer_auxv.
4747 * procfs.c (procfs_xfer_partial): Likewise.
4748 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
4749 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
4750 (svr4_solib_create_inferior_hook): Conditionalize the
4751 svr4_relocate_main_executable call.
4752
4753 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4754
4755 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
4756 target_section. Find SECT in current_target_sections, gdb_assert it.
4757 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
4758 New variable abfd.
4759 * symtab.c (lookup_objfile_from_block): Return the binary file instead
4760 of separate debug info file.
4761
4762 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4763
4764 Support PIEs with no symfile_objfile.
4765 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
4766 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
4767
4768 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4769
4770 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
4771 code part to ...
4772 (svr4_static_exec_displacement): ... a new function.
4773 (svr4_exec_displacement): New function.
4774 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
4775 new_offsets using alloca now. Remove variable old_chain and changed.
4776 Call objfile_relocate unconditionally now.
4777
4778 2010-01-14 Doug Evans <dje@google.com>
4779
4780 * gdbtypes.c (arch_flags_type): Fix comment.
4781 * gdbtypes.h (arch_composite_type): Fix comment.
4782
4783 2009-01-14 Tristan Gingold <gingold@adacore.com>
4784
4785 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
4786 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
4787 to symbol_file_add_from_bfd. Add OSO as separate objfile.
4788 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
4789 macho_add_oso_symfile.
4790 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
4791
4792 2010-01-14 Joel Brobecker <brobecker@adacore.com>
4793
4794 Tru64: Dead threads are never deleted.
4795 * dec-thread.c (dec_thread_ptid_is_alive): New function.
4796 (dec_thread_count_gdb_threads): Fix counter increment.
4797 (dec_thread_add_gdb_thread): Fix *listp increment.
4798 (resync_thread_list): Fix bug in deletion of dead threads that
4799 caused all threads to be deleted, instead of just the dead ones.
4800
4801 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4802
4803 PR python/10705
4804
4805 * python/python-internal.h: Add lazy_string_object_type
4806 definition.
4807 (create_lazy_string_object, gdbpy_initialize_lazy_string)
4808 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
4809 * python/py-value.c (valpy_lazy_string): New function.
4810 (convert_value_from_python): Add lazy string conversion.
4811 * python/py-prettyprint.c (pretty_print_one_value): Check if
4812 return is also a lazy string.
4813 (print_string_repr): Add lazy string printing branch.
4814 (print_children): Likewise.
4815 * python/py-lazy-string.c: New file. Implement lazy strings.
4816 * python/python.c (_initialize_python): Call
4817 gdbpy_initialize_lazy_string.
4818 * varobj.c (value_get_print_value): Add lazy string printing
4819 branch. Account for encoding.
4820 * c-lang.c (c_printstr): Account for new encoding argument. If
4821 encoding is NULL, find encoding suited for type, otherwise use
4822 user encoding.
4823 * language.h (language_defn): Add encoding argument.
4824 (LA_PRINT_STRING): Likewise.
4825 * language.c (unk_lang_printstr): Update to reflect new encoding
4826 argument to language_defn.
4827 * ada-lang.h (ada_printstr): Likewise.
4828 * c-lang.h (c_printstr): Likewise.
4829 * p-lang.h (pascal_printstr);
4830 * f-lang.c (f_printstr): Likewise.
4831 * m2-lang.c (m2_printstr): Likewise.
4832 * objc-lang.c (objc_printstr): Likewise.
4833 * p-lang.c (pascal_printstr): Likewise.
4834 * scm-lang.c (scm_printstr): Likewise.
4835 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
4836 encoding argument.
4837 * ada-valprint.c (ada_printstr): Likewise.
4838 * f-valprint.c (f_val_print): Likewise
4839 * m2-valprint.c (m2_val_print): Likewise.
4840 * p-valprint.c (pascal_val_print): Likewise.
4841 * expprint.c (print_subexp_standard): Likewise.
4842 * valprint.c (val_print_string): Likewise.
4843 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
4844 (SUBDIR_PYTHON_SRCS): Likewise.
4845 (py-lazy-string.o): New rule.
4846
4847 2010-01-13 Doug Evans <dje@google.com>
4848
4849 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
4850 uninitialized" warning from gcc on local `tree'.
4851
4852 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4853
4854 Implement core awareness.
4855
4856 * bcache.c (compare_ints): Remove
4857 (print_percentage): Use compare_positive_ints.
4858 * defs.h (compare_positive_ints): Declare.
4859 * linux-nat.h (struct lin_lwp): New field core.
4860 (linux_nat_core_of_thread_1): Declare.
4861 * linux-nat.c (add_lwp): Init the 'core' field.
4862 (linux_nat_wait_1): Record the core.
4863 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
4864 (linux_nat_add_target): Register the above.
4865 * linux-thread-db.c (update_thread_core): New.
4866 (thread_db_find_new_threads): Update core information for
4867 every thread.
4868 * remote.c (struct private_thread_info): New.
4869 (free_private_thread_info, demand_private_info): New.
4870 (PACKET_qXfer_threads, use_osdata_threads): New.
4871 (struct thread_item, threads_parsing_context
4872 (start_thread, end_thread, thread_attributes)
4873 (thread_children, threads_children, threads_elements): New.
4874 (remote_threads_info): Try qXfer:threads before anything
4875 else.
4876 (remote_protocol_packets): Register qXfer:threads.
4877 (remote_open_1): Init use_osdata_threads.
4878 (struct stop_reply): New field 'core'.
4879 (remote_parse_stop_reply): Parse core number.
4880 (process_stop_reply): Record core number.
4881 (remote_xfer_partial): Handle qXfer:threads.
4882 (remote_core_of_thread): New.
4883 (init_remote_ops): Register remote_core_of_thread.
4884 (_initialize_remote): Register qXfer:read.
4885 * target.c (target_core_of_thread): New
4886 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
4887 (struct target_ops): New field to_core_of_threads.
4888 (target_core_of_thread): Declare.
4889 * gdbthread.h (struct thread_info): New field private_dtor.
4890 * thread.c (print_thread_info): Report the core.
4891 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
4892 * utils.c (compare_positive_ints): New.
4893 * features/threads.dtd: New.
4894 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
4895 * mi/mi-main.c (struct collect_cores_data, collect_cores)
4896 (do_nothing, free_vector_of_osdata_items)
4897 (splay_tree_int_comparator, free_splay_tree): New.
4898 (print_one_inferior_data): Implemented printing of selected
4899 inferiors. Collect and print cores.
4900 (output_cores): New.
4901 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
4902 thread groups together with --available.
4903
4904 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4905
4906 * configure: Regenerate (for _STRUCTURED_PROC).
4907
4908 2010-01-12 Joel Brobecker <brobecker@adacore.com>
4909
4910 Delete dead function.
4911 * ada-lang.c (extract_string): Delete. No longer used.
4912
4913 2010-01-12 Joel Brobecker <brobecker@adacore.com>
4914
4915 Fix -Wunused warning in dec-thread.c.
4916 * dec-thread.c (dec_thread_count_gdb_threads)
4917 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
4918
4919 2010-01-12 Joel Brobecker <brobecker@adacore.com>
4920
4921 * ada-valprint.c (ada_print_floating): Remove trailing space.
4922
4923 2010-01-12 Joel Brobecker <brobecker@adacore.com>
4924
4925 Add support for DW_AT_GNAT_descriptive_type.
4926 * gdbtypes.h (enum type_specific_kind): New enum.
4927 (struct main_type) [type_specific_field]: New component.
4928 [type_specific]: Add new component "gnat_stuff".
4929 (struct gnat_aux_type): New type.
4930 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
4931 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
4932 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
4933 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
4934 (TYPE_SPECIFIC_FIELD): New macros.
4935 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
4936 type does not hold any cplus-specific data.
4937 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
4938 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
4939 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
4940 cplus-specific data.
4941 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
4942 Set new component TYPE_SPECIFIC_FIELD (type).
4943 (gnat_aux_default): New constant.
4944 (allocate_gnat_aux_type): New function.
4945 (init_type): Add initialization the type-specific stuff for
4946 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
4947 (print_gnat_stuff): New function.
4948 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
4949 specific data. Adjust code that prints the contents of the
4950 type-specific union using the TYPE_SPECIFIC_FIELD value.
4951 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
4952 the type cplus stuff for Ada types.
4953 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
4954 Error out if these routines are called with an Ada type.
4955 (read_structure_type, read_array_type, read_subrange_type):
4956 Add call to set_descriptive_type.
4957 (set_die_type): Initialize the gnat-specific data if necessary.
4958 (need_gnat_info, die_descriptive_type, set_descriptive_type):
4959 New functions.
4960 * ada-lang.c (decode_constrained_packed_array_type): Use
4961 decode_constrained_packed_array_type instead of doing a standard
4962 lookup to locate a parallel type.
4963 (find_parallel_type_by_descriptive_type): New function.
4964 (ada_find_parallel_type_with_name): New function.
4965 (ada_find_parallel_type): Reimplement using
4966 ada_find_parallel_type_with_name.
4967 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
4968 to check if type has a cplus stuff.
4969 * linespec.c (total_number_of_methods): Likewise.
4970 * mdebugread.c (new_type): Likewise.
4971
4972 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4973
4974 * NEWS: Document the 0b binary number prefix parsing.
4975
4976 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4977
4978 * objfiles.c (objfile_relocate1): Change the return type to int.
4979 Describe the new return value. Return non-zero if data changed.
4980 (objfile_relocate): New variable changed. Set it. Call
4981 breakpoint_re_set depending on CHANGED.
4982
4983 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4984
4985 Implement binary numbers parsing.
4986 * c-exp.y (parse_number): New case 'b' and 'B'.
4987
4988 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4989 Tristan Gingold <gingold@adacore.com>
4990
4991 * solib.c (info_sharedlibrary_command): Replace
4992 objfile_has_partial_symbols and objfile_has_full_symbols calls by
4993 objfile_has_symbols.
4994
4995 2010-01-10 Joel Brobecker <brobecker@adacore.com>
4996
4997 * NEWS: Document the improvements made to the mips-irix port.
4998
4999 2010-01-09 Joel Brobecker <brobecker@adacore.com>
5000
5001 Fix the documentation of valprint.c:value_print.
5002 * valprint.c (value_print): Update the function description to
5003 mention that the syntax of the output follows the current_language,
5004 not necessarily C.
5005
5006 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5007
5008 Fix displacement of separate debug info files.
5009 * objfiles.c (objfile_relocate): Rename to ...
5010 (objfile_relocate1): ... here and make it static. Extend the comment.
5011 (objfile_relocate): New function.
5012 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
5013 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
5014 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
5015 allocated using alloca.
5016 * symfile.c (copy_section_addr_info): Remove.
5017 (build_section_addr_info_from_objfile): Make it global. New variables
5018 addr_bit and mask, use them.
5019 * symfile.h (build_section_addr_info_from_objfile): New prototype.
5020 (copy_section_addr_info): Remove.
5021
5022 2010-01-09 Joel Brobecker <brobecker@adacore.com>
5023
5024 Signal unwinder for mips-irix N32.
5025 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
5026 tramp-frame.h.
5027 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
5028 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
5029 (SIGCONTEXT_LO_OFF): New macros.
5030 (mips_irix_n32_tramp_frame_init): New function.
5031 (mips_irix_n32_tramp_frame): New static constant.
5032 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
5033
5034 2010-01-09 Joel Brobecker <brobecker@adacore.com>
5035
5036 Breakpoint in shared library does not work on mips-irix.
5037 * procfs.c: #include "observer.h".
5038 (procfs_inferior_created): New function, moving here the code
5039 which unsets the syssgi syscall-exit notifications.
5040 (procfs_create_inferior): Remove the code which unsets the syssgi
5041 syscall-exit notifications. It is too early to do this here.
5042 (_initialize_procfs): Attach the procfs_inferior_created observer.
5043
5044 2010-01-09 Joel Brobecker <brobecker@adacore.com>
5045
5046 Wrong return convention for arrays (mips-irix).
5047 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
5048 128 bits or smaller are returned the same way as structs
5049 and unions of the the same size.
5050
5051 2010-01-09 Joel Brobecker <brobecker@adacore.com>
5052
5053 Cannot set the PC on mips-irix.
5054 * irix5-nat.c (fill_gregset): Check regno against the raw PC
5055 register number, no the cooked one.
5056
5057 2010-01-09 Joel Brobecker <brobecker@adacore.com>
5058
5059 Error while loading core file on mips-irix.
5060 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
5061 if debugging from a core file.
5062
5063 2010-01-09 Joel Brobecker <brobecker@adacore.com>
5064
5065 GDB hangs when attaching to process on mips-irix.
5066 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
5067 attaching to a process.
5068
5069 2010-01-09 Joel Brobecker <brobecker@adacore.com>
5070
5071 Use the correct breakpoint instruction on mips-irix.
5072 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
5073 containing the correct breakpoint instruction to use on mips-irix.
5074 Use it when the osabi is GDB_OSABI_IRIX.
5075
5076 2010-01-09 Joel Brobecker <brobecker@adacore.com>
5077
5078 -Wunused warning in procfs.c (mips-irix only).
5079 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
5080 throughout instead of using praddset and prdelset respectively.
5081
5082 2010-01-09 Joel Brobecker <brobecker@adacore.com>
5083
5084 GDB crash while stepping into function.
5085 * infrun.c (handle_inferior_event): Refetch the current frame
5086 after handling what.main_action, in case that pointer became
5087 dangling.
5088
5089 2010-01-09 Joel Brobecker <brobecker@adacore.com>
5090
5091 Fix build failure of solaris-hosted cross debuggers.
5092 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
5093
5094 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
5095
5096 Fix build failure on sparc-solaris.
5097 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
5098
5099 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5100
5101 Move some symfile code into subroutines.
5102 * symfile.h (relative_addr_info_to_section_offsets)
5103 (addr_info_make_relative): New prototypes.
5104 * symfile.c (default_symfile_offsets): Move a part to ...
5105 (relative_addr_info_to_section_offsets): ... this new function.
5106 (default_symfile_offsets): Call it.
5107 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
5108 this part to ...
5109 (addr_info_make_relative): ... this new function.
5110
5111 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5112
5113 Add from_tty to solib_create_inferior_hook.
5114 * infcmd.c (post_create_inferior): Move solib_add after
5115 solib_create_inferior_hook. Pass from_tty to
5116 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
5117 0 from_tty and comment why.
5118 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
5119 * linux-nat.c (linux_child_follow_fork): Likewise.
5120 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
5121 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
5122 from_tty.
5123 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
5124 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
5125 * solib-null.c (null_solib_create_inferior_hook): Likewise.
5126 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
5127 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
5128 * solib-som.c (som_solib_create_inferior_hook): Likewise.
5129 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
5130 Pass it to svr4_so_ops.solib_create_inferior_hook.
5131 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
5132 from_tty.
5133 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
5134 solib_add.
5135 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
5136 enable_break.
5137 * solib-target.c (solib_target_solib_create_inferior_hook): New
5138 parameter from_tty.
5139 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
5140 it to ops->solib_create_inferior_hook.
5141 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
5142 Move solib_add after solib_create_inferior_hook, call it now with
5143 from_tty as 0. New comment there.
5144 * solib.h (solib_create_inferior_hook): New parameter from_tty.
5145 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
5146 Likewise.
5147
5148 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
5149
5150 Fix multiexec race.
5151 * infrun.c (handle_inferior_event): Use get_thread_regcache
5152 with events ptid, not get_current_regcache.
5153
5154 2009-01-08 Joel Brobecker <brobecker@adacore.com>
5155
5156 GDB crash with empty executable name (MinGW).
5157 * source.c (openp): Add assert that parameter string is not NULL.
5158 if parameter string is an empty string, then return with a failure
5159 immediately.
5160
5161 2009-01-08 Joel Brobecker <brobecker@adacore.com>
5162
5163 Get rid of support for VAX Floats.
5164 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
5165 (ada_vax_float_print_function): Delete.
5166 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
5167 (ada_vax_float_print_function): Delete.
5168 * ada-typeprint.c (print_vax_floating_point_type): Delete.
5169 (ada_print_type): Remove support for VAX floats.
5170 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
5171
5172 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5173
5174 * stabsread.c (read_args): Handle zero arguments.
5175
5176 2009-01-08 Joel Brobecker <brobecker@adacore.com>
5177
5178 Cannot find in-tree libiconv.a after reconfigure.
5179 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
5180 that we can use, then cache the path to this archive.
5181 * configure: Regenerate.
5182
5183 2010-01-07 Stan Shebs <stan@codesourcery.com>
5184
5185 Make tracepoint operations go through target vector.
5186 * target.h (enum trace_find_type): New enum.
5187 (struct target_ops): New fields to_trace_init,
5188 to_download_tracepoint, to_download_trace_state_variable,
5189 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
5190 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
5191 to_set_disconnected_tracing.
5192 (target_trace_init): New macro.
5193 (target_download_tracepoint): New macro.
5194 (target_download_trace_state_variable): New macro.
5195 (target_trace_start): New macro.
5196 (target_trace_set_readonly_regions): New macro.
5197 (target_get_trace_status): New macro.
5198 (target_trace_stop): New macro.
5199 (target_trace_find): New macro.
5200 (target_get_trace_state_variable_value): New macro.
5201 (target_set_disconnected_tracing): New macro.
5202 * target.c (update_current_target): Inherit and set defaults for
5203 tracepoint operations.
5204 * tracepoint.c (default_collect): Make globally visible.
5205 (target_is_remote): Remove, along with all calls.
5206 (tvariables_info): Call target_get_trace_state_variable_value.
5207 (remote_set_transparent_ranges): Remove.
5208 (trace_start_command): Call target_trace_init,
5209 target_download_tracepoint, etc.
5210 (download_tracepoint): Remove.
5211 (trace_stop_command): Simplify.
5212 (stop_tracing): Call target_trace_stop.
5213 (get_trace_status): Call target_get_trace_status.
5214 (trace_status_command): Add case for targets that cannot trace.
5215 (finish_tfind_command): Change to take numerical arguments, call
5216 target_trace_find.
5217 (trace_find_command): Update call to finish_tfind_command.
5218 (trace_find_pc_command): Ditto.
5219 (trace_find_tracepoint_command): Ditto.
5220 (trace_find_line_command): Ditto.
5221 (trace_find_range_command): Ditto.
5222 (trace_find_outside_command): Ditto.
5223 (set_disconnected_tracing_value): Call
5224 target_set_disconnected_tracing.
5225 * remote.c: Add protocol encoding bits from tracepoint.c.
5226 (trace_error): Move from tracepoint.c.
5227 (remote_get_noisy_reply): Ditto.
5228 (free_actions_list_cleanup_wrapper): Ditto.
5229 (free_actions_list): Ditto.
5230 (remote_trace_init): New function.
5231 (remote_download_tracepoint): New function.
5232 (remote_download_trace_state_variable): New function.
5233 (remote_trace_set_readonly_regions): New function.
5234 (remote_trace_start): New function.
5235 (remote_get_trace_status): New function.
5236 (remote_trace_stop): New function.
5237 (remote_trace_find): New function.
5238 (remote_download_trace_state_variable): New function.
5239 (remote_set_disconnected_tracing): New function.
5240 (init_remote_ops): Add tracepoint operations.
5241
5242 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
5243
5244 2010-01-07 Tristan Gingold <gingold@adacore.com>
5245
5246 * symfile.c (build_section_addr_info_from_objfile): New function.
5247 (symbol_file_add_separate): Don't use offsets from objfile but
5248 built an addr info.
5249
5250 2010-01-06 Stan Shebs <stan@codesourcery.com>
5251
5252 Support disconnected tracing.
5253 * infcmd.c (detach_command): Ask whether to stop tracing.
5254 * cli/cli-cmds.c (quit_command): Ditto.
5255 * breakpoint.h (struct breakpoint): New field number_on_target.
5256 * breakpoint.c (create_tracepoint_from_upload): New function.
5257 (get_tracepoint_by_number_on_target): New function.
5258 * remote.c (struct remote): New field disconnected_tracing.
5259 (remote_disconnected_tracing_feature): New function.
5260 (remote_protocol_features): Add DisconnectedTracing.
5261 (struct uploaded_tp): New struct.
5262 (uploaded_tps): New global.
5263 (get_uploaded_tp): New function.
5264 (find_matching_tracepoint): New function.
5265 (remote_get_tracing_state): New function.
5266 (remote_start_remote): Call it.
5267 * tracepoint.c (disconnected_tracing): New global.
5268 (trace_start_command): Initialize number_on_target.
5269 (stop_tracing): New function, split out from...
5270 (trace_stop_command): Call stop_tracing.
5271 (get_trace_status): New function, split out from...
5272 (trace_status_command): Call get_trace_status, add info on
5273 disconnection behavior.
5274 (disconnect_or_stop_tracing): New function.
5275 (finish_tfind_command): Translate from number on target.
5276 (trace_find_tracepoint_command): Translate to number on target.
5277 (send_disconnected_tracing_value): New function.
5278 (set_disconnected_tracing): New function.
5279 (_initialize_tracepoint): Add disconnected-tracing variable.
5280 * NEWS: Mention disconnected tracing.
5281
5282 2010-01-06 Tristan Gingold <gingold@adacore.com>
5283
5284 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
5285 parameter to main_objfile. Iterate on all separate debug objfiles.
5286 * symfile.h (symbol_file_add_separate)
5287 (find_separate_debug_file_by_debuglink): Remove parameter names.
5288 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
5289 (reread_symbols): Use free_objfile_separate_debug.
5290 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
5291 Adjust comment.
5292 (objfile_separate_debug_iterate, add_separate_debug_objfile)
5293 (free_objfile_separate_debug): New prototypes.
5294 * objfiles.c (objfile_separate_debug_iterate): New function.
5295 (add_separate_debug_objfile, free_objfile_separate_debug): New
5296 functions.
5297 (free_objfile): Use free_objfile_separate_debug. Adjust for
5298 multiple separate debug objfile.
5299 (objfile_has_symbols): Adjust comment. Iterate on all separate
5300 debug objfiles.
5301 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
5302 debug objfile.
5303 (lookup_minimal_symbol_text): Ditto.
5304 (lookup_minimal_symbol_by_pc_name): Ditto.
5305 (lookup_minimal_symbol_solib_trampoline): Ditto.
5306 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
5307 debug objfiles.
5308
5309 2010-01-05 Stan Shebs <stan@codesourcery.com>
5310
5311 Add fast tracepoints.
5312 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
5313 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
5314 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
5315 * breakpoint.c (tracepoint_type): New function.
5316 (ALL_TRACEPOINTS): Use it.
5317 (should_be_inserted): Ditto.
5318 (bpstat_check_location): Ditto.
5319 (print_one_breakpoint_location): Ditto.
5320 (user_settable_breakpoint): Ditto.
5321 (set_breakpoint_location_function): Ditto.
5322 (disable_breakpoints_in_shlibs): Ditto.
5323 (delete_trace_command): Ditto.
5324 (print_it_typical): Add bp_fast_tracepoint case.
5325 (bpstat_what): Ditto.
5326 (print_one_breakpoint_location): Ditto.
5327 (allocate_bp_location): Ditto.
5328 (mention): Ditto.
5329 (breakpoint_re_set_one): Ditto.
5330 (disable_command): Ditto.
5331 (enable_command): Ditto.
5332 (check_fast_tracepoint_sals): New function.
5333 (break_command_really): Call it.
5334 (ftrace_command): New function.
5335 (_initialize_breakpoint): Add ftrace command.
5336 * gdbarch.sh (fast_tracepoint_valid_at): New.
5337 * gdbarch.h, gdbarch.c: Regenerate.
5338 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
5339 (i386_gdbarch_init): Use it.
5340 * remote.c (struct remote_state): New field fast_tracepoints.
5341 (PACKET_FastTracepoints): New packet config type.
5342 (remote_fast_tracepoint_feature): New function.
5343 (remote_protocol_features): Add FastTracepoints.
5344 (remote_supports_fast_tracepoints): New function.
5345 (_initialize_remote): Add FastTracepoints.
5346 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
5347 * NEWS: Mention fast tracepoints.
5348
5349 2010-01-06 Joel Brobecker <brobecker@adacore.com>
5350
5351 * gdb-gdb.py: New file.
5352
5353 2010-01-05 Michael Snyder <msnyder@vmware.com>
5354
5355 * infrun.c (handle_inferior_event): Fix typo in comment.
5356
5357 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5358
5359 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
5360
5361 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
5362
5363 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
5364 and s390x-linux64.
5365 (s390-linux32-expedite): Define.
5366 (s390-linux64-expedite): Define.
5367 (s390x-linux64-expedite): Define.
5368 * features/s390-acr.xml: New file.
5369 * features/s390-fpr.xml: New file.
5370 * features/s390-core32.xml: New file.
5371 * features/s390-core64.xml: New file.
5372 * features/s390x-core64.xml: New file.
5373 * features/s390-linux32.xml: New file.
5374 * features/s390-linux64.xml: New file.
5375 * features/s390x-linux64.xml: New file.
5376 * features/s390-linux32.c: New generated file.
5377 * features/s390-linux64.c: New generated file.
5378 * features/s390x-linux64.c: New generated file.
5379
5380 * regformats/s390-linux32.dat: New generated file.
5381 * regformats/s390-linux64.dat: New generated file.
5382 * regformats/s390x-linux64.dat: New generated file.
5383 * regformats/reg-s390.dat: Remove.
5384 * regformats/reg-s390x.dat: Remove.
5385
5386 * s390-nat.c: Include "auxv.h" and <elf.h>.
5387 (HWCAP_S390_HIGH_GPRS): Define if undefined.
5388 (s390_target_wordsize): New function.
5389 (s390_auxv_parse): Likewise.
5390 (s390_get_hwcap): Likewise.
5391 (s390_read_description): Likewise.
5392 (_initialize_s390_nat): Install s390_auxv_parse and
5393 s390_read_description.
5394
5395 * s390-tdep.c: Include "features/s390-linux32.c",
5396 "features/s390-linux64.c", and "features/s390x-linux64.c".
5397 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
5398 (s390_register_call_saved): New function.
5399 (s390_register_name): Remove.
5400 (s390_register_type): Remove.
5401 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
5402 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
5403 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
5404 (s390_pseudo_register_name): New function.
5405 (s390_pseudo_register_type): New function.
5406 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
5407 Handle full GPR pesudos and varying pseudo register numbers.
5408 (s390_pseudo_register_write): Likewise
5409 (s390x_pseudo_register_read): Remove.
5410 (s390x_pseudo_register_write): Likewise.
5411 (s390_register_group): Remove.
5412 (s390_pseudo_register_group): New function.
5413 (s390_regmap_gregset): Add GPR upper halves.
5414 (s390x_regmap_gregset): Likewise.
5415 (s390_regmap_fpregset): Likewise.
5416 (s390_regmap_upper): New global variable.
5417 (s390_upper_regset): New global variable.
5418 (s390_upper_regset_sections): New global variable.
5419 (s390_regset_from_core_section): Handle GPR upper halves.
5420 (s390_core_read_description): New function.
5421 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
5422 register information. Handle varying pseudo register numbers.
5423 (s390_backchain_frame_unwind_cache): Likewise.
5424 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
5425 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
5426 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
5427 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
5428 Handle varying pseudo register numbers.
5429 (s390_unwind_pc): Handle varying pseudo register numbers.
5430 (s390_dwarf2_prev_register): New function.
5431 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
5432 register information. Handle varying pseudo register numbers.
5433 Install s390_dwarf2_prev_register to unwind full GPRs.
5434 (s390_gdbarch_init): Handle target descriptions. Assign varying
5435 pseudo register numbers. Install s390_adjust_frame_regnum.
5436 (_initialize_s390_tdep): Initialize target descriptions.
5437
5438 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
5439 (S390_NUM_REGS): Redefine to include upper half registers.
5440 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
5441 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
5442 (tdesc_s390_linux32): Add declaration.
5443 (tdesc_s390_linux64): Likewise.
5444 (tdesc_s390x_linux64): Likewise.
5445
5446 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
5447
5448 * regset.h (struct core_regset_section): Add HUMAN_NAME.
5449 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
5450 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
5451 (ppc_linux_vmx_regset_sections): Likewise.
5452 (ppc_linux_fp_regset_sections): Likewise.
5453
5454 * corelow.c (get_core_register_section): Constify arguments.
5455 (get_core_registers): Use gdbarch_core_regset_sections instead
5456 of hard-coded platform-specific register section names.
5457
5458 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
5459
5460 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
5461 a register, assume the least-significant part is used.
5462 (write_pieced_value): Likewise.
5463
5464 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
5465
5466 * printcmd.c: Include "arch-utils.h".
5467 (do_one_display): Re-parse expression if current architecture changed.
5468
5469 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5470 Joel Brobecker <brobecker@adacore.com>
5471
5472 * gdbtypes.c (check_typedef): New comment on type length.
5473 * value.c (allocate_value_lazy): Remove the unused atype variable. New
5474 comment on type length.
5475 (value_primitive_field): Keep the original TYPE value, new comment.
5476
5477 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5478
5479 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
5480 p_start. Change != comparisons to > and < comparisons.
5481
5482 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5483
5484 * cli/cli-script.c (process_next_line): Check P2 overrun.
5485
5486 2009-01-01 Joel Brobecker <brobecker@adacore.com>
5487
5488 Update the copyright hearder to add year 2010 for most GDB files.
5489
5490 2009-01-01 Joel Brobecker <brobecker@adacore.com>
5491
5492 Fix build failure in inf-ptrace.c.
5493 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
5494
5495 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5496
5497 * top.c (print_gdb_version): Update copyright year.
5498
5499 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5500
5501 Fix break *FUN'address thread NUM.
5502 * ada-lex.l (task): Expand rule to also match the thread keyword.
5503
5504 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5505
5506 Fix break *FUN'address task NUM.
5507 * ada-lex.l (task): New rule.
5508 * ada-lang.c (valid_task_id): Make sure the Ada task list has
5509 been built before using it.
5510
5511 For older changes see ChangeLog-2009.
5512 \f
5513 Local Variables:
5514 mode: change-log
5515 left-margin: 8
5516 fill-column: 74
5517 version-control: never
5518 coding: utf-8
5519 End:
This page took 0.150343 seconds and 4 git commands to generate.