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