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