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