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