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