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