* gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
791dfb64
DJ
12010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
4 FUNCTION contains parentheses. Improve removal of a trailing
5 single quote.
6
14d1346b
DJ
72010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
8
9 * gcore.c (do_bfd_delete_cleanup): New function.
10 (gcore_command): Use it. Discard the cleanup after success.
11 (gcore_copy_callback): Delete dead code.
12
e76ab67f
DJ
132010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14
15 * symfile.c (addr_info_make_relative): Always use
16 find_lowest_section.
17
71dee663
SW
182010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
19
20 * NEWS: Added entry for namespace fixes.
21
a9854bd5
TT
222010-02-15 Tom Tromey <tromey@redhat.com>
23
24 * dwarf2read.c (guess_structure_name): Allocate name on the
25 objfile obstack.
26
fd9e29b5
TT
272010-02-15 Tom Tromey <tromey@redhat.com>
28
29 * c-typeprint.c (c_type_print_base): Reverse order of test.
30
4e1fc9c9
JK
312010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
32
33 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
34 initialize it from ELF BFD. Extend the prelink condition by it.
35
74164c56
JK
362010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
37
38 * defs.h (parse_pid_to_attach): New.
39 * utils.c (parse_pid_to_attach): New.
40 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
41 * gnu-nat.c (gnu_attach): Likewise.
42 * nto-procfs.c (procfs_attach): Likewise.
43 * procfs.c (procfs_attach): Likewise.
44 * windows-nat.c (windows_attach): Likewise.
45 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
46 * inf-ttrace.c (inf_ttrace_attach): Likewise.
47 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
48 check.
49
bf6adea8
MM
502010-02-14 Masaki Muranaka <monaka@monami-software.com>
51
52 * MAINTAINERS: Add myself for write after approval privileges.
53
28f34a8f
JK
542010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
55
56 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
57 block.
58
701ed6dc
JK
592010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
60
61 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
62 only if INFO_VERBOSE.
63
e5829bee
MS
642010-02-12 Tomas Holmberg <th@virtutech.com>
65
66 * mi/mi-main.c: Added the --reverse flag to the following MI
67 commands: exec-continue, exec-finish, exec-next, exec-step,
68 exec-next-instruction, exec-step-instruction. This is to
69 support reverse execution over the MI interface to gdb.
70
081dfbf7
PA
712010-02-12 Pedro Alves <pedro@codesourcery.com>
72
73 * tracepoint.c (_initialize_tracepoint): Specify that the address
74 range of `tfind outsize' is exclusive, and that the address range
75 of `tfind range' is inclusive, in the commands' help strings.
76
ecc13e53
JB
772010-02-12 Joel Brobecker <brobecker@adacore.com>
78
79 Spurious "dll not found" error messages on x64-windows.
80 * windows-nat.c: Add include of complaints.h.
81 (handle_unload_dll): Change dll-not-found error into a complaint.
82
15c3d785
PA
832010-02-12 Pedro Alves <pedro@codesourcery.com>
84
85 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
86 bp_tracepoint and bp_fast_tracepoint, not
87 bp_loc_software_breakpoint.
88 (update_global_location_list): Tracepoints are never duplicates of
89 anything.
90
fd9b8c24
PA
912010-02-12 Pedro Alves <pedro@codesourcery.com>
92
93 * breakpoint.c (break_command_really): Change return type to int.
94 Return false if no breakpoint was created, true otherwise.
95 (trace_command): Don't set the tracepoint count if no tracepoint
96 was created.
97 (ftrace_command): Ditto.
98 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
99 created in the breakpoints table.
100
5c0d192f
JK
1012010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
102 Ulrich Weigand <uweigand@de.ibm.com>
103
104 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
105
5d5b640e
PA
1062010-02-11 Pedro Alves <pedro@codesourcery.com>
107
108 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
109 the offset value isn't of integral type.
110
e5a0a904
JK
1112010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
112
113 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
114 New.
115
be636754
PA
1162010-02-11 Pedro Alves <pedro@codesourcery.com>
117
118 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
119 non-subscriptable types.
120 * valarith.c (binop_types_user_defined_p): New, abstracted out
121 from ...
122 (binop_user_defined_p): ... this.
123 * value.h (binop_types_user_defined_p): Declare.
124
10ef8d6a
PA
1252010-02-11 Pedro Alves <pedro@codesourcery.com>
126
127 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
128 Merge uploaded TSVs before merging uploaded tracepoints.
129
b1028c8e
PA
1302010-02-11 Pedro Alves <pedro@codesourcery.com>
131
132 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
133
7a93fb82 1342010-02-11 Vladimir Prus <vladimir@codesourcery.com>
84d90c10 135
7a93fb82
VP
136 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
137 whitespace character after a dot in comment.
138 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
139 Likewise.
140 (list_args_or_locals): For the 'all' (that is
141 -stack-list-variables) case, always output list of tuples.
142 Output 'arg' field if variable is argument.
84d90c10 143
92981e24
TT
1442010-02-10 Tom Tromey <tromey@redhat.com>
145
146 * parser-defs.h (parser_debug): Declare.
147 * parse.c (_initialize_parse): Install "debug parser" set/show
148 command.
149 (parser_debug): New global.
150 (show_parserdebug): New function.
151 * c-exp.y (c_parse): Set yydebug.
152
9fd3625f
L
1532010-02-10 H.J. Lu <hongjiu.lu@intel.com>
154
155 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
156 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
157 (tdesc_predefined_types): Add i387_ext, i386_eflags and
158 i386_mxcsr.
159 (tdesc_find_type): New.
160 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
161 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
162
163 * target-descriptions.h (tdesc_find_type): New.
164
2fe842e5
MS
1652010-02-10 Michael Snyder <msnyder@vmware.com>
166
167 * gdb-gdb.py: Comment fix.
168
f18b4cab
TG
1692010-02-09 Tristan Gingold <gingold@adacore.com>
170
171 * machoread.c (macho_symfile_relocate): New function.
172 (macho_sym_fns): Use macho_symfile_relocate instead of
173 default_symfile_relocate.
174 (macho_oso_data): New type.
175 (current_oso): New variable.
176 (macho_add_oso_symfile): Do not compute section_addr_info, but
177 instead set vma of sections.
178 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
179 Set and clear current_oso.
180
31dbc1c5
JB
1812010-02-09 Joel Brobecker <brobecker@adacore.com>
182
183 Wrong type description for tagged type parameter.
184 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
185 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
186 reference to a tagged type.
187
399f313b
TG
1882010-02-09 Tristan Gingold <gingold@adacore.com>
189
190 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
191 brothers of the parent.
192
714f19d5
TT
1932010-02-08 Tom Tromey <tromey@redhat.com>
194
195 PR c++/8017:
196 * value.h: Update.
197 * valops.c (search_struct_field): Make 'name' const.
198 (search_struct_method): Likewise.
199 (find_method_list): Make 'method' const.
200 (value_struct_elt): Make 'name' and 'err' const.
201 (value_find_oload_method_list): Make 'method' const.
202 (find_overload_match): Make 'name' const.
203 * eval.c (evaluate_subexp_standard): New locals function,
204 function_name.
205 <OP_FUNCALL>: Handle OP_SCOPE specially.
206
de0a0249
UW
2072010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
208
209 * infrun.c (handle_inferior_event): Do not look up regcache
210 for exited processes.
211
83b10087
CM
212Mon Feb 8 13:17:10 2010 Chris Moller <moller@mollerware.com>
213
214 PR gdb/10728
215 * valarith.c (value_ptrdiff): Added a test for a zero type length,
216 warn if found, and assume length = 1.
217
99903ae3
CM
2182010-02-08 Chris Moller <cmoller@redhat.com>
219
220 PR gdb/9067
221 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
222 cp_print_static_field) Fix use of obstacks.
223
e3e9f5a2
PA
2242010-02-08 Pedro Alves <pedro@codesourcery.com>
225
226 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
227 resumed LWPs as resumed.
228 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
229 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
230 of throwing an internal error. If an LWP of a process we're not
231 waiting for reports a signal, don't force collecting a SIGSTOP,
232 and if it was breakpoint hit in non-stop mode, cancel it. Don't
233 go through all LWPs cancelling breakpoints in non-stop mode.
234 (resume_stopped_resumed_lwps): New.
235 (linux_nat_wait): Use it.
236
46763423
L
2372010-02-07 H.J. Lu <hongjiu.lu@intel.com>
238
239 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
240 i386/amd64 and i386/amd64-linux.
241 (i386/i386-expedite): New.
242 (i386/i386-linux-expedite): Likewise.
243 (i386/amd64-expedite):Likewise.
244 (i386/amd64-linux-expedite): Likewise.
245 ($(outdir)/i386/i386-linux.dat): Likewise.
246 ($(outdir)/i386/amd64.dat): Likewise.
247 ($(outdir)/i386/amd64-linux.dat): Likewise.
248
249 * features/i386/32bit-core.xml: New.
250 * features/i386/32bit-linux.xml: Likewise.
251 * features/i386/32bit-sse.xml: Likewise.
252 * features/i386/64bit-core.xml: Likewise.
253 * features/i386/64bit-linux.xml: Likewise.
254 * features/i386/64bit-sse.xml: Likewise.
255 * features/i386/i386-linux.xml: Likewise.
256 * features/i386/i386.xml: Likewise.
257 * features/i386/amd64-linux.xml: Likewise.
258 * features/i386/amd64.xml: Likewise.
259 * features/i386/i386-linux.c: Likewise.
260 * features/i386/i386.c: Likewise.
261 * features/i386/amd64-linux.c: Likewise.
262 * features/i386/amd64.c: Likewise.
263
82856980
SW
2642010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
265
266 PR c++/7935:
267 * cp-support.h: Added char* alias element to using_direct data
268 struct.
269 (cp_add_using): Added char* alias argument.
270 (cp_add_using_directive): Ditto.
271 * cp-namespace.c: Updated with the above changes.
272 (cp_lookup_symbol_imports): Check for aliases.
273 * dwarf2read.c (read_import_statement): Figure out local alias
274 for the import and pass it on to cp_add_using.
275 (read_namespace): Pass alias argument to cp_add_using.
276
d18b8b7a
HZ
2772010-02-05 Hui Zhu <teawater@gmail.com>
278
279 * defs.h (gdb_bfd_errmsg): New extern.
280 * exec.c (exec_file_attach): Change bfd_errmsg to
281 gdb_bfd_errmsg.
282 * utils.c (AMBIGUOUS_MESS1): New macro.
283 (AMBIGUOUS_MESS2): New macro.
284 (gdb_bfd_errmsg): New function.
285
48379de6
DE
2862010-02-04 Doug Evans <dje@google.com>
287
288 * solib-svr4.c (enable_break): Add comment.
289
4ee73e90
AG
2902010-02-04 Anthony Green <green@moxielogic.com>
291
292 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
293 gracefully.
294
1a334831
TT
2952010-02-04 Tom Tromey <tromey@redhat.com>
296
297 * valops.c (search_struct_field): Account for
298 value_embedded_offset. Fix check for virtual base past the end of
299 the object. Use value_copy when making a slice of the value.
300
1180b2c8
L
3012010-02-04 H.J. Lu <hongjiu.lu@intel.com>
302
303 PR tui/9622
304 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
305 only if gdb_stdout is a tty.
306
c3f08eb7
L
3072010-02-04 H.J. Lu <hongjiu.lu@intel.com>
308
309 * target-descriptions.c: Include "osabi.h".
310 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
311 OSABI.
312
2d33f7b8
TG
3132010-02-04 Tristan Gingold <gingold@adacore.com>
314
315 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
316 (macho_symtab_read): Adjust calls to macho_add_oso.
317 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
318 (macho_symfile_read): Adjust call to macho_oso_symfile.
319 (macho_new_init): Move this function after declarations.
320 (macho_symfile_init): Ditto.
321 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
322 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
323
11334b82
VP
3242010-02-04 Vladimir Prus <vladimir@codesourcery.com>
325
326 Include MI command in remotelog.
327
328 * mi/mi-main.c (mi_execute_command): Call target_log_command.
329
ff97be06
L
3302010-02-03 H.J. Lu <hongjiu.lu@intel.com>
331
332 * remote.c (remote_state): Remove gdbarch.
333 (init_remote_state): Don't set gdbarch.
334 (remote_query_supported): Pass target_gdbarch instead of
335 rs->gdbarch to gdbarch_qsupported.
336
75cebea9
L
3372010-02-03 H.J. Lu <hongjiu.lu@intel.com>
338
339 * gdbarch.sh: Add qsupported.
340
341 * gdbarch.c: Regenerated.
342 * gdbarch.h: Likewise.
343
344 * remote.c (remote_state): Add gdbarch.
345 (init_remote_state): Set gdbarch.
346 (remote_query_supported): Support gdbarch_qsupported.
347
c1dec97b
DJ
3482010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
349
350 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
351 __FreeBSD_kernel_version.
352
ac8035ab
TG
3532010-02-03 Tristan Gingold <gingold@adacore.com>
354
355 * symfile.h (struct sym_fns): Add sym_relocate field.
356 (default_symfile_relocate): New prototype.
357 (symfile_relocate_debug_section): First argument is now an objfile.
358 * symfile.c (default_symfile_relocate): Rename from
359 symfile_relocate_debug_section, first argument is now an objfile.
360 (symfile_relocate_debug_section): New function.
361 * coffread.c (coff_sym_fns): Set sym_relocate field.
362 * somread.c (som_sym_fns): Ditto.
363 * mipsread.c (ecoff_sym_fns): Ditto.
364 * machoread.c (macho_sym_fns): Ditto.
365 * elfread.c (elf_sym_fns): Ditto.
366 * dwarf2read.c (dwarf2_read_section): Ditto.
367 * xcoffread.c (xcoff_sym_fns): Ditto.
368 * dbxread.c (aout_sym_fns): Ditto.
369 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
370 (elfstab_build_psymtabs): Ditto.
371
be52b756
L
3722010-02-03 H.J. Lu <hongjiu.lu@intel.com>
373
374 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
375
9c3c02fd
TT
3762010-02-02 Tom Tromey <tromey@redhat.com>
377
378 * valops.c (value_cast_structs): Try downcasting using the RTTI
379 type.
380
f23f4c59
TT
3812010-02-02 Tom Tromey <tromey@redhat.com>
382
383 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
384 (gnuv2_baseclass_offset): Now static.
385 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
386 * gnu-v2-abi.h: Remove.
387
0cc2414c
TT
3882010-02-02 Tom Tromey <tromey@redhat.com>
389
390 * m2-typeprint.c (m2_record_fields): Don't use
391 TYPE_DECLARED_TYPE.
392 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
393 (struct main_type) <flag_declared_class>: New field.
394 (struct cplus_struct_type) <declared_type>: Remove.
395 <ntemplate_args>: Move earlier.
396 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
397 (DECLARED_TYPE_TEMPLATE): Remove.
398 (TYPE_DECLARED_TYPE): Remove.
399 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
400 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
401 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
402 TYPE_DECLARED_TYPE.
403
edf3d5f3
TT
4042010-02-02 Tom Tromey <tromey@redhat.com>
405
406 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
407 * valops.c (search_struct_field): Compute nbases after calling
408 CHECK_TYPEDEF.
409 (check_field): Call CHECK_TYPEDEF.
410 * cp-valprint.c (cp_print_value): Pass correct address to
411 baseclass_offset. Fix check for virtual base past the end of the
412 object. Don't offset address passed to cp_print_value_fields or
413 apply_val_pretty_printer.
414 (cp_print_value_fields): Fix call to val_print.
415 (cp_print_value_fields_rtti): New function.
416 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
417 * p-valprint.c (pascal_object_print_value_fields): Fix call to
418 val_print.
419 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
420 offset to address.
421 * language.h (struct language_defn) <la_val_print>: Document.
422 * c-lang.h (cp_print_value_fields_rtti): Declare.
423
e4b7f41c
JK
4242010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
425
426 PR libc/11214:
427 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
428 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
429 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
430
7618e12b
DJ
4312010-02-01 Michael Matz <matz@suse.de>
432 Daniel Jacobowitz <dan@codesourcery.com>
433
e4b7f41c 434 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
7618e12b
DJ
435 functions use a frame pointer.
436
b381ea14
JK
4372010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
438
439 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
440 by a conditional setting DYN_ADDR. Use DYN_ADDR.
441 * config/djgpp/fnchange.lst: Add translations for
442 symbol-without-target_section.exp and symbol-without-target_section.c.
443
0e05dfcb
DJ
4442010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
445
446 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
447 (remote_breakpoint_for_pc): Correct invalid_p check.
448 * gdbarch.c: Regenerated.
449
f9d67f43
DJ
4502010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
451
452 * arm-tdep.c (arm_find_mapping_symbol): New function, from
453 arm_pc_is_thumb.
454 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
455 (extend_buffer_earlier): New function.
456 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
457 (arm_adjust_breakpoint_address): New function.
458 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
459
177321bd
DJ
4602010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
461
462 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
463 (arm_linux_thumb2_le_breakpoint): New constants.
464 (arm_linux_init_abi): Set thumb2_breakpoint and
465 thumb2_breakpoint_size.
466 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
467 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
468 Implement support for single stepping through IT blocks if
469 a 32-bit Thumb breakpoint instruction is available.
470 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
471 is available, use it when needed.
472 (arm_remote_breakpoint_from_pc): New function.
473 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
474 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
475 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
476
a1dcb23a
DJ
4772010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
478
479 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
480 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
481 * gdbarch.c, gdbarch.h: Regenerated.
482 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
483 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
484 gdbarch_remote_breakpoint_from_pc.
485
2b009048
DJ
4862010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
487
488 * infrun.c (prepare_to_proceed): Handle other signals which might
489 match a breakpoint.
490 (handle_inferior_event): Move the check for unusual breakpoint
491 signals earlier.
492
e4e2711a
JB
4932010-01-29 Paul Hilfinger <hilfinger@adacore.com>
494
495 amd64 - function returning record with field straddling 2 registers.
496 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
497 a record of length <= 16 in which a field straddles the two
498 eightbytes.
499
cba6fab5
JB
5002010-01-29 Joel Brobecker <brobecker@adacore.com>
501
502 Implement return values on amd64-windows.
503 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
504 (amd64_windows_return_value): New function.
505 (amd64_windows_init_abi): Call set_gdbarch_return_value with
506 amd64_windows_return_value.
507
3af6ddfe
JB
5082010-01-29 Joel Brobecker <brobecker@adacore.com>
509
510 amd64-windows: 32 bytes allocated on stack by caller for integer
cba6fab5 511 parameter registers.
3af6ddfe
JB
512 * i386-tdep.h (struct gdbarch_tdep): Add new field
513 integer_param_regs_saved_in_caller_frame.
514 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
515 tdep->integer_param_regs_saved_in_caller_frame to 1.
516 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
517 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
518
80d19a06
JB
5192010-01-29 Joel Brobecker <brobecker@adacore.com>
520
521 amd64-windows: memory args passed by pointer during function calls.
522 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
523 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
524 where tdep->memory_args_by_pointer is non-zero.
525 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
526 tdep->memory_args_by_pointer to 1.
527
ba581dc1
JB
5282010-01-29 Joel Brobecker <brobecker@adacore.com>
529
4966b6c2 530 amd64-windows: Integer parameters in function calls.
ba581dc1
JB
531 * i386-tdep.h (enum amd64_reg_class): New, moved here from
532 amd64-tdep.c.
533 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
534 call_dummy_integer_regs, and classify.
535 * amd64-tdep.h (amd64_classify): Add declaration.
536 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
537 (amd64_reg_class): Delete, moved to i386-tdep.h.
538 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
539 Replace call to amd64_classify by call to tdep->classify.
540 (amd64_push_arguments): Get the list of registers to use for
541 passing integer parameters from the gdbarch tdep structure,
542 rather than using a hardcoded one. Replace calls to amd64_classify
543 by calls to tdep->classify.
544 (amd64_push_dummy_call): Get the register number used for
545 the "hidden" argument from tdep->call_dummy_integer_regs.
546 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
547 and tdep->call_dummy_integer_regs. Set tdep->classify.
548 * amd64-windows-tdep.c: Add include of gdbtypes.h.
549 (amd64_windows_dummy_call_integer_regs): New static global.
550 (amd64_windows_classify): New function.
551 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
552 tdep->call_dummy_integer_regs and tdep->classify.
553
d37346f0
DJ
5542010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
555
556 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
557 for the new regcache. All callers updated.
558 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
559 (get_thread_arch_regcache): Do not set aspace here.
560 * regcache.h (regcache_xmalloc): Update declaration.
561
562 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
563 regcache_xmalloc updated.
564
7434dadd
JB
5652010-01-28 Joel Brobecker <brobecker@adacore.com>
566
567 Another -Wunused-function error in procfs.c (sparc-solaris)
568 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
569 Only define if SYS_syssgi is defined.
570 (remove_dbx_link_breakpoint): Delete declaration. Move up.
571 (dbx_link_addr, insert_dbx_link_bpt_in_file)
572 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
573 is itself defined.
574
16d905e2
CF
5752010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
576
577 * windows-nat.c (windows_initialization_done): New variable.
578 (get_windows_debug_event): Issue error when process dies before
579 completely initializing.
580 (do_initial_windows_stuff): Set flag to indicate when we are done with
581 the initial steps of attaching to the child.
582
cd55e50f
JK
5832010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
584
585 * symtab.h (struct symbol <symtab>): New comment on NULL values.
586
99cc78aa
DE
5872010-01-27 Doug Evans <dje@google.com>
588
4c7dcb84
DE
589 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
590
99cc78aa
DE
591 * breakpoint.c (bpstat_stop_status): Delete useless code.
592
52334bf5
JK
5932010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
594
595 * printcmd.c (display_uses_solib_p): Remove variable section. Access
596 objfile via SYMBOL_SYMTAB.
597
708ead4e
TT
5982010-01-26 Tom Tromey <tromey@redhat.com>
599
600 PR exp/7643:
601 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
602 coerce_array on result.
603
b14e635e
SW
6042010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
605
606 * cp-namespace.c (cp_lookup_symbol_namespace): Added
607 search_parent argument.
608 (cp_add_using): Initialize 'searched' field.
609 (reset_directive_searched): New function.
610 * cp-support.h: Add 'searched' field to using_direct struct.
611 (cp_lookup_symbol_imports): Ditto.
612 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
613 Perform recursive search.
614 Implement non parent search.
615 * valops.c (value_maybe_namespace_elt): Updated.
616
8540c487
SW
6172010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
618
619 PR gdb/10929:
620 * dwarf2read.c (read_lexical_block_scope): Create blocks for
621 scopes which contain using directives even if they contain no
622 declarations.
623 * symtab.c (lookup_symbol_aux): Pass lowest level block to
624 la_lookup_symbol_nonlocal.
625 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
626 cp_lookup_symbol_namespace.
627 (cp_lookup_symbol_namespace): Perform an import lookup at every
628 block level.
629 (cp_lookup_symbol_imports): New function.
630 (cp_lookup_symbol_in_namespace): New function.
631
421d5d99
TT
6322010-01-25 Tom Tromey <tromey@redhat.com>
633
634 PR gdb/11049:
635 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
636 result.
637
6bcc772d
RO
6382010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
639
640 * configure.ac: Only use host_os part when disabling TUI on osf.
641 Use test to check variables, prefix strings with x.
642 * configure: Regenerate.
643
644 * solib-osf.c (osf_current_sos): Initialize tail.
645
1c1238a5
TG
6462010-01-25 gingold <gingold@adacore.com>
647
648 * windows-nat.c (windows_continue): Use %x to print thread id.
649 (get_windows_debug_event): Ditto.
650
0b92b5bb
TT
6512010-01-22 Tom Tromey <tromey@redhat.com>
652
653 PR symtab/11199:
654 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
655 type and arguments. Use smash_to_methodptr_type.
656 (read_structure_type): Call quirk_gcc_member_function_pointer
657 later.
658 * gdbtypes.h (smash_to_methodptr_type): Declare.
659 * gdbtypes.c (smash_to_methodptr_type): New function.
660 (lookup_methodptr_type): Use it.
661
0d5392b8
TT
6622010-01-21 Tom Tromey <tromey@redhat.com>
663
664 PR symtab/11198:
665 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
666 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
667 * glibc-tdep.c (find_minsym_and_objfile): Remove.
668 (glibc_skip_solib_resolver): Use
669 lookup_minimal_symbol_and_objfile.
670
e6d088ec
KT
6712010-01-21 Kai Tietz <kai.tietz@onevision.com>
672
673 * inflow.c (check_syscall): Guard by #if clause for GO32 and
674 WIN32 targets.
675
b966cb8a
TT
6762010-01-20 Tom Tromey <tromey@redhat.com>
677
678 PR backtrace/10770:
679 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
680 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
681 * dwarf2expr.c (new_dwarf_expr_context): Allocate
682 dwarf_stack_values, not CORE_ADDRs.
683 (execute_stack_op): Change DW_OP_div and comparison operators to
684 use signed operands.
685
3f81c18a
VP
6862010-01-20 Vladimir Prus <vladimir@codesourcery.com>
687
688 Per-inferior args and tty and environment.
689
690 * infcmd.c (inferior_args): Rename to ...
691 (inferior_args_scratch): ... this.
692 (inferior_io_terminal): Rename to ...
693 (inferior_io_terminal_scratch): ... this.
694 (inferior_argc, inferior_argv): Remove.
695 (set_inferior_io_terminal, get_inferior_io_terminal): Store
696 inside current_inferior().
697 (set_inferior_tty_command, show_inferior_tty_command): New.
698 (get_inferior_args, set_inferior_args): Store inside
699 current_inferior().
700 (notice_args_set): Likewise and rename to...
701 (set_args_command): ... this.
702 (set_inferior_args_vector): Likewise.
703 (notice_args_read): Rename to...
704 (show_args_command): ...new.
705 (tty_command): Remove.
706 (run_command_1): Don't free old args, as they are freed by
707 set_inferior_arg now.
708 (run_no_args_command): Likewise.
709 (inferior_environ): Remove.
710 (run_command_1): Use environment of the current inferior.
711 (environment_info, set_environment_command)
712 (unset_environment_command, path_info, path_command): Likewise.
713 (_initialize_infcmd): Adjust for function and variable renames.
714 Do not init inferior_environ.
715 * inferior.h (set_inferior_arg): Adjust prototype.
716 (struct inferior): New fields args, argc, argv, terminal, environment.
717 (inferior_environ): Remove declaration.
718 * inferior.c (free_inferior): Free new fields.
719 (add_inferior_silent): Initialize 'environment' field.
720 * main.c (captured_main): Set arguments only after the initial
721 inferior has been created. Set set_inferior_io_terminal,
722 not tty_command.
723 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
724 inferior.
725 (_initialize_mi_cmd_env): Adjust for disappearance of global
726 inferior_environ.
727 * solib.c (solib_find): Use environment of the current inferior.
728
d8b65138
JK
7292010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
730
731 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
732 HAVE_PYTHON.
733 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
734
692465f1
JB
7352010-01-20 Joel Brobecker <brobecker@adacore.com>
736
737 Get rid of ada-lang.c:function_name_from_pc.
738 * ada-lang.c: Add "stack.h" #include.
739 (function_name_from_pc): Delete.
740 (is_known_support_routine): Replace call to function_name_from_pc
741 by call to find_frame_funname.
742 (ada_unhandled_exception_name_addr_from_raise): Likewise.
743
95519e0e
TT
7442010-01-19 Tom Tromey <tromey@redhat.com>
745
746 PR c++/11026:
747 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
748 objfile obstack.
749
95c11dc7
TT
7502010-01-19 Tom Tromey <tromey@redhat.com>
751
752 * top.c (stop_sig, float_handler, do_nothing): Remove.
753
a0f49112
JK
7542010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
755
756 * breakpoint.c (watchpoint_check): Check the call
757 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
758 Extend the comment.
759 * config/djgpp/fnchange.lst: Add translations for
760 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
761 watchpoint-cond-gone-stripped.c.
762
ceeb3d5a
TT
7632010-01-19 Tom Tromey <tromey@redhat.com>
764
765 PR c++/8000:
766 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
767 into parent scope, and enumerator into grandparent scope.
768
2b71fc8e
JB
7692010-01-19 Joel Brobecker <brobecker@adacore.com>
770
771 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
772
03564ed9
JB
7732010-01-19 Joel Brobecker <brobecker@adacore.com>
774
775 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
776 i[34567]86-*-solaris2.1[0-9]*.
777 * configure.tgt: Likewise.
778
fb2e7cb4
JB
7792010-01-19 Joel Brobecker <brobecker@adacore.com>
780
781 * NEWS: Document the source command enhancement allowing it
782 to load Python scripts. Document the "set/show script-extension"
783 commands.
784
1cb5e2a4
JB
7852010-01-19 Joel Brobecker <brobecker@adacore.com>
786
787 Add -Wunused-function to compile flags.
788 * configure.ac: Add -Wunused-function to build_warnings.
789 * configure: Regenerate.
790
0ec6cd0c
JB
7912010-01-19 Joel Brobecker <brobecker@adacore.com>
792
793 "delete" ada-lex.c:input function, not used.
794 * ada-lex.l: #define YY_NO_INPUT.
795
b74845da
JB
7962010-01-19 Joel Brobecker <brobecker@adacore.com>
797
798 Delete free_named_symtabs and associated cleanup.
799 * symfile.h (free_named_symtabs): Delete declaration.
800 * symfile.c: Remove some commented out code (clear_symtab_users_once).
801 (cashier_psymtab): Comment function out.
802 Delete declaration.
803 (free_named_symtabs): Delete.
804 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
805 * dbxread.c (end_psymtab): Likewise.
806 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
807 * exec.c (exec_close_1): Ditto.
808 * xcoffread.c (xcoff_end_psymtab): Likewise.
809
65c06092
JB
8102010-01-19 Joel Brobecker <brobecker@adacore.com>
811
812 * stack.c (print_block_frame_labels): Comment function out.
813
d5cd6034
JB
8142010-01-19 Joel Brobecker <brobecker@adacore.com>
815
816 Delete unused or undefined functions.
817 * breakpoint.c (ep_parse_optional_filename): Delete.
818 * dcache.c (dcache_write_line): Remove declaration.
819 * infrun.c (build_infrun): Remove declaration.
820 * tracepoint.c (tracepoint_save_command): Remove declaration.
821 * linux-nat.c (init_lwp_list): Delete. No longer used.
822 * event-loop.c (check_async_signal_handlers): Delete declaration.
823 * infrun.c (init_execution_control_state): Delete.
824 (proceed): Update comment to avoid mentioning
825 init_execution_control_state.
826 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
827 * ada-lang.c (ada_to_static_fixed_value): Delete.
828 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
829 * cp-namespace.c (cp_copy_usings): Delete.
830 * xml-syscall.c (xml_number_of_syscalls): Delete.
831 * progspace.c (find_program_space_by_num): Delete.
832 * inflow.c (handle_sigio): Delete declaration.
833 * hppa-tdep.c (hppa_alignof): Delete.
834 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
835 (mipsnbsd_core_osabi_sniffer): Delete.
836
4e8f195d
TT
8372010-01-18 Tom Tromey <tromey@redhat.com>
838
839 PR c++/9680:
840 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
841 (CONST_CAST): New tokens.
842 (exp): Add new productions.
843 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
844 reinterpret_cast.
845 (is_cast_operator): New function.
846 (yylex): Handle cast operators specially.
847 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
848 UNOP_REINTERPRET_CAST>: New cases.
849 * expprint.c (print_subexp_standard): Likewise.
850 (op_name_standard): Likewise.
851 (dump_subexp_body_standard): Likewise.
852 * parse.c (operator_length_standard): Likewise.
853 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
854 UNOP_REINTERPRET_CAST.
855 * gdbtypes.c (class_types_same_p): New function.
856 (is_ancestor): Use it.
857 (is_public_ancestor): New function.
858 (is_unique_ancestor_worker): Likewise.
859 (is_unique_ancestor): Likewise.
860 * gdbtypes.h (class_types_same_p, is_public_ancestor)
861 (is_unique_ancestor): Declare.
862 * valops.c (value_reinterpret_cast): New function.
863 (dynamic_cast_check_1): Likewise.
864 (dynamic_cast_check_2): Likewise.
865 (value_dynamic_cast): Likewise.
866 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
867
d9c57d9f
JB
8682010-01-18 Joel Brobecker <brobecker@adacore.com>
869
870 Fix build failure when building without Python support.
871 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
872 is not defined.
873
f80d3ff2
JB
8742010-01-18 Joel Brobecker <brobecker@adacore.com>
875
876 Use XVS field type instead of doing a parallel lookup.
877 * ada-lang.c (ada_get_base_type): Follow the XVS field type
878 if it is a reference type instead of doing a type lookup using
879 the XVS field name.
880
5bf03f13
JB
8812010-01-18 Joel Brobecker <brobecker@adacore.com>
882
883 Trust PAD types instead of using PAD___XVS.
884 * ada-lang.c (trust_pad_over_xvs): New static variable.
885 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
886 parallel XVS type, follow the XVS type instead of the PAD type.
887 (unwrap_value): Make sure that there is no parallel XVE type
888 before returning the value as is.
889 (set_ada_list, show_ada_list): New static variables.
890 (set_ada_command, show_ada_command): New functions.
891 (_initialize_ada_language): Add new "set/show ada" prefix commands.
892 Add new "set/show ada trust-PAD-over-XVS" setting.
893
973817a3
JB
8942010-01-18 Tom Tromey <tromey@redhat.com>
895 Thiago Jung Bauermann <bauerman@br.ibm.com>
896
897 Allow "source" to load python scripts.
898 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
899 * python/python.c (source_python_script): New function.
900 * python/python.h (source_python_script): Add declaration.
901 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
902 (script_ext_off, script_ext_soft, script_ext_strict)
903 (script_ext_enums, script_ext_mode): New static constants.
904 (show_script_ext_mode, find_and_open_script): New functions.
905 (source_script): Enhance to handle Python scripts.
906 (init_cli_cmds): Add set/show script-extension commands.
907
98e03262
SS
9082010-01-16 Stan Shebs <stan@codesourcery.com>
909
910 * tracepoint.h (struct trace_status): Use unsigned long long
911 instead of size_t.
912 * tracepoint.c (trace_status_command): Fix printf directive.
913 (trace_save_command): Check fwrite returns, fix printf directive.
914 (trace_filename): New global.
915 (tfile_open): Set it, check read returns.
916 (tfile_close): Free trace_filename.
917 (tfile_get_traceframe_address): Check read returns.
918 (tfile_trace_find): Ditto.
919 (tfile_fetch_registers): Ditto.
920 (tfile_xfer_partial): Ditto.
921 (tfile_get_trace_state_variable_value): Ditto.
922
00bf0b85
SS
9232010-01-15 Stan Shebs <stan@codesourcery.com>
924
925 Add trace file support.
926 * tracepoint.h (enum trace_stop_reason): New enum.
927 (struct trace_status): New struct.
928 (parse_trace_status): Declare.
929 (struct uploaded_tp): Move here from remote.c,
930 add fields for actions.
931 (struct uploaded_tsv): New struct.
932 * tracepoint.c (tfile_ops): New target vector.
933 (trace_fd): New global.
934 (tfile_open): New function.
935 (tfile_close): New function.
936 (tfile_files_info): New function.
937 (tfile_get_trace_status): New function.
938 (tfile_get_traceframe_address): New function.
939 (tfile_trace_find): New function.
940 (tfile_fetch_registers): New function.
941 (tfile_xfer_partial): New function.
942 (tfile_get_trace_state_variable_value): New function.
943 (init_tfile_ops): New function.
944 (_initialize_tracepoint): Call it, add tfile target.
945 (trace_status): New global.
946 (current_trace_status): New function.
947 (trace_running_p): Remove, change all users to get from
948 current_trace_status()->running.
949 (get_trace_status): Remove.
950 (trace_status_command): Call target_get_trace_status directly,
951 report more detail including tracing stop reasons.
952 (trace_find_command): Always allow tfind on a file.
953 (trace_find_pc_command): Ditto.
954 (trace_find_tracepoint_command): Ditto.
955 (trace_find_line_command): Ditto.
956 (trace_find_range_command): Ditto.
957 (trace_find_outside_command): Ditto.
958 (trace_frames_offset, cur_offset): Declare as off_t.
959 (trace_regblock_size): Rename from reg_size, update users.
960 (parse_trace_status): New function.
961 (tfile_interp_line): New function.
962 (disconnect_or_stop_tracing): Ensure current trace
963 status before asking what to do.
964 (stop_reason_names): New global.
965 (trace_save_command): New command.
966 (get_uploaded_tp): Move here from remote.c.
967 (find_matching_tracepoint): Ditto.
968 (merge_uploaded_tracepoints): New function.
969 (parse_trace_status): Use stop_reason_names.
970 (_initialize_tracepoint): Define tsave command.
971 * target.h (target_ops): New fields to_save_trace_data,
972 to_upload_tracepoints, to_upload_trace_state_variables,
973 to_get_raw_trace_data, change to_get_trace_status
974 to take a pointer to a status struct.
975 (target_save_trace_data): New macro.
976 (target_upload_tracepoints): New macro.
977 (target_upload_trace_state_variables): New macro.
978 (target_get_raw_trace_data): New macro.
979 * target.c (update_current_target): Add new methods, change
980 signature of to_get_trace_status.
981 * remote.c (hex2bin): Make globally visible.
982 (bin2hex): Ditto.
983 (remote_download_trace_state_variable): Download name also.
984 (remote_get_trace_status): Update parameter, use
985 parse_trace_status.
986 (remote_save_trace_data): New function.
987 (remote_upload_tracepoints): New function.
988 (remote_upload_trace_state_variables): New function.
989 (remote_get_raw_trace_data): New function.
990 (remote_start_remote): Use them.
991 (_initialize_remote_ops): Add operations.
992 * ax-gdb.c: Include breakpoint.h.
993 * breakpoint.c (create_tracepoint_from_upload): Use
994 break_command_really, return tracepoint, warn about unimplemented
995 parts.
996 * NEWS: Mention trace file addition.
997
d904de5b
JK
9982010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
999
1000 Fix compilation warning on gcc-3.4.
1001 * exec.c (print_section_info): Move the `displacement' variable
1002 initialization to its declaration.
1003
64aa9731
JK
10042010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1005
1006 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
1007 comparison.
1008
ca1f5def 10092010-01-15 Eric Botcazou <botcazou@adacore.com>
9f0dec2d
JB
1010
1011 "info tasks" broken by typedefs in ATCB type definitions.
1012 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
1013 ada_check_typedef before retrieving the length of the type for
1014 regular fields.
1015
12ab9e09
JB
10162010-01-15 Joel Brobecker <brobecker@adacore.com>
1017
1018 Do not use name-based lookup for unconstrained packed arrays.
1019 * ada-lang.c (find_parallel_type_by_descriptive_type):
1020 Limit the fallback to name-based lookups to the case where
1021 the type is a constrained packed array.
1022
c389c3dc
JB
10232010-01-15 Joel Brobecker <brobecker@adacore.com>
1024
1025 Enhance gdb-gdb.py to handle main_type.type_specific.
1026 * gdb-gdb.py: Print the type-specific part of struct main_type.
1027
7991dee7
JK
10282010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1029
1030 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
1031 * configure: Regenerate.
1032 * config.in: Regenerate.
1033 * utils.c: Include sys/resource.h.
1034 (dump_core, can_dump_core): New.
1035 (internal_vproblem): Update the comment. Check can_dump_core while
1036 setting dump_core_p. Replace two abort calls by dump_core calls.
1037
93c26624
JK
10382010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1039 Eli Zaretskii <eliz@gnu.org>
1040
1041 * NEWS: Document the PIE support.
1042
55235ad7
JK
10432010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1044
1045 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
1046 (check_is_pie_binary, _initialize_linux_tdep): Remove.
1047
41752192
JK
10482010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1049
1050 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
1051 Replace exec_entry_point call by bfd_get_start_address.
1052
9f2982ff
JK
10532010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1054
1055 Support Valgrind attachments broken by the PIE support.
1056 * auxv.c: Include gdbcore.h.
1057 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
1058 parameters ops, object and annex. Remove their assertions.
1059 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
1060 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
1061 (memory_xfer_auxv): ... here.
1062 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
1063 memory_xfer_auxv.
1064 * procfs.c (procfs_xfer_partial): Likewise.
1065 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
1066 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
1067 (svr4_solib_create_inferior_hook): Conditionalize the
1068 svr4_relocate_main_executable call.
1069
61f0d762
JK
10702010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1071
1072 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
1073 target_section. Find SECT in current_target_sections, gdb_assert it.
1074 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
1075 New variable abfd.
1076 * symtab.c (lookup_objfile_from_block): Return the binary file instead
1077 of separate debug info file.
1078
51bee8e9
JK
10792010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1080
1081 Support PIEs with no symfile_objfile.
1082 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
1083 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
1084
b8040f19
JK
10852010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1086
1087 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
1088 code part to ...
1089 (svr4_static_exec_displacement): ... a new function.
1090 (svr4_exec_displacement): New function.
1091 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
1092 new_offsets using alloca now. Remove variable old_chain and changed.
1093 Call objfile_relocate unconditionally now.
1094
eb90ce83
DE
10952010-01-14 Doug Evans <dje@google.com>
1096
1097 * gdbtypes.c (arch_flags_type): Fix comment.
1098 * gdbtypes.h (arch_composite_type): Fix comment.
1099
bdfed3bc
TG
11002009-01-14 Tristan Gingold <gingold@adacore.com>
1101
1102 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
1103 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
1104 to symbol_file_add_from_bfd. Add OSO as separate objfile.
1105 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
1106 macho_add_oso_symfile.
1107 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
1108
1596ad23
JB
11092010-01-14 Joel Brobecker <brobecker@adacore.com>
1110
1111 Tru64: Dead threads are never deleted.
1112 * dec-thread.c (dec_thread_ptid_is_alive): New function.
1113 (dec_thread_count_gdb_threads): Fix counter increment.
1114 (dec_thread_add_gdb_thread): Fix *listp increment.
1115 (resync_thread_list): Fix bug in deletion of dead threads that
1116 caused all threads to be deleted, instead of just the dead ones.
1117
be759fcf
PM
11182010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1119
1120 PR python/10705
1121
1122 * python/python-internal.h: Add lazy_string_object_type
1123 definition.
1124 (create_lazy_string_object, gdbpy_initialize_lazy_string)
1125 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
1126 * python/py-value.c (valpy_lazy_string): New function.
1127 (convert_value_from_python): Add lazy string conversion.
1128 * python/py-prettyprint.c (pretty_print_one_value): Check if
1129 return is also a lazy string.
1130 (print_string_repr): Add lazy string printing branch.
1131 (print_children): Likewise.
1132 * python/py-lazy-string.c: New file. Implement lazy strings.
1133 * python/python.c (_initialize_python): Call
1134 gdbpy_initialize_lazy_string.
1135 * varobj.c (value_get_print_value): Add lazy string printing
1136 branch. Account for encoding.
1137 * c-lang.c (c_printstr): Account for new encoding argument. If
1138 encoding is NULL, find encoding suited for type, otherwise use
1139 user encoding.
1140 * language.h (language_defn): Add encoding argument.
1141 (LA_PRINT_STRING): Likewise.
1142 * language.c (unk_lang_printstr): Update to reflect new encoding
1143 argument to language_defn.
1144 * ada-lang.h (ada_printstr): Likewise.
1145 * c-lang.h (c_printstr): Likewise.
1146 * p-lang.h (pascal_printstr);
1147 * f-lang.c (f_printstr): Likewise.
1148 * m2-lang.c (m2_printstr): Likewise.
1149 * objc-lang.c (objc_printstr): Likewise.
1150 * p-lang.c (pascal_printstr): Likewise.
1151 * scm-lang.c (scm_printstr): Likewise.
1152 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
1153 encoding argument.
1154 * ada-valprint.c (ada_printstr): Likewise.
1155 * f-valprint.c (f_val_print): Likewise
1156 * m2-valprint.c (m2_val_print): Likewise.
1157 * p-valprint.c (pascal_val_print): Likewise.
1158 * expprint.c (print_subexp_standard): Likewise.
1159 * valprint.c (val_print_string): Likewise.
1160 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
1161 (SUBDIR_PYTHON_SRCS): Likewise.
1162 (py-lazy-string.o): New rule.
1163
1fe72117 11642010-01-13 Doug Evans <dje@google.com>
8eee9c5a
DE
1165
1166 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
1167 uninitialized" warning from gcc on local `tree'.
1168
dc146f7c
VP
11692010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1170
1171 Implement core awareness.
1172
1173 * bcache.c (compare_ints): Remove
1174 (print_percentage): Use compare_positive_ints.
1175 * defs.h (compare_positive_ints): Declare.
1176 * linux-nat.h (struct lin_lwp): New field core.
1177 (linux_nat_core_of_thread_1): Declare.
1178 * linux-nat.c (add_lwp): Init the 'core' field.
1179 (linux_nat_wait_1): Record the core.
1180 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
1181 (linux_nat_add_target): Register the above.
1182 * linux-thread-db.c (update_thread_core): New.
1183 (thread_db_find_new_threads): Update core information for
1184 every thread.
1185 * remote.c (struct private_thread_info): New.
1186 (free_private_thread_info, demand_private_info): New.
1187 (PACKET_qXfer_threads, use_osdata_threads): New.
1188 (struct thread_item, threads_parsing_context
1189 (start_thread, end_thread, thread_attributes)
1190 (thread_children, threads_children, threads_elements): New.
1191 (remote_threads_info): Try qXfer:threads before anything
1192 else.
1193 (remote_protocol_packets): Register qXfer:threads.
1194 (remote_open_1): Init use_osdata_threads.
1195 (struct stop_reply): New field 'core'.
1196 (remote_parse_stop_reply): Parse core number.
1197 (process_stop_reply): Record core number.
1198 (remote_xfer_partial): Handle qXfer:threads.
1199 (remote_core_of_thread): New.
1200 (init_remote_ops): Register remote_core_of_thread.
1201 (_initialize_remote): Register qXfer:read.
1202 * target.c (target_core_of_thread): New
1203 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
1204 (struct target_ops): New field to_core_of_threads.
1205 (target_core_of_thread): Declare.
1206 * gdbthread.h (struct thread_info): New field private_dtor.
1207 * thread.c (print_thread_info): Report the core.
1208 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
1209 * utils.c (compare_positive_ints): New.
1210 * features/threads.dtd: New.
1211 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
1212 * mi/mi-main.c (struct collect_cores_data, collect_cores)
1213 (do_nothing, free_vector_of_osdata_items)
1214 (splay_tree_int_comparator, free_splay_tree): New.
1215 (print_one_inferior_data): Implemented printing of selected
1216 inferiors. Collect and print cores.
1217 (output_cores): New.
1218 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
1219 thread groups together with --available.
1220
d30c5336
JK
12212010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1222
1223 * configure: Regenerate (for _STRUCTURED_PROC).
1224
02893727
JB
12252010-01-12 Joel Brobecker <brobecker@adacore.com>
1226
1227 Delete dead function.
1228 * ada-lang.c (extract_string): Delete. No longer used.
1229
46ed2d6f
JB
12302010-01-12 Joel Brobecker <brobecker@adacore.com>
1231
1232 Fix -Wunused warning in dec-thread.c.
1233 * dec-thread.c (dec_thread_count_gdb_threads)
1234 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
1235
606b8d1a
JB
12362010-01-12 Joel Brobecker <brobecker@adacore.com>
1237
1238 * ada-valprint.c (ada_print_floating): Remove trailing space.
1239
b4ba55a1
JB
12402010-01-12 Joel Brobecker <brobecker@adacore.com>
1241
1242 Add support for DW_AT_GNAT_descriptive_type.
1243 * gdbtypes.h (enum type_specific_kind): New enum.
1244 (struct main_type) [type_specific_field]: New component.
1245 [type_specific]: Add new component "gnat_stuff".
1246 (struct gnat_aux_type): New type.
1247 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
1248 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
1249 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
1250 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
1251 (TYPE_SPECIFIC_FIELD): New macros.
1252 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
1253 type does not hold any cplus-specific data.
1254 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
1255 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
1256 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
1257 cplus-specific data.
1258 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
1259 Set new component TYPE_SPECIFIC_FIELD (type).
1260 (gnat_aux_default): New constant.
1261 (allocate_gnat_aux_type): New function.
1262 (init_type): Add initialization the type-specific stuff for
1263 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
1264 (print_gnat_stuff): New function.
1265 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
1266 specific data. Adjust code that prints the contents of the
1267 type-specific union using the TYPE_SPECIFIC_FIELD value.
1268 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
1269 the type cplus stuff for Ada types.
1270 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
1271 Error out if these routines are called with an Ada type.
1272 (read_structure_type, read_array_type, read_subrange_type):
1273 Add call to set_descriptive_type.
1274 (set_die_type): Initialize the gnat-specific data if necessary.
1275 (need_gnat_info, die_descriptive_type, set_descriptive_type):
1276 New functions.
1277 * ada-lang.c (decode_constrained_packed_array_type): Use
1278 decode_constrained_packed_array_type instead of doing a standard
1279 lookup to locate a parallel type.
1280 (find_parallel_type_by_descriptive_type): New function.
1281 (ada_find_parallel_type_with_name): New function.
1282 (ada_find_parallel_type): Reimplement using
1283 ada_find_parallel_type_with_name.
1284 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
1285 to check if type has a cplus stuff.
1286 * linespec.c (total_number_of_methods): Likewise.
1287 * mdebugread.c (new_type): Likewise.
1288
b0f02ee9
JK
12892010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1290
1291 * NEWS: Document the 0b binary number prefix parsing.
1292
b260e109
JK
12932010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1294
1295 * objfiles.c (objfile_relocate1): Change the return type to int.
1296 Describe the new return value. Return non-zero if data changed.
1297 (objfile_relocate): New variable changed. Set it. Call
1298 breakpoint_re_set depending on CHANGED.
1299
b5cfddf5
JK
13002010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1301
1302 Implement binary numbers parsing.
1303 * c-exp.y (parse_number): New case 'b' and 'B'.
1304
e0ae4240
JK
13052010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1306 Tristan Gingold <gingold@adacore.com>
1307
1308 * solib.c (info_sharedlibrary_command): Replace
1309 objfile_has_partial_symbols and objfile_has_full_symbols calls by
1310 objfile_has_symbols.
1311
6e0e5977
JB
13122010-01-10 Joel Brobecker <brobecker@adacore.com>
1313
1314 * NEWS: Document the improvements made to the mips-irix port.
1315
7348c5e1
JB
13162010-01-09 Joel Brobecker <brobecker@adacore.com>
1317
1318 Fix the documentation of valprint.c:value_print.
1319 * valprint.c (value_print): Update the function description to
1320 mention that the syntax of the output follows the current_language,
1321 not necessarily C.
1322
567995e1
JK
13232010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1324
1325 Fix displacement of separate debug info files.
1326 * objfiles.c (objfile_relocate): Rename to ...
1327 (objfile_relocate1): ... here and make it static. Extend the comment.
1328 (objfile_relocate): New function.
1329 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
1330 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
1331 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
1332 allocated using alloca.
1333 * symfile.c (copy_section_addr_info): Remove.
1334 (build_section_addr_info_from_objfile): Make it global. New variables
1335 addr_bit and mask, use them.
1336 * symfile.h (build_section_addr_info_from_objfile): New prototype.
1337 (copy_section_addr_info): Remove.
1338
6d8eadbd
JB
13392010-01-09 Joel Brobecker <brobecker@adacore.com>
1340
1341 Signal unwinder for mips-irix N32.
1342 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
1343 tramp-frame.h.
1344 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
1345 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
1346 (SIGCONTEXT_LO_OFF): New macros.
1347 (mips_irix_n32_tramp_frame_init): New function.
1348 (mips_irix_n32_tramp_frame): New static constant.
1349 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
1350
27087a3d
JB
13512010-01-09 Joel Brobecker <brobecker@adacore.com>
1352
1353 Breakpoint in shared library does not work on mips-irix.
1354 * procfs.c: #include "observer.h".
1355 (procfs_inferior_created): New function, moving here the code
1356 which unsets the syssgi syscall-exit notifications.
1357 (procfs_create_inferior): Remove the code which unsets the syssgi
1358 syscall-exit notifications. It is too early to do this here.
1359 (_initialize_procfs): Attach the procfs_inferior_created observer.
1360
f08877ba
JB
13612010-01-09 Joel Brobecker <brobecker@adacore.com>
1362
1363 Wrong return convention for arrays (mips-irix).
1364 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
1365 128 bits or smaller are returned the same way as structs
1366 and unions of the the same size.
1367
e4b97d48
JB
13682010-01-09 Joel Brobecker <brobecker@adacore.com>
1369
1370 Cannot set the PC on mips-irix.
1371 * irix5-nat.c (fill_gregset): Check regno against the raw PC
1372 register number, no the cooked one.
1373
11377e68
JB
13742010-01-09 Joel Brobecker <brobecker@adacore.com>
1375
1376 Error while loading core file on mips-irix.
1377 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
1378 if debugging from a core file.
1379
b2391021
JB
13802010-01-09 Joel Brobecker <brobecker@adacore.com>
1381
1382 GDB hangs when attaching to process on mips-irix.
1383 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
1384 attaching to a process.
1385
f2ec0ecf
JB
13862010-01-09 Joel Brobecker <brobecker@adacore.com>
1387
1388 Use the correct breakpoint instruction on mips-irix.
1389 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
1390 containing the correct breakpoint instruction to use on mips-irix.
1391 Use it when the osabi is GDB_OSABI_IRIX.
1392
3c95f01c
JB
13932010-01-09 Joel Brobecker <brobecker@adacore.com>
1394
1395 -Wunused warning in procfs.c (mips-irix only).
1396 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
1397 throughout instead of using praddset and prdelset respectively.
1398
4b7703ad
JB
13992010-01-09 Joel Brobecker <brobecker@adacore.com>
1400
1401 GDB crash while stepping into function.
1402 * infrun.c (handle_inferior_event): Refetch the current frame
1403 after handling what.main_action, in case that pointer became
1404 dangling.
1405
12c89474
JB
14062010-01-09 Joel Brobecker <brobecker@adacore.com>
1407
1408 Fix build failure of solaris-hosted cross debuggers.
1409 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
1410
1a3fd262 14112010-01-09 Daniel Gutson <dgutson@codesourcery.com>
4c490650
JB
1412
1413 Fix build failure on sparc-solaris.
1414 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
1415
75242ef4
JK
14162010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1417
1418 Move some symfile code into subroutines.
1419 * symfile.h (relative_addr_info_to_section_offsets)
1420 (addr_info_make_relative): New prototypes.
1421 * symfile.c (default_symfile_offsets): Move a part to ...
1422 (relative_addr_info_to_section_offsets): ... this new function.
1423 (default_symfile_offsets): Call it.
1424 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
1425 this part to ...
1426 (addr_info_make_relative): ... this new function.
1427
268a4a75
JK
14282010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1429
1430 Add from_tty to solib_create_inferior_hook.
1431 * infcmd.c (post_create_inferior): Move solib_add after
1432 solib_create_inferior_hook. Pass from_tty to
1433 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
1434 0 from_tty and comment why.
1435 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
1436 * linux-nat.c (linux_child_follow_fork): Likewise.
1437 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
1438 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
1439 from_tty.
1440 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
1441 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
1442 * solib-null.c (null_solib_create_inferior_hook): Likewise.
1443 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
1444 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
1445 * solib-som.c (som_solib_create_inferior_hook): Likewise.
1446 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
1447 Pass it to svr4_so_ops.solib_create_inferior_hook.
1448 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
1449 from_tty.
1450 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
1451 solib_add.
1452 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
1453 enable_break.
1454 * solib-target.c (solib_target_solib_create_inferior_hook): New
1455 parameter from_tty.
1456 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
1457 it to ops->solib_create_inferior_hook.
1458 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
1459 Move solib_add after solib_create_inferior_hook, call it now with
1460 from_tty as 0. New comment there.
1461 * solib.h (solib_create_inferior_hook): New parameter from_tty.
1462 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
1463 Likewise.
1464
cf00dfa7
VP
14652010-01-08 Vladimir Prus <vladimir@codesourcery.com>
1466
1467 Fix multiexec race.
1468 * infrun.c (handle_inferior_event): Use get_thread_regcache
1469 with events ptid, not get_current_regcache.
1470
f91e5ac3
JB
14712009-01-08 Joel Brobecker <brobecker@adacore.com>
1472
1473 GDB crash with empty executable name (MinGW).
1474 * source.c (openp): Add assert that parameter string is not NULL.
1475 if parameter string is an empty string, then return with a failure
1476 immediately.
1477
92b9ce5b
JB
14782009-01-08 Joel Brobecker <brobecker@adacore.com>
1479
1480 Get rid of support for VAX Floats.
1481 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
1482 (ada_vax_float_print_function): Delete.
1483 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
1484 (ada_vax_float_print_function): Delete.
1485 * ada-typeprint.c (print_vax_floating_point_type): Delete.
1486 (ada_print_type): Remove support for VAX floats.
1487 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
1488
268a4a75 14892010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
1490
1491 * stabsread.c (read_args): Handle zero arguments.
1492
f0f20949
JB
14932009-01-08 Joel Brobecker <brobecker@adacore.com>
1494
1495 Cannot find in-tree libiconv.a after reconfigure.
1496 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
1497 that we can use, then cache the path to this archive.
1498 * configure: Regenerate.
1499
6b6218c5
SS
15002010-01-07 Stan Shebs <stan@codesourcery.com>
1501
35b1e5cc
SS
1502 Make tracepoint operations go through target vector.
1503 * target.h (enum trace_find_type): New enum.
1504 (struct target_ops): New fields to_trace_init,
1505 to_download_tracepoint, to_download_trace_state_variable,
1506 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
1507 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
1508 to_set_disconnected_tracing.
1509 (target_trace_init): New macro.
1510 (target_download_tracepoint): New macro.
1511 (target_download_trace_state_variable): New macro.
1512 (target_trace_start): New macro.
1513 (target_trace_set_readonly_regions): New macro.
1514 (target_get_trace_status): New macro.
1515 (target_trace_stop): New macro.
1516 (target_trace_find): New macro.
1517 (target_get_trace_state_variable_value): New macro.
1518 (target_set_disconnected_tracing): New macro.
1519 * target.c (update_current_target): Inherit and set defaults for
1520 tracepoint operations.
1521 * tracepoint.c (default_collect): Make globally visible.
1522 (target_is_remote): Remove, along with all calls.
1523 (tvariables_info): Call target_get_trace_state_variable_value.
1524 (remote_set_transparent_ranges): Remove.
1525 (trace_start_command): Call target_trace_init,
1526 target_download_tracepoint, etc.
1527 (download_tracepoint): Remove.
1528 (trace_stop_command): Simplify.
1529 (stop_tracing): Call target_trace_stop.
1530 (get_trace_status): Call target_get_trace_status.
1531 (trace_status_command): Add case for targets that cannot trace.
1532 (finish_tfind_command): Change to take numerical arguments, call
1533 target_trace_find.
1534 (trace_find_command): Update call to finish_tfind_command.
1535 (trace_find_pc_command): Ditto.
1536 (trace_find_tracepoint_command): Ditto.
1537 (trace_find_line_command): Ditto.
1538 (trace_find_range_command): Ditto.
1539 (trace_find_outside_command): Ditto.
1540 (set_disconnected_tracing_value): Call
1541 target_set_disconnected_tracing.
1542 * remote.c: Add protocol encoding bits from tracepoint.c.
1543 (trace_error): Move from tracepoint.c.
1544 (remote_get_noisy_reply): Ditto.
1545 (free_actions_list_cleanup_wrapper): Ditto.
1546 (free_actions_list): Ditto.
1547 (remote_trace_init): New function.
1548 (remote_download_tracepoint): New function.
1549 (remote_download_trace_state_variable): New function.
1550 (remote_trace_set_readonly_regions): New function.
1551 (remote_trace_start): New function.
1552 (remote_get_trace_status): New function.
1553 (remote_trace_stop): New function.
1554 (remote_trace_find): New function.
1555 (remote_download_trace_state_variable): New function.
1556 (remote_set_disconnected_tracing): New function.
1557 (init_remote_ops): Add tracepoint operations.
1558
6b6218c5
SS
1559 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
1560
089b4803
TG
15612010-01-07 Tristan Gingold <gingold@adacore.com>
1562
1563 * symfile.c (build_section_addr_info_from_objfile): New function.
1564 (symbol_file_add_separate): Don't use offsets from objfile but
1565 built an addr info.
1566
d5551862
SS
15672010-01-06 Stan Shebs <stan@codesourcery.com>
1568
1569 Support disconnected tracing.
1570 * infcmd.c (detach_command): Ask whether to stop tracing.
1571 * cli/cli-cmds.c (quit_command): Ditto.
1572 * breakpoint.h (struct breakpoint): New field number_on_target.
1573 * breakpoint.c (create_tracepoint_from_upload): New function.
1574 (get_tracepoint_by_number_on_target): New function.
1575 * remote.c (struct remote): New field disconnected_tracing.
1576 (remote_disconnected_tracing_feature): New function.
1577 (remote_protocol_features): Add DisconnectedTracing.
1578 (struct uploaded_tp): New struct.
1579 (uploaded_tps): New global.
1580 (get_uploaded_tp): New function.
1581 (find_matching_tracepoint): New function.
1582 (remote_get_tracing_state): New function.
1583 (remote_start_remote): Call it.
1584 * tracepoint.c (disconnected_tracing): New global.
1585 (trace_start_command): Initialize number_on_target.
1586 (stop_tracing): New function, split out from...
1587 (trace_stop_command): Call stop_tracing.
1588 (get_trace_status): New function, split out from...
1589 (trace_status_command): Call get_trace_status, add info on
1590 disconnection behavior.
1591 (disconnect_or_stop_tracing): New function.
1592 (finish_tfind_command): Translate from number on target.
1593 (trace_find_tracepoint_command): Translate to number on target.
1594 (send_disconnected_tracing_value): New function.
1595 (set_disconnected_tracing): New function.
1596 (_initialize_tracepoint): Add disconnected-tracing variable.
1597 * NEWS: Mention disconnected tracing.
1598
15d123c9
TG
15992010-01-06 Tristan Gingold <gingold@adacore.com>
1600
1601 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
1602 parameter to main_objfile. Iterate on all separate debug objfiles.
1603 * symfile.h (symbol_file_add_separate)
1604 (find_separate_debug_file_by_debuglink): Remove parameter names.
1605 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
1606 (reread_symbols): Use free_objfile_separate_debug.
1607 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
1608 Adjust comment.
1609 (objfile_separate_debug_iterate, add_separate_debug_objfile)
1610 (free_objfile_separate_debug): New prototypes.
1611 * objfiles.c (objfile_separate_debug_iterate): New function.
1612 (add_separate_debug_objfile, free_objfile_separate_debug): New
1613 functions.
1614 (free_objfile): Use free_objfile_separate_debug. Adjust for
1615 multiple separate debug objfile.
1616 (objfile_has_symbols): Adjust comment. Iterate on all separate
1617 debug objfiles.
1618 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
1619 debug objfile.
1620 (lookup_minimal_symbol_text): Ditto.
1621 (lookup_minimal_symbol_by_pc_name): Ditto.
1622 (lookup_minimal_symbol_solib_trampoline): Ditto.
1623 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
1624 debug objfiles.
1625
7a697b8d
SS
16262010-01-05 Stan Shebs <stan@codesourcery.com>
1627
1628 Add fast tracepoints.
1629 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
1630 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
1631 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
1632 * breakpoint.c (tracepoint_type): New function.
1633 (ALL_TRACEPOINTS): Use it.
1634 (should_be_inserted): Ditto.
1635 (bpstat_check_location): Ditto.
1636 (print_one_breakpoint_location): Ditto.
1637 (user_settable_breakpoint): Ditto.
1638 (set_breakpoint_location_function): Ditto.
1639 (disable_breakpoints_in_shlibs): Ditto.
1640 (delete_trace_command): Ditto.
1641 (print_it_typical): Add bp_fast_tracepoint case.
1642 (bpstat_what): Ditto.
1643 (print_one_breakpoint_location): Ditto.
1644 (allocate_bp_location): Ditto.
1645 (mention): Ditto.
1646 (breakpoint_re_set_one): Ditto.
1647 (disable_command): Ditto.
1648 (enable_command): Ditto.
1649 (check_fast_tracepoint_sals): New function.
1650 (break_command_really): Call it.
1651 (ftrace_command): New function.
1652 (_initialize_breakpoint): Add ftrace command.
1653 * gdbarch.sh (fast_tracepoint_valid_at): New.
1654 * gdbarch.h, gdbarch.c: Regenerate.
1655 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
1656 (i386_gdbarch_init): Use it.
1657 * remote.c (struct remote_state): New field fast_tracepoints.
1658 (PACKET_FastTracepoints): New packet config type.
1659 (remote_fast_tracepoint_feature): New function.
1660 (remote_protocol_features): Add FastTracepoints.
1661 (remote_supports_fast_tracepoints): New function.
1662 (_initialize_remote): Add FastTracepoints.
1663 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
1664 * NEWS: Mention fast tracepoints.
1665
737a160e
JB
16662010-01-06 Joel Brobecker <brobecker@adacore.com>
1667
1668 * gdb-gdb.py: New file.
1669
ce6cca6d
MS
16702010-01-05 Michael Snyder <msnyder@vmware.com>
1671
1672 * infrun.c (handle_inferior_event): Fix typo in comment.
1673
0d15807d
JK
16742010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1675
1676 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
1677
7803799a
UW
16782010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
1679
1680 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
1681 and s390x-linux64.
1682 (s390-linux32-expedite): Define.
1683 (s390-linux64-expedite): Define.
1684 (s390x-linux64-expedite): Define.
1685 * features/s390-acr.xml: New file.
1686 * features/s390-fpr.xml: New file.
1687 * features/s390-core32.xml: New file.
1688 * features/s390-core64.xml: New file.
1689 * features/s390x-core64.xml: New file.
1690 * features/s390-linux32.xml: New file.
1691 * features/s390-linux64.xml: New file.
1692 * features/s390x-linux64.xml: New file.
1693 * features/s390-linux32.c: New generated file.
1694 * features/s390-linux64.c: New generated file.
1695 * features/s390x-linux64.c: New generated file.
1696
1697 * regformats/s390-linux32.dat: New generated file.
1698 * regformats/s390-linux64.dat: New generated file.
1699 * regformats/s390x-linux64.dat: New generated file.
1700 * regformats/reg-s390.dat: Remove.
1701 * regformats/reg-s390x.dat: Remove.
1702
1703 * s390-nat.c: Include "auxv.h" and <elf.h>.
1704 (HWCAP_S390_HIGH_GPRS): Define if undefined.
1705 (s390_target_wordsize): New function.
1706 (s390_auxv_parse): Likewise.
1707 (s390_get_hwcap): Likewise.
1708 (s390_read_description): Likewise.
1709 (_initialize_s390_nat): Install s390_auxv_parse and
1710 s390_read_description.
1711
1712 * s390-tdep.c: Include "features/s390-linux32.c",
1713 "features/s390-linux64.c", and "features/s390x-linux64.c".
1714 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
1715 (s390_register_call_saved): New function.
1716 (s390_register_name): Remove.
1717 (s390_register_type): Remove.
1718 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
1719 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
1720 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
1721 (s390_pseudo_register_name): New function.
1722 (s390_pseudo_register_type): New function.
1723 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
1724 Handle full GPR pesudos and varying pseudo register numbers.
1725 (s390_pseudo_register_write): Likewise
1726 (s390x_pseudo_register_read): Remove.
1727 (s390x_pseudo_register_write): Likewise.
1728 (s390_register_group): Remove.
1729 (s390_pseudo_register_group): New function.
1730 (s390_regmap_gregset): Add GPR upper halves.
1731 (s390x_regmap_gregset): Likewise.
1732 (s390_regmap_fpregset): Likewise.
1733 (s390_regmap_upper): New global variable.
1734 (s390_upper_regset): New global variable.
1735 (s390_upper_regset_sections): New global variable.
1736 (s390_regset_from_core_section): Handle GPR upper halves.
1737 (s390_core_read_description): New function.
1738 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
1739 register information. Handle varying pseudo register numbers.
1740 (s390_backchain_frame_unwind_cache): Likewise.
1741 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
1742 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
1743 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
1744 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
1745 Handle varying pseudo register numbers.
1746 (s390_unwind_pc): Handle varying pseudo register numbers.
1747 (s390_dwarf2_prev_register): New function.
1748 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
1749 register information. Handle varying pseudo register numbers.
1750 Install s390_dwarf2_prev_register to unwind full GPRs.
1751 (s390_gdbarch_init): Handle target descriptions. Assign varying
1752 pseudo register numbers. Install s390_adjust_frame_regnum.
1753 (_initialize_s390_tdep): Initialize target descriptions.
1754
1755 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
1756 (S390_NUM_REGS): Redefine to include upper half registers.
1757 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
1758 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
1759 (tdesc_s390_linux32): Add declaration.
1760 (tdesc_s390_linux64): Likewise.
1761 (tdesc_s390x_linux64): Likewise.
1762
1b1818e4
UW
17632010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
1764
1765 * regset.h (struct core_regset_section): Add HUMAN_NAME.
1766 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
1767 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
1768 (ppc_linux_vmx_regset_sections): Likewise.
1769 (ppc_linux_fp_regset_sections): Likewise.
1770
1771 * corelow.c (get_core_register_section): Constify arguments.
1772 (get_core_registers): Use gdbarch_core_regset_sections instead
1773 of hard-coded platform-specific register section names.
1774
dcbf108f
UW
17752010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
1776
1777 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
b3f41522 1778 a register, assume the least-significant part is used.
dcbf108f
UW
1779 (write_pieced_value): Likewise.
1780
704e9165
UW
17812010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
1782
1783 * printcmd.c: Include "arch-utils.h".
1784 (do_one_display): Re-parse expression if current architecture changed.
1785
c54eabfa
JK
17862010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1787 Joel Brobecker <brobecker@adacore.com>
1788
1789 * gdbtypes.c (check_typedef): New comment on type length.
1790 * value.c (allocate_value_lazy): Remove the unused atype variable. New
1791 comment on type length.
1792 (value_primitive_field): Keep the original TYPE value, new comment.
1793
50cb2941
JK
17942010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1795
1796 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
1797 p_start. Change != comparisons to > and < comparisons.
1798
be66db07
JK
17992010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1800
1801 * cli/cli-script.c (process_next_line): Check P2 overrun.
1802
abd775ce
JB
18032009-01-01 Joel Brobecker <brobecker@adacore.com>
1804
1805 Update the copyright hearder to add year 2010 for most GDB files.
1806
6479260d
JB
18072009-01-01 Joel Brobecker <brobecker@adacore.com>
1808
1809 Fix build failure in inf-ptrace.c.
1810 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
1811
4a70f654
JB
18122010-01-01 Joel Brobecker <brobecker@adacore.com>
1813
1814 * top.c (print_gdb_version): Update copyright year.
1815
b9ee2233
JB
18162010-01-01 Joel Brobecker <brobecker@adacore.com>
1817
1818 Fix break *FUN'address thread NUM.
1819 * ada-lex.l (task): Expand rule to also match the thread keyword.
1820
70575d34
JB
18212010-01-01 Joel Brobecker <brobecker@adacore.com>
1822
1823 Fix break *FUN'address task NUM.
1824 * ada-lex.l (task): New rule.
1825 * ada-lang.c (valid_task_id): Make sure the Ada task list has
1826 been built before using it.
1827
e1e4d4a4 1828For older changes see ChangeLog-2009.
c906108c
SS
1829\f
1830Local Variables:
1831mode: change-log
1832left-margin: 8
1833fill-column: 74
1834version-control: never
57da7796 1835coding: utf-8
c906108c 1836End:
This page took 1.213216 seconds and 4 git commands to generate.