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