* xcoffread.c (xcoff_sym_fns): Update.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
b11896a5
TT
12011-03-07 Tom Tromey <tromey@redhat.com>
2
3 * xcoffread.c (xcoff_sym_fns): Update.
4 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
5 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
6 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
7 (symbol_file_add_with_addrs_or_offsets): Likewise.
8 (reread_symbols): Handle OBJF_PSYMTABS_READ.
9 * somread.c (som_sym_fns): Update.
10 * psymtab.h (require_partial_symbols): Declare.
11 * psymtab.c (require_partial_symbols): New function.
12 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
13 (ALL_OBJFILE_PSYMTABS): Undef.
14 (ALL_PSYMTABS): Move from psympriv.h.
15 (lookup_partial_symtab, find_pc_sect_psymtab)
16 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
17 (find_last_source_symtab_from_partial)
18 (forget_cached_source_info_partial)
19 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
20 (expand_partial_symbol_tables, read_psymtabs_with_filename)
21 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
22 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
23 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
24 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
25 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
26 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
27 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
28 psymtabs.
29 * mipsread.c (ecoff_sym_fns): Update.
30 * machoread.c (macho_sym_fns): Update.
31 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
32 (read_psyms): New function.
33 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
34 (elf_sym_fns_lazy_psyms): New global.
35 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
36 dwarf2_build_psymtabs.
37 * dbxread.c (aout_sym_fns): Update.
38 * coffread.c (coff_sym_fns): Update.
39
fda326dd
TT
402011-03-07 Tom Tromey <tromey@redhat.com>
41
42 * infrun.c (print_exited_reason): Include inferior id and pid in
43 message.
44
aeaec162
TT
452011-03-07 Tom Tromey <tromey@redhat.com>
46
47 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
48 parameter.
49 (target_has_execution_1): Update.
50 (target_has_execution_current): Declare.
51 (target_has_execution): Call target_has_execution_current.
52 (default_child_has_execution): Update.
53 * target.c (default_child_has_execution): Add 'the_ptid'
54 parameter.
55 (target_has_execution_1): Likewise.
56 (target_has_execution_current): New function.
57 (add_target): Update.
58 (init_dummy_target): Update.
59 * remote-m32r-sdi.c (m32r_has_execution): New function.
60 (init_m32r_ops): Use it.
61 * record.c (record_core_has_execution): Now static. Add
62 'the_ptid' parameter.
63 * inferior.c (have_live_inferiors): Don't save current thread.
64 Use target_has_execution_1.
65
08e14083
YQ
662011-03-07 Yao Qi <yao@codesourcery.com>
67
68 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
69
c05d19c5
JB
702011-03-07 Joel Brobecker <brobecker@adacore.com>
71
72 * elfread.c (elf_symtab_read): Minor reformatting.
73
3e6ef9e4
JB
742011-03-07 Joel Brobecker <brobecker@adacore.com>
75
76 * objc-lang.c (selectors_info): Minor reformatting.
77
dbb8534f
JB
782011-03-07 Joel Brobecker <brobecker@adacore.com>
79
80 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
81
dd70cc93
JB
822011-03-07 Joel Brobecker <brobecker@adacore.com>
83 Michael Snyder <msnyder@vmware.com>
84
85 * ada-valprint.c (ada_val_print_array): Move the declaration of
86 "byte_order" and "elttype" inside the block where these variables
87 are actually used. Remove some special handling for the case
88 where "elttype" and "eltlen" are null. Replace by a comment
89 and a couple of assertion checks.
90
b27cf2b3
MS
912011-03-05 Michael Snyder <msnyder@vmware.com>
92
93 * source.c (add_path): Replace semicolon at end of block.
94 * dwarf2expr.c (execute_stack_op): Ditto.
95
5387a0c6
MF
962011-03-05 Mike Frysinger <vapier@gentoo.org>
97
98 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
99 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
100 (bfin-*-*): Likewise.
101
e3aa49af
MS
1022011-03-05 Michael Snyder <msnyder@vmware.com>
103
82ae4854
MS
104 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
105 * mdebugread.c (parse_symbol): Ditto.
106 * parse.c (parse_exp_in_context): Ditto.
107 * source.c (add_path): Ditto.
108 * utils.c (gnu_debuglink_crc32): Ditto.
109 * varobj.c (variable_language): Ditto.
110
e3aa49af
MS
111 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
112
154f592e
MS
1132011-03-04 Michael Snyder <msnyder@vmware.com>
114
da3ecdc6
MS
115 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
116
9cc89665
MS
117 * symfile.c (simple_overlay_update): Check for null return value
118 from lookup_minimal_symbol.
119
cfdee94a
MS
120 * gdbserver/server.c (queue_stop_reply): Call xmalloc not malloc.
121
154f592e
MS
122 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
123
63ffa6ee
TJB
1242011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
125
126 * eval.c (parse_and_eval_address_1): Remove function.
127 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
128 instead of parse_and_eval_address_1.
129 * value.h (parse_and_eval_address_1): Remove prototype.
130
a17d146e
MS
1312011-03-04 Michael Snyder <msnyder@vmware.com>
132
133 * remote.c (putpkt_binary): Document that case stmt falls through.
134
1a6a67de
TJB
1352011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
136
137 * breakpointc (print_it_typical): Move NULL check from here...
138 (print_bp_stop_message): ... to here.
139
488919c4
MS
1402011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
141
142 * breakpoint.c (enable_command): Use break instead of continue,
143 and fill in a missing break.
144 (disable_command): Ditto.
145
1e182ce8
UW
1462011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
147
148 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
149 (terminal_save_ours): Remove misleading comment.
150 (inflow_inferior_data_cleanup): Free ttystate.
151 (inflow_inferior_exit): Likewise.
152 (copy_terminal_info): Copy ttystate.
153
154 * serial.c (serial_copy_tty_state): New function.
155 * serial.h (serial_copy_tty_state): Add prototype.
156 (struct serial_ops): Add copy_tty_state callback.
157 * ser-base.c (ser_base_copy_tty_state): New function.
158 * ser-base.h (ser_base_copy_tty_state): Add prototype.
159 * ser-go32.c (dos_copy_tty_state): New function.
160 (dos_ops): Install copy_tty_state callback.
161 * ser-mingw.c (_initialize_ser_windows): Likewise.
162 * ser-pipe.c (_initialize_ser_pipe): Likewise.
163 * ser-unix.c (hardwire_copy_tty_state): New function.
164 (_initialize_ser_hardwire): Install it.
165
b2c5f112
MS
1662011-03-04 Michael Snyder <msnyder@vmware.com>
167
2abae994
MS
168 * breakpoint.c (create_breakpoint): Add missing break statement.
169
7f5936f9
MS
170 Reverting this patch:
171 * infcall.c (call_function_by_hand): Add break statements for lint.
172
b2c5f112
MS
173 Reverting this patch:
174 * cli/cli-script.c (script_from_file): Add break for lint.
175
42b1321c
MS
1762011-03-04 Michael Snyder <msnyder@vmware.com>
177
178 * solib.c (reload_shared_libraries_1): Close memory leak.
179
3e2a0cee
TT
1802011-03-03 Tom Tromey <tromey@redhat.com>
181
182 PR gdb/12538:
183 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
184 DW_STRING is NULL.
185
58397cb7
MS
1862011-03-03 Michael Snyder <msnyder@vmware.com>
187
2e3fd767
MS
188 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
189 fields of struct 'st' to zero.
190
58397cb7
MS
191 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
192 sal.pspace before calling set_current_source_symtab_and_line.
193
ced54c8f
YQ
1942011-03-03 Yao Qi <yao@codesourcery.com>
195
196 * Makefile.in (configure-common): Remove. Let Makefile
197 in dir common to rebuild itself.
198 (common/Makefile): Likewise.
199
3351ea09
JB
2002011-03-03 Joel Brobecker <brobecker@adacore.com>
201
202 * utils.c (parse_escape): Add i18n markup in error message.
203
bf9f652a
YQ
2042011-03-03 Yao Qi <yao@codesourcery.com>
205
206 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
207 ARM_PC_REGNUM.
208 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
209 (displaced_write_reg, displaced_read_reg): Likewise.
210 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
211 (cleanup_block_load_pc, copy_block_xfer): Likewise.
212 (cleanup_branch): Replace magic number 14 and 15 with
213 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
214
d42de051
MS
2152011-03-02 Michael Snyder <msnyder@vmware.com>
216
240f9570
MS
217 * maint.c (maintenance_do_deprecate): No need to check for NULL.
218
10dd8b54
MS
219 * cli/cli-script.c (script_from_file): Add break for lint.
220
b98bd911
MS
221 * mdebugread.c (parse_partial_symbols): Fix indent.
222
c3e8aadd
MS
223 * gdbserver/linux-arm-low.c (arm_arch_setup): Replace malloc
224 with xmalloc.
225
3494b66d
MS
226 * target-descriptions.c (tdesc_gdb_type): No need to call
227 xstrdup, callee saves a copy.
228
daac021a
MS
229 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
230
c38d16a7
MS
231 * infcall.c (call_function_by_hand): Add break statements for lint.
232
905b671b
MS
233 * utils.c (parse_escape): Escape the escape char.
234
2d565757
MS
235 * python/py-inferior.c (build_inferior_list): Error out if
236 PyList_Append fails.
237 (gdbpy_inferiors): Error out if build_inferior_list fails.
238
8c6a60d1
MS
239 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
240 a function call.
241
d42de051
MS
242 * record.c (record_restore): Move printf to before error return.
243
4db71c0b
YQ
2442011-03-02 Yao Qi <yao@codesourcery.com>
245
246 * arm-tdep.h (struct displaced_step_closure): Add two new fields
247 is_thumb and insn_size.
248 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
249 on both ARM and Thumb mode.
250 (arm_process_displaced_insn): Set is_thumb and insn_size.
251 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
252 (arm_displaced_step_fixup): Likewise.
253
a9dc8dcc
MS
2542011-03-01 Michael Snyder <msnyder@vmware.com>
255
53624a93
MS
256 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
257
77766669
MS
258 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
259
62d5b8da
MS
260 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
261
5e9e105f
MS
262 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
263
dc19db01
MS
264 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
265 with xmalloc.
266
5ce64950
MS
267 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
268 which shadows function parameter.
269
a0aa2878
MS
270 * tracepoint.c (create_tsv_from_upload): Superfluous call
271 to xstrdup. Callee already calls xstrdup.
272
e325fb69
MS
273 * linespec.c (decode_line_1): Remove unnecessary null check.
274
21cbba77
MS
275 * tracepoint.c (scope_info): Fix mem leak, remove underused
276 variable.
277
63360adc
MS
278 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
279 superfluous null check.
280
18ea20ac 281 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
23ce9890 282 (value_of_builtin_frame_fp_reg): Ditto.
18ea20ac 283
d014929c
MS
284 * event-top.c (display_gdb_prompt): Remove superfluous null check.
285
6e9130cf
MS
286 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
287 be null.
288
5f01dbc0
MS
289 * linespec.c (decode_line_1): Check for null before dereference.
290
d684ab85
MS
291 * reverse.c (record_restore): Move null-check to before pointer
292 dereference.
293
bfffb7e3
MS
294 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
295
a9dc8dcc
MS
296 * objc-lang.c (selectors_info): Add explanitory comment.
297 (classes_info): Ditto.
298
478fd957
UW
2992011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
300
301 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
302 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
303 versions of the trampoline. Handle Thumb vs. ARM addresses.
304 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
305 (arm_linux_init_abi): Install it.
306 * arm-tdep.c (arm_psr_thumb_bit): Make global.
307 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
308
0480cefa
MS
3092011-02-28 Michael Snyder <msnyder@vmware.com>
310
ac50ab3b
MS
311 * ui-out.c (ui_out_field_core_addr): Make local char buffer
312 a little bigger, to avoid possibility of an overflow.
313
f63fbe86
MS
314 * breakpoint.c (breakpoint_adjustment_warning): Make local char
315 buffers a little bigger, to avoid possibility of an overflow.
316
9e91a352
MS
317 * coffread.c (coff_getfilename): Add check to avoid overflow.
318
28288541
MS
319 * objc-lang.c (selectors_info): Add a small safety margin to
320 avoid overflow.
321 (classes_info): Error out on too long REGEXP.
322
098ab512
MS
323 * infrun.c (handle_inferior_event): Remove unused function call.
324
bcbd1de9
MS
325 * fork-child.c (fork_inferior): Remove ifdef'd code and
326 unused variable.
327
2e456570
MS
328 * linux-thread-db.c (attach_thread): Discard unused value.
329
14571dad
MS
330 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
331
a9cbf802
MS
332 * remote.c (remote_get_noisy_reply): Discard unused value.
333 (remote_vcont_resume): Ditto.
334 (remote_stop_ns): Ditto.
335
5715d26e
MS
336 * linespec.c (decode_objc): Delete unused variable.
337
4a9bca80
MS
338 * tui/tui-regs.c (tui_register_format): Delete unused variable.
339
f47fb265
MS
340 * dwarf2read.c (add_partial_symbol): Discard unused values.
341 (read_base_type): Delete unused variable.
342
e81cff30
MS
343 * dbxread.c (read_dbx_symtab): Discard unused value.
344
262acaeb
MS
345 * eval.c (evaluate_subexp_standard): Delete unused variable,
346 and discard unused values.
347
df983543
MS
348 * infcmd.c (_initialize_infcmd): Discard unused values.
349
89acf84d
MS
350 * stabsread.c (rs6000_builtin_type): Missing break statement.
351
ab8b8aca
MS
352 * dbxread.c (process_one_symbol): Discard unused value.
353
6b4511ab
MS
354 * coffread.c (coff_end_symtab): Delete unused variable.
355
e8e80198
MS
356 * dwarf2read.c (dw2_get_file_names): Discard unused value.
357 (dwarf2_add_typedef): Delete unused variable.
358 (read_namespace): Ditto.
359 (dwarf_decode_macros): Ditto.
360
976aa66e
MS
361 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
362
5b92b49f
MS
363 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
364
91e8df85
MS
365 * p-valprint.c (pascal_val_print): Discard unused value.
366
899500d6
MS
367 * utils.c (nquery): Call va_end before return;
368 (yquery): Ditto.
369 (query): Ditto.
370
0480cefa
MS
371 * proc-service.c (ps_plog): Call va_end before return.
372
fb6a3ed3
TT
3732011-02-28 Tom Tromey <tromey@redhat.com>
374
375 * python/python.c (gdbpy_value_cst): New global.
376 (_initialize_python): Initialize it.
377 * python/python-internal.h (gdbpy_value_cst): Declare.
378 * python/py-value.c (convert_value_from_python): Use
379 gdbpy_value_cst.
380
c05202a1
MS
3812011-02-28 Michael Snyder <msnyder@vmware.com>
382
e463f587
MS
383 * python/py-cmd.c (cmdpy_init): Fix memory leak.
384
c38eea1a
MS
385 * breakpoint.c (catch_syscall_completer): Free malloced list.
386
3ef09ab5
MS
387 * jv-lang.c (java_primitive_type_from_name): Add missing break.
388
8f9a01ee
MS
389 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
390 (lval_func_check_synthetic_pointer): Ditto.
391 (lval_func_free_closure): Fix use-after-free.
c05202a1 392
477d0d57
TT
3932011-02-28 Tom Tromey <tromey@redhat.com>
394
395 * psymtab.c (expand_partial_symbol_tables): Use
396 ALL_OBJFILE_PSYMTABS.
397
20937029
JK
3982011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
399
400 * objc-lang.c (selectors_info): Error on too long REGEXP.
401
907b7f4f
MS
4022011-02-28 Michael Snyder <msnyder@vmware.com>
403
92e96192
MS
404 * python/py-param.c (set_parameter_value): Add missing
405 break statement.
406
907b7f4f
MS
407 * linux-record.c (record_linux_system_call): Add missing
408 break statement.
409
12c5a436
UW
4102011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
411
412 * breakpoint.c (print_one_breakpoint_location): Remove unused
413 argument PRINT_ADDRESS_BITS. Update callers.
414 (print_one_breakpoint): Likewise.
415
170b53b2
UW
4162011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
417
418 * breakpoint.c (wrap_indent_at_field): New function.
419 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
420 Allocate ui_stream locally instead of using STB argument.
421 (print_one_breakpoint_location): Update call.
422 * ui-out.c (ui_out_query_field): New function.
423 * ui-out.h (ui_out_query_field): Add prototype.
424
8ab1f94d
JB
4252011-02-28 Joel Brobecker <brobecker@adacore.com>
426
427 From Michael Snyder <msnyder@vmware.com>
428 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
429
7d488639
MS
4302011-02-27 Michael Snyder <msnyder@vmware.com>
431
ae179fba
MS
432 * objc-lang.c (selectors_info): Prevent string overrun.
433
086dbf66
MS
434 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
435 error in strncpy.
436
9c1e305a
MS
437 * symtab.c (rbreak_command): Move variable 'file_name' to
438 outer scope.
439
7d488639
MS
440 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
441 param with a local variable of the same name.
442
3bd0f5ef
MS
4432011-02-27 Michael Snyder <msnyder@vmware.com>
444
445 * value.c (value_from_history_ref): New function.
446 * value.h (value_from_history_ref): Export.
447 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
448 to parse value history references.
449 * cli/cli-utils.h (get_number_trailer): Update comment.
450
4512011-02-27 Michael Snyder <msnyder@vmware.com>
452
453 * inferior.c (detach_inferior_command): Use get_number_or_range.
454 (kill_inferior_command): Ditto.
455 (remove_inferior_command): Ditto.
456 (initialize_inferiors): Make command names plural.
457 Update help strings.
458
766062f6
MS
4592011-02-27 Michael Snyder <msnyder@vmware.com>
460
461 * darwin-nat-info.c: Fix comment typo.
462 * dwarf2expr.h: Ditto.
463 * fbsd-nat.c: Ditto.
464 * fbsd-nat.h: Ditto.
465 * frame-unwind.h: Ditto.
466 * frame.h: Ditto.
467 * hppa-hpux-tdep.c: Ditto.
468 * i386-linux-nat.c: Ditto.
469 * linux-nat.c: Ditto.
470 * nbsd-nat.c: Ditto.
471 * nbsd-nat.h: Ditto.
472 * ppc-linux-tdep.c: Ditto.
473 * serial.c: Ditto.
474 * ui-file.h: Ditto.
475 * tui/tui-winsource.c: Ditto.
476
f2c4ead5
MS
4772011-02-26 Michael Snyder <msnyder@vmware.com>
478
86b887df
MS
479 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
480
66fd3b1e
MS
481 * maint.c (maintenance_do_deprecate): Plug a memory leak.
482
8c814cdd
MS
483 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
484 with a local variable of the same name.
485
6d5e094a 486 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
e5b3d7d6 487 param with a local variable of the same name.
6d5e094a 488 (i387_supply_xsave): Ditto.
e5b3d7d6 489
5eee517d
MS
490 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
491 that it does not shadow a function parameter.
492
8fbf6b93
MS
493 * i386-nat.c (i386_length_and_rw_bits): Document that case
494 statement is meant to fall through.
495
cb969d61
MS
496 * expprint.c (dump_subexp_body_standard): Document that case
497 statement is meant to fall through.
498
f2c4ead5
MS
499 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
500 dead if statement. Condition can't be false.
501
b021a221
MS
5022011-02-25 Michael Snyder <msnyder@vmware.com>
503
504 * arm-tdep.c: Fix typos in comments.
505 * bsd-uthread.c: Ditto.
506 * completer.c: Ditto.
507 * corelow.c: Ditto.
508 * cp-namespace.c: Ditto.
509 * cp-support.c: Ditto.
510 * cris-tdep.c: Ditto.
511 * dbxread.c: Ditto.
512 * dwarf2read.c: Ditto.
513 * frame.h: Ditto.
514 * gdbtypes.h: Ditto.
515 * inferior.h: Ditto.
516 * mdebugread.c: Ditto.
517 * mips-tdep.c: Ditto.
518 * ppc-linux-nat.c: Ditto.
519 * ppc-linux-tdep.c: Ditto.
520 * printcmd.c: Ditto.
521 * sol-thread.c: Ditto.
522 * solib-frv.c: Ditto.
523 * solist.h: Ditto.
524 * sparc64-tdep.c: Ditto.
525 * spu-tdep.c: Ditto.
526 * stabsread.c: Ditto.
527 * symfile.c: Ditto.
528 * valops.c: Ditto.
529 * varobj.c: Ditto.
530 * vax-nat.c: Ditto.
531 * python/py-block.c: Ditto.
532 * python/py-symbol.c: Ditto.
533 * python/py-symtab.c: Ditto.
534 * python/py-value.c: Ditto.
535 * tui/tui-win.c: Ditto.
536
c82c0b55
MS
5372011-02-25 Michael Snyder <msnyder@vmware.com>
538
539 * inferior.c (print_inferior): Accept a string instead of an int
540 for requested_inferiors, and use get_number_or_range to parse it.
541 (info_inferiors_command): Pass args string to print_inferior.
542 (initialize_inferiors): Change help string for info inferiors.
543 * inferior.h (print_inferior): Export prototype change.
544
ee00cd23
TT
5452011-02-25 Tom Tromey <tromey@redhat.com>
546
547 * common/ax.def (invalid2): Set to 0x31.
548
0502ed8c
JK
5492011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
550
551 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
552 L and plongest.
553 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
554 use L and plongest.
555 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
556
2c9de912
MS
5572011-02-24 Michael Snyder <msnyder@vmware.com>
558
559 * Makefile.in (clean): Make clean should remove generated files
560 observer.h and observer.inc.
561
a04b0428
JB
5622011-02-24 Joel Brobecker <brobecker@adacore.com>
563
564 Revert the following patch (not approved yet):
565 2011-02-21 Hui Zhu <teawater@gmail.com>
566 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
567 * ax-gdb.c (gen_printf_expr_callback): New function.
568 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
569 * ax-general.c (ax_memcpy): New function.
570 (ax_print): Handle "printf".
571 (ax_reqs): Ditto.
572 * ax.h (ax_memcpy): Forward declare.
573 * common/ax.def (invalid2): Removed.
574 (printf): New entry.
575 * printcmd.c (printcmd.h): New include.
576 (string_printf): New function.
577 (ui_printf): Removed.
578 (printf_command): Remove static. Call string_printf.
579 (eval_command): Call string_printf.
580 * printcmd.h: New file.
581 * tracepoint.c (validate_actionline,
582 encode_actions_1): handle printf_command.
583
2b52013f
TT
5842011-02-23 Tom Tromey <tromey@redhat.com>
585
586 * ax-general.c (ax_pick): Add missing newline.
587
e5a67952
MS
5882011-02-23 Michael Snyder <msnyder@vmware.com>
589
590 * breakpoint.c (breakpoint_1): Change first argument from an int
591 to a char pointer, so that the function now accepts a list of
592 breakpoints rather than just one. Use new function
593 'number_is_in_list' to implement.
594 (breakpoints_info): Pass char * instead of int to breakpoint_1.
595 (watchpoints_info): Ditto.
596 (tracepoints_info): Ditto.
597 (maintenance_info_breakpoints): Ditto.
598 (_initialize_breakpoint): Update help strings to reflect the fact
599 that these functions can now take more than one argument.
600 * cli/cli-utils.c (number_is_in_list): New function.
601 * cli/cli-utils.h (number_is_in_list): Export.
602
6032011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
604
605 * memattr.c (mem_enable_command): Use get_number_or_range.
606 (mem_disable_command): Ditto.
607 (mem_delete_command): Ditto.
608 (_initialize_mem): Tweak usage message to reflect multiple
609 arguments.
610
6e6fbe60
DE
6112011-02-22 Doug Evans <dje@google.com>
612
613 Add gdb.lookup_global_symbol python function.
614 * NEWS: Add entry.
615 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
616 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
617 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
618
79b97fa8
TT
6192011-02-22 Tom Tromey <tromey@redhat.com>
620
621 * language.c (language_class_name_from_physname): Rename
622 'curr_language' argument to 'lang'; use in body.
623
298f437a
MS
6242011-02-22 Michael Snyder <msnyder@vmware.com>
625
626 * cli/cli-utils.c (number_is_in_list): Check for zero return.
627
b7ea3126
PA
6282011-02-22 Pedro Alves <pedro@codesourcery.com>
629
630 * frame-unwind.h: Fix comment to mention the this frame, not the
631 next.
632
58ee6d60
TT
6332011-02-22 Tom Tromey <tromey@redhat.com>
634
635 * symfile.c (auto_solib_limit): Remove.
636 * symfile.h (auto_solib_limit): Remove.
637
36238dbc
JB
6382011-02-22 Joel Brobecker <brobecker@adacore.com>
639
640 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
641
aea5b279
MS
6422011-02-21 Michael Snyder <msnyder@vmware.com>
643
644 * gdbthread.h (print_thread_info): Change prototype.
645 * thread.c (print_thread_info): Accept char* instead of int for
646 requested_threads argument. Use new function number_is_in_list
647 to determine which threads to list.
648 (info_threads_command): Pass char* to print_thread_info.
649 * cli/cli-utils.c (number_is_in_list): New function.
650 * cli/cli-utils.h (number_is_in_list): Export.
651 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
652 print_thread_info.
653 (print_one_inferior): Ditto.
654 (mi_cmd_list_thread_groups): Ditto.
655
8caa75ee
JK
6562011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
657
658 * common/Makefile.in (CFLAGS): New.
659 (COMPILE): Add $(CFLAGS).
660
ea666128
TT
6612011-02-21 Tom Tromey <tromey@redhat.com>
662
663 * breakpoint.c (catch_syscall_command_1): Fix typo.
664
e9cafbcc
TT
6652011-02-21 Tom Tromey <tromey@redhat.com>
666
667 * reverse.c: Include cli-utils.h.
668 * printcmd.c: Include cli-utils.h.
669 (string_printf): Use skip_spaces.
670 * cli/cli-utils.h: New file.
671 * cli/cli-utils.c: New file.
672 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
673 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
674 * breakpoint.h (get_number, get_number_or_range): Move to
675 cli-utils.h.
676 * breakpoint.c: Include cli-utils.h.
677 (get_number_trailer, get_number, get_number_or_range)
678 (ep_skip_leading_whitespace): Move to cli-utils.c.
679 (create_breakpoint_sal, find_condition_and_thread)
680 (decode_static_tracepoint_spec, watch_command_1)
681 (watch_maybe_just_location, ep_parse_optional_if_clause)
682 (catch_fork_command_1, catch_exec_command_1)
683 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
684 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
685 (SUBDIR_CLI_SRCS): Add cli-utils.c.
686 (HFILES_NO_SRCDIR): Add cli-utils.h.
687 (cli-utils.o): New target.
688
f67fd822
PM
6892011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
690
691 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
692 before calling discard_all_inferiors.
693
c9def01d
UW
6942011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
695
696 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
697 (struct builtin_opencl_type): Remove.
698 (builtin_opencl_type): Change return type to "struct type **".
699 (lookup_opencl_vector_type): Update caller.
700 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
701 (build_opencl_types): Install plain array of "struct type *"
702 instead of "struct builtin_opencl_type".
703
e3039479
UW
7042011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
705 Ulrich Weigand <uweigand@de.ibm.com>
706
707 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
708 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
709 (struct arm_linux_hwbp_cap): New type.
710 (arm_linux_get_hwbp_cap): New function.
711 (arm_linux_get_hw_breakpoint_count): Likewise.
712 (arm_linux_get_hw_watchpoint_count): Likewise.
713 (arm_linux_can_use_hw_breakpoint): Likewise.
714 (arm_hwbp_type): New type.
715 (arm_hwbp_control_t): Likewise.
716 (struct arm_linux_hw_breakpoint): Likewise.
717 (struct arm_linux_thread_points): Likewise.
718 (arm_threads): New global variable.
719 (arm_linux_find_breakpoints_by_tid): New function.
720 (arm_hwbp_control_initialize): Likewise.
721 (arm_hwbp_control_is_enabled): Likewise.
722 (arm_hwbp_control_disable): Likewise.
723 (arm_linux_hw_breakpoint_initialize): Likewise.
724 (arm_linux_get_hwbp_type): Likewise.
725 (arm_linux_hw_watchpoint_initialize): Likewise.
726 (arm_linux_hw_breakpoint_equal): Likewise.
727 (arm_linux_insert_hw_breakpoint1): Likewise.
728 (arm_linux_remove_hw_breakpoint1): Likewise.
729 (arm_linux_insert_hw_breakpoint): Likewise.
730 (arm_linux_remove_hw_breakpoint): Likewise.
731 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
732 (arm_linux_insert_watchpoint): Likewise.
733 (arm_linux_remove_watchpoint): Likewise.
734 (arm_linux_stopped_data_address): Likewise.
735 (arm_linux_stopped_by_watchpoint): Likewise.
736 (arm_linux_watchpoint_addr_within_range): Likewise.
737 (arm_linux_new_thread): Likewise.
738 (arm_linux_thread_exit): Likewise.
739 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
740 related target callbacks. Register arm_linux_new_thread and
741 arm_linux_thread_exit.
742 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
743 * arm-tdep.c (arm_pc_is_thumb): Make global.
744 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
745
b5db5dfc
UW
7462011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
747
748 * breakpoint.c (update_watchpoint): Do not attempt to recreate
749 per-frame locations while within a function epilogue.
750
e25b2cfa
PM
7512011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
752
753 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
754 to GNU coding standards.
755
4af53f97
PM
7562011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
757
758 Allow use of mingw native on Windows 95 OS.
e25b2cfa 759 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
4af53f97
PM
760 (ser_windows_close): Only call CancelIo if function exists.
761 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
762 to check for existence of CancelIo function in kernel32 DLL.
763
d0e92d82
HZ
7642011-02-21 Hui Zhu <teawater@gmail.com>
765
766 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
767 * ax-gdb.c (gen_printf_expr_callback): New function.
768 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
769 * ax-general.c (ax_memcpy): New function.
770 (ax_print): Handle "printf".
771 (ax_reqs): Ditto.
772 * ax.h (ax_memcpy): Forward declare.
773 * common/ax.def (invalid2): Removed.
774 (printf): New entry.
775 * printcmd.c (printcmd.h): New include.
776 (string_printf): New function.
777 (ui_printf): Removed.
778 (printf_command): Remove static. Call string_printf.
779 (eval_command): Call string_printf.
780 * printcmd.h: New file.
781 * tracepoint.c (validate_actionline,
782 encode_actions_1): handle printf_command.
783
7d357efd
MS
7842011-02-19 Michael Snyder <msnyder@vmware.com>
785
786 * reverse.c (delete_one_bookmark): Argument is now bookmark
787 id rather than pointer to bookmark struct.
788 (delete_bookmark_command): Use get_number_or_range.
789 (goto_bookmark_command): Parse with get_number instead of strtoul.
790 (bookmark_1): New function. Print info for one bookmark.
791 (bookmarks_info): Use get_number_or_range and bookmark_1.
792
7a45ebd7
MS
7932011-02-18 Michael Snyder <msnyder@vmware.com>
794
795 * thread.c (info_threads_command): Re-implement using
796 get_number_or_range.
65ebfb52 797 (thread_apply_command): Ditto.
7a45ebd7 798
94d5e490
TT
7992011-02-18 Tom Tromey <tromey@redhat.com>
800
801 * common/ax.def: New file.
802 * ax.h (enum agent_op): Use ax.def.
803 * ax-general.c (aop_map): Use ax.def.
804
c7f96d2b
TT
8052011-02-18 Tom Tromey <tromey@redhat.com>
806
807 * ax-general.c (aop_map): Add pick and rot.
808 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
809 <DW_OP_rot>: Implement.
810 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
811 (ax_pick): Declare.
812 * ax-general.c (ax_pick): New function.
813
66694b75
TT
8142011-02-18 Tom Tromey <tromey@redhat.com>
815
816 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
817
eeaafae2
JK
8182011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
819 Tom Tromey <tromey@redhat.com>
820
821 * cp-support.c (make_symbol_overload_list_namespace): Do not call
822 make_symbol_overload_list_block with NULL BLOCK.
823 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
824
3c3fe74c
PA
8252011-02-18 Pedro Alves <pedro@codesourcery.com>
826
827 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
828 * breakpoint.h (get_number_or_range): Declare.
829 * printcmd.c (ALL_DISPLAYS): Declare.
830 (delete_display): Reimplement taking a display pointer.
831 (undisplay_command): Accept a range of displays to delete, using
832 get_number_or_range.
833
13163d80
PM
8342011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
835
836 * c-valprint.c (c_val_print): Add embedded_offset to address
837 for arrays of unspecified length.
838 * p-valprint.c (pascal_val_print): Likewise.
839
b434a28f
YQ
8402011-02-18 Yao Qi <yao@codesourcery.com>
841
842 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
843 (arm_process_displaced_insn): .. here. Remove parameter INSN.
844 (thumb_process_displaced_insn): New.
845 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
846 call to arm_process_displaced_insn.
847 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
848
9f6f94ff
TT
8492011-02-17 Tom Tromey <tromey@redhat.com>
850
851 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
852 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
853 compile_dwarf_to_ax. No longer static. Call
854 dwarf2_compile_cfa_to_ax.
855 (locexpr_tracepoint_var_ref): Update.
856 (loclist_tracepoint_var_ref): Update.
857 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
858 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
859 argument; add 'gdbarch' and 'pc'.
860 (dwarf2_compile_cfa_to_ax): New function.
861 (dwarf2_frame_cache): Update.
862
e67ad678
JB
8632011-02-17 Joel Brobecker <brobecker@adacore.com>
864
865 * ada-lang.c (ada_type_of_array): Fix the size of the array
866 in the case of an unconstrained packed array.
867
946ebb0d
YQ
8682011-02-17 Yao Qi <yao@codesourcery.com>
869
870 * common/Makefile.in: Add more targets for make.
871
1ba1b353
TT
8722011-02-16 Tom Tromey <tromey@redhat.com>
873
874 * dwarf2loc.c (unimplemented): Fix typo.
875
b1bfef65
TT
8762011-02-16 Tom Tromey <tromey@redhat.com>
877
878 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
879 (compile_dwarf_to_ax) <default>: Use unimplemented.
880 <DW_OP_deref>: Update.
881 (disassemble_dwarf_expression): Update.
882 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
883 (decode_locdesc): Update.
884 * dwarf2expr.h (dwarf_stack_op_name): Update.
885
5f1e6f19
TT
8862011-02-16 Tom Tromey <tromey@redhat.com>
887
888 * ax.h (struct aop_map) <name>: Now const.
889
a0c78a73
PA
8902011-02-16 Tom Tromey <tromey@redhat.com>
891
892 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
893 than axs_rvalue.
894
946ebb0d 8952011-02-16 Yao Qi <yao@codesourcery.com>
a42244db
YQ
896
897 * infrun.c (get_displaced_step_closure_by_addr): New.
898 * inferior.h: Declare it.
899 * arm-tdep.c: (arm_pc_is_thumb): Call
900 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
901 returns non-NULL.
902
08807d5a
PA
9032011-02-16 Pedro Alves <pedro@codesourcery.com>
904 Jan Kratochvil <jan.kratochvil@redhat.com>
905
906 gdb/
907 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
908
29976f3f
PA
9092011-02-16 Pedro Alves <pedro@codesourcery.com>
910 Jan Kratochvil <jan.kratochvil@redhat.com>
911
912 * value.c (value_contents_copy_raw): Extend describing comment.
913 Assert that the destination contents we're overwriting are wholly
914 available.
fb68ae73 915 (value_contents_copy): Extend describing comment.
29976f3f 916
cd24cfaa
PA
9172011-02-16 Pedro Alves <pedro@codesourcery.com>
918 Jan Kratochvil <jan.kratochvil@redhat.com>
919
920 * value.c (value_available_contents_eq): Remove redundant local
921 variables. Fix available contents comparision.
922 * value.h (value_available_contents_eq): Extend describing
923 comment.
924
60bbf338
YQ
9252011-02-16 Yao Qi <yao@codesourcery.com>
926
927 * thread.c (info_threads_command): Add missing i18n markup and remove
928 trailing newline.
929
17450429
PP
9302011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
931
932 * breakpoint.c (longjmp_names): New variable.
933 (struct breakpoint_objfile_data): New type.
934 (breakpoint_objfile_key): New variable.
935 (msym_not_found): New variable.
936 (msym_not_found_p): New predicate.
937 (get_breakpoint_objfile_data): New function.
938 (create_overlay_event_breakpoint): Check per-objfile cache for
939 symbols first.
940 (create_longjmp_master_breakpoint): Likewise.
941 (create_std_terminate_master_breakpoint): Likewise.
942 (create_exception_master_breakpoint): Likewise.
943 (_initialize_breakpoint): Register per-objfile data key.
944
af02033e
PP
9452011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
946
947 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
948 parameter value.
949 (create_longjmp_master_breakpoint): Loop over longjmp names.
950 (create_std_terminate_master_breakpoint): Const-propagate parameter
951 value.
952 (update_breakpoints_after_exec): Adjust.
953 (breakpoint_re_set): Adjust.
954
60f98dde
MS
9552011-02-15 Michael Snyder <msnyder@vmware.com>
956
cdf99611
MS
957 * thread.c (info_threads_command): Process arg as thread id,
958 or list of thread ids.
959 (thread_find_command): New command.
960 (_initialize_thread): Document argument for info threads.
961 Document 'thread find' command.
962 * NEWS: Document new command "thread find".
60f98dde 963
0feedb2c
JK
9642011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
965
966 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
967 * aclocal.m4: Regenerated with aclocal-1.11.1.
968 * common/configure: Regenerate with autoconf-2.64.
969
648cd113
KW
9702011-02-15 Ken Werner <ken.werner@de.ibm.com>
971
972 * opencl-lang.c (build_opencl_types): Set the size of the built-in
973 bool data type to a size of one byte.
974
5657161f
PA
9752011-02-15 Pedro Alves <pedro@codesourcery.com>
976 Jan Kratochvil <jan.kratochvil@redhat.com>
977
978 * target.c (memory_xfer_live_readonly_partial): Document where to
979 look for interface description.
980
494e194e
YQ
9812011-02-15 Yao Qi <yao@codesourcery.com>
982
983 PR tdep/12352
984 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
985 order to store PC value on stack instead of text section.
986
d9492458
TJB
9872011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
988
989 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
990 the EFP register set size.
991 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
992 data from the VMX register.
993 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
994 and write data from/to the VMX register.
995
cdf99611
MS
9962011-02-14 Michael Snyder <msnyder@vmware.com>
997
998 * command.h (enum command_class): New class 'no_set_class', for
999 "show" commands without a corresponding "set" command.
1000 * value.c (_initialize_values): Use 'no_set_class' for "show values".
1001 * copying.c (_initialize_copying): Ditto for "show copying" and
1002 "show warranty".
1003 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
1004 "show version".
1005 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
1006 which there is no corresponding "set" command (eg. "show copying").
1007
424447ee
PA
10082011-02-14 Pedro Alves <pedro@codesourcery.com>
1009 Jan Kratochvil <jan.kratochvil@redhat.com>
1010
1011 * exec.c (section_table_available_memory): Change `len' parameter
1012 type to ULONGEST.
1013 * exec.h (section_table_available_memory): Ditto.
1014 * value.h (read_value_memory): Rename the `offset' parameter to
1015 `embedded_offset'.
1016
c0f61f9c 10172011-02-14 Pedro Alves <pedro@codesourcery.com>
e0ccc0c7 1018 Jan Kratochvil <jan.kratochvil@redhat.com>
c0f61f9c
PA
1019
1020 * memrange.c (compare_mem_ranges): Mention sort order in
1021 describing comment.
1022 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
1023 * tracepoint.c (traceframe_available_memory): Extend comment to
1024 mention what happens to RESULT when the target does not support
1025 the query.
1026
6bfc80c7
PA
10272011-02-14 Pedro Alves <pedro@codesourcery.com>
1028 Jan Kratochvil <jan.kratochvil@redhat.com>
1029
1030 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
1031 range.
1032
e7303042
PA
10332011-02-14 Pedro Alves <pedro@codesourcery.com>
1034
1035 * value.c (value_bits_valid, value_bits_synthetic_pointer):
1036 No longer handle NULL values.
1037
8af8e3bc
PA
10382011-02-14 Pedro Alves <pedro@codesourcery.com>
1039
1040 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
1041 * value.c: Include "exceptions.h".
1042 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
1043 generic error.
1044 * cp-abi.c: Include gdb_assert.h.
1045 (baseclass_offset): Add `embedded_offset' and `val' parameters.
1046 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
1047 errors.
1048 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
1049 parameters. No longer returns -1 on error.
1050 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
1051 `val' parameters.
1052 * cp-valprint.c: Include exceptions.h.
1053 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
1054 the baseclass_offset. Handle unavailable base classes. Use
1055 val_print_invalid_address.
1056 * p-valprint.c: Include exceptions.h.
1057 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
1058 when fetching the baseclass_offset. No longer expect
1059 baseclass_offset returning -1. Handle unavailable base classes.
1060 Use val_print_invalid_address.
1061 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
1062 `valaddr' parameter, and change its type to gdb_byte pointer. Add
1063 `embedded_offset' and `val' parameters. Adjust.
1064 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
1065 parameter, and change its type to gdb_byte pointer. Add
1066 `embedded_offset' and `val' parameters. Adjust. No longer expect
1067 baseclass_offset returning -1.
1068 (value_dynamic_cast): Use value_contents_for_printing rather than
1069 value_contents. Adjust.
1070 (search_struct_field): No longer expect baseclass_offset returning
1071 -1.
1072 (search_struct_method): If reading memory from the target is
1073 necessary, wrap it in a new value to pass to baseclass_offset. No
1074 longer expect baseclass_offset returning -1.
1075 (find_method_list): No longer expect baseclass_offset returning
1076 -1. Use value_contents_for_printing rather than value_contents.
1077 * valprint.c (val_print_invalid_address): New function.
1078 * valprint.h (val_print_invalid_address): Declare.
1079 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
1080 and `val' parameters. No longer expect baseclass_offset returning
1081 -1. Adjust.
1082 * gnu-v2-abi.c: Include "exceptions.h".
1083 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
1084 parameters. Handle unavailable memory. Recurse through
1085 gnuv2_baseclass_offset directly, rather than through
1086 baseclass_offset. No longer returns -1 on not found, instead
1087 throw an error.
1088 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
1089 `val' parameters. Adjust.
1090
1b28d0b3
PA
10912011-02-14 Pedro Alves <pedro@codesourcery.com>
1092
1093 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
1094 almost but not quite adjacent.
1095
ec0a52e1
PA
10962011-02-14 Pedro Alves <pedro@codesourcery.com>
1097
1098 * value.h (value_entirely_available): Declare.
1099 * value.c (value_entirely_available): New function.
1100 * c-valprint.c (c_value_print): Don't try fetching the pointer's
1101 real type if the pointer is unavailable.
1102
24e6bcee
PA
11032011-02-14 Pedro Alves <pedro@codesourcery.com>
1104
1105 * valops.c (value_repeat): Use read_value_memory instead of
1106 read_memory.
1107
39d37385
PA
11082011-02-14 Pedro Alves <pedro@codesourcery.com>
1109
1110 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
1111 * value.c (value_contents_copy_raw, value_contents_copy): New
1112 functions.
1113 (value_primitive_field): Use value_contents_copy_raw instead of
1114 memcpy.
1115 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
1116 memcpy.
1117 (value_array, value_slice): Ditto.
1118 * valarith.c (value_subscripted_rvalue): Use
1119 value_contents_copy_raw instead of memcpy.
1120
a3d34bf4
PA
11212011-02-14 Pedro Alves <pedro@codesourcery.com>
1122
1123 <unavailable> references.
1124
1125 * valops.c (get_value_at): Use value_from_contents_and_address,
1126 avoiding read_memory.
1127
9fc6d940
PA
11282011-02-14 Pedro Alves <pedro@codesourcery.com>
1129
1130 * c-valprint.c (c_val_print): Print a string with unavailable
1131 contents as an array.
1132
5467c6c8
PA
11332011-02-14 Pedro Alves <pedro@codesourcery.com>
1134
1135 * value.h (unpack_bits_as_long): Delete declaration.
1136 (unpack_value_bits_as_long): Declare.
1137 (unpack_value_field_as_long): Declare.
1138 (value_field_bitfield): Declare.
1139 * value.c (unpack_bits_as_long): Rename to...
1140 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
1141 value parameters. Return the extracted result in a new output
1142 parameter. If the value contents are unavailable, return false,
1143 otherwise return true.
1144 (unpack_value_bits_as_long): New.
1145 (unpack_field_as_long): Rename to...
1146 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
1147 Add embedded_offset and value parameters. Return the extracted
1148 result in a new output parameter. If the value contents are
1149 unavailable, return false, otherwise return true.
1150 (unpack_value_field_as_long): New.
1151 (unpack_field_as_long_1): New.
1152 (unpack_field_as_long): Reimplement as wrapper around
1153 unpack_value_field_as_long_1.
1154 (value_field_bitfield): New function.
1155 * valops.c (value_fetch_lazy): When fetching a bitfield, use
1156 unpack_value_bits_as_long. Mark the value as unavailable, if it
1157 is unavailable.
1158 * jv-valprint.c (java_print_value_fields): Use
1159 value_field_bitfield.
1160 * p-valprint.c (pascal_object_print_value_fields): Use
1161 value_field_bitfield.
1162 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
1163
3158c6ed
PA
11642011-02-14 Pedro Alves <pedro@codesourcery.com>
1165
1166 * value.c (get_internalvar_integer): Also return the int value of
1167 TYPE_CODE_INT INTERNALVAR_VALUE values.
1168 (set_internalvar): Don't special case TYPE_CODE_INT.
1169
9fbdca0d
PA
11702011-02-14 Pedro Alves <pedro@codesourcery.com>
1171
1172 * value.c (struct internalvar) <enum internalvar_kind>: Remove
1173 INTERNALVAR_POINTER.
1174 <pointer>: Delete.
1175 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
1176 (set_internalvar): Remove special TYPE_CODE_PTR handling.
1177 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
1178
c8c1c22f
PA
11792011-02-14 Pedro Alves <pedro@codesourcery.com>
1180
1181 * value.h (value_available_contents_eq): Declare.
1182 * value.c (find_first_range_overlap): New function.
1183 (value_available_contents_eq): New function.
1184 * valprint.c (val_print_array_elements): Use
1185 value_available_contents_eq.
1186 * ada-valprint.c (val_print_packed_array_elements): Use
1187 value_available_contents_eq.
1188 * jv-valprint.c (java_value_print): Use
1189 value_available_contents_eq.
1190
e6e4e701
PA
11912011-02-14 Pedro Alves <pedro@codesourcery.com>
1192
1193 * target.c (target_read_live_memory): New function.
1194 (memory_xfer_live_readonly_partial): New.
1195 (memory_xfer_partial): If reading from a traceframe, fallback to
1196 reading unavailable read-only memory from read-only regions of
1197 live target memory.
1198 * tracepoint.c (disconnect_tracing): Adjust.
1199 (set_current_traceframe): New, factored out from
1200 set_traceframe_number.
1201 (set_traceframe_number): Reimplement to only change the traceframe
1202 number on the GDB side.
1203 (do_restore_current_traceframe_cleanup): Adjust.
1204 (make_cleanup_restore_traceframe_number): New.
1205 (cur_traceframe_number): New global.
1206 (tfile_open): Set cur_traceframe_number to no traceframe.
1207 (set_tfile_traceframe): New function.
1208 (tfile_trace_find): If looking up a traceframe using any method
1209 other than by number, make sure the current tfile traceframe
1210 matches gdb's current traceframe. Update the current tfile
1211 traceframe if the lookup succeeded.
1212 (tfile_fetch_registers, tfile_xfer_partial)
1213 (tfile_get_trace_state_variable_value): Make sure the remote
1214 traceframe matches gdb's current traceframe.
1215 * remote.c (remote_traceframe_number): New global.
1216 (remote_open_1): Set it to -1.
1217 (set_remote_traceframe): New function.
1218 (remote_fetch_registers, remote_store_registers)
1219 (remote_xfer_memory, remote_xfer_partial)
1220 (remote_get_trace_state_variable_value): Make sure the remote
1221 traceframe matches gdb's current traceframe.
1222 (remote_trace_find): If looking up a traceframe using any method
1223 other than by number, make sure the current remote traceframe
1224 matches gdb's current traceframe. Update the current remote
1225 traceframe if the lookup succeeded.
1226 * infrun.c (fetch_inferior_event): Adjust.
1227 * tracepoint.h (set_current_traceframe): Declare.
1228 (get_traceframe_number, set_traceframe_number): Add describing
1229 comments.
1230
e6ca34fc
PA
12312011-02-14 Pedro Alves <pedro@codesourcery.com>
1232
1233 Mark pieces of values as unavailable if the corresponding memory
1234 is unavailable.
1235
1236 * valops.c: Include tracepoint.h.
1237 (value_fetch_lazy): Use read_value_memory.
1238 (read_value_memory): New.
1239 * value.h (read_value_memory): Declare.
1240 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
1241 * exec.c (section_table_available_memory): New function.
1242 * exec.h (section_table_available_memory): Declare.
1243
2a7498d8
PA
12442011-02-14 Pedro Alves <pedro@codesourcery.com>
1245
1246 * Makefile.in (SFILES): Add memrange.c.
1247 (HFILES_NO_SRCDIR): Add memrange.h.
1248 (COMMON_OBS): Add memrange.o.
1249 * memrange.c: New file.
1250 * memrange.h: New file.
1251 * tracepoint.c: Include memrange.h.
1252 (struct mem_range): Delete.
1253 (mem_range_s): Delete.
1254 (traceframe_available_memory): New function.
1255 * tracepoint.h (traceframe_available_memory): Declare.
1256
b3b9301e
PA
12572011-02-14 Pedro Alves <pedro@codesourcery.com>
1258
1259 * target.h (struct traceframe_info): Forward declare.
1260 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
1261 (struct target_ops) <to_traceframe_info>: New field.
1262 (target_traceframe_info): New.
1263 * target.c (update_current_target): Inherit and default
1264 to_traceframe_info.
1265 * remote.c (PACKET_qXfer_traceframe_info): New.
1266 (remote_protocol_features): Register qXfer:traceframe-info:read.
1267 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
1268 (remote_traceframe_info): New.
1269 (init_remote_ops): Install it.
1270 (_initialize_remote): Install "set/show remote traceframe-info"
1271 commands.
1272 * tracepoint.h (parse_traceframe_info): Declare.
1273 * tracepoint.c (struct mem_range): New.
1274 (mem_range_s): New typedef.
1275 (struct traceframe_info): New.
1276 (traceframe_info): New global.
1277 (free_traceframe_info): New function.
1278 (clear_traceframe_info): New function.
1279 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
1280 info.
1281 (build_traceframe_info): New function.
1282 (tfile_traceframe_info): New function.
1283 (init_tfile_ops): Install tfile_traceframe_info.
1284 (traceframe_info_start_memory, free_result): New functions.
1285 (memory_attributes, traceframe_info_elements): New globals.
1286 (parse_traceframe_info, get_traceframe_info): New functions.
1287 * features/traceframe-info.dtd: New file.
1288 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
1289
4e07d55f
PA
12902011-02-14 Pedro Alves <pedro@codesourcery.com>
1291
1292 Base support for <unavailable> value contents.
1293
4e07d55f
PA
1294 * value.h (value_bytes_available): Declare.
1295 (mark_value_bytes_unavailable): Declare.
1296 * value.c (struct range): New struct.
1297 (range_s): New typedef.
1298 (ranges_overlap): New function.
1299 (range_lessthan): New function.
1300 (ranges_contain_p): New function.
1301 (struct value) <unavailable>: New field.
1302 (value_bytes_available): New function.
1303 (mark_value_bytes_unavailable): New function.
1304 (require_not_optimized_out): Constify parameter.
1305 (require_available): New function.
1306 (value_contents_all, value_contents): Require all bytes be
1307 available.
1308 (value_free): Free `unavailable'.
1309 (value_copy): Copy `unavailable'.
1310 * valprint.h (val_print_unavailable): Declare.
1311 * valprint.c (valprint_check_validity): Rename `offset' parameter
1312 to `embedded_offset'. If printing a scalar, check whether the
1313 value chunk is available.
1314 (val_print_unavailable): New.
1315 (val_print_scalar_formatted): Check whether the value is
1316 available.
1317 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
1318 pretty-printing unavailable values.
1319
bc9a5551
JK
13202011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1321
1322 Fix const/volatile qualifiers of C++ types, PR c++/12328.
1323 * c-typeprint.c (c_type_print_args): Update the function comment. New
1324 variable param_type, initialize it. Remove const/volatile qualifiers
1325 for language_cplus and !show_artificial. Use param_type.
1326
93b55aa1
JK
13272011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1328
1329 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
1330 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
1331 * symtab.h (struct symtab) <next>: Comment extension.
1332
181d9476
YQ
13332011-02-12 Yao Qi <yao@codesourcery.com>
1334
1335 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
1336
b708a5c7
JK
13372011-02-11 Yao Qi <yao@codesourcery.com>
1338
1339 * common/Makefile.in: Add copyright header.
1340
c5187ac6
PA
13412011-02-11 Pedro Alves <pedro@codesourcery.com>
1342
1343 * infrun.c (proceed): Move switching out and in of tfind mode from
1344 here ...
1345 (fetch_inferior_event): ... to here.
1346
4f3e6fb7
YQ
13472011-02-11 Yao Qi <yao@codesourcery.com>
1348
1349 * Makefile.in: Remove signals.o from COMMON_OBS. Link
1350 libcommon.a.
1351 * configure.ac: Add common to sub dir.
1352 * configure: Regenerate.
1353
b708a5c7
JK
13542011-02-11 Yao Qi <yao@codesourcery.com>
1355
1356 Build libcommon.a.
1357
1358 * common/Makefile.in: New.
1359 * common/configure.ac: New.
1360 * common/aclocal.m4: New.
1361 * common/configure: Generate.
1362
2287cc7e
PA
13632011-02-10 Pedro Alves <pedro@codesourcery.com>
1364
1365 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
1366 side of the parenthesis.
1367
1368 Merge from GCC:
1369 2010-07-13 Jakub Jelinek <jakub@redhat.com>
fc013618 1370 * vec.h (VEC_block_remove): Fix comment.
2287cc7e 1371
fd62cb89
MS
13722011-02-08 Michael Snyder <msnyder@vmware.com>
1373
1374 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
1375
56d2815c
JK
13762011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1377
1378 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
1379 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
1380 psubd and paddd.
1381
4f7d61a8
JK
13822011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1383
1384 PR 12361.
1385 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
1386 phsubsw.
1387 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
1388 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
1389
54fcddd0
UW
13902011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1391
1392 * dwarf2read.c (read_subroutine_type): Set special calling
1393 convention flag for functions compiled by IBM XL C for OpenCL.
1394 * ppc-sysv-tdep.c: Include "dwarf2.h"
1395 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
1396 calling convention.
1397 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
1398 IBM OpenCL vector types calling convention.
1399 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
1400 (ppc_sysv_abi_broken_return_value): Likewise.
1401 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
1402 types calling convention.
1403 (ppc64_sysv_abi_return_value): Likewise.
1404 * spu-tdep.c: Include "dwarf2.h"
1405 (spu_return_value): Implement IBM OpenCL vector types calling
1406 convention.
1407
d6dafb7c
UW
14082011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1409
1410 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
1411 correct ABI for AltiVec vector arguments.
1412
32b72a42
PA
14132011-02-07 Pedro Alves <pedro@codesourcery.com>
1414
1415 * valprint.c (val_print): Extend comment.
1416 * ada-valprint.c (ada_valprint): Rewrite comment deferring
1417 interface explanation to val_print.
1418 (ada_val_print_array): Adjust comment to current interface.
1419 (print_field_values): Adjust comment to current interface.
1420 * c-valprint.c (c_val_print): Rewrite comment deferring interface
1421 explanation to val_print.
1422 * f-valprint.c (f_val_print): Ditto.
1423 * jv-valprint.c (java_val_print): Ditto.
1424 * m2-valprint.c (m2_val_print): Ditto.
1425 * p-valprint.c (pascal_val_print): Ditto.
1426
9998af43
TJB
14272011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
1428
1429 * breakpoint.c (parse_breakpoint_sals): Fix description.
1430
505500db 14312011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9998af43 1432 Oguz Kayral <oguzkayral@gmail.com>
505500db
SW
1433
1434 * python/py-inferior.c (python_on_normal_stop): New function.
1435 (python_on_resume): New function.
1436 (python_inferior_exit): New function.
1437 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
1438 inferior_exit observers.
1439 * python/py-evtregistry.c: New file.
1440 * python/py-threadevent.c : New file.
1441 * python/py-event.c: New file.
1442 * python/py-evts.c: New file.
1443 * python/py-continueevent.c: New file.
1444 * python/py-bpevent.c: New file.
1445 * python/py-signalevent.c: New file.
1446 * python/py-exetiedevent.c: New file.
1447 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
1448 Move struct breakpoint_object from here...
1449 * python/python-internal.h: ... to here.
1450 * python/py-event.h: New file.
1451 * python/py-events.h: New file.
1452 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
1453 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
1454 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
1455 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
1456 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
1457 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
1458 Add build rules for all the above.
1459
9e0ac564
TT
14602011-02-04 Tom Tromey <tromey@redhat.com>
1461
1462 * dwarf2read.c (dwarf2_section_empty_p): New function.
1463 (dwarf2_read_section): Use dwarf2_section_empty_p.
1464 (dwarf2_section_size): New function.
1465 (dwarf2_get_section_info): Unconditionally read section.
1466 (dwarf2_read_index): Use dwarf2_section_empty_p.
1467 (partial_read_comp_unit_head): Use dwarf2_section_size.
1468 (dwarf2_symbol_mark_computed): Likewise.
1469
eee5b35e
DD
14702011-02-04 David Daney <ddaney@caviumnetworks.com>
1471
1472 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
1473
385203ed
DD
14742011-02-04 David Daney <ddaney@caviumnetworks.com>
1475
1476 * mips-linux-tdep.c: Include xml-syscall.h.
1477 (mips_linux_get_syscall_number): New function.
1478 (mips_linux_init_abi): Add calls to
1479 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
1480 * data-directory/Makefile.in (SYSCALLS_FILES): Add
1481 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
1482 * syscalls/mips-n32-linux.xml: New file.
1483 * syscalls/mips-n64-linux.xml: New file.
1484 * syscalls/mips-o32-linux.xml: New file.
1485
9277c30c
UW
14862011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1487
1488 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
1489 Complain about inverted range entries.
1490 (dwarf2_record_block_ranges): Likewise.
1491
a3be7890
TJB
14922011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
1493
1494 Fix some typos.
1495 * breakpoint.c (update_watchpoint): Fix name of the
1496 update_global_location_list function.
1497 (print_one_breakpoint): Fix typo.
1498 (_initialize_breakpoint): Remove extra space in hbreak help
1499 string.
1500 * breakpoint.h (struct bp_location) <length>: Fix field
1501 description.
1502
041274d8
PA
15032011-02-04 Pedro Alves <pedro@codesourcery.com>
1504
1505 * regcache.c (registers_changed_ptid): Don't explictly always
1506 clear `current_regcache'. Only clear current_thread_ptid and
1507 current_thread_arch when PTID matches. Only reinit the frame
1508 cache if PTID matches the current inferior_ptid. Move alloca(0)
1509 call to ...
1510 (registers_changed): ... here.
1511
c1c2ab58
UW
15122011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
1513
1514 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
1515 starts with __stack_chk_guard as stack guard symbol.
1516
9011945e
AB
15172011-02-03 Andrew Burgess <aburgess@broadcom.com>
1518
1519 * disasm.c (compare_lines): Handle the end of sequence markers
1520 within the line table to better support disassembling over
1521 compilation unit boundaries.
1522
e0634ccf
UW
15232011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1524
1525 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
1526 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
1527 implementation even if no symbols are available.
1528 (thumb_analyze_prologue): Update call to skip_prologue_function.
1529 (arm_analyze_prologue): Likewise.
1530
0e9e9abd
UW
15312011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1532
1533 * arm-tdep.c: Include "observer.h".
1534 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
1535 (arm_exidx_data_key): New static variable.
1536 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
1537 (struct arm_exidx_data): Likewise.
1538 (arm_exidx_data_free): New function.
1539 (arm_compare_exidx_entries): Likewise.
1540 (arm_obj_section_from_vma): Likewise.
1541 (arm_exidx_new_objfile): Likewise.
1542 (arm_find_exidx_entry): Likewise.
1543 (arm_exidx_fill_cache): Likewise.
1544 (arm_exidx_unwind_sniffer): Likewise.
1545 (arm_exidx_unwind): New global variable.
1546 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
1547 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
1548 observer. Register arm_exidx_data_key as objfile data.
1549
2e9e421f
UW
15502011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1551
1552 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
1553 due to accessing uninitialized variable. Fix indentation.
1554
580688f3
PA
15552011-02-02 Pedro Alves <pedro@codesourcery.com>
1556
1557 * c-valprint.c (c_value_print): When doing virtual base pointer
1558 adjustment, create a new value with adjusted contents rather than
1559 changing the contents of the value being printed (and getting it
1560 wrong).
1561
3d2c1d41
PA
15622011-02-02 Pedro Alves <pedro@codesourcery.com>
1563
1564 * xml-support.c (xml_find_attribute): New.
1565 (xinclude_start_include): Use it.
1566 * xml-support.h (xml_find_attribute): Declare.
1567 * memory-map.c (memory_map_start_memory)
1568 (memory_map_start_property): Use xml_find_attribute.
1569 * osdata.c (osdata_start_osdata, osdata_start_column): Use
1570 xml_find_attribute.
1571 * remote.c (start_thread): Use xml_find_attribute.
1572 * solib-target.c (library_list_start_segment)
1573 (library_list_start_section, library_list_start_library)
1574 (library_list_start_list): Use xml_find_attribute.
1575 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
1576 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
1577 (tdesc_start_field): Use xml_find_attribute.
1578
0af3e2db
UW
15792011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
1580
1581 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
1582 (BUILD_OCL_VTYPES): Update.
1583
c1039e3c
JB
15842011-02-02 Joel Brobecker <brobecker@adacore.com>
1585
1586 * configure.ac: Work around non-GNU sed limitation when computing
1587 python version number.
1588 * configure: Regenerate.
1589
600ea1be
JK
15902011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1591
1592 Fix debug printing of TYPE_INSTANCE.
1593 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
1594 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
1595
56c12414
JK
15962011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1597
1598 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
1599 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
1600 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
1601 * ada-operator.inc: Rename the file to ...
1602 * ada-operator.def: ... here, wrap all the entries by macro OP.
1603 * expprint.c (op_name_standard): Remove all the entries. Include
1604 "std-operator.def" instead.
1605 * expression.h (enum exp_opcode): Include "std-operator.def" and
1606 "ada-operator.def". Move all the entries ...
1607 * std-operator.def: ... here, wrap all the entries by macro OP.
1608
c52b559d
PP
16092011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1610
1611 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
1612 * breakpoint.c (remove_jit_event_breakpoints): New function.
1613 * jit.c (jit_descriptor_addr): Delete.
1614 (registering_code): Delete.
1615 (clear_int): Delete.
1616 (jit_inferior_data): New variable.
1617 (struct jit_inferior_data): New type.
1618 (get_jit_inferior_data): New function.
1619 (jit_inferior_data_cleanup): New function.
1620 (jit_read_descriptor): Adjust.
1621 (jit_register_code): Adjust.
1622 (jit_breakpoint_re_set_internal): New function; move code here ...
1623 (jit_inferior_init): ... from here.
1624 (jit_breakpoint_re_set): Adjust.
1625 (jit_reset_inferior_data_and_breakpoints): New function.
1626 (jit_inferior_created_observer): Adjust.
1627 (jit_inferior_exit_hook): Adjust.
1628 (jit_executable_changed_observer): New function.
1629 (jit_event_handler): Adjust.
1630 (_initialize_jit): Adjust.
1631
e839132d
MS
16322011-01-31 Michael Snyder <msnyder@vmware.com>
1633
1634 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
1635 line.
1636
47a80e90
TT
16372011-01-31 Tom Tromey <tromey@redhat.com>
1638
1639 PR python/12216:
1640 * python/python.c (execute_gdb_command): Call
1641 prevent_dont_repeat.
1642 * top.c (suppress_dont_repeat): New global.
1643 (dont_repeat): Use it.
1644 (prevent_dont_repeat): New function.
1645 * command.h (prevent_dont_repeat): Declare.
1646
45a43567
TT
16472011-01-31 Tom Tromey <tromey@redhat.com>
1648
1649 * infcmd.c (finish_backward): Use breakpoint_set_silent.
1650 * python/py-breakpoint.c (bppy_set_silent): Use
1651 breakpoint_set_silent.
1652 (bppy_set_thread): Use breakpoint_set_thread.
1653 (bppy_set_task): Use breakpoint_set_task.
1654 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
1655 (breakpoint_set_task): Declare.
1656 (make_breakpoint_silent): Remove.
1657 * breakpoint.c (breakpoint_set_silent): New function.
1658 (breakpoint_set_thread): Likewise.
1659 (breakpoint_set_task): Likewise.
1660 (make_breakpoint_silent): Remove.
1661
09d682a4
TT
16622011-01-31 Tom Tromey <tromey@redhat.com>
1663
1664 * breakpoint.h (user_breakpoint_p): Declare.
1665 * breakpoint.c (user_breakpoint_p): New function.
1666 (breakpoint_1): Use it.
1667 (save_breakpoints): Likewise.
1668
9c4ea6c5
JB
16692011-01-31 Joel Brobecker <brobecker@adacore.com>
1670
1671 * configure.ac: Add handling of Python distribution on Windows.
1672 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
1673 sysconfig variables are not defined, then do not use them.
1674 On Windows, if LIBPL is not defined, then use prefix + '/libs'
1675 instead. On Windows, return all paths using forward-slashes
1676 rather than backslashes.
1677
ac534cba
JB
16782011-01-31 Joel Brobecker <brobecker@adacore.com>
1679
1680 * configure.ac: Remove fallback behavior for building
1681 against Python. Remove tweaking of Python include path.
1682 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
1683 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
1684 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
1685 Always restore CPPFLAGS and LIBS after linking test.
1686 * configure: Regenerated.
1687 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
1688 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
1689 * python/python-internal.h: Adjust includes of Python .h files.
1690
c2f0d045
JB
16912011-01-31 Joel Brobecker <brobecker@adacore.com>
1692
1693 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
1694 in error message.
1695
6b0c4c1f
JB
16962011-01-31 Joel Brobecker <brobecker@adacore.com>
1697
1698 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
1699 value test.
1700
672c9795
YQ
17012011-01-31 Yao Qi <yao@codesourcery.com>
1702
1703 * arm-linux-nat.c: Update calls to regcache_register_status
1704 instead of regcache_valid_p.
1705 * aix-thread.c: Likewise.
1706 * i386gnu-nat.c: Likewise.
1707
80b23b6a
JK
17082011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1709
1710 Fix crash.
1711 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
1712 touching TYPE_FIELD_ARTIFICIAL.
1713
4cd712bd
RE
17142011-01-28 Richard Earnshaw <rearnsha@arm.com>
1715
1716 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
1717 Committers.
1718
ffd5ec24
PA
17192011-01-28 Pedro Alves <pedro@codesourcery.com>
1720
1721 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
1722 selected, don't try iterating over the traceframe's blocks.
1723 (tfile_has_stack): If there's no traceframe selected, then there's
1724 no stack.
1725 (tfile_has_registers): If there's no traceframe selected, then
1726 there's no registers.
1727
e8c9e0a1
PA
17282011-01-28 Pedro Alves <pedro@codesourcery.com>
1729
1730 * target.c (memory_xfer_partial): No need to restore shadows if we
1731 haven't read anything.
1732
de15c4ab
PA
17332011-01-28 Pedro Alves <pedro@codesourcery.com>
1734
1735 * mips-tdep.c (mips_print_register): Use get_frame_register_value
1736 and val_print_scalar_formatted.
1737
9f41c731
PA
17382011-01-27 Pedro Alves <pedro@codesourcery.com>
1739
1740 * tracepoint.c (tfile_read): New.
1741 (tfile_open): Use it.
1742 (tfile_get_traceframe_address): Use it.
1743 (tfile_trace_find): Use it.
1744 (walk_blocks_callback_func): New typedef.
1745 (match_blocktype): New function.
1746 (traceframe_walk_blocks): New function.
1747 (traceframe_find_block_type): New function.
1748 (tfile_fetch_registers, tfile_xfer_partial)
1749 (tfile_get_trace_state_variable_value): Use
1750 traceframe_find_block_type and tfile_read.
1751
cdefc55d
KB
17522011-01-26 Kevin Buettner <kevinb@redhat.com>
1753
1754 * remote-mips.c: Add internationalization mark ups. Remove
1755 trailing \n from already marked up strings.
1756
a81766d8
TT
17572011-01-26 Tom Tromey <tromey@redhat.com>
1758
1759 * python/py-prettyprint.c (print_string_repr): Clear
1760 'addressprint' option when calling val_print_string.
1761 (print_children): Handle Val_pretty_default. Clear 'addressprint'
1762 option when calling val_print_string.
1763
74aedc46
TT
17642011-01-26 Tom Tromey <tromey@redhat.com>
1765
1766 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
1767 GDB_PY_LL_ARG.
1768 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
1769 macros.
1770 (gdb_py_longest, gdb_py_ulongest): New typedefs.
1771 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
1772 (gdb_py_long_as_ulongest): New defines.
1773 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
1774 (gdb_py_int_as_long): Declare.
1775 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
1776 GDB_PY_LL_ARG, gdb_py_object_from_longest.
1777 (valpy_long): Add comment.
1778 * python/py-utils.c (get_addr_from_python): Use
1779 gdb_py_long_as_ulongest. Handle overflow properly.
1780 (gdb_py_object_from_longest): New function.
1781 (gdb_py_object_from_ulongest): Likewise.
1782 (gdb_py_int_as_long): Likewise.
1783 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
1784 * python/py-symtab.c (salpy_get_pc): Use
1785 gdb_py_long_from_ulongest.
1786 (salpy_get_line): Use PyInt_FromLong.
1787 * python/py-param.c (set_parameter_value): Use
1788 gdb_py_int_as_long.
1789 * python/py-lazy-string.c (stpy_get_address): Use
1790 gdb_py_long_from_ulongest.
1791 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
1792 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
1793 * python/py-breakpoint.c (bppy_set_thread): Use
1794 gdb_py_int_as_long.
1795 (bppy_set_task): Likewise.
1796 (bppy_set_ignore_count): Likewise.
1797 (bppy_set_hit_count): Likewise.
1798 * python/py-block.c (blpy_get_start): Use
1799 gdb_py_object_from_ulongest.
1800 (blpy_get_end): Likewise.
1801 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
1802
e4f6d2ec
TJB
18032011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
1804
1805 PR/symtab 11766:
1806 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
1807 * gdb/solib.c (solib_read_symbols): Check for addr_low in
1808 equality test for objfile, initialize addr_low if needed.
1809
b30aa278
PA
18102011-01-25 Pedro Alves <pedro@codesourcery.com>
1811
1812 * tui/tui-regs.c (tui_register_format): Remove dead code.
1813
ab2188aa
PA
18142011-01-25 Pedro Alves <pedro@codesourcery.com>
1815
1816 * printcmd.c (print_formatted): Use val_print_scalar_formatted
1817 instead of print_scalar_formatted.
1818 (print_scalar_formatted): Don't handle 's' format strings here,
1819 and add an assertion that we never see such format here.
1820 * valprint.h (val_print_scalar_formatted): Declare.
1821 * valprint.c (val_print_scalar_formatted): New.
1822 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
1823 instead of print_scalar_formatted.
1824 * jv-valprint.c (java_val_print): Ditto.
1825 * p-valprint.c (pascal_val_print): Ditto.
1826 * ada-valprint.c (ada_val_print_1): Ditto.
1827 * f-valprint.c (f_val_print): Ditto.
1828 * infcmd.c (registers_info): Ditto.
1829 * m2-valprint.c (m2_val_print): Ditto.
1830
66d61a4c
PA
18312011-01-25 Pedro Alves <pedro@codesourcery.com>
1832
1833 * m2-valprint.c (print_unbounded_array): Pass
1834 value_contents_for_printing rather than value_contents, to
1835 m2_print_array_contents. Also pass in the value.
1836
831adc1f
JK
18372011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1838
1839 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
1840 (save_gdb_index_command): Switch to .gdb_index version 4.
1841
20622269
PA
18422011-01-25 Pedro Alves <pedro@codesourcery.com>
1843
1844 * mi/mi-main.c (get_register): Use get_frame_register_value rather
1845 than frame_register, and always pass a valid value to val_print.
1846
585fdaa1
PA
18472011-01-25 Pedro Alves <pedro@codesourcery.com>
1848
1849 Centralize printing "<optimized out>".
1850
1851 * valprint.h (val_print_optimized_out): Declare.
1852 * cp-valprint.c (cp_print_value_fields): Use
1853 val_print_optimized_out.
1854 * jv-valprint.c (java_print_value_fields): Ditto.
1855 * p-valprint.c (pascal_object_print_value_fields): Ditto.
1856 * printcmd.c (print_formatted): Ditto.
1857 * valprint.c (valprint_check_validity): Ditto.
1858 (value_check_printable): Ditto.
1859 (val_print_optimized_out): New.
1860
29ec5263
PA
18612011-01-25 Pedro Alves <pedro@codesourcery.com>
1862
1863 * infcmd.c (default_print_registers_info): Allocate values so to
1864 never pass a NULL value to val_print.
1865
de4127a3
PA
18662011-01-25 Pedro Alves <pedro@codesourcery.com>
1867
1868 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
1869 boolean. Make sure to always pass a value that matches the
1870 contents buffer to callees. Preserve `address' for following
1871 iterations.
1872 * value.c (value_contents_for_printing_const): New.
1873 (value_address): Constify value argument.
1874 * value.h (value_contents_for_printing_const): Declare.
1875 (value_address): Constify value argument.
1876
ee99023e
PA
18772011-01-25 Pedro Alves <pedro@codesourcery.com>
1878
1879 * regcache.c (struct regcache_descr): Rename
1880 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
1881 and sizeof_cooked_register_valid_p to
1882 sizeof_cooked_register_status.
1883 (init_regcache_descr): Adjust.
1884 (struct regcache): Rename register_valid_p field to
1885 register_status.
1886 (regcache_xmalloc_1, regcache_xfree, regcache_save)
1887 (do_cooked_read): Adjust.
1888 (regcache_valid_p): Rename to ...
1889 (regcache_register_status): ... this. Adjust.
1890 (regcache_invalidate): Adjust.
1891 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
1892 Adjust.
1893 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
1894 as unavailable, not valid.
1895 (regcache_dump): Adjust.
1896 * regcache.h (enum register_status): New.
1897 (regcache_register_status): Declare.
1898 (regcache_invalidate): Delete declaration.
1899 * corelow.c (get_core_registers): Adjust.
1900 * tracepoint.c (tfile_fetch_registers): Adjust.
1901 * trad-frame.c (REG_VALUE): Rename to ...
1902 (TF_REG_VALUE): ... this.
1903 (REG_UNKNOWN): Rename to ...
1904 (TF_REG_UNKNOWN): ... this.
1905 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
1906 * mi/mi-main.c (register_changed_p): Adjust.
1907
99e42fd8
PA
19082011-01-25 Pedro Alves <pedro@codesourcery.com>
1909
1910 * regcache.c (struct regcache_descr): Remove outdated comment.
1911 (init_regcache_descr): Remove sizeof_raw_register_valid_p
1912 overallocate hack.
1913 (regcache_xmalloc): Rename to ...
1914 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
1915 Allocate the regcache type accordingly.
1916 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
1917 (regcache_xfree): Asser the source is also readonly. Copy sizeof
1918 cooked registers, not raw.
1919 (regcache_dup_no_passthrough): Delete.
1920 (get_thread_arch_regcache): Use regcache_xmalloc_1.
1921 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
1922 mention obsolete write_register_bytes.
1923 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
1924
f7605bc2
PA
19252011-01-25 Pedro Alves <pedro@codesourcery.com>
1926
1927 Stop remote_read_bytes from handling partial reads itself.
1928
1929 * remote-fileio.c: Include target.h.
1930 (remote_fileio_write_bytes): Delete.
1931 (remote_fileio_func_open, remote_fileio_func_write)
1932 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
1933 target_read_memory.
1934 (remote_fileio_func_stat): Use target_read_memory and
1935 target_write_memory.
1936 (remote_fileio_func_gettimeofday): Use target_write_memory.
1937 (remote_fileio_func_system): Use target_read_memory.
1938 * remote.c (remote_write_bytes): Make it static.
1939 (remote_read_bytes): Don't handle partial reads here.
1940 * remote.h (remote_read_bytes): Delete declaration.
1941
efc0eabd
PA
19422011-01-25 Pedro Alves <pedro@codesourcery.com>
1943
1944 Simplify XML parsing a bit.
1945
1946 * xml-support.h (gdb_xml_parse_quick): Declare.
1947 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
1948 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
1949 parameter.
1950 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
1951 gdb_xml_create_parser_and_cleanup_1.
1952 (gdb_xml_parse_quick): New.
1953 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
1954 * osdata.c (osdata_parse): Ditto.
1955 * remote.c (remote_threads_info): Ditto.
1956 * solib-target.c (solib_target_parse_libraries): Ditto.
1957 * xml-syscall.c (syscall_parse_xml): Ditto.
1958 * xml-tdesc.c (tdesc_parse_xml): Ditto.
1959
314d366a
KB
19602011-01-24 Kevin Buettner <kevinb@redhat.com>
1961
1962 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
1963 with remote-mips.o added to gdb_target_obs.
1964 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
1965
a491d753
PA
19662011-01-24 Pedro Alves <pedro@codesourcery.com>
1967
1968 * ada-valprint.c (val_print_packed_array_elements): Pass the
1969 correct struct value to val_print.
1970 (ada_val_print_1): Ditto.
1971
490f124f
PA
19722011-01-24 Pedro Alves <pedro@codesourcery.com>
1973
1974 Don't lose embedded_offset in printing routines throughout.
1975
1976 * valprint.h (val_print_array_elements): Change prototype.
1977 * valprint.c (val_print_array_elements): Add `embedded_offset'
1978 parameter, and adjust to pass it down to val_print, while passing
1979 `valaddr' or `address' unmodified. Take embedded_offset into
1980 account when checking repetitions.
1981 * c-valprint.c (c_val_print): Pass embedded_offset to
1982 val_print_array_elements instead of adjusting `valaddr' and
1983 `address'.
1984 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
1985 embedded_offset to val_print_array_elements instead of adjusting
1986 `valaddr'.
1987 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
1988 * p-valprint.c (pascal_val_print): Pass embedded_offset to
1989 val_print_array_elements and pascal_object_print_value_fields
1990 instead of adjusting `valaddr'.
1991 (pascal_object_print_value_fields): Add `offset' parameter, and
1992 adjust to use it.
1993 (pascal_object_print_value): Add `offset' parameter, and adjust to
1994 use it.
1995 (pascal_object_print_static_field): Use
1996 value_contents_for_printing/value_embedded_offset, rather than
1997 value_contents.
1998 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
1999 parameter, and adjust to use it. Use
2000 value_contents_for_printing/value_embedded_offset, rather than
2001 value_contents.
2002 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
2003 (ada_val_print_array): Add `offset' parameter, and adjust to use
2004 it.
2005 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
2006 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
2007 Instead work with offsets. Use
2008 value_contents_for_printing/value_embedded_offset, rather than
2009 value_contents. Change `defer_val_int' local type to CORE_ADDR,
2010 and use value_from_pointer to extract a target pointer, rather
2011 than value_from_longest.
2012 (print_variant_part): Add `offset' parameter. Replace
2013 `outer_valaddr' parameter by a new `outer_offset' parameter.
2014 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
2015 (ada_value_print): Use
2016 value_contents_for_printing/value_embedded_offset, rather than
2017 value_contents.
2018 (print_record): Add `offset' parameter, and adjust to pass it
2019 down.
2020 (print_field_values): Add `offset' parameter. Replace
2021 `outer_valaddr' parameter by a new `outer_offset' parameter.
2022 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
2023 Use value_contents_for_printing/value_embedded_offset, rather than
2024 value_contents.
2025 * d-valprint.c (dynamic_array_type): Use
2026 value_contents_for_printing/value_embedded_offset, rather than
2027 value_contents.
2028 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
2029 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
2030 (java_print_value_fields): Take `offset' into account. Don't
2031 re-adjust `valaddr'. Instead pass down adjusted offsets.
2032 (java_val_print): Take `embedded_offset' into account. Pass it to
2033 java_print_value_fields.
2034 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
2035 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
2036 down adjusted offsets.
2037 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
2038 (f_val_print): Take `embedded_offset' into account.
2039
7bfc9434
JB
20402011-01-21 Joel Brobecker <brobecker@adacore.com>
2041
2042 * inflow.c: Include "gdbcmd.h".
2043 (interactive_mode): New static global, moved here from top.c.
2044 (show_interactive_mode): New function, moved here from top.c.
2045 use gdb_has_a_terminal instead of input_from_terminal_p to
2046 determine the current mode.
2047 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
2048 setting.
2049 (_initialize_inflow): Add the "set/show interactive-mode"
2050 commands. Moved here from top.c, after having adjusted slightly
2051 the help text.
2052 * top.c (interactive_mode, show_interactive_mode): Delete, moved
2053 to inflow.c.
2054 (input_from_terminal_p): Remove handling of "interactive-mode"
2055 setting, moved to infow.c.
2056 (init_main): Remove creation of the "set/show interactive-mode"
2057 commands, moved to inflow.c.
2058
44603653
JB
20592011-01-19 Joel Brobecker <brobecker@adacore.com>
2060
2061 * NEWS: Add entry for native ia64-hpux support.
2062
4694da01
TT
20632011-01-19 Tom Tromey <tromey@redhat.com>
2064
2065 PR mi/8618:
2066 * thread.c (free_thread): Free 'name'.
2067 (print_thread_info): Emit thread name. Change CLI output.
2068 (thread_name_command): New function.
2069 (do_captured_thread_select): Emit newline.
2070 (_initialize_thread): Register 'thread name' command.
2071 * target.h (struct target_ops) <to_thread_name>: New field.
2072 (target_thread_name): New macro.
2073 * target.c (update_current_target): Handle to_thread_name.
2074 * python/py-infthread.c (thpy_get_name): New function.
2075 (thpy_set_name): Likewise.
2076 (thread_object_getset): Add "name".
2077 * linux-nat.c (linux_nat_thread_name): New function.
2078 (linux_nat_add_target): Set to_thread_name.
2079 * gdbthread.h (struct thread_info) <name>: New field.
2080
10d44370
JB
20812011-01-18 Joel Brobecker <brobecker@adacore.com>
2082
2083 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
2084 (ada_val_print_1): Likewise.
2085
e3acb115
JB
20862011-01-18 Joel Brobecker <brobecker@adacore.com>
2087
2088 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
2089 upper limit address is not greater than the function end address
2090 when the upper limit could not be computed using the debugging
2091 info.
2092
dc92e161
TT
20932011-01-17 Tom Tromey <tromey@redhat.com>
2094
2095 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
2096 get_regcomp_error.
2097 * utils.c: Include gdb_regex.h.
2098 (do_regfree_cleanup): New function.
2099 (make_regfree_cleanup): Likewise.
2100 (get_regcomp_error): Likewise.
2101 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
2102
f55af66d
TT
21032011-01-17 Tom Tromey <tromey@redhat.com>
2104
2105 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
2106 re_compile_fastmap.
2107
a5a44b53
PM
21082011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
2109
2110 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
2111 for internal variables.
2112 (last_was_structop): New static variable.
2113 (COMPLETE): New token.
2114 (field_exp): New rule to group all '.' suffix handling.
2115 Add mark_struct_expression calls when approriate to be able
2116 to correctly find fields for completion.
2117 (yylex): Adapt to handle field completion and set INTVAR when
2118 required.
2119
2c291032
YQ
21202011-01-14 Yao Qi <yao@codesourcery.com>
2121
2122 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
2123 save_reggroup, restore_reggroup and all_reggroup.
2124
447b483c
JB
21252011-01-14 Joel Brobecker <brobecker@adacore.com>
2126
2127 * ada-valprint. (ada_printchar): Use the correct type length
2128 in call to ada_emit_char.
2129 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
2130
7b64a93b
PM
21312011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
2132
2133 * solib-som.h (hpux_major_release): Declare variable here.
2134 * solib-som.c: Remove <sys/utsname.h> header.
2135 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
2136 (hpux_major_release): Make global, change default value to
2137 DEFAULT_HPUX_MAJOR_RELEASE.
2138 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
2139 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
2140 Add "solib-som.h" header.
2141 (set_hpux_major_release): New function.
2142 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
2143
4e18c053
MF
21442011-01-14 Mike Frysinger <vapier@gentoo.org>
2145
2146 * configure.tgt (*-*-uclinux*): Match more Linux os targets
2147
a9df6b22
JB
21482011-01-14 Joel Brobecker <brobecker@adacore.com>
2149
2150 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
2151 new-line at end of warning message.
2152 (ia64_hpux_store_register): Remove trailing new-line at end of
2153 error message.
2154 * ia64-hpux-tdep.c: Rephrase comment.
2155 * solib-ia64-hpux.c (struct dld_info): Change type of field
2156 dld_flags from "long long" to ULONGEST.
2157
ecb956dd
PA
21582011-01-14 Pedro Alves <pedro@codesourcery.com>
2159
2160 * target.h (deprecated_child_ops): Delete declaration.
2161 * target.c (deprecated_child_ops): Delete definition.
2162
76adfcae
PA
21632011-01-14 Pedro Alves <pedro@codesourcery.com>
2164
2165 * Makefile.in (hpux-thread.o): Delete rule.
2166 * configure.ac: Don't check for HPUX DCE threads support.
2167 * configure, config.in: Regenerate.
2168 * hppa-hpux-nat.c (child_suppress_run): Delete.
2169 (hppa_hpux_child_can_run): Delete.
2170 (_initialize_hppa_hpux_nat): Don't override to_can_run.
2171 * hpux-thread.c: Delete.
2172
042e866e
JB
21732011-01-13 Joel Brobecker <brobecker@adacore.com>
2174
2175 * hpux-thread.c (hpux_pid_to_str): Delete.
2176
4ffa5a33
JB
21772011-01-13 Joel Brobecker <brobecker@adacore.com>
2178
2179 * ada-valprint.c (ada_emit_char): Remove strange code.
2180 Check that c is <= UCHAR_MAX before passing it to isascii.
2181 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
2182
de8fa76c
JB
21832011-01-13 Joel Brobecker <brobecker@adacore.com>
2184
2185 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
2186 to the case where instream is stdin.
2187
c4de7027
JB
21882011-01-13 Joel Brobecker <brobecker@adacore.com>
2189
2190 * ia64-tdep.h (struct regcache): Forward declare.
2191 (struct ia64_infcall_ops): New struct type.
2192 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
2193 and "infcall_ops".
2194 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
2195 Renames ia64_find_global_pointer.
2196 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
2197 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
2198 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
2199 methods.
2200 (ia64_infcall_ops): New static global constant.
2201 (ia64_gdbarch_init): Set tdep->infcall_ops.
2202 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
2203 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
2204 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
2205 (ia64_hpux_dummy_code): New static global constant.
2206 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
2207 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
2208 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
2209 New function.
2210 (ia64_hpux_infcall_ops): New static global constant.
2211 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
2212 for inferior function calls to work properly on ia64-hpux.
2213
77ca787b
JB
22142011-01-13 Joel Brobecker <brobecker@adacore.com>
2215
2216 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
2217 * ia64-tdep.h (struct frame_info): forward declaration.
2218 (struct gdbarch_tdep): Add field size_of_register_frame.
2219 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
2220 to determine the size of the register frame.
2221 (ia64_size_of_register_frame): New function.
2222 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
2223 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
2224 (IA64_HPUX_UREG_REASON): New macro.
2225 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
2226 New functions.
2227 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
2228 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
2229 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
2230 objects.
2231
92c9a463
JB
22322011-01-13 Joel Brobecker <brobecker@adacore.com>
2233
2234 Add support for ia64-hpux.
2235 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
2236 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
2237
2238 * configure.host: Add handling for ia64-hpux hosts. Add associated
2239 floatformats.
2240 * configure.tgt: Add handling for ia64-hpux targets.
2241 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
2242 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
2243 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
2244
f688d93f
JB
22452011-01-13 Joel Brobecker <brobecker@adacore.com>
2246
2247 [ttrace] Compute thread list immediately after attach.
2248 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
2249 New subprogram.
2250 (inf_ttrace_attach): Use it.
2251
1b89e62f
JB
22522011-01-13 Joel Brobecker <brobecker@adacore.com>
2253
2254 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
2255 if we could not determine the frame's function address. Instead,
2256 use the frame's PC, and then continue.
2257
3e5e6e2a
JB
22582011-01-13 Joel Brobecker <brobecker@adacore.com>
2259
2260 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
2261 not already defined.
2262
825d6d8a
JB
22632011-01-13 Joel Brobecker <brobecker@adacore.com>
2264
2265 * ia64-tdep.c (ia64_struct_type_p): New function.
2266 (ia64_extract_return_value): Handle integral values that are
2267 less than 8 bytes long.
2268 (ia64_push_dummy_call): Likewise.
2269
7458e667
JB
22702011-01-13 Joel Brobecker <brobecker@adacore.com>
2271
2272 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
2273 floatformat_ia64_ext.
2274 (floatformat_ia64_ext_big): New static const.
2275 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
2276
1b05df00
TT
22772011-01-12 Tom Tromey <tromey@redhat.com>
2278
2279 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
2280 messages.
2281 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
2282 (mi_cmd_thread_list_ids): Likewise.
2283 (mi_cmd_data_list_changed_registers): Likewise.
2284 (mi_cmd_data_list_register_values): Likewise.
2285 (mi_cmd_data_write_register_values): Likewise.
2286 (mi_cmd_data_evaluate_expression): Likewise.
2287 (mi_cmd_data_read_memory): Likewise.
2288 (mi_cmd_data_read_memory_bytes): Likewise.
2289 (mi_cmd_data_write_memory): Likewise.
2290 (mi_cmd_enable_timings): Likewise.
2291 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
2292 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
2293 (mi_cmd_var_delete): Likewise.
2294 (mi_cmd_var_set_format): Likewise.
2295 (mi_cmd_var_show_format): Likewise.
2296 (mi_cmd_var_info_num_children): Likewise.
2297 (mi_cmd_var_list_children): Likewise.
2298 (mi_cmd_var_info_type): Likewise.
2299 (mi_cmd_var_info_expression): Likewise.
2300 (mi_cmd_var_show_attributes): Likewise.
2301 (mi_cmd_var_assign): Likewise.
2302 (mi_cmd_var_update): Likewise.
2303 (mi_cmd_enable_pretty_printing): Likewise.
2304 (mi_cmd_var_set_update_range): Likewise.
2305 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
2306 messages.
2307 (mi_cmd_target_file_put): Likewise.
2308 (mi_cmd_target_file_delete): Likewise.
2309 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
2310 messages.
2311 (mi_cmd_stack_info_depth): Likewise.
2312 (mi_cmd_stack_list_locals): Likewise.
2313 (mi_cmd_stack_list_args): Likewise.
2314 (mi_cmd_stack_select_frame): Likewise.
2315 (mi_cmd_stack_select_frame): Likewise.
2316 (mi_cmd_stack_info_frame): Likewise.
2317 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
2318 messages.
2319 (mi_cmd_file_list_exec_source_files): Likewise.
2320 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
2321 (mi_cmd_env_cd): Likewise.
2322 (mi_cmd_env_path): Likewise.
2323 (mi_cmd_env_dir): Likewise.
2324 (mi_cmd_inferior_tty_show): Likewise.
2325 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
2326 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
2327 (mi_cmd_break_watch): Likewise.
2328
ad422571
TJB
23292011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2330
2331 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
2332 (ppc_linux_insert_hw_breakpoint): Likewise.
2333 (ppc_linux_remove_hw_breakpoint): Likewise.
2334 (ppc_linux_insert_watchpoint): Likewise.
2335
c2ff108b
JK
23362011-01-12 Andrew Burgess <aburgess@broadcom.com>
2337 Jan Kratochvil <jan.kratochvil@redhat.com>
2338
2339 PR fortran/11104 and DWARF unbound arrays detection.
2340 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
2341 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
2342 unspecified upper bound.
2343 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
2344 variables array_size_array, tmp_type and offset_item. New variable
2345 array. Remove call to f77_get_upperbound. New variables array_type
2346 and index. Call value_subscripted_rvalue for each dimenasion. Remove
2347 the final call to deprecated_set_value_type.
2348
41e8491f
JK
23492011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2350
2351 Make value allocations more lazy.
2352 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
2353 instead of allocate_value and set_value_lazy when possible.
2354 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
2355 instead of allocate_value and set_value_lazy.
2356 * findvar.c (value_of_register_lazy): Likewise.
2357 (read_var_value): Remove V preallocation, call just check_typedef in
2358 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
2359 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
2360 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
2361 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
2362 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
2363 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
2364 the end, remove set_value_lazy there.
2365 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
2366 instead of allocate_value and set_value_lazy when possible.
2367 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
2368 * value.c (allocate_computed_value): Use allocate_value_lazy instead
2369 of allocate_value and set_value_lazy.
2370 (value_from_contents_and_address): Use allocate_value_lazy instead of
2371 allocate_value and set_value_lazy when possible.
2372
b716877b
AB
23732011-01-12 Andrew Burgess <aburgess@broadcom.com>
2374
2375 * disasm.c (dump_insns): Support dumping opcodes for MI.
2376 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
2377 dumping of instruction opcodes.
2378
d5ae309f
JB
23792011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
2380
2381 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
2382 appropiately.
2383
98871305
TT
23842011-01-11 Tom Tromey <tromey@redhat.com>
2385
2386 * thread.c (do_captured_thread_select): Emit newline before
2387 printing frame.
2388
c378eb4e
MS
23892011-01-11 Michael Snyder <msnyder@vmware.com>
2390
2391 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
2392 * score-tdep.c: Ditto.
2393 * score-tdep.h: Ditto.
2394 * ser-base.c: Ditto.
2395 * ser-go32.c: Ditto.
2396 * serial.c: Ditto.
2397 * serial.h: Ditto.
2398 * ser-mingw.c: Ditto.
2399 * ser-pipe.c: Ditto.
2400 * ser-tcp.c: Ditto.
2401 * ser-unix.c: Ditto.
2402 * sh64-tdep.c: Ditto.
2403 * shnbsd-nat.c: Ditto.
2404 * sh-tdep.c: Ditto.
2405 * sh-tdep.h: Ditto.
2406 * solib.c: Ditto.
2407 * solib-darwin.c: Ditto.
2408 * solib-frv.c: Ditto.
2409 * solib.h: Ditto.
2410 * solib-irix.c: Ditto.
2411 * solib-osf.c: Ditto.
2412 * solib-pa64.c: Ditto.
2413 * solib-som.c: Ditto.
2414 * solib-spu.c: Ditto.
2415 * solib-sunos.c: Ditto.
2416 * solib-svr4.c: Ditto.
2417 * solist.h: Ditto.
2418 * sol-thread.c: Ditto.
2419 * somread.c: Ditto.
2420 * source.c: Ditto.
2421 * source.h: Ditto.
2422 * sparc64-linux-tdep.c: Ditto.
2423 * sparc64-tdep.c: Ditto.
2424 * sparc-linux-nat.c: Ditto.
2425 * sparc-linux-tdep.c: Ditto.
2426 * sparc-sol2-nat.c: Ditto.
2427 * sparc-sol2-tdep.c: Ditto.
2428 * sparc-tdep.c: Ditto.
2429 * sparc-tdep.h: Ditto.
2430 * spu-tdep.c: Ditto.
2431 * stabsread.c: Ditto.
2432 * stabsread.h: Ditto.
2433 * stack.c: Ditto.
2434 * symfile.c: Ditto.
2435 * symfile.h: Ditto.
2436 * symmisc.c: Ditto.
2437 * symtab.c: Ditto.
2438 * symtab.h: Ditto.
2439 * target.c: Ditto.
2440 * target-descriptions.c: Ditto.
2441 * target-descriptions.h: Ditto.
2442 * target.h: Ditto.
2443 * target-memory.c: Ditto.
2444 * terminal.h: Ditto.
2445 * thread.c: Ditto.
2446 * top.c: Ditto.
2447 * tracepoint.c: Ditto.
2448 * tracepoint.h: Ditto.
2449 * trad-frame.h: Ditto.
2450 * typeprint.c: Ditto.
2451
581e13c1
MS
24522011-01-11 Michael Snyder <msnyder@vmware.com>
2453
2454 * ui-file.c: Comment cleanup, mostly periods and spaces.
2455 * ui-file.h: Ditto.
2456 * ui-out.c: Ditto.
2457 * ui-out.h: Ditto.
2458 * utils.c: Ditto.
2459 * v850-tdep.c: Ditto.
2460 * valarith.c: Ditto.
2461 * valops.c: Ditto.
2462 * valprint.c: Ditto.
2463 * valprint.h: Ditto.
2464 * value.c: Ditto.
2465 * value.h: Ditto.
2466 * varobj.c: Ditto.
2467 * varobj.h: Ditto.
2468 * vax-tdep.c: Ditto.
2469 * vec.c: Ditto.
2470 * vec.h: Ditto.
2471 * version.h: Ditto.
2472 * windows-nat.c: Ditto.
2473 * windows-tdep.c: Ditto.
2474 * xcoffread.c: Ditto.
2475 * xcoffsolib.c: Ditto.
2476 * xml-support.c: Ditto.
2477 * xstormy16-tdep.c: Ditto.
2478 * xtensa-tdep.c: Ditto.
2479 * xtensa-tdep.h: Ditto.
2480
90e4670f
TJB
24812011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2482
2483 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
2484 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
2485
e09342b5
TJB
24862011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2487 Thiago Jung Bauermann <bauerman@br.ibm.com>
2488
2489 Implement support for PowerPC BookE ranged watchpoints.
2490 * breakpoint.h
2491 (struct breakpoint_ops) <resources_needed>: New method.
2492 Initialize to NULL in all existing breakpoint_ops instances.
2493 (struct breakpoint) <exact>: New field.
2494 (target_exact_watchpoints): Declare external global.
2495 * breakpoint.c (target_exact_watchpoints): New global flag.
2496 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
2497 b->enable_state to bp_enabled before calling
2498 hw_watchpoint_used_count.
2499 (hw_watchpoint_used_count): Iterate over all bp_locations in a
2500 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
2501 if available.
2502 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
2503 if the watchpoint is exact.
2504 (resources_needed_watchpoint): New function.
2505 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
2506 (watch_command_1): Set b->exact if the user asked for an exact
2507 watchpoint and one can be set.
2508 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
2509 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
2510 the user asks for an exact watchpoint and one can be set. Return
2511 number of needed debug registers to watch the expression.
2512 * gdbtypes.c (is_scalar_type): New function, based on
2513 valprint.c:scalar_type_p.
2514 (is_scalar_type_recursive): New function.
2515 * gdbtypes.h (is_scalar_type_recursive): Declare.
2516 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
2517 handle regions when ranged watchpoints are available.
2518 (create_watchpoint_request): New function.
2519 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
2520 create_watchpoint_request.
2521 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
2522 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
2523 `set powerpc' and `show powerpc' commands.
2524 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
2525 Mention documentation comment in the target macro.
2526 (target_region_ok_for_hw_watchpoint): Document return value.
2527
9fa40276
TJB
25282011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2529
2530 * breakpoint.c (update_watchpoint): Decide on using a software or
2531 hardware watchpoint after the bp_locations are created.
2532
77b06cd7
TJB
25332010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2534
2535 Convert hardware watchpoints to use breakpoint_ops.
2536 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
2537 <insert_location>: ... this. Return int instead of void.
2538 Accept pointer to struct bp_location instead of pointer to
2539 struct breakpoint. Adapt all implementations.
2540 (breakpoint_ops) <remove>: Rename to...
2541 <remove_location>: ... this. Accept pointer to struct bp_location
2542 instead of pointer to struct breakpoint. Adapt all implementations.
2543 * breakpoint.c (insert_catchpoint): Delete function.
2544 (insert_bp_location): Call the watchpoint or catchpoint's
2545 breakpoint_ops.insert method.
2546 (remove_breakpoint_1): Call the watchpoint or catchpoint's
2547 breakpoint_ops.remove method.
2548 (insert_watchpoint, remove_watchpoint): New functions.
2549 (watchpoint_breakpoint_ops): New structure.
2550 (watch_command_1): Initialize the OPS field.
2551 * inf-child.c (inf_child_insert_fork_catchpoint)
2552 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
2553 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
2554 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
2555 Delete functions.
2556 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
2557 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
2558 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
2559 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
2560 * target.c (update_current_target): Change default implementation of
2561 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
2562 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
2563 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
2564 to_set_syscall_catchpoint to return_one.
2565 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
2566 (debug_to_insert_exec_catchpoint): Report return value.
2567 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
2568 (to_insert_exec_catchpoint): Change declaration to return int instead
2569 of void.
2570
9b20d036
MS
25712011-01-11 Michael Snyder <msnyder@vmware.com>
2572
2573 * arm-tdep.c: Internationalization.
2574 * c-lang.c: Ditto.
2575 * charset.c: Ditto.
2576 * fork-child.c: Ditto.
2577 * nto-procfs.c: Ditto.
2578 * ppc-sysv-tdep.c: Ditto.
2579 * procfs.c: Ditto.
2580 * remote-mips.c: Ditto.
2581 * remote.c: Ditto.
2582 * rs6000-nat.c: Ditto.
2583 * rs6000-tdep.c: Ditto.
2584 * target.c: Ditto.
2585 * valops.c: Ditto.
2586 * value.c: Ditto.
2587 * xml-support.c: Ditto.
2588 * mi/mi-cmd-break.c: Ditto.
2589 * mi/mi-cmd-var.c: Ditto.
2590 * mi/mi-interp.c: Ditto.
2591 * mi/mi-main.c: Ditto.
2592
dae477fe
AB
25932011-01-11 Andrew Burgess <aburgess@broadcom.com>
2594
2595 * remote-sim.c (gdbsim_store_register): Update API to
2596 sim_store_register to check more error conditions.
2597
0df8b418
MS
25982011-01-10 Michael Snyder <msnyder@vmware.com>
2599
2600 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
2601 * nto-tdep.c: Ditto.
2602 * nto-tdep.h: Ditto.
2603 * objc-exp.y: Ditto.
2604 * objc-lang.c: Ditto.
2605 * objfiles.c: Ditto.
2606 * objfiles.h: Ditto.
2607 * observer.c: Ditto.
2608 * opencl-lang.c: Ditto.
2609 * osabi.c: Ditto.
2610 * parse.c: Ditto.
2611 * parser-defs.h: Ditto.
2612 * p-exp.y: Ditto.
2613 * p-lang.c: Ditto.
2614 * posix-hdep.c: Ditto.
2615 * ppcbug-rom.c: Ditto.
2616 * ppc-linux-nat.c: Ditto.
2617 * ppc-linux-tdep.c: Ditto.
2618 * ppc-linux-tdep.h: Ditto.
2619 * ppcnbsd-tdep.c: Ditto.
2620 * ppcobsd-tdep.c: Ditto.
2621 * ppcobsd-tdep.h: Ditto.
2622 * ppc-sysv-tdep.c: Ditto.
2623 * ppc-tdep.h: Ditto.
2624 * printcmd.c: Ditto.
2625 * proc-abi.c: Ditto.
2626 * proc-flags.c: Ditto.
2627 * procfs.c: Ditto.
2628 * proc-utils.h: Ditto.
2629 * progspace.h: Ditto.
2630 * prologue-value.c: Ditto.
2631 * prologue-value.h: Ditto.
2632 * psympriv.h: Ditto.
2633 * psymtab.c: Ditto.
2634 * p-typeprint.c: Ditto.
2635 * p-valprint.c: Ditto.
2636 * ravenscar-sparc-thread.c: Ditto.
2637 * ravenscar-thread.c: Ditto.
2638 * ravenscar-thread.h: Ditto.
2639 * record.c: Ditto.
2640 * regcache.c: Ditto.
2641 * regcache.h: Ditto.
2642 * remote.c: Ditto.
2643 * remote-fileio.c: Ditto.
2644 * remote-fileio.h: Ditto.
2645 * remote.h: Ditto.
2646 * remote-m32r-sdi.c: Ditto.
2647 * remote-mips.c: Ditto.
2648 * remote-sim.c: Ditto.
2649 * rs6000-aix-tdep.c: Ditto.
2650 * rs6000-nat.c: Ditto.
2651 * rs6000-tdep.c: Ditto.
2652
0d7a18f7
MS
26532011-01-10 Michael Snyder <msnyder@vmware.com>
2654
2655 * charset.c (validate): Internationalization.
2656 * coffread.c (read_one_sym): Ditto.
2657 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
2658 * h8300-tdep.c (H8300_extract_return_value): Ditto.
2659 * inflow.c (new_tty): Ditto.
2660 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
2661 * m32c-tdep.c (m32c_return_value): Ditto.
2662 * mep-tdep.c (mep_store_return_value): Ditto.
2663 * score-tdep.c (score7_fetch_insn): Ditto.
2664 * ser-mingw.c (pipe_windows_open): Ditto.
2665 * sh64-tdep.c (sh64_extract_return_value): Ditto.
2666 * spu-tdep.c (spu_register_type): Ditto.
2667 * tracepoint.c (trace_find_command): Ditto.
2668 * valarith.c (value_pos): Ditto.
2669
9a153e0b
JB
26702011-01-10 Joel Brobecker <brobecker@adacore.com>
2671
2672 * ada-valprint.c (printstr): Minor comment reformatting.
2673
35ecd2d6
MS
26742011-01-08 Michael Snyder <msnyder@vmware.com>
2675
2676 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
2677 markup.
2678
1777feb0
MS
26792011-01-08 Michael Snyder <msnyder@vmware.com>
2680
2681 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
2682 * hppa-hpux-tdep.c: Ditto.
2683 * hppa-linux-nat.c: Ditto.
2684 * hppa-linux-tdep.c: Ditto.
2685 * hppanbsd-tdep.c: Ditto.
2686 * hppa-tdep.c: Ditto.
2687 * hppa-tdep.h: Ditto.
2688 * hpux-thread.c: Ditto.
2689 * i386-cygwin-tdep.c: Ditto.
2690 * i386-darwin-nat.c: Ditto.
2691 * i386gnu-nat.c: Ditto.
2692 * i386-linux-nat.c: Ditto.
2693 * i386-linux-tdep.c: Ditto.
2694 * i386-nat.c: Ditto.
2695 * i386-nat.h: Ditto.
2696 * i386nbsd-tdep.c: Ditto.
2697 * i386-sol2-nat.c: Ditto.
2698 * i386-stub.c: Ditto.
2699 * i386-tdep.c: Ditto.
2700 * i386-tdep.h: Ditto.
2701 * i387-tdep.c: Ditto.
2702 * ia64-linux-nat.c: Ditto.
2703 * ia64-linux-tdep.c: Ditto.
2704 * ia64-tdep.c: Ditto.
2705 * infcall.c: Ditto.
2706 * infcall.h: Ditto.
2707 * infcmd.c: Ditto.
2708 * inferior.c: Ditto.
2709 * inferior.h: Ditto.
2710 * infloop.c: Ditto.
2711 * inflow.c: Ditto.
2712 * infrun.c: Ditto.
2713 * interps.c: Ditto.
2714 * interps.h: Ditto.
2715 * iq2000-tdep.c: Ditto.
2716 * irix5-nat.c: Ditto.
2717 * jit.c: Ditto.
2718 * jit.h: Ditto.
2719 * jv-exp.y: Ditto.
2720 * jv-lang.c: Ditto.
2721 * jv-lang.h: Ditto.
2722 * jv-typeprint.c: Ditto.
2723 * jv-valprint.c: Ditto.
2724 * language.c: Ditto.
2725 * language.h: Ditto.
2726 * linespec.c: Ditto.
2727 * linux-fork.c: Ditto.
2728 * linux-nat.c: Ditto.
2729 * linux-thread-db.c: Ditto.
2730 * lm32-tdep.c: Ditto.
2731
025bb325
MS
27322011-01-08 Michael Snyder <msnyder@vmware.com>
2733
2734 * m2-exp.y: Comment cleanup, mostly periods and spaces.
2735 * m2-lang.c: Ditto.
2736 * m2-typeprint.c: Ditto.
2737 * m2-valprint.c: Ditto.
2738 * m32c-tdep.c: Ditto.
2739 * m32r-linux-nat.c: Ditto.
2740 * m32r-rom.c: Ditto.
2741 * m32r-tdep.c: Ditto.
2742 * m32r-tdep.h: Ditto.
2743 * m68hc11-tdep.c: Ditto.
2744 * m58klinux-nat.c: Ditto.
2745 * m68k-tdep.c: Ditto.
2746 * m88k-tdep.c: Ditto.
2747 * m88k-tdep.h: Ditto.
2748 * machoread.c: Ditto.
2749 * macrocmd.c: Ditto.
2750 * macroexp.c: Ditto.
2751 * macrotab.c: Ditto.
2752 * main.c: Ditto.
2753 * maint.c: Ditto.
2754 * mdebugread.c: Ditto.
2755 * mdebugread.h: Ditto.
2756 * memattr.c: Ditto.
2757 * memattr.h: Ditto.
2758 * memory-map.h: Ditto.
2759 * mep-tdep.c: Ditto.
2760 * microblaze-rom.c: Ditto.
2761 * microblaze-tdep.c: Ditto.
2762 * minsyms.c: Ditto.
2763 * mips-irix-tdep.c: Ditto.
2764 * mips-linux-nat.c: Ditto.
2765 * mips-linux-tdep.c: Ditto.
2766 * mips-linux-tdep.h: Ditto.
2767 * mipsnbsd-nat.c: Ditto.
2768 * mipsnbsd-tdep.c: Ditto.
2769 * mipsread.c: Ditto.
2770 * mips-tdep.c: Ditto.
2771 * mips-tdep.h: Ditto.
2772 * mn10300-linux-tdep.c: Ditto.
2773 * mn10300-tdep.c: Ditto.
2774 * mn10300-tdep.h: Ditto.
2775 * monitor.c: Ditto.
2776 * monitor.h: Ditto.
2777 * moxie-tdep.c: Ditto.
2778 * moxie-tdep.h: Ditto.
2779 * mt-tdep.c: Ditto.
2780
1642781b
MF
27812011-01-08 Mike Frysinger <vapier@gentoo.org>
2782
2783 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
2784
394b0adb
JB
27852011-01-08 Robert Millan <rmh@gnu.org>
2786
2787 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
2788
b670013c
MS
27892011-01-07 Michael Snyder <msnyder@vmware.com>
2790
2791 * charset.c (_initialize_charset): Fix typo in string.
2792
a743e542
MS
27932011-01-07 Michael Snyder <msnyder@vmware.com>
2794
2795 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
2796 for i18n.
2797 * tui/tui-layout.c (tui_set_layout_for_display_command):
2798 Split line so that operator goes to beginning of line.
2799 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
2800 assignment out of if statement.
2801
0963b4bd
MS
28022011-01-07 Michael Snyder <msnyder@vmware.com>
2803
2804 * ada-lang.c: Comment cleanup, mostly periods and spaces.
2805 * ada-lang.h: Ditto.
2806 * ada-tasks.c: Ditto.
2807 * ada-valprint.c: Ditto.
2808 * aix-threads.c: Ditto.
2809 * alpha-linux-nat.c: Ditto.
2810 * alpha-linux-tdep.c: Ditto.
2811 * alpha-mdebug-tdep.c: Ditto.
2812 * alpha-nat.c: Ditto.
2813 * alpha-osf1-tdep.c: Ditto.
2814 * alpha-tdep.c: Ditto.
2815 * alphabsd-nat.c: Ditto.
2816 * alphabsd-tdep.c: Ditto.
2817 * amd64-darwin-tdep.c: Ditto.
2818 * amd64-linux-nat.c: Ditto.
2819 * amd64-linux-tdep.c: Ditto.
2820 * amd64-sol2-tdep.c: Ditto.
2821 * amd64-tdep.c: Ditto.
2822 * amd64-fbsd-tdep.c: Ditto.
2823 * amd64-nbsd-tdep.c: Ditto.
2824 * amd64-obsd-tdep.c: Ditto.
2825 * amd64-linux-nat.c: Ditto.
2826 * amd64-linux-tdep.c: Ditto.
2827 * arm-tdep.c: Ditto.
2828 * arm-tdep.h: Ditto.
2829 * armnbsd-nat.c: Ditto.
2830 * avr-tdep.c: Ditto.
2831 * bfin-tdep.c: Ditto.
2832 * bsd-kvm.c: Ditto.
2833 * c-typeprintc: Ditto.
2834 * c-valprint.c: Ditto.
2835 * coff-pe-read.h: Ditto.
2836 * coffreead.c: Ditto.
2837 * cris-tdep.c: Ditto.
2838 * d-lang.c: Ditto.
2839 * darwin-nat-info.c: Ditto.
2840 * darwin-nat.c: Ditto.
2841 * dbug-rom.c: Ditto.
2842 * dbxread.c: Ditto.
2843 * dcache.c: Ditto.
2844 * dcache.h: Ditto.
2845 * dec-thread.c: Ditto.
2846 * defs.h: Ditto.
2847 * demangle.c: Ditto.
2848 * dicos-tdep.c: Ditto.
2849 * dictionary.c: Ditto.
2850 * dictionary.h: Ditto.
2851 * dink32-rom.c: Ditto.
2852 * disasm.c: Ditto.
2853 * doublest.c: Ditto.
2854 * dsrec.c: Ditto.
2855 * dummy-frame.c: Ditto.
2856 * dwarf2-frame.c: Ditto.
2857 * dwarf2expr.c: Ditto.
2858 * dwarf2loc.c: Ditto.
2859 * dwarf2read.c: Ditto.
2860 * elfread.c: Ditto.
2861 * environ.c: Ditto.
2862 * eval.c: Ditto.
2863 * event-top.h: Ditto.
2864 * exceptions.c: Ditto.
2865 * exceptions.h: Ditto.
2866 * exec.c: Ditto.
2867 * expprint.c: Ditto.
2868 * expression.h: Ditto.
2869 * f-exp.y: Ditto.
2870 * f-lang.c: Ditto.
2871 * f-lang.h: Ditto.
2872 * f-typeprint.c: Ditto.
2873 * f-valprint.c: Ditto.
2874 * fbsd-nat.c: Ditto.
2875 * findvar.c: Ditto.
2876 * fork-child.c: Ditto.
2877 * frame.c: Ditto.
2878 * frame.h: Ditto.
2879 * frv-linux-tdep.c: Ditto.
2880 * frv-tdep.c: Ditto.
2881 * gcore.c: Ditto.
2882 * gdb-stabs.h: Ditto.
2883 * gdb_assert.h: Ditto.
2884 * gdb_string.h: Ditto.
2885 * gdb_thread_db.h: Ditto.
2886 * gdb_wait.h: Ditto.
2887 * gdbarch.sh: Ditto.
2888 * gdbcore.h: Ditto.
2889 * gdbthread.h: Ditto.
2890 * gdbtypes.c: Ditto.
2891 * gdbtypes.h: Ditto.
2892 * gnu-nat.c: Ditto.
2893 * gnu-nat.h: Ditto.
2894 * gnu-v2-abi.c: Ditto.
2895 * gnu-v3-abi.c: Ditto.
2896 * go32-nat.c: Ditto.
2897 * gdbarch.c: Regenerate.
2898 * gdbarch.h: Regenerate.
2899
ac74f770
MS
29002011-01-07 Michael Snyder <msnyder@vmware.com>
2901
2902 * ax-gdb.c: Adjust some long output strings.
2903 * breakpoint.c: Ditto.
2904 * charset.c: Ditto.
2905 * cp-abi.c: Ditto.
2906 * infcall.c: Ditto.
2907 * infrun.c: Ditto.
2908 * linux-nat.c: Ditto.
2909 * solib-pa64.c: Ditto.
2910 * solib-som.c: Ditto.
2911
d8e22779
TT
29122011-01-06 Tom Tromey <tromey@redhat.com>
2913
2914 PR python/12367:
2915 * NEWS: Add item.
2916 * python/python.c (GdbMethods): Add "newest_frame" method.
2917 * python/python-internal.h (gdbpy_newest_frame): Declare.
2918 * python/py-frame.c (gdbpy_newest_frame): New function.
2919
a255712f
PP
29202010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2921
2922 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
2923 * jit.c (jit_debug): New variable.
2924 (show_jit_debug): New function.
2925 (struct target_buffer): Use ULONGEST.
2926 (bfd_open_from_target_memory): Likewise.
2927 (jit_register_code, jit_inferior_init): Add debug output.
2928 (_initialize_jit): Register "debug jit" command.
2929
ccfc3d6e
TT
29302011-01-06 Tom Tromey <tromey@redhat.com>
2931
2932 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
2933 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
2934 and ARCH_FRAME.
2935
57126e4a
TT
29362011-01-06 Tom Tromey <tromey@redhat.com>
2937
2938 * python/py-frame.c (frapy_block): Use get_frame_block.
2939
16dfc9ce
JB
29402011-01-06 Joel Brobecker <brobecker@adacore.com>
2941
2942 Do not stop on SIGPRIO signals by default
2943 * infrun.c (_initialize_infrun): Unset signal_stop and
2944 signal_print for TARGET_SIGNAL_PRIO.
2945
b1ce2347
JB
29462011-01-06 Joel Brobecker <brobecker@adacore.com>
2947
2948 * ada-tasks.c: Fix style violation in comment.
2949
8f7e195f
JB
29502011-01-06 Joel Brobecker <brobecker@adacore.com>
2951
2952 * linespec.c (decode_compound, find_method): Remove trailing \n
2953 at end of error string.
2954 * solib-irix.c (irix_current_sos): Likewise.
2955 * varobj.c (uninstall_variable): Likewise.
2956
e9bdf92c
JB
29572011-01-06 Joel Brobecker <brobecker@adacore.com>
2958
2959 * copyright.py: New script.
2960 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
2961 Launch emacs without exec'ing. Call copyright.py afterwards.
2962
3e43a32a
MS
29632011-01-05 Michael Snyder <msnyder@vmware.com>
2964
2965 * addrmap.c: Shorten lines of >= 80 columns.
2966 * arch-utils.c: Ditto.
2967 * arch-utils.h: Ditto.
2968 * ax-gdb.c: Ditto.
2969 * ax-general.c: Ditto.
2970 * bcache.c: Ditto.
2971 * blockframe.c: Ditto.
2972 * breakpoint.c: Ditto.
2973 * buildsym.c: Ditto.
2974 * c-lang.c: Ditto.
2975 * c-typeprint.c: Ditto.
2976 * charset.c: Ditto.
2977 * coffread.c: Ditto.
2978 * command.h: Ditto.
2979 * corelow.c: Ditto.
2980 * cp-abi.c: Ditto.
2981 * cp-namespace.c: Ditto.
2982 * cp-support.c: Ditto.
2983 * dbug-rom.c: Ditto.
2984 * dbxread.c: Ditto.
2985 * defs.h: Ditto.
2986 * dfp.c: Ditto.
2987 * dfp.h: Ditto.
2988 * dictionary.c: Ditto.
2989 * disasm.c: Ditto.
2990 * doublest.c: Ditto.
2991 * dwarf2-frame.c: Ditto.
2992 * dwarf2expr.c: Ditto.
2993 * dwarf2loc.c: Ditto.
2994 * dwarf2read.c: Ditto.
2995 * elfread.c: Ditto.
2996 * eval.c: Ditto.
2997 * event-loop.c: Ditto.
2998 * event-loop.h: Ditto.
2999 * exceptions.h: Ditto.
3000 * exec.c: Ditto.
3001 * expprint.c: Ditto.
3002 * expression.h: Ditto.
3003 * f-lang.c: Ditto.
3004 * f-valprint.c: Ditto.
3005 * findcmd.c: Ditto.
3006 * frame-base.c: Ditto.
3007 * frame-unwind.c: Ditto.
3008 * frame-unwind.h: Ditto.
3009 * frame.c: Ditto.
3010 * frame.h: Ditto.
3011 * gcore.c: Ditto.
3012 * gdb-stabs.h: Ditto.
3013 * gdb_assert.h: Ditto.
3014 * gdb_dirent.h: Ditto.
3015 * gdb_obstack.h: Ditto.
3016 * gdbcore.h: Ditto.
3017 * gdbtypes.c: Ditto.
3018 * gdbtypes.h: Ditto.
3019 * inf-ttrace.c: Ditto.
3020 * infcall.c: Ditto.
3021 * infcmd.c: Ditto.
3022 * inflow.c: Ditto.
3023 * infrun.c: Ditto.
3024 * inline-frame.h: Ditto.
3025 * language.c: Ditto.
3026 * language.h: Ditto.
3027 * libunwind-frame.c: Ditto.
3028 * libunwind-frame.h: Ditto.
3029 * linespec.c: Ditto.
3030 * linux-nat.c: Ditto.
3031 * linux-nat.h: Ditto.
3032 * linux-thread-db.c: Ditto.
3033 * machoread.c: Ditto.
3034 * macroexp.c: Ditto.
3035 * macrotab.c: Ditto.
3036 * main.c: Ditto.
3037 * maint.c: Ditto.
3038 * mdebugread.c: Ditto.
3039 * memattr.c: Ditto.
3040 * minsyms.c: Ditto.
3041 * monitor.c: Ditto.
3042 * monitor.h: Ditto.
3043 * objfiles.c: Ditto.
3044 * objfiles.h: Ditto.
3045 * osabi.c: Ditto.
3046 * p-typeprint.c: Ditto.
3047 * p-valprint.c: Ditto.
3048 * parse.c: Ditto.
3049 * printcmd.c: Ditto.
3050 * proc-events.c: Ditto.
3051 * procfs.c: Ditto.
3052 * progspace.c: Ditto.
3053 * progspace.h: Ditto.
3054 * psympriv.h: Ditto.
3055 * psymtab.c: Ditto.
3056 * record.c: Ditto.
3057 * regcache.c: Ditto.
3058 * regcache.h: Ditto.
3059 * remote-fileio.c: Ditto.
3060 * remote.c: Ditto.
3061 * ser-mingw.c: Ditto.
3062 * ser-tcp.c: Ditto.
3063 * ser-unix.c: Ditto.
3064 * serial.c: Ditto.
3065 * serial.h: Ditto.
3066 * solib-frv.c: Ditto.
3067 * solib-irix.c: Ditto.
3068 * solib-osf.c: Ditto.
3069 * solib-pa64.c: Ditto.
3070 * solib-som.c: Ditto.
3071 * solib-sunos.c: Ditto.
3072 * solib-svr4.c: Ditto.
3073 * solib-target.c: Ditto.
3074 * solib.c: Ditto.
3075 * somread.c: Ditto.
3076 * source.c: Ditto.
3077 * stabsread.c: Ditto.
3078 * stabsread.c: Ditto.
3079 * stack.c: Ditto.
3080 * stack.h: Ditto.
3081 * symfile-mem.c: Ditto.
3082 * symfile.c: Ditto.
3083 * symfile.h: Ditto.
3084 * symmisc.c: Ditto.
3085 * symtab.c: Ditto.
3086 * symtab.h: Ditto.
3087 * target-descriptions.c: Ditto.
3088 * target-memory.c: Ditto.
3089 * target.c: Ditto.
3090 * target.h: Ditto.
3091 * terminal.h: Ditto.
3092 * thread.c: Ditto.
3093 * top.c: Ditto.
3094 * tracepoint.c: Ditto.
3095 * tracepoint.h: Ditto.
3096 * ui-file.c: Ditto.
3097 * ui-file.h: Ditto.
3098 * ui-out.h: Ditto.
3099 * user-regs.c: Ditto.
3100 * user-regs.h: Ditto.
3101 * utils.c: Ditto.
3102 * valarith.c: Ditto.
3103 * valops.c: Ditto.
3104 * valprint.c: Ditto.
3105 * valprint.h: Ditto.
3106 * value.c: Ditto.
3107 * varobj.c: Ditto.
3108 * varobj.h: Ditto.
3109 * vec.h: Ditto.
3110 * xcoffread.c: Ditto.
3111 * xcoffsolib.c: Ditto.
3112 * xcoffsolib.h: Ditto.
3113 * xml-syscall.c: Ditto.
3114 * xml-tdesc.c: Ditto.
3115
9a2b4c1b
MS
31162011-01-05 Michael Snyder <msnyder@vmware.com>
3117
3118 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
3119 * cli/cli-decode.c: Ditto.
3120 * cli/cli-dump.c: Ditto.
3121 * cli/cli-logging.c: Ditto.
3122 * cli/cli-script.c: Ditto.
3123 * cli/cli-setshow.c: Ditto.
3124 * common/signals.c: Ditto.
3125 * mi/mi-cmd-break.c: Ditto.
3126 * mi/mi-cmd-disas.c: Ditto.
3127 * mi/mi-cmd-stack.c: Ditto.
3128 * mi/mi-cmd-var.c: Ditto.
3129 * mi/mi-cmds.c: Ditto.
3130 * mi/mi-common.h: Ditto.
3131 * mi/mi-console.c: Ditto.
3132 * mi/mi-interp.c: Ditto.
3133 * mi/mi-main.c: Ditto.
3134 * osf-share/cma_attr.c: Ditto.
3135 * osf-share/cma_deb_core.h: Ditto.
3136 * osf-share/cma_debug_client.h: Ditto.
3137 * osf-share/cma_handle.h: Ditto.
3138 * osf-share/cma_mutex.h: Ditto.
3139 * osf-share/cma_stack_int.h: Ditto.
3140 * osf-share/cma_tcb_defs.h: Ditto.
3141 * python/py-auto-load.c: Ditto.
3142 * python/py-breakpoint.c: Ditto.
3143 * python/py-cmd.c: Ditto.
3144 * python/py-frame.c: Ditto.
3145 * python/py-objfile.c: Ditto.
3146 * python/py-param.c: Ditto.
3147 * python/py-progspace.c: Ditto.
3148 * python/py-symbol.c: Ditto.
3149 * python/py-value.c: Ditto.
3150 * python/python-internal.h: Ditto.
3151 * python/python.c: Ditto.
3152 * tui/tui-data.c: Ditto.
3153 * tui/tui-disasm.c: Ditto.
3154 * tui/tui-hooks.c: Ditto.
3155 * tui/tui-io.c: Ditto.
3156 * tui/tui-layout.c: Ditto.
3157 * tui/tui-regs.c: Ditto.
3158 * tui/tui-source.c: Ditto.
3159 * tui/tui-stack.c: Ditto.
3160 * tui/tui-win.c: Ditto.
3161 * tui/tui-windata.c: Ditto.
3162 * tui/tui-winsource.c: Ditto.
3163
44944448
JB
31642011-01-05 Joel Brobecker <brobecker@adacore.com>
3165
3166 * configure.ac, gdb.1: Copyright year update.
3167
ebedcab5
JK
31682011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3169
3170 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
3171 this_pc_in_block, morestack_msym and morestack_name. Check for
3172 "__morestack" minimal symbol there.
3173
e5cc9f32
JB
31742011-01-03 Joel Brobecker <brobecker@adacore.com>
3175
3176 * symfile.c (find_sym_fns): Add call to dont_repeat.
3177
7b6bb8da
JB
31782011-01-01 Joel Brobecker <brobecker@adacore.com>
3179
3180 Copyright year update in most files (performed by copyright.sh).
3181
71ce852c
JB
31822011-01-01 Joel Brobecker <brobecker@adacore.com>
3183
3184 * top.c (print_gdb_version): Update copyright year in version output.
0e2de366 3185
c3c1ebe8 3186For older changes see ChangeLog-2010.
c906108c
SS
3187\f
3188Local Variables:
3189mode: change-log
3190left-margin: 8
3191fill-column: 74
3192version-control: never
57da7796 3193coding: utf-8
c906108c 3194End:
This page took 1.576149 seconds and 4 git commands to generate.