]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
* xcoffread.c (process_xcoff_symbol): ARI fix: Avoid assignment
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2
3 * xcoffread.c (process_xcoff_symbol): ARI fix: Avoid assignment
4 inside if clause.
5
6 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7 Pedro Alves <pedro@codesourcery.com>
8
9 * xstormy16-tdep.c (xstormy16_push_dummy_call): Add local
10 variables to simplify code and avoid == operator at end of
11 line as this is against GNU coding standards.
12
13 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
14
15 * solib-svr4.c (svr4_keep_data_in_core): Rename local variable
16 lm_name to name_lm to avoid conflict with lm_name function.
17
18 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
19
20 ARI fixes: Use only lowercase function name for static functions.
21 * nto-tdep.c (LM_ADDR): Rename to...
22 (lm_addr): New function name.
23 (nto_relocate_section_addresses): Adapt to change above.
24 * solib-sunos.c (LM_ADDR): Rename to...
25 (lm_addr): New function name.
26 (LM_NEXT): Rename to...
27 (lm_next): New function name.
28 (sunos_current_sos, sunos_relocate_section_addresses): Adapt to
29 function name changes above.
30 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Rename to...
31 (lm_addr_from_link_map): New function name.
32 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Rename to...
33 (has_lm_dynamic_from_link_map): New function name.
34 (LM_DYNAMIC_FROM_LINK_MAP): Rename to...
35 (lm_dynamic_from_link_map): New function name.
36 (LM_ADDR_CHECK): Rename to...
37 (lm_addr_check): New function name.
38 (LM_NEXT): Rename to...
39 (lm_next): New function name.
40 (LM_PREV): Rename to...
41 (lm_prev): New function name.
42 (LM_NAME): Rename to...
43 (lm_name): New function name.
44 (IGNORE_FIRST_LINK_MAP_ENTRY): Rename to...
45 (ignore_first_link_map_entry): New function name.
46 (svr4_keep_data_in_core): Adapt to function name changes above.
47 (svr4_current_sos): Likewise.
48 (enable_break): Likewise.
49 (svr4_relocate_section_addresses): Likewise.
50
51 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
52
53 ARI cleanup.
54 * xtensa-tdep.c (xtensa_register_type): Use xstrprintf instead of
55 sprintf. Simplify code and avoid loosing memory.
56 (xtensa_register_reggroup_p): Extract assignment out of IF clause.
57 (call0_frame_cache): Remove && operator from end of line.
58
59 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
60
61 Fix libraries displacement if they change whether they were prelinked.
62 * solib-svr4.c (LM_ADDR_CHECK): Set L_ADDR even if the DYNAMIC pointer
63 does not match. Comment why.
64
65 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
66
67 * corelow.c: Include wrapper.h.
68 (core_open): Call now gdb_target_find_new_threads.
69 * wrapper.c: Include target.h.
70 (gdb_target_find_new_threads): New.
71 * wrapper.h (gdb_target_find_new_threads): New declaration.
72
73 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
74
75 * linux-thread-db.c (find_new_threads_callback): Exit on zero TI_TID
76 even if !TARGET_HAS_EXECUTION.
77
78 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
79
80 Fix convert_code_addr_to_desc_addr for ppc64 files after eu-strip.
81 * elfread.c (elf_symfile_read): New variable synth_abfd, pass it to
82 bfd_get_synthetic_symtab.
83 * jit.c (jit_register_code): Pass NULL to the new parameter parent.
84 * machoread.c (macho_add_oso_symfile): Pass main_objfile to the new
85 parameter parent, remove the call to add_separate_debug_objfile.
86 * solib.c (solib_read_symbols): Pass NULL to the new parameter parent.
87 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
88 * symfile.c (symbol_file_add_with_addrs_or_offsets): New parameter
89 parent, new comment for it, call add_separate_debug_objfile for it.
90 (symbol_file_add_separate): Pass objfile as the parameter parent,
91 remove the call to add_separate_debug_objfile.
92 (symbol_file_add_from_bfd): New parameter parent, pass it.
93 (symbol_file_add): Pass NULL to the new parameter parent.
94 * symfile.h (symbol_file_add_from_bfd): New parameter parent.
95
96 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
97
98 * elfread.c (elf_symtab_read): Do not ignore .L symbols if they are
99 BSF_SYNTHETIC.
100
101 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
102
103 Fix Python access to inlined frames.
104 * python/py-frame.c (frapy_read_var): Find BLOCK using get_frame_block.
105 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
106
107 2011-04-15 Tom Tromey <tromey@redhat.com>
108
109 * dwarf2read.c (add_index_entry): Use VEC_last, not VEC_length.
110
111 2011-04-15 Gary Benson <gbenson@redhat.com>
112
113 * MAINTAINERS: Add myself to write-after-approval section.
114
115 2011-04-14 Mike Frysinger <vapier@gentoo.org>
116
117 * remote-sim.c (sim_command_completer): New function.
118 (_initialize_remote_sim): Set completer to sim_command_completer.
119
120 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
121
122 * breakpoint.c (print_exception_catchpoint): Rename to ...
123 (print_it_exception_catchpoint): ... this.
124 (gnu_v3_exception_catchpoint_ops): Update with new name
125 for print_it_exception_catchpoint.
126
127 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
128
129 * MAINTAINERS: Add myself for write after approval privileges.
130
131 2011-04-13 Marek Polacek <mpolacek@redhat.com>
132
133 * MAINTAINERS: Add myself as a write-after-approval maintainer.
134
135 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
136
137 * breakpoint.c (watch_command_1): Remove colon from exp_string.
138
139 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
140
141 * breakpoint.c (save_breakpoints): Verify whether
142 breakpoint_ops.print_recreate is defined before calling it.
143
144 2011-04-11 Gary Benson <gbenson@redhat.com>
145
146 Fix failure with --enable-maintainer-mode.
147 * Makefile.in (aclocal_m4_deps): Updated gnulib dependencies.
148
149 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
150
151 Code cleanup.
152 * symtab.c (search_symbols): Reorder the KIND description in the
153 function comment. Remove the unused 4th element of types, types2,
154 types3 and types4. New gdb_assert on KIND.
155 (symtab_symbol_info): Remove the unused 4th element of classnames.
156 New gdb_assert on KIND.
157 * symtab.h (enum search_domain): New warning in the enum comment.
158 Assign numbers to the elements VARIABLES_DOMAIN, FUNCTIONS_DOMAIN and
159 TYPES_DOMAIN.
160
161 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
162
163 Fix crash of gdb save-index on a STABS file.
164 * dwarf2read.c (write_psymtabs_to_index): Return also on no
165 PSYMTABS_ADDRMAP.
166
167 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
168
169 Fix DW_AT_accessibility compatibility with gcc-4.6+.
170 * dwarf2read.c: Include ctype.h.
171 (producer_is_gxx_lt_4_6, dwarf2_default_access_attribute): New
172 functions.
173 (dwarf2_add_field): Fix new_field->accessibility by calling
174 dwarf2_default_access_attribute. Restructure setting accessibility
175 vs. virtuality.
176 (dwarf2_add_member_fn): New variable accessibility. Fix fnp
177 is_private and is_protected by calling
178 dwarf2_default_access_attribute.
179
180 2011-04-08 Kevin Buettner <kevinb@redhat.com>
181
182 * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
183 to the initialization.
184
185 2011-04-08 Steve Ellcey <sje@cup.hp.com>
186
187 * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
188 initalization.
189
190 2011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
191
192 Remove support for old Cygwin 1.5 versions.
193 * remote-fileio.c: Remove macros used to emulate new cygwin_conv_path
194 function on old Cygwin version.
195 * windows-nat.c: Remove cygwin version check and always define
196 __USEWIDE for Cygwin compilation.
197
198 2011-04-07 Yao Qi <yao@codesourcery.com>
199
200 * arm-linux-tdep.c (arm_linux_copy_svc): Remove parameters INSN
201 and TO.
202 * arm-tdep.c (cleanup_svc): Handle variable instruction size.
203 (arm_copy_svc): Remove parameters INSN and TO.
204 (decode_svc_copro): Update caller.
205 * arm-tdep.h (struct displaced_step_closure): Remove parameters
206 from function pointer `copy_svc_os'.
207
208 2011-04-07 Yao Qi <yao@codesourcery.com>
209
210 * arm-tdep.c (cleanup_branch): Set a correct return address in
211 LR for ARM and Thumb.
212
213 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
214
215 Code cleanup.
216 * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
217 * dwarf2read.c (mapped_index_string_hash): Refer to SYMBOL_HASH_NEXT
218 in the function comment, a new note on values compatibility.
219 * minsyms.c (msymbol_hash_iw, msymbol_hash): Use SYMBOL_HASH_NEXT.
220 * symtab.h (SYMBOL_HASH_NEXT): New.
221
222 2011-04-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
223
224 * ppc-linux-nat.c (check_condition): Add len output parameter.
225 Set it based on the memory region referenced in the condition
226 expression. Update all callers.
227
228 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
229
230 Fix crash regression on systems featuring .gdb_index.
231 * objfiles.c (free_objfile): Move the
232 forget_cached_source_info_for_objfile call earlier. Comment it.
233 Extend the comment for objfile_free_data.
234
235 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
236
237 Fix regression of displaying the debug format.
238 * buildsym.c (end_symtab): Set symtab's debugformat and producer from
239 subfile.
240
241 2011-04-04 Tom Tromey <tromey@redhat.com>
242
243 * cli/cli-interp.c (struct captured_execute_command_args):
244 Remove.
245 (do_captured_execute_command): Remove.
246 (safe_execute_command): Use TRY_CATCH.
247 * cli/cli-script.c (struct wrapped_read_command_file_args):
248 Remove.
249 (wrapped_read_command_file): Remove.
250 (script_from_file): Use TRY_CATCH.
251 * exceptions.c (catch_exception): Remove.
252 * exceptions.h (catch_exception): Remove.
253 (deprecated_throw_reason): Update comment.
254 * mi/mi-main.c (captured_mi_execute_command): Change 'data'
255 argument to 'context'.
256 (mi_execute_command): Use TRY_CATCH.
257 * remote.c (struct start_remote_args): Remove.
258 (remote_start_remote): Update; change arguments.
259 (remote_open_1): Use TRY_CATCH.
260
261 2011-04-04 Tom Tromey <tromey@redhat.com>
262
263 * tracepoint.c (scope_info): Update.
264 * symtab.c (decode_line_spec): Update.
265 * python/python.c (gdbpy_decode_line): Update.
266 * linespec.h (decode_line_1): Update.
267 * linespec.c (decode_line_1): Remove 'not_found_ptr' argument.
268 (decode_compound, find_method, symtab_from_filename)
269 (decode_variable): Likewise.
270 * cli/cli-cmds.c (edit_command): Update.
271 (list_command): Update.
272 * breakpoint.c (parse_breakpoint_sals): Remove 'not_found_ptr'
273 argument.
274 (create_breakpoint): Update.
275 (until_break_command): Update.
276 (addr_string_to_sals): Update.
277 (decode_line_spec_1): Update.
278
279 2011-04-04 Tom Tromey <tromey@redhat.com>
280
281 * breakpoint.c (struct captured_parse_breakpoint_args): Remove.
282 (do_captured_parse_breakpoint): Remove.
283 (create_breakpoint): `e' is now volatile. Remove `parse_args'.
284 Use TRY_CATCH directly.
285
286 2011-04-04 Tom Tromey <tromey@redhat.com>
287
288 * symtab.h (free_symtab): Remove.
289 (forget_cached_source_info_for_objfile): Declare.
290 * symmisc.c (free_symtab): Remove.
291 * source.c (forget_cached_source_info_for_objfile): New function.
292 (forget_cached_source_info): Use it.
293 * objfiles.c (free_objfile): Simplify check before calling
294 clear_current_source_symtab_and_line. Call
295 forget_cached_source_info_for_objfile.
296
297 2011-04-04 Tom Tromey <tromey@redhat.com>
298
299 * mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.
300 (new_symtab): Don't set `free_code' on symtab.
301 (new_linetable): Properly handle size==0.
302 * symtab.h (struct symtab) <free_code, free_func>: Remove.
303 * symmisc.c (free_symtab): Don't free the linetable. Don't call
304 free_func.
305 * jv-lang.c (struct jv_per_objfile_data): New.
306 (jv_per_objfile_free): Free the data.
307 (get_dynamics_objfile): Allocate a jv_per_objfile_data.
308 (get_java_class_symtab): Set the `dict' field on the
309 jv_per_objfile_data.
310 (free_class_block): Remove.
311 * buildsym.c (end_symtab): Don't set `free_code' or `free_func' on
312 the symtab.
313
314 2011-04-04 Tom Tromey <tromey@redhat.com>
315
316 * symfile.c (reread_symbols): Update.
317 * objfiles.h (struct objfile) <cp_namespace_symtab>: Remove
318 field.
319 * objfiles.c (allocate_objfile): Update.
320 * cp-support.h (cp_check_possible_namespace_symbols): Don't
321 declare.
322 * cp-namespace.c (lookup_symbol_file): Don't call
323 lookup_possible_namespace_symbol.
324 (initialize_namespace_symtab, get_possible_namespace_block)
325 (free_namespace_block, cp_check_possible_namespace_symbols)
326 (check_possible_namespace_symbols_loop)
327 (check_one_possible_namespace_symbol)
328 (lookup_possible_namespace_symbol): Remove.
329 (maintenance_cplus_namespace): Replace with notice.
330 (_initialize_cp_namespace): Deprecate `maint cplus namespace'.
331
332 2011-04-04 Tom Tromey <tromey@redhat.com>
333
334 * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
335 * symtab.h (struct symtab) <producer, debugformat>: Now const.
336 * symmisc.c (free_symtab): Don't free debugformat.
337 * buildsym.h (struct subfile) <producer, debugformat>: Now const.
338 (record_debugformat, record_producer): Document.
339 * buildsym.c (end_symtab): Don't save debugformat and producer
340 names on obstack.
341 (end_symtab): Don't free debugformat and producer fields.
342 (record_debugformat): Don't call xstrdup.
343 (record_producer): Likewise.
344
345 2011-04-04 Tom Tromey <tromey@redhat.com>
346
347 * source.c (find_source_lines): Remove LSEEK_NOT_LINEAR code.
348 (source_line_charpos, source_charpos_line): Remove.
349
350 2011-04-04 Tom Tromey <tromey@redhat.com>
351
352 * symtab.h (domain_enum): Split in two...
353 (enum search_domain): New.
354 (search_symbols): Update.
355 * symtab.c (print_symbol_info, symtab_symbol_info): Remove
356 redundant declarations.
357 (search_symbols): Change 'kind' argument to search_domain.
358 Update.
359 (print_symbol_info): Likewise.
360 (symtab_symbol_info): Likewise.
361 * symfile.h (struct quick_symbol_functions)
362 <pre_expand_symtabs_matching>: Change type of 'kind' argument.
363 <expand_symtabs_matching>: Likewise.
364 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Update.
365 (expand_symtabs_matching_via_partial): Update.
366 * dwarf2read.c (dw2_pre_expand_symtabs_matching): Update.
367 (dw2_expand_symtabs_for_function): Update.
368 * block.h: Moved anonymous enum...
369 * defs.h (enum block_enum): ... here. Now named.
370
371 2011-04-03 Joel Brobecker <brobecker@adacore.com>
372
373 GDB 7.3 branch created (branch timestamp: 2011-04-01 01:00 UTC)
374 * version.in: Bump version to 7.3.50.20110403-cvs.
375
376 2011-04-03 Joel Brobecker <brobecker@adacore.com>
377
378 * NEWS: Create a new section for the next release branch.
379 Rename the section of the current branch, now that it has
380 been cut.
381
382 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
383
384 * arm-tdep.c (arm_gdbarch_init): Enfore correct register number
385 for "fpscr" in target description.
386
387 2011-04-01 Jan Kratochvil <jan.kratochvil@redhat.com>
388
389 * dwarf2read.c (find_slot_in_mapped_hash): New variable back_to,
390 initialize it. Delay HASH initialization. Strip the part after open
391 parenthesis for languages with qualifiers. Call do_cleanups.
392
393 2011-04-01 Tom Tromey <tromey@redhat.com>
394
395 * utils.c (report_command_stats): Don't print `-' for negative
396 number.
397
398 2011-04-01 Eric Botcazou <ebotcazou@adacore.com>
399
400 * ada-lang.c (ada_is_simple_array_type, ada_value_slice_from_ptr)
401 (ada_value_slice, empty_array, to_fixed_array_type): Deal with
402 typedefs.
403
404 2011-04-01 Joel Brobecker <brobecker@adacore.com>
405
406 * breakpoint.h (bpdisp_text): Add declaration.
407 * breakpoint.c (bpdisp_text): Make non-static.
408 * ada-lang.c: #include "mi/mi-common.h".
409 (print_it_exception): Rewrite to improve GDB/MI output.
410
411 2011-04-01 Pedro Alves <pedro@codesourcery.com>
412
413 * arm-tdep.h (struct address_space): Add forward declaration.
414
415 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
416
417 * arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype.
418 * arm-tdep.c (arm_override_mode): New global.
419 (arm_pc_is_thumb): Respect arm_override_mode. Remove single-step
420 execution mode heuristics.
421 (thumb_get_next_pc_raw): Remove INSERT_BKTP argument; always insert
422 second single-step breakpoint if needed, using
423 arm_insert_single_step_breakpoint.
424 (arm_get_next_pc_raw): Remove INSERT_BKTP argument. Only handle
425 ARM execution mode, do not call thumb_get_next_pc_raw.
426 (arm_get_next_pc): Encode execution mode in return value. Call
427 either arm_get_next_pc_raw or thumb_get_next_pc_raw.
428 (arm_insert_single_step_breakpoint): New function.
429 (arm_software_single_step): Call it.
430 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): Add IS_THUMB
431 argument to return execution mode of sigreturn target.
432 (arm_linux_syscall_next_pc): Use it.
433 (arm_linux_copy_svc): Update call.
434 (arm_linux_software_single_step): Call
435 arm_insert_single_step_breakpoint.
436
437 2011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
438
439 * dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in
440 the comment.
441
442 2011-03-31 Tom Tromey <tromey@redhat.com>
443
444 * varobj.c (update_dynamic_varobj_children): Properly handle
445 errors from iterator.
446
447 2011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
448
449 * dwarf2read.c (dwarf2_name): Initialize DEMANGLED. Avoid demangling
450 struct linkage name twice.
451
452 2011-03-31 Tom Tromey <tromey@redhat.com>
453
454 * python/py-prettyprint.c (print_stack_unless_memory_error): Add
455 missing ">" to message.
456
457 2011-03-31 Tom Tromey <tromey@redhat.com>
458
459 * varobj.c (instantiate_pretty_printer): Remove duplicate
460 'return'.
461
462 2011-03-31 Ulrich Weigand <ulrich.weigand@linaro.org>
463
464 * i386-tdep.c (i386_frame_prev_register): Unwind SP from memory
465 if neither saved value nor register available (e.g. signal frame).
466
467 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
468
469 * macroexp.c (expand): Avoid uninitialized variable
470 compiler warning.
471
472 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
473
474 * breakpoint.c (break_range_command): Fix typo in comment.
475
476 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
477 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
478
479 Implement support for PowerPC BookE ranged breakpoints.
480 * NEWS: Mention support for ranged breakpoints on embedded PowerPC.
481 * breakpoint.h (struct bp_target_info) <length>: New member
482 variable.
483 (struct breakpoint_ops) <breakpoint_hit>: Take struct bp_location
484 instead of struct breakpoint as argument, and also add ASPACE
485 and BP_ADDR arguments. Update all callers.
486 (struct breakpoint_ops) <print_one_detail>: New method.
487 (struct breakpoint) <addr_string_range_end>: New member variable.
488 * breakpoint.c (breakpoint_location_address_match): Add function
489 prototype.
490 (insert_bp_location): Set bl->target_info.length.
491 (breakpoint_here_p): Call breakpoint_location_address_match.
492 (moribund_breakpoint_here_p): Likewise.
493 (regular_breakpoint_inserted_here_p): Likewise.
494 (breakpoint_thread_match): Likewise.
495 (bpstat_stop_status): Likewise.
496 (bpstat_check_location): Move call to
497 breakpoint_ops.breakpoint_hit to the top.
498 (print_one_breakpoint_location): Call
499 breakpoint_ops.print_one_detail if available.
500 (breakpoint_address_match_range): New function.
501 (breakpoint_location_address_match): Likewise.
502 (breakpoint_locations_match): Compare the length field of the
503 locations too.
504 (hw_breakpoint_used_count): Count resources used by all locations
505 in a breakpoint, and use breakpoint_ops.resources_needed if
506 available.
507 (breakpoint_hit_ranged_breakpoint): New function.
508 (resources_needed_ranged_breakpoint): Likewise.
509 (print_it_ranged_breakpoint): Likewise.
510 (print_one_ranged_breakpoint): Likewise.
511 (print_one_detail_ranged_breakpoint): Likewise.
512 (print_mention_ranged_breakpoint): Likewise.
513 (print_recreate_ranged_breakpoint): Likewise.
514 (ranged_breakpoint_ops): New structure.
515 (find_breakpoint_range_end): New function.
516 (break_range_command): Likewise.
517 (delete_breakpoint): Free addr_string_range_end.
518 (update_breakpoint_locations): Add SALS_END argument. Update
519 all callers. Calculate breakpoint length if a non-zero SALS_END
520 is given. Call breakpoint_locations_match instead of
521 breakpoint_address_match.
522 (reset_breakpoint): Find SaL of the end of the range if B is a
523 ranged breakpoint.
524 (_initialize_breakpoint): Register break-range command.
525 * defs.h (print_core_address): Add function prototype.
526 * ppc-linux-nat.c (ppc_linux_ranged_break_num_registers): New
527 function.
528 (ppc_linux_insert_hw_breakpoint): Support ranged breakpoints.
529 (ppc_linux_remove_hw_breakpoint): Likewise.
530 (_initialize_ppc_linux_nat): Initialize
531 to_ranged_break_num_registers.
532 * target.c (update_current_target): Add comment about
533 to_ranged_break_num_registers.
534 (target_ranged_break_num_registers): New function.
535 * target.h (struct target_ops) <to_ranged_break_num_registers>:
536 New method.
537 (target_ranged_break_num_registers): Add function prototype.
538 * ui-out.c (ui_out_field_core_addr): Move address-printing logic to ...
539 * utils.c (print_core_address): ... here.
540
541 2011-03-31 Ulrich Weigand <uweigand@de.ibm.com>
542
543 * breakpoint.c (addr_string_to_sals): Avoid uninitialized
544 variable compiler warning.
545
546 2011-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
547
548 * breakpoint.c (breakpoint_re_set_one): Factor out breakpoint-resetting
549 code from here ...
550 (re_set_breakpoint): ... to here ...
551 (addr_string_to_sals): ... and here.
552
553 2011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
554
555 * Makefile.in (SFILES): Add missing C sources.
556 (HFILES_NO_SRCDIR): Remove gdbserver subdirectory headers.
557 Add missing headers.
558
559 2011-03-29 Mike Frysinger <vapier@gentoo.org>
560
561 * .gitignore: New file.
562
563 2011-03-29 Mike Frysinger <vapier@gentoo.org>
564
565 * NEWS: Mention new cfi device simulation.
566
567 2011-03-29 Tom Tromey <tromey@redhat.com>
568
569 * dwarf2read.c (fixup_partial_die): Handle linkage name on
570 otherwise anonymous types.
571 (dwarf2_name): Likewise.
572 * valops.c (value_struct_elt_for_reference): Refine artificial
573 type logic. Call error if j==-1.
574
575 2011-03-29 Andreas Tobler <andreast-list@fgznet.ch>
576
577 Fix false GCC warning.
578 * infcall.c (find_function_addr): Initialize funaddr.
579
580 2011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
581
582 Fix mingw compilation with --enable-targets=all.
583 * remote-mips.c (gdb_usleep.h): Include header.
584 (mips_enter_debug): Use gdb_usleep instead of sleep.
585
586 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
587
588 Support resolution of STT_GNU_IFUNC via breakpoints.
589 * breakpoint.c (print_it_typical): Support bp_gnu_ifunc_resolver and
590 bp_gnu_ifunc_resolver_return.
591 (bpstat_what): Rename parameter to bs_head, new variable bs, adjust
592 the loop. Support bp_gnu_ifunc_resolver and
593 bp_gnu_ifunc_resolver_return. New comment after the loop. New loop
594 for bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return
595 breakpoints.
596 (bptype_string, print_one_breakpoint_location): Support
597 bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return.
598 (user_settable_breakpoint): Return true also for
599 bp_gnu_ifunc_resolver.
600 (allocate_bp_location): Support bp_gnu_ifunc_resolver and
601 bp_gnu_ifunc_resolver_return.
602 (set_breakpoint_location_function): New parameter explicit_loc,
603 describe it. Call find_pc_partial_function_gnu_ifunc with new
604 variable IS_GNU_IFUNC and adjust the address for STT_GNU_IFUNC if
605 EXPLICIT_LOC is not set.
606 (set_raw_breakpoint): Set EXPLICIT_LOC for
607 set_breakpoint_location_function.
608 (clone_momentary_breakpoint): Use true for EXPLICIT_LOC of
609 set_breakpoint_location_function.
610 (mention): Support bp_gnu_ifunc_resolver and
611 bp_gnu_ifunc_resolver_return.
612 (add_location_to_breakpoint): Set EXPLICIT_LOC for
613 set_breakpoint_location_function.
614 (update_breakpoint_locations): Remove static.
615 (breakpoint_re_set_one): Support bp_gnu_ifunc_resolver and
616 bp_gnu_ifunc_resolver_return.
617 * breakpoint.h (enum bptype): New fields bp_gnu_ifunc_resolver and
618 bp_gnu_ifunc_resolver_return.
619 (update_breakpoint_locations): New declaration.
620 * elfread.c: Include gdbthread.h and regcache.h.
621 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop): New
622 functions.
623 (elf_gnu_ifunc_fns): Install them.
624 * minsyms.c (stub_gnu_ifunc_resolver_stop)
625 (stub_gnu_ifunc_resolver_return_stop): New functions.
626 (stub_gnu_ifunc_fns): Install them.
627 * symtab.h (struct gnu_ifunc_fns): New fields gnu_ifunc_resolver_stop
628 and gnu_ifunc_resolver_return_stop.
629 (gnu_ifunc_resolver_stop, gnu_ifunc_resolver_return_stop): New.
630
631 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
632
633 STT_GNU_IFUNC reader implementation.
634 * elfread.c: Include gdbtypes.h, value.h and infcall.h.
635 (SYMBOL_GOT_PLT_SUFFIX, elf_rel_plt_read)
636 (elf_objfile_gnu_ifunc_cache_data, struct elf_gnu_ifunc_cache)
637 (elf_gnu_ifunc_cache_hash, elf_gnu_ifunc_cache_eq)
638 (elf_gnu_ifunc_record_cache, elf_gnu_ifunc_resolve_by_cache)
639 (elf_gnu_ifunc_resolve_by_got, elf_gnu_ifunc_resolve_name)
640 (elf_gnu_ifunc_resolve_addr): New.
641 (elf_symfile_read): Call elf_rel_plt_read.
642 (elf_gnu_ifunc_fns): New.
643 (_initialize_elfread): Initialize elf_objfile_gnu_ifunc_cache_data.
644 Install elf_gnu_ifunc_fns.
645 * infcall.c (find_function_return_type): New function.
646 (find_function_addr): Resolve TYPE_GNU_IFUNC functions, if possible.
647 * minsyms.c (stub_gnu_ifunc_resolve_addr)
648 (stub_gnu_ifunc_resolve_name): New functions.
649 (stub_gnu_ifunc_fns, gnu_ifunc_fns_p): New variables.
650 * symtab.h (struct gnu_ifunc_fns, gnu_ifunc_resolve_addr)
651 (gnu_ifunc_resolve_name, gnu_ifunc_fns_p): New.
652
653 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
654
655 Code cleanup for later STT_GNU_IFUNC support.
656 * infcall.c (find_function_addr): Remove variable code, use explicit
657 dereferences for it. Move VALUE_TYPE initialization later.
658
659 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
660
661 GDB find_pc_partial_function support for STT_GNU_IFUNC.
662 * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
663 (clear_pc_function_cache): Clear it.
664 (find_pc_partial_function): Rename to ...
665 (find_pc_partial_function_gnu_ifunc): ... this function. New
666 parameter is_gnu_ifunc_p, describe it. Set *IS_GNU_IFUNC_P.
667 (find_pc_partial_function): New wrapper for this function.
668 * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
669
670 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
671
672 GDB internal type support for STT_GNU_IFUNC.
673 * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
674 (elf_symtab_read): Set mst_text_gnu_ifunc for
675 BSF_GNU_INDIRECT_FUNCTION.
676 * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
677 * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
678 builtin_func_func, nodebug_text_gnu_ifunc_symbol and
679 nodebug_got_plt_symbol.
680 * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
681 (TYPE_GNU_IFUNC): New.
682 (struct main_type): New field flag_gnu_ifunc.
683 (struct builtin_type): New field builtin_func_func.
684 (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
685 nodebug_got_plt_symbol.
686 * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
687 (in_gnu_ifunc_stub): New.
688 (prim_record_minimal_symbol, find_solib_trampoline_target): Support
689 mst_text_gnu_ifunc.
690 * parse.c (write_exp_msymbol): New variable ifunc_msym. Detect and
691 support mst_text_gnu_ifunc. Support mst_slot_got_plt.
692 * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
693 in_gnu_ifunc_stub.
694 * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
695 * symtab.c (search_symbols): Likewise.
696 * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
697 and mst_slot_got_plt.
698 (in_gnu_ifunc_stub): New declaration.
699
700 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
701
702 Support a ring of related breakpoints.
703 * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
704 other functions, add gdb_assert.
705 (update_watchpoint, watchpoint_check): Add gdb_assert. Use
706 watchpoint_del_at_next_stop.
707 (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
708 (bpstat_stop_status): Handle ring in related_breakpoint.
709 (set_raw_breakpoint_without_location): Initialize ring in
710 related_breakpoint.
711 (delete_breakpoint): Handle ring in related_breakpoint, use
712 watchpoint_del_at_next_stop.
713 (map_breakpoint_numbers): Handle ring in related_breakpoint.
714
715 2011-03-28 Tom Tromey <tromey@redhat.com>
716
717 PR symtab/12441:
718 * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
719 with `language_minimal'.
720
721 2011-03-25 Ulrich Weigand <ulrich.weigand@linaro.org>
722
723 * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
724 instead of checking for STT_ARM_TFUNC symbol type.
725
726 2011-03-25 Tom Tromey <tromey@redhat.com>
727
728 * linespec.c (symbol_found): Restore line-based result for
729 non-LOC_LABEL symbols.
730
731 2011-03-25 Kai Tietz <ktietz@redhat.com>
732
733 * tui/tui-source.c (tui_set_source_content): Use filename_cmp
734 instead of strcmp for comparison.
735 (tui_source_is_displayed): Likewise.
736 * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
737
738 2011-03-24 Mark Wielaard <mjw@redhat.com>
739
740 * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
741 complaint.
742 (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
743 (find_partial_die_in_comp_unit): Likewise in comment.
744 (read_attribute_value): Likewise.
745 (lookup_die_type): Likewise.
746 (dwarf_form_name): Likewise.
747 (dump_die_shallow): Likewise.
748 (follow_die_ref_or_sig): Likewise.
749
750 2011-03-24 Tom Tromey <tromey@redhat.com>
751
752 PR breakpoints/11816:
753 * linespec.c (decode_line_1): Parse `function:label' linespecs.
754 (decode_compound): Update.
755 (find_function_symbol): New function.
756 (decode_dollar): Update.
757 (decode_label): Add 'function_symbol' parameter. Handle
758 function-relative labels.
759 (decode_variable): Update.
760 (symbol_found): Add 'function_symbol' parameter. Use label's PC,
761 not its line. Set `special_display' and canonical name for
762 labels.
763
764 2011-03-24 Tom Tromey <tromey@redhat.com>
765
766 * linespec.h (struct linespec_result) <special_display>: New
767 field.
768 * breakpoint.h (struct breakpoint) <display_canonical>: New
769 field.
770 * breakpoint.c (print_breakpoint_location): Respect
771 display_canonical.
772 (create_breakpoint_sal): Add 'display_canonical' parameter.
773 (create_breakpoints_sal): Update.
774 (create_breakpoint): Update.
775
776 2011-03-24 Tom Tromey <tromey@redhat.com>
777
778 * symtab.c (decode_line_spec): Update.
779 * linespec.c (build_canonical_line_spec): Change type of
780 'canonical'.
781 (decode_line_2, decode_line_1, decode_objc, decode_compound)
782 (find_method, decode_all_digits, decode_dollar, decode_label)
783 (symbol_found): Likewise.
784 (init_linespec_result): New function.
785 * breakpoint.c (struct captured_parse_breakpoint_args)
786 <canonical_p>: New field, replaces addr_string_p.
787 (create_breakpoints_sal): Add 'canonical' parameter, replacing
788 'addr_string'.
789 (parse_breakpoint_sals): Likewise.
790 (do_captured_parse_breakpoint): Update.
791 (create_breakpoint): Use struct linespec_result.
792 (until_break_command): Update.
793 (breakpoint_re_set_one): Update.
794 (decode_line_spec_1): Update.
795 * linespec.h (struct linespec_result): New.
796 (init_linespec_result): Declare.
797
798 2011-03-23 Pedro Alves <pedro@codesourcery.com>
799
800 * regcache.c (regcache_raw_read): If the target didn't supply a
801 given raw register, mark it as unavailable.
802
803 2011-03-23 Kai Tietz <ktietz@redhat.com>
804
805 * breakpoint.c (clear_command): Use filename_cmp
806 instead of strcmp for comparison.
807 * buildsym.c (watch_main_source_file_lossage): Likewise.
808 (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
809 checking just for slash.
810 * dbxread.c (read_dbx_symtab): Use lbasename instead of
811 strrchr and filename_cmp instead of strcmp for filenames.
812 (add_old_header_file): Use filename_cmp
813 instead of strcmp for comparison.
814 * exec.c (exec_set_section_address): Likewise.
815 * macrotab.c (macro_lookup_inclusion): Likewise.
816 (macro_lookup_inclusion): Likewise.
817 * elfread.c (_initialize_elfread): Likewise.
818 (elfstab_offset_sections): Likewise.
819 (elfstab_offset_sections): Use lbasename instead of
820 strrchr.
821 * mdebugread.c (parse_partial_symbols): Likewise.
822 (arse_partial_symbols): Use filename_(n)cmp instead of
823 str(n)cmp for comparison.
824 * minsyms.c (lookup_minimal_symbol): Likewise.
825 * psymtab.c (read_psymtabs_with_filename): Likewise.
826 * solib.c (solib_read_symbols): Likewise.
827 (reload_shared_libraries_1): Likewise.
828 * symmisc.c (maintenance_print_symbols): Likewise.
829 * symfile.c (separate_debug_file_exists): Likewise.
830 (reread_symbols): Likewise.
831 (find_separate_debug_file_by_debuglink): Likewise.
832 * remote-fileio.c (remote_fileio_func_rename): Likewise.
833 * source.c (add_path): Likewise.
834 * symtab.c (filename_seen): Likewise.
835 (file_matches): Likewise.
836 (print_symbol_info): Likewise.
837 (maybe_add_partial_symtab_filename): Likewise.
838 (make_source_files_completion_list): Likewise.
839 * xml-syscall.c (init_sysinfo): Likewise.
840 * windows-nat.c (_initialize_check_for_gdb_ini): Use
841 IS_DIR_SEPARATOR for checking for trailing path separator.
842
843 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
844
845 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value. New
846 label abort_expression.
847 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
848 DWARF_VALUE_OPTIMIZED_OUT.
849
850 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
851
852 Code cleanup.
853 * c-typeprint.c (c_type_print_args): Change parameter show_artificial
854 to linkage_name. Invert its value. Update the function comment.
855 (c_type_print_varspec_suffix): Invert it at the caller.
856 * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
857
858 2011-03-22 Pedro Alves <pedro@codesourcery.com>
859
860 * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
861 errors when reading the `stop_pc'.
862 * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
863 get_frame_pc.
864
865 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
866
867 * NEWS: Document gdb.Write stream keyword.
868
869 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
870
871 Revert:
872 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
873 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
874 (dwarf2_add_field): Fix new_field->accessibility for
875 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
876
877 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
878
879 PR python/12183
880
881 * python/py-function.c (fnpy_call): Treat GdbErrors differently to
882 other error classes. Do not print stack trace.
883
884 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
885
886 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
887 (dwarf2_add_field): Fix new_field->accessibility for
888 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
889
890 2011-03-21 Ulrich Weigand <ulrich.weigand@linaro.org>
891
892 * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
893 encountering a load via a non-SP register.
894
895 2011-03-21 Ulrich Weigand <uweigand@de.ibm.com>
896
897 * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
898 field in returned unwinder.
899
900 2012-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
901
902 * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
903
904 2012-03-21 Joel Brobecker <brobecker@adacore.com>
905
906 * ada-lang.c (replace_operator_with_call): Use xzalloc instead
907 of xmalloc.
908
909 2012-03-18 Pedro Alves <pedro@codesourcery.com>
910
911 * frame.c (frame_unwind_register): Throw an error if unwinding the
912 register failed.
913 * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
914 an unwind stop reason.
915 (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
916 * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
917 UNWIND_UNAVAILABLE>: New.
918 * inline-frame.c (inline_frame_unwind): Install
919 default_frame_unwind_stop_reason.
920 * frame-unwind.c: Include "exceptions.h".
921 (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
922 (default_frame_unwind_stop_reason): New.
923 * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
924 (default_frame_unwind_stop_reason): Declare.
925 (struct frame_unwind) <stop_reason>: New function pointer.
926
927 * dummy-frame.c: Install default_frame_unwind_stop_reason.
928 * dwarf2-frame.c: Include exceptions.h.
929 (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
930 (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
931 computing the CFA. If such an error was thrown, set
932 unavailable_retaddr.
933 (dwarf2_frame_unwind_stop_reason): New.
934 (dwarf2_frame_this_id): Don't build a frame id if the CFA was
935 unavailable.
936 (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
937 (dwarf2_signal_frame_unwind): Ditto.
938
939 * amd64-tdep.c: Include "exceptions.h".
940 (struct amd64_frame_cache): New field "base_p".
941 (amd64_init_frame_cache): Clear it.
942 (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
943 Avoid reading registers with functions that throw if the register
944 is not necessary to compute the frame base.
945 (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
946 swallowing NOT_AVAILABLE_ERROR.
947 (amd64_frame_unwind_stop_reason): New.
948 (amd64_frame_this_id): Don't build a frame id if the frame base
949 was unavailable.
950 (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
951 (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
952 base_p if the frame base was computable.
953 (amd64_sigtramp_frame_unwind_stop_reason): New.
954 (amd64_sigtramp_frame_this_id): Don't build a frame id if the
955 frame base was unavailable.
956 (amd64_sigtramp_frame_unwind): Install
957 amd64_sigtramp_frame_unwind_stop_reason.
958 (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
959 base_p if the frame base was computable.
960 (amd64_epilogue_frame_unwind_stop_reason): New.
961 (amd64_epilogue_frame_this_id): Don't build a frame id if the
962 frame base was unavailable.
963 (amd64_epilogue_frame_unwind): Install
964 amd64_epilogue_frame_unwind_stop_reason.
965 * i386-tdep.c: Include "exceptions.h".
966 (struct i386_frame_cache): New field "base_p".
967 (i386_init_frame_cache): Clear it.
968 (i386_frame_cache_1): New, factored out from amd64_frame_cache.
969 Avoid reading registers with functions that throw if the register
970 is not necessary to compute the frame base.
971 (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
972 swallowing NOT_AVAILABLE_ERROR.
973 (i386_frame_unwind_stop_reason): New.
974 (i386_frame_this_id): Don't build a frame id if the frame base was
975 unavailable.
976 (i386_frame_prev_register): Handle unavailable SP.
977 (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
978 (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
979 base_p if the frame base was computable.
980 (i386_epilogue_frame_unwind_stop_reason): New.
981 (i386_epilogue_frame_this_id): Don't build a frame id if the frame
982 base was unavailable.
983 (i386_epilogue_frame_unwind): Install
984 i386_epilogue_frame_unwind_stop_reason.
985 (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
986 base_p if the frame base was computable.
987 (i386_sigtramp_frame_unwind_stop_reason): New.
988 (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
989 base was unavailable.
990 (i386_sigtramp_frame_unwind): Install
991 i386_sigtramp_frame_unwind_stop_reason.
992 * sentinel-frame.c (sentinel_frame_prev_register): Use the value
993 type's size, not the register's.
994 (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
995
996 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
997 default_frame_unwind_stop_reason.
998 * alpha-tdep.c (alpha_sigtramp_frame_unwind)
999 (alpha_heuristic_frame_unwind): Ditto.
1000 * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
1001 * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
1002 * avr-tdep.c (avr_frame_unwind): Ditto.
1003 * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
1004 Ditto.
1005 * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
1006 * frv-tdep.c (frv_frame_unwind): Ditto.
1007 * h8300-tdep.c (h8300_frame_unwind): Ditto.
1008 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
1009 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
1010 * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
1011 (hppa_stub_frame_unwind): Ditto.
1012 * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
1013 * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
1014 (ia64_libunwind_frame_unwind)
1015 (ia64_libunwind_sigtramp_frame_unwind): Ditto.
1016 * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
1017 * lm32-tdep.c (lm32_frame_unwind): Ditto.
1018 * m32c-tdep.c (m32c_unwind): Ditto.
1019 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
1020 * m32r-tdep.c (m32r_frame_unwind): Ditto.
1021 * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
1022 * m68k-tdep.c (m68k_frame_unwind): Ditto.
1023 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
1024 * m88k-tdep.c (m88k_frame_unwind): Ditto.
1025 * mep-tdep.c (mep_frame_unwind): Ditto.
1026 * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
1027 * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
1028 (mips_stub_frame_unwind): Ditto.
1029 * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
1030 * moxie-tdep.c (moxie_frame_unwind): Ditto.
1031 * mt-tdep.c (mt_frame_unwind): Ditto.
1032 * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
1033 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
1034 * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
1035 * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
1036 (s390_sigtramp_frame_unwind): Ditto.
1037 * score-tdep.c (score_prologue_unwind): Ditto.
1038 * sh-tdep.c (sh_frame_unwind): Ditto.
1039 * sh64-tdep.c (sh64_frame_unwind): Ditto.
1040 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
1041 * sparc-tdep.c (sparc32_frame_unwind): Ditto.
1042 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
1043 * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
1044 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
1045 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
1046 * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
1047 (sparc64obsd_trapframe_unwind): Ditto.
1048 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
1049 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
1050 * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
1051 * v850-tdep.c (v850_frame_unwind): Ditto.
1052 * vax-tdep.c (vax_frame_unwind): Ditto.
1053 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
1054 * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
1055 * xtensa-tdep.c (xtensa_unwind): Ditto.
1056
1057 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1058
1059 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
1060 there's always a frame. Use get_frame_pc_if_available instead of
1061 get_frame_pc, and if there's no PC available, don't look up a
1062 symtab.
1063
1064 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1065
1066 * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
1067 unavailable PC.
1068
1069 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1070
1071 * tracepoint.c (set_traceframe_context): Handle unavailable PC
1072 gracefully.
1073
1074 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1075
1076 * frame.h (frame_unwind_caller_pc_if_available): Declare.
1077 * frame.c (frame_unwind_caller_pc_if_available): New.
1078 * stack.c (frame_info): Handle unavailable PC.
1079
1080 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1081
1082 * frame.c (frame_unwind_pc): Rename to ...
1083 (frame_unwind_pc_if_available): ... this. New `pc' output
1084 parameter. Change return type to int. Gracefully handle
1085 gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR. Return 0 if that
1086 happened, or 1 otherwise.
1087 (frame_unwind_pc): Reimplement on top of
1088 frame_unwind_pc_if_available.
1089 (get_frame_func): Rename to ...
1090 (get_frame_func_if_available): New `pc' output parameter. Change
1091 return type to int. Gracefully handle the PC not being available.
1092 (get_frame_func): Reimplement on top of
1093 get_frame_func_if_available.
1094 (select_frame): Handle the PC being unavailable.
1095 (get_prev_frame): Handle the PC being unavailable.
1096 (get_frame_pc_if_available): New.
1097 (get_frame_address_in_block_if_available): New.
1098 (find_frame_sal): Handle the frame PC not being available.
1099 * frame.h (get_frame_pc_if_available): Declare.
1100 (get_frame_address_in_block_if_available): Declare.
1101 (get_frame_func_if_available): Declare.
1102 * stack.c (print_frame_info): Handle the PC being unavailable.
1103 (find_frame_funname): Ditto.
1104 (print_frame): Handle the PC being unavailable.
1105 (get_frame_language): Ditto.
1106 * blockframe.c (get_frame_block): Ditto.
1107 * macroscope.c (default_macro_scope): Ditto.
1108 * tui/tui-stack.c (tui_show_frame_info): Ditto.
1109
1110 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1111
1112 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
1113 NOT_AVAILABLE_ERROR when evaluating the location expression.
1114
1115 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1116
1117 * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
1118 returning that the register piece is unavailable/optimized out.
1119 (write_pieced_value): Handle get_frame_register_bytes returning
1120 that the register piece is unavailable/optimized out when doing a
1121 read-modify write of a bitfield.
1122 * findvar.c (value_from_register): Handle get_frame_register_bytes
1123 returning that the register piece is unavailable/optimized out.
1124 * frame.c (get_frame_register_bytes): New parameters `optimizedp'
1125 and `unavailablep'. Throw error on bad debug info. Use
1126 frame_register instead of frame_register_read, to fill in the new
1127 arguments.
1128 * frame.h (get_frame_register_bytes): New parameters `optimizedp'
1129 and `unavailablep'.
1130 * valops.c: (value_assign): Adjust, and handle
1131 get_frame_register_bytes failing.
1132 * spu-tdep.c: Include exceptions.h.
1133 (spu_software_single_step): Adjust, and handle
1134 get_frame_register_bytes failing.
1135 (spu_get_longjmp_target): Ditto.
1136 * gdbarch.sh (register_to_value): Change to return int. New
1137 parameters `optimizedp' and `unavailablep'.
1138 * gdbarch.h, gdbarch.c: Regenerate.
1139 * i386-tdep.c (i386_register_to_value): Adjust to new
1140 gdbarch_register_to_value interface.
1141 * i387-tdep.c (i387_register_to_value): Ditto.
1142 * i387-tdep.h (i387_register_to_value): Ditto.
1143 * alpha-tdep.c (alpha_register_to_value): Ditto.
1144 * ia64-tdep.c (ia64_register_to_value): Ditto.
1145 * m68k-tdep.c (m68k_register_to_value): Ditto.
1146 * mips-tdep.c (mips_register_to_value): Ditto.
1147 * rs6000-tdep.c (rs6000_register_to_value): Ditto.
1148
1149 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1150
1151 * findvar.c (value_of_register): Mark the value as unavailable, if
1152 the register is unavailable.
1153 * frame.h (frame_register_unwind): New `unavailablep' parameter.
1154 (frame_register): New `unavailablep' parameter.
1155 (frame_register_read): Update comment.
1156 * frame.c (frame_register_unwind): New `unavailablep' parameter.
1157 Set it if the register is unavailable. If the register is
1158 unavailable, clear the output buffer.
1159 (frame_register): New `unavailablep' parameter. Pass it down.
1160 (frame_unwind_register): Adjust.
1161 (put_frame_register): Adjust.
1162 (frame_register_read): Adjust. Also return false if the register
1163 is not available.
1164 (frame_register_unwind_location): Adjust.
1165 * sentinel-frame.c (sentinel_frame_prev_register): If the register
1166 is unavailable, mark the value accordingly.
1167 * stack.c (frame_info): Handle unavailable registers.
1168
1169 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1170
1171 * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
1172 simplify, using regcache_cooked_read.
1173
1174 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1175
1176 * regcache.h (regcache_raw_read, regcache_raw_read_signed)
1177 (regcache_raw_read_unsigned, regcache_raw_read_signed)
1178 (regcache_raw_read_unsigned, regcache_raw_read_part)
1179 (regcache_cooked_read, regcache_cooked_read_signed)
1180 (regcache_cooked_read_unsigned, regcache_cooked_read_part)
1181 (regcache_cooked_read_ftype): Change return to enum
1182 register_status.
1183 * regcache.c: Include exceptions.h
1184 (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
1185 (do_cooked_read): Change return to enum register_status. Always
1186 forward to regcache_cooked_read.
1187 (regcache_raw_read): Change return to enum register_status. If
1188 the register is not REG_VALID, memset the buffer. Return the
1189 register's status.
1190 (regcache_raw_read_signed): Handle non-REG_VALID registers and
1191 return the register's status.
1192 (regcache_raw_read_unsigned): Ditto.
1193 (regcache_cooked_read): Change return to enum register_status.
1194 Assert that with read-only regcaches, the register's status must
1195 be known. If the regcache is read-only, and the register is not
1196 REG_VALID, memset the buffer. Return the register's status.
1197 (regcache_cooked_read_signed): Change return to enum
1198 register_status. Handle non-REG_VALID registers and return the
1199 register's status.
1200 (regcache_cooked_read_unsigned): Change return to enum
1201 register_status. Handle non-REG_VALID registers and return the
1202 register's status.
1203 (regcache_xfer_part, regcache_raw_read_part)
1204 (regcache_cooked_read_part): Change return to enum
1205 register_status. Return the register's status.
1206 (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
1207 unavailable.
1208 (regcache_dump): Handle unavailable cooked registers.
1209 * frame.c (do_frame_register_read): Adjust interface to match
1210 regcache_cooked_read_ftype.
1211 * gdbarch.sh (pseudo_register_read): Change return to enum
1212 register_status.
1213 * gdbarch.h, gdbarch.c: Regenerate.
1214
1215 * i386-tdep.h (i386_pseudo_register_read): Change return to enum
1216 register_status.
1217 * i386-tdep.c (i386_pseudo_register_read): Change return to enum
1218 register_status. If reading a raw register indicates the raw
1219 register is not valid, return the raw register's status,
1220 otherwise, return REG_VALID.
1221 * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
1222 register_status. Handle non-REG_VALID raw registers and return
1223 the register's status.
1224 * arm-tdep.c (arm_neon_quad_read)
1225 (arm_pseudo_read): Change return to enum register_status. Handle
1226 non-REG_VALID raw registers and return the register's status.
1227 * avr-tdep.c (avr_pseudo_register_read): Ditto.
1228 * frv-tdep.c (frv_pseudo_register_read): Ditto.
1229 * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
1230 * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
1231 * m32c-tdep.c (m32c_move_reg_t): Change return to enum
1232 register_status.
1233 (m32c_raw_read, m32c_raw_write, m32c_banked_read)
1234 (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
1235 (m32c_part_write, m32c_cat_read, m32c_cat_write)
1236 (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
1237 (m32c_pseudo_register_read): Change return to enum
1238 register_status. Adjust.
1239 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
1240 enum register_status. Return the register's status.
1241 * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
1242 register_status. Return the register's status.
1243 (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
1244 * mips-tdep.c (mips_pseudo_register_read): Ditto.
1245 * mt-tdep.c (mt_pseudo_register_read): Ditto.
1246 * rs6000-tdep.c (move_ev_register_func): New typedef.
1247 (e500_move_ev_register): Use it. Change return to enum
1248 register_status. Return the register's status.
1249 (do_regcache_raw_read): New function.
1250 (do_regcache_raw_write): New function.
1251 (e500_pseudo_register_read): Change return to enum
1252 register_status. Return the register's status. Use
1253 do_regcache_raw_read.
1254 (e500_pseudo_register_write): Adjust. Use do_regcache_raw_write.
1255 (dfp_pseudo_register_read): Change return to enum register_status.
1256 Return the register's status.
1257 (vsx_pseudo_register_read): Ditto.
1258 (efpr_pseudo_register_read): Ditto.
1259 (rs6000_pseudo_register_read): Ditto.
1260 * s390-tdep.c (s390_pseudo_register_read): Change return to enum
1261 register_status. Return the register's status.
1262 * sh64-tdep.c (pseudo_register_read_portions): New function.
1263 (sh64_pseudo_register_read): Change return to enum
1264 register_status. Use pseudo_register_read_portions. Return the
1265 register's status.
1266 * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
1267 register_status. Return the register's status.
1268 * sh-tdep.c (pseudo_register_read_portions): New function.
1269 (sh_pseudo_register_read): Change return to enum register_status.
1270 Use pseudo_register_read_portions. Return the register's status.
1271 * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
1272 enum register_status. Return the register's status.
1273 * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
1274 * spu-tdep.c (spu_pseudo_register_read_spu)
1275 (spu_pseudo_register_read): Ditto.
1276 * xtensa-tdep.c (xtensa_register_read_masked)
1277 (xtensa_pseudo_register_read): Ditto.
1278 * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
1279
1280 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
1281
1282 * python/py-value.c (valpy_getitem): Fix formatting of error function
1283 call.
1284
1285 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
1286
1287 ARI fixes: Add missing internationalization markups throughout
1288 C source files.
1289 * darwin-nat-info.c: Ditto.
1290 * record.c: Ditto.
1291 * remote.c: Ditto.
1292 * mi/mi-main.c: Ditto.
1293
1294 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
1295
1296 ARI fixes: Add missing internationalization markups throughout
1297 yacc files.
1298 * c-exp.y: Ditto.
1299 * cp-name-parser.y: Ditto.
1300 * f-exp.y: Ditto.
1301 * m2-exp.y: Ditto.
1302 * objc-exp.y: Ditto.
1303 * p-exp.y: Ditto.
1304
1305 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
1306
1307 ARI fixes: Messages should have no trailing new lines.
1308 * darwin-nat.c (mach_check_error): Remove trailing new line from
1309 warning function call message.
1310 * record.c (bfdcore_read): Idem for error call.
1311
1312 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
1313
1314 * common/signals.c (target_signal_from_host): Add _ markup to error
1315 function call message.
1316 (target_signal_to_host): Add _ markup and remove trailing new line
1317 from warning call message.
1318 (target_signal_from_command): Add _ markup to error function call
1319 message.
1320
1321 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1322
1323 PR python/12149
1324
1325 * python/python.c (gdbpy_write): Accept a stream argument and
1326 operate to the appropriate stream.
1327 (gdbpy_flush): Likewise.
1328 (_initialize_python): Add stream constants.
1329 (finish_python_initialization): Add GdbOutputErrorFile class.
1330
1331 2011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1332
1333 * MAINTAINERS: Add myself as a write-after-approval maintainer.
1334
1335 2011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1336
1337 * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
1338 to store_signed_integer. Add debug message when relocating CALL
1339 instructions. Fix formatting of debug message.
1340 * i386-tdep.c (i386_relocate_instruction): Ditto.
1341
1342 2011-03-17 Joel Brobecker <brobecker@gnat.com>
1343
1344 * target.h (struct target_ops): Remove to_lookup_symbol field.
1345 (target_lookup_symbol): Delete macro.
1346 * target.c (nosymbol, debug_to_lookup_symbol): Delete.
1347 (update_current_target, setup_target_debug): Remove handling
1348 of to_lookup_symbol target_ops field.
1349 * ada-tasks.c (get_known_tasks_addr): Remove use of
1350 target_lookup_symbol.
1351 * coffread.c (coff_symtab_read): Likewise.
1352 * dbxread.c (read_dbx_symtab): Ditto.
1353
1354 2011-03-17 Joel Brobecker <brobecker@gnat.com>
1355
1356 PR gdb/12116:
1357 * configure.ac: Add getthrds declaration check.
1358 * configure, config.in: Regenerate.
1359 * aix-thread.c (getthrds): Declare only if not already declared
1360 in procinfo.h. More declaration out of get_signaled_thread to
1361 global scope.
1362
1363 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1364
1365 * python/py-symtab.c: Populate symtab_object_methods,
1366 sal_object_methods.
1367 (stpy_is_valid): New function.
1368 (salpy_is_valid): Ditto.
1369 * python/py-symbol.c: Declare symbol_object_methods. Populate.
1370 (sympy_is_valid): New function.
1371 * python/py-objfile.c: Declare objfile_object_methods. Populate.
1372 (objfpy_is_valid): New function.
1373 * python/py-inferior.c: Populate inferior_object_methods.
1374 (infpy_is_valid): New function.
1375 * python/py-infthread.c: Populate thread_object_methods.
1376 (thpy_is_valid): New function.
1377 * python/py-block.c: Declare block_object_methods. Populate. Declare
1378 block_iterator_object_methods. Populate.
1379 (blpy_is_valid): New function.
1380 (blpy_iter_is_valid): Ditto.
1381
1382 2011-03-16 Keith Seitz <keiths@redhat.com>
1383
1384 * linespec.c (find_methods): Canonicalize NAME before looking
1385 up the symbol.
1386 (name_end): New function.
1387 (keep_name_info): New function.
1388 (decode_line_1): Use keep_name_info.
1389 (decode_compound): Likewise.
1390 * cli/cli-utils.h (remove_trailing_whitespace): New function.
1391 * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
1392
1393 PR c++/12273
1394 * linespec.c (locate_first_half): Keep overload information, too.
1395 (decode_compound): Use a string to represent break characters
1396 to escape the loop.
1397 If P points to a break character, do not increment it.
1398 For C++ and Java, keep overload information and relevant keywords.
1399 If we cannot find a symbol, search the minimal symbols.
1400
1401 PR c++/11734
1402 * linespec.c (decode_compound): Rename SAVED_ARG to
1403 THE_REAL_SAVED_ARG.
1404 Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
1405 single-quotes.
1406 Pass a valid block to lookup_symbol.
1407 (lookup_prefix_sym): Likewise.
1408 (find_method): Construct search name based on SYM_CLASS instead
1409 of SAVED_ARG.
1410 * psymtab.c (lookup_partial_symbol): Add language parameter.
1411 (lookup_symbol_aux_psymtabs): Likewise.
1412 Don't assume that the psymtab we found was the right one. Search
1413 for the desired symbol in the symtab to be certain.
1414 (psymtab_search_name): New function.
1415 (lookup_partial_symbol): Use psymtab_search_name.
1416 Add language parameter.
1417 (read_symtabs_for_function): Add language parameter and pass to
1418 lookup_partial_symbol.
1419 (find_symbol_file_from_partial): Likewise.
1420
1421 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
1422
1423 PR gdb/12528
1424 * dwarf2read.c (noop_record_line): New function.
1425 (dwarf_decode_lines): Ignore line tables for GCd functions.
1426
1427 2011-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
1428
1429 Fix ARI warnings about new lines at the end of messages, which
1430 are unneeded as there is a new line added at the end of the message
1431 automatically.
1432 * darwin-nat.c (darwin_stop_inferior): Ditto.
1433 * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
1434 * dfp.c (decimal_to_number): Ditto.
1435 * exec.c (print_section_info): Ditto.
1436 * i386-darwin-nat.c (darwin_set_sstep): Ditto.
1437 * osdata.c (get_osdata): Ditto.
1438 * record.c (bfdcore_write): Ditto.
1439 * remote-mips.c (mips_readchar): Ditto.
1440 * remote.c (read_ptid): Ditto.
1441 * ser-mingw.c (ser_windows_raw): Ditto.
1442 * tracepoint.c (add_local_symbols): Ditto.
1443 * windows-nat.c (fake_create_process): Ditto.
1444
1445 2011-03-16 Tom Tromey <tromey@redhat.com>
1446
1447 * tracepoint.c (stop_tracing): Don't declare.
1448 * event-top.c (after_char_processing_hook): Add `(void)'.
1449
1450 2011-03-16 Phil Muldoon <pmuldoon@redhat.com>
1451
1452 * NEWS: Add Parameter sub-classing description.
1453
1454 2011-03-16 Kai Tietz <ktietz@redhat.com>
1455
1456 * MAINTAINERS: Update my e-mail address.
1457
1458 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
1459
1460 * MAINTAINERS: Add myself for write after approval privileges.
1461
1462 2011-03-15 Michael Snyder <msnyder@vmware.com>
1463
1464 * frame.c (find_frame_sal): Assert sym is not null.
1465
1466 * dbxread.c (process_one_symbol): Assert 'name' is not null.
1467
1468 * objc-lang.c (selectors_info): Check strchr for null result.
1469
1470 * stabsread.c (define_symbol): Guard against bad stabstring input.
1471
1472 2011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
1473
1474 Remove trailing spaces and tabulations from pascal language
1475 support sources.
1476 p-exp.y: Ditto.
1477 p-lang.c: Ditto.
1478 p-lang.h: Ditto.
1479 p-valprint.c: Ditto.
1480
1481 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1482
1483 * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
1484 than LOW. Comment it.
1485 (read_partial_die): Call complaint for inappropriate zero LOWPC or
1486 HIGHPC not strictly higher than LOWPC.
1487
1488 2011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
1489
1490 Fix formatting of function declarations returning a pointer in
1491 previous commit.
1492 * varobj.c (varobj_add_child): Ditto.
1493 * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
1494 * inferior.h (get_displaced_step_closure_by_addr): Ditto.
1495
1496 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
1497
1498 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
1499 for the "generic" vector ABI used with GCC 4.3 and later.
1500 (ppc64_sysv_abi_return_value): Likewise.
1501
1502 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
1503
1504 * infcall.c (call_function_by_hand): Function return value is
1505 always a non_lval, even when using struct_return.
1506
1507 2011-03-15 Pedro Alves <pedro@codesourcery.com>
1508
1509 * printcmd.c (ALL_DISPLAYS_SAFE): New.
1510 (map_display_numbers): New.
1511 (do_delete_display): New.
1512 (undisplay_command): Use map_display_numbers.
1513 (do_enable_disable_display): New.
1514 (enable_disable_display_command): New function.
1515 (enable_display): Delete.
1516 (enable_display_command): New.
1517 (disable_display_command): Reimplement.
1518 (_initialize_printcmd): Adjust "enable display" command to use
1519 `enable_display_command' as callback.
1520
1521 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1522
1523 * NEWS: Add Python breakpoint 'stop' operation.
1524
1525 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1526
1527 * NEWS: Delete duplicate entry. Fix typo.
1528
1529 2011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
1530
1531 Fix ARI warning about function names in first column.
1532 Put prototype declaration on same line as return type.
1533 * objc-exp.y: Ditto.
1534 * p-exp.y: Ditto.
1535 * python/py-stopevent.h: Ditto.
1536 For long function names, split parameters to
1537 allow function name on same line as return type.
1538 * solib-pa64.c: Ditto.
1539 * varobj.c: Ditto.
1540 * varobj.h: Ditto.
1541 For long function declaration, use single line.
1542 * hppa-tdep.h: Ditto.
1543 * inferior.h: Ditto.
1544
1545 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1546
1547 * python/python.h: Declare gdbpy_should_stop and
1548 gdbpy_breakpoint_has_py_cond.
1549 * python/python.c: Add python.h to includes. Remove python.h from
1550 HAVE_PYTHON definition
1551 (gdbpy_should_stop): New dummy function.
1552 (gdbpy_breakpoint_has_py_cond): New dummy function.
1553 * python/py-breakpoint.c (bppy_init): Rewrite to allow
1554 sub-classing capabilities.
1555 (gdbpy_should_stop): New function.
1556 (gdbpy_breakpoint_has_py_cond): New function.
1557 (local_setattro): New function.
1558 * breakpoint.c (condition_command): Add check for Python 'stop'
1559 operation.
1560 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
1561 operation function as part of stop/continue tests.
1562
1563 2011-03-14 Tom Tromey <tromey@redhat.com>
1564
1565 PR gdb/12576:
1566 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
1567 (needs_frame_dwarf_call): Likewise.
1568
1569 2011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
1570
1571 Fix ARI warning about functions without parameters that do not
1572 use (void).
1573 * breakpoint.c (all_tracepoints): Replace () by (void).
1574 * f-exp.y (match_string_literal): Ditto.
1575 (yylex): Ditto.
1576 * m2-exp.y (yylex): Ditto.
1577 * mep-tdep.c (current_me_module): Ditto.
1578 (current_options): Ditto.
1579 (current_cop_data_bus_width): Ditto.
1580 (current_cr_names): Ditto.
1581 (current_cr_is_float): Ditto.
1582 (current_ccr_names): Ditto.
1583 * objc-exp.y (yylex): Ditto.
1584 * p-exp.y (yylex): Ditto.
1585 * remote.c (send_interrupt_sequence): Ditto.
1586 * tracepoint.c (current_trace_status): Ditto.
1587 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
1588 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
1589
1590 2011-03-11 Michael Snyder <msnyder@vmware.com>
1591
1592 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
1593 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
1594 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
1595 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
1596 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
1597
1598 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
1599 (delete_async_event_handler): Ditto.
1600
1601 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
1602
1603 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
1604
1605 * top.c (set_verbose): Assert showcmd was found.
1606
1607 2011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
1608
1609 * xtensa-tdep.c (warning_once): Correct style issues.
1610
1611 2011-03-11 Yao Qi <yao@codesourcery.com>
1612
1613 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
1614
1615 2011-03-11 Andreas Schwab <schwab@redhat.com>
1616
1617 * common/aclocal.m4: Remove.
1618
1619 2011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
1620
1621 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
1622 (xtensa_write_register, xtensa_read_register): Likewise.
1623 (xtensa_hextochar): Removed.
1624 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
1625
1626 2011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
1627
1628 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
1629 (xtensa_call0_frame_cache_t): Update comments. New fields added.
1630 (xtensa_alloc_frame_cache): Add initialization for new fields.
1631 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
1632 (warning_once): New function.
1633 (xtensa_insn_kind): New item c0opc_and.
1634 (call0_classify_opcode): Add the case for AND instruction.
1635 (call0_track_op): Change arguments. New local variable litbase.
1636 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
1637 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
1638 in the prologue.
1639 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
1640 (call0_analyze_prologue): Update the comments. Change arguments.
1641 Add the variety of updates to handle extended prologues, which now can
1642 conduct dynamic stack adjustments.
1643 (call0_frame_cache): Likewise.
1644 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
1645 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
1646
1647 2011-03-10 Michael Snyder <msnyder@vmware.com>
1648
1649 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
1650 (cmd_qtframe): Ditto.
1651 (cmd_qtbuffer): Ditto.
1652 (cmd_bigqtbuffer): Ditto.
1653
1654 2011-03-10 Tom Tromey <tromey@redhat.com>
1655
1656 * tracepoint.c (trace_actions_command): Update.
1657 * thread.c (thread_apply_command): Update.
1658 * reverse.c (delete_bookmark_command): Update.
1659 (bookmarks_info): Update.
1660 * printcmd.c (undisplay_command): Update.
1661 * memattr.c (mem_enable_command): Update.
1662 (mem_disable_command): Update.
1663 (mem_delete_command): Update.
1664 * inferior.c (detach_inferior_command): Update.
1665 (kill_inferior_command): Update.
1666 (remove_inferior_command): Update.
1667 * cli/cli-utils.h (struct get_number_or_range_state): New.
1668 (init_number_or_range): Declare.
1669 (get_number_or_range): Update.
1670 * cli/cli-utils.c (init_number_or_range): New function.
1671 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
1672 static variables.
1673 (number_is_in_list): Update.
1674 * breakpoint.h (get_tracepoint_by_number): Update.
1675 * breakpoint.c (map_breakpoint_numbers): Update for change to
1676 get_number_or_range.
1677 (find_location_by_number): Use get_number, not
1678 get_number_or_range.
1679 (trace_pass_set_count): New function.
1680 (trace_pass_command): Update for change to get_number_or_range.
1681 Rework loop logic.
1682 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
1683 'state' parameter.
1684
1685 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1686
1687 * python/py-param.c (add_setshow_generic): Add set/show callback
1688 parameters. Register Python object context.
1689 (get_show_value): New function.
1690 (get_set_value): New function.
1691 (call_doc_function): New function.
1692 (get_doc_string): Move behind get_show_value/get_set_value.
1693
1694 2011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
1695
1696 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
1697
1698 2011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
1699
1700 * xtensa-tdep.c (xtensa_read_register): Add comment.
1701 (xtensa_write_register): Likewise.
1702 (xtensa_hextochar): Add comment and update to match coding conventions.
1703 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
1704 (execute_l32e, execute_s32e, execute_code): Update comments.
1705 (xtensa_exception_handler_t): Update to match coding conventions.
1706 (xtensa_insn_kind): Likewise.
1707
1708 2011-03-09 Michael Snyder <msnyder@vmware.com>
1709
1710 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
1711
1712 2011-03-09 Pedro Alves <pedro@codesourcery.com>
1713
1714 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
1715
1716 2011-03-09 Tom Tromey <tromey@redhat.com>
1717
1718 * thread.c (restore_selected_frame): Handle frame_level == -1.
1719 (make_cleanup_restore_current_thread): Use
1720 get_selected_frame_if_set.
1721 * frame.h (get_selected_frame_if_set): Declare.
1722 * frame.c (get_selected_frame_if_set): New function.
1723
1724 2011-03-09 Pedro Alves <pedro@codesourcery.com>
1725
1726 * cli/cli-cmds.c (shell_escape): Use lbasename.
1727 * coffread.c (coff_start_symtab): Constify parameter.
1728 (complete_symtab): Constify `name' parameter.
1729 (coff_symtab_read): Constify `filestring' local.
1730 (coff_getfilename): Constify return and `result' local.
1731 Use lbasename.
1732 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
1733 * linux-fork.c (info_checkpoints_command): Use lbasename.
1734 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
1735 * minsyms.c (lookup_minimal_symbol): Use lbasename.
1736 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
1737 * procfs.c (procfs_make_note_section): Use lbasename.
1738 * tui/tui-io.c (printable_part): Constity return and parameter.
1739 Use lbasename.
1740 (print_filename): Constify parameters, and local `s'.
1741 (tui_rl_display_match_list): Constify local `temp'.
1742
1743 2011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1744
1745 Revert:
1746 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1747 Fix DWARF-3+ DW_AT_accessibility default assumption.
1748 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
1749 cu->header.version >= 3.
1750
1751 2011-03-09 Yao Qi <yao@codesourcery.com>
1752
1753 * common/Makefile.in: Remove.
1754 * common/configure: Remove.
1755 * common/configure.ac: Remove.
1756
1757 2011-03-09 Yao Qi <yao@codesourcery.com>
1758
1759 Revert:
1760 2011-02-11 Yao Qi <yao@codesourcery.com>
1761
1762 * common/Makefile.in: Add copyright header.
1763
1764 2011-02-11 Yao Qi <yao@codesourcery.com>
1765
1766 * Makefile.in: Remove signals.o from COMMON_OBS. Link
1767 libcommon.a.
1768 * configure.ac: Add common to sub dir.
1769 * configure: Regenerate.
1770
1771 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
1772
1773 * xtensa-tdep.c (call0_ret): New function.
1774 (xtensa_skip_prologue): Speed up analysis.
1775
1776 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
1777
1778 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
1779 while executing MI command -data-list-changed-registers.
1780
1781 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
1782
1783 * xtensa-tdep.c (xtensa_read_register): New function.
1784 (xtensa_write_register): New function.
1785 (xtensa_find_register_by_name): New function.
1786 (xtensa_windowed_frame_cache): Update comments in type description.
1787 (xtensa_frame_cache): Likewise.
1788 (xtensa_window_interrupt_insn): New function.
1789 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
1790 (xtensa_insn_kind): Add new instructions.
1791 (rwx_special_register): New function.
1792 (call0_classify_opcode): Add new instructions to the analysis.
1793 (a0_saved, a7_saved, a11_saved): New variables.
1794 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
1795 (execute_l32e): New function.
1796 (execute_s32e): New function.
1797 (xtensa_exception_handler_t): New type.
1798 (execute_code): New function.
1799 (xtensa_window_interrupt_frame_cache): New function to conduct frame
1800 analysis for Xtensa Window Exception handlers.
1801
1802 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
1803
1804 * xtensa-tdep.c (TX_PS): New.
1805 (windowing_enabled): Update to count for Call0 ABI.
1806 (xtensa_hextochar): New.
1807 (xtensa_init_reggroups): Make algorithm generic.
1808 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
1809
1810 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
1811
1812 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
1813
1814 2011-03-08 Michael Snyder <msnyder@vmware.com>
1815
1816 * i386-tdep.c (i386_follow_jump): Check return value of
1817 target_read_memory.
1818 (i386_analyze_struct_return): Ditto.
1819 (i386_skip_probe): Ditto.
1820 (i386_match_insn): Ditto.
1821 (i386_skip_noop): Ditto.
1822 (i386_analyze_frame_setup): Ditto.
1823 (i386_analyze_register_saves): Ditto.
1824 (i386_skip_prologue): Ditto.
1825 (i386_skip_main_prologue): Ditto.
1826
1827 * target.c (read_whatever_is_readable): Fix memory leak.
1828
1829 * i386-tdep.c (i386_process_record): Document fall through.
1830
1831 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1832
1833 Fix DWARF-3+ DW_AT_accessibility default assumption.
1834 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
1835 cu->header.version >= 3.
1836
1837 2011-03-08 Pedro Alves <pedro@codesourcery.com>
1838
1839 * remote.c (remote_check_symbols): Skip if the target has no
1840 execution.
1841
1842 2011-03-08 Joel Brobecker <brobecker@adacore.com>
1843
1844 * target.c (read_whatever_is_readable): Reformat comment,
1845 with a minor typo fix. Minor reformatting of the code.
1846
1847 2011-03-08 Yao Qi <yao@codesourcery.com>
1848
1849 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
1850 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
1851 Use cached result instead of calling displaced_in_arm_mode again.
1852 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
1853 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
1854 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
1855 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
1856 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
1857 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
1858 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
1859 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
1860 (cleanup_block_load_pc, copy_block_xfer): Likewise.
1861 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
1862 (arm_catch_kernel_helper_return): Likewise.
1863 * gdb/arm-tdep.h : Update function declarations.
1864
1865 2011-03-07 Michael Snyder <msnyder@vmware.com>
1866
1867 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
1868
1869 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
1870
1871 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
1872
1873 * elfread.c (elf_symtab_read): Stop memory leak.
1874
1875 * main.c (captured_main): Fix memory leak.
1876
1877 2011-03-07 Andreas Schwab <schwab@linux-m68k.org>
1878
1879 * ada-lang.c (compare_names): Call is_name_suffix with string1
1880 instead of string2.
1881
1882 2011-03-07 Tom Tromey <tromey@redhat.com>
1883
1884 * xcoffread.c (xcoff_sym_fns): Update.
1885 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
1886 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
1887 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
1888 (symbol_file_add_with_addrs_or_offsets): Likewise.
1889 (reread_symbols): Handle OBJF_PSYMTABS_READ.
1890 * somread.c (som_sym_fns): Update.
1891 * psymtab.h (require_partial_symbols): Declare.
1892 * psymtab.c (require_partial_symbols): New function.
1893 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
1894 (ALL_OBJFILE_PSYMTABS): Undef.
1895 (ALL_PSYMTABS): Move from psympriv.h.
1896 (lookup_partial_symtab, find_pc_sect_psymtab)
1897 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
1898 (find_last_source_symtab_from_partial)
1899 (forget_cached_source_info_partial)
1900 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
1901 (expand_partial_symbol_tables, read_psymtabs_with_filename)
1902 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
1903 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
1904 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
1905 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
1906 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
1907 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
1908 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
1909 psymtabs.
1910 * mipsread.c (ecoff_sym_fns): Update.
1911 * machoread.c (macho_sym_fns): Update.
1912 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
1913 (read_psyms): New function.
1914 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
1915 (elf_sym_fns_lazy_psyms): New global.
1916 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
1917 dwarf2_build_psymtabs.
1918 * dbxread.c (aout_sym_fns): Update.
1919 * coffread.c (coff_sym_fns): Update.
1920
1921 2011-03-07 Tom Tromey <tromey@redhat.com>
1922
1923 * infrun.c (print_exited_reason): Include inferior id and pid in
1924 message.
1925
1926 2011-03-07 Tom Tromey <tromey@redhat.com>
1927
1928 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
1929 parameter.
1930 (target_has_execution_1): Update.
1931 (target_has_execution_current): Declare.
1932 (target_has_execution): Call target_has_execution_current.
1933 (default_child_has_execution): Update.
1934 * target.c (default_child_has_execution): Add 'the_ptid'
1935 parameter.
1936 (target_has_execution_1): Likewise.
1937 (target_has_execution_current): New function.
1938 (add_target): Update.
1939 (init_dummy_target): Update.
1940 * remote-m32r-sdi.c (m32r_has_execution): New function.
1941 (init_m32r_ops): Use it.
1942 * record.c (record_core_has_execution): Now static. Add
1943 'the_ptid' parameter.
1944 * inferior.c (have_live_inferiors): Don't save current thread.
1945 Use target_has_execution_1.
1946
1947 2011-03-07 Yao Qi <yao@codesourcery.com>
1948
1949 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
1950
1951 2011-03-07 Joel Brobecker <brobecker@adacore.com>
1952
1953 * elfread.c (elf_symtab_read): Minor reformatting.
1954
1955 2011-03-07 Joel Brobecker <brobecker@adacore.com>
1956
1957 * objc-lang.c (selectors_info): Minor reformatting.
1958
1959 2011-03-07 Joel Brobecker <brobecker@adacore.com>
1960
1961 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
1962
1963 2011-03-07 Joel Brobecker <brobecker@adacore.com>
1964 Michael Snyder <msnyder@vmware.com>
1965
1966 * ada-valprint.c (ada_val_print_array): Move the declaration of
1967 "byte_order" and "elttype" inside the block where these variables
1968 are actually used. Remove some special handling for the case
1969 where "elttype" and "eltlen" are null. Replace by a comment
1970 and a couple of assertion checks.
1971
1972 2011-03-05 Michael Snyder <msnyder@vmware.com>
1973
1974 * source.c (add_path): Replace semicolon at end of block.
1975 * dwarf2expr.c (execute_stack_op): Ditto.
1976
1977 2011-03-05 Mike Frysinger <vapier@gentoo.org>
1978
1979 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
1980 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
1981 (bfin-*-*): Likewise.
1982
1983 2011-03-05 Michael Snyder <msnyder@vmware.com>
1984
1985 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
1986 * mdebugread.c (parse_symbol): Ditto.
1987 * parse.c (parse_exp_in_context): Ditto.
1988 * source.c (add_path): Ditto.
1989 * utils.c (gnu_debuglink_crc32): Ditto.
1990 * varobj.c (variable_language): Ditto.
1991
1992 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
1993
1994 2011-03-04 Michael Snyder <msnyder@vmware.com>
1995
1996 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
1997
1998 * symfile.c (simple_overlay_update): Check for null return value
1999 from lookup_minimal_symbol.
2000
2001 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
2002
2003 2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2004
2005 * eval.c (parse_and_eval_address_1): Remove function.
2006 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
2007 instead of parse_and_eval_address_1.
2008 * value.h (parse_and_eval_address_1): Remove prototype.
2009
2010 2011-03-04 Michael Snyder <msnyder@vmware.com>
2011
2012 * remote.c (putpkt_binary): Document that case stmt falls through.
2013
2014 2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2015
2016 * breakpointc (print_it_typical): Move NULL check from here...
2017 (print_bp_stop_message): ... to here.
2018
2019 2011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
2020
2021 * breakpoint.c (enable_command): Use break instead of continue,
2022 and fill in a missing break.
2023 (disable_command): Ditto.
2024
2025 2011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2026
2027 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
2028 (terminal_save_ours): Remove misleading comment.
2029 (inflow_inferior_data_cleanup): Free ttystate.
2030 (inflow_inferior_exit): Likewise.
2031 (copy_terminal_info): Copy ttystate.
2032
2033 * serial.c (serial_copy_tty_state): New function.
2034 * serial.h (serial_copy_tty_state): Add prototype.
2035 (struct serial_ops): Add copy_tty_state callback.
2036 * ser-base.c (ser_base_copy_tty_state): New function.
2037 * ser-base.h (ser_base_copy_tty_state): Add prototype.
2038 * ser-go32.c (dos_copy_tty_state): New function.
2039 (dos_ops): Install copy_tty_state callback.
2040 * ser-mingw.c (_initialize_ser_windows): Likewise.
2041 * ser-pipe.c (_initialize_ser_pipe): Likewise.
2042 * ser-unix.c (hardwire_copy_tty_state): New function.
2043 (_initialize_ser_hardwire): Install it.
2044
2045 2011-03-04 Michael Snyder <msnyder@vmware.com>
2046
2047 * breakpoint.c (create_breakpoint): Add missing break statement.
2048
2049 Reverting this patch:
2050 * infcall.c (call_function_by_hand): Add break statements for lint.
2051
2052 Reverting this patch:
2053 * cli/cli-script.c (script_from_file): Add break for lint.
2054
2055 2011-03-04 Michael Snyder <msnyder@vmware.com>
2056
2057 * solib.c (reload_shared_libraries_1): Close memory leak.
2058
2059 2011-03-03 Tom Tromey <tromey@redhat.com>
2060
2061 PR gdb/12538:
2062 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
2063 DW_STRING is NULL.
2064
2065 2011-03-03 Michael Snyder <msnyder@vmware.com>
2066
2067 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
2068 fields of struct 'st' to zero.
2069
2070 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
2071 sal.pspace before calling set_current_source_symtab_and_line.
2072
2073 2011-03-03 Yao Qi <yao@codesourcery.com>
2074
2075 * Makefile.in (configure-common): Remove. Let Makefile
2076 in dir common to rebuild itself.
2077 (common/Makefile): Likewise.
2078
2079 2011-03-03 Joel Brobecker <brobecker@adacore.com>
2080
2081 * utils.c (parse_escape): Add i18n markup in error message.
2082
2083 2011-03-03 Yao Qi <yao@codesourcery.com>
2084
2085 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
2086 ARM_PC_REGNUM.
2087 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
2088 (displaced_write_reg, displaced_read_reg): Likewise.
2089 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
2090 (cleanup_block_load_pc, copy_block_xfer): Likewise.
2091 (cleanup_branch): Replace magic number 14 and 15 with
2092 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
2093
2094 2011-03-02 Michael Snyder <msnyder@vmware.com>
2095
2096 * maint.c (maintenance_do_deprecate): No need to check for NULL.
2097
2098 * cli/cli-script.c (script_from_file): Add break for lint.
2099
2100 * mdebugread.c (parse_partial_symbols): Fix indent.
2101
2102 * target-descriptions.c (tdesc_gdb_type): No need to call
2103 xstrdup, callee saves a copy.
2104
2105 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
2106
2107 * infcall.c (call_function_by_hand): Add break statements for lint.
2108
2109 * utils.c (parse_escape): Escape the escape char.
2110
2111 * python/py-inferior.c (build_inferior_list): Error out if
2112 PyList_Append fails.
2113 (gdbpy_inferiors): Error out if build_inferior_list fails.
2114
2115 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
2116 a function call.
2117
2118 * record.c (record_restore): Move printf to before error return.
2119
2120 2011-03-02 Yao Qi <yao@codesourcery.com>
2121
2122 * arm-tdep.h (struct displaced_step_closure): Add two new fields
2123 is_thumb and insn_size.
2124 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
2125 on both ARM and Thumb mode.
2126 (arm_process_displaced_insn): Set is_thumb and insn_size.
2127 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
2128 (arm_displaced_step_fixup): Likewise.
2129
2130 2011-03-01 Michael Snyder <msnyder@vmware.com>
2131
2132 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
2133
2134 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
2135
2136 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
2137
2138 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
2139
2140 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
2141 with xmalloc.
2142
2143 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
2144 which shadows function parameter.
2145
2146 * tracepoint.c (create_tsv_from_upload): Superfluous call
2147 to xstrdup. Callee already calls xstrdup.
2148
2149 * linespec.c (decode_line_1): Remove unnecessary null check.
2150
2151 * tracepoint.c (scope_info): Fix mem leak, remove underused
2152 variable.
2153
2154 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
2155 superfluous null check.
2156
2157 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
2158 (value_of_builtin_frame_fp_reg): Ditto.
2159
2160 * event-top.c (display_gdb_prompt): Remove superfluous null check.
2161
2162 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
2163 be null.
2164
2165 * linespec.c (decode_line_1): Check for null before dereference.
2166
2167 * reverse.c (record_restore): Move null-check to before pointer
2168 dereference.
2169
2170 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
2171
2172 * objc-lang.c (selectors_info): Add explanitory comment.
2173 (classes_info): Ditto.
2174
2175 2011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2176
2177 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
2178 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
2179 versions of the trampoline. Handle Thumb vs. ARM addresses.
2180 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
2181 (arm_linux_init_abi): Install it.
2182 * arm-tdep.c (arm_psr_thumb_bit): Make global.
2183 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
2184
2185 2011-02-28 Michael Snyder <msnyder@vmware.com>
2186
2187 * ui-out.c (ui_out_field_core_addr): Make local char buffer
2188 a little bigger, to avoid possibility of an overflow.
2189
2190 * breakpoint.c (breakpoint_adjustment_warning): Make local char
2191 buffers a little bigger, to avoid possibility of an overflow.
2192
2193 * coffread.c (coff_getfilename): Add check to avoid overflow.
2194
2195 * objc-lang.c (selectors_info): Add a small safety margin to
2196 avoid overflow.
2197 (classes_info): Error out on too long REGEXP.
2198
2199 * infrun.c (handle_inferior_event): Remove unused function call.
2200
2201 * fork-child.c (fork_inferior): Remove ifdef'd code and
2202 unused variable.
2203
2204 * linux-thread-db.c (attach_thread): Discard unused value.
2205
2206 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
2207
2208 * remote.c (remote_get_noisy_reply): Discard unused value.
2209 (remote_vcont_resume): Ditto.
2210 (remote_stop_ns): Ditto.
2211
2212 * linespec.c (decode_objc): Delete unused variable.
2213
2214 * tui/tui-regs.c (tui_register_format): Delete unused variable.
2215
2216 * dwarf2read.c (add_partial_symbol): Discard unused values.
2217 (read_base_type): Delete unused variable.
2218
2219 * dbxread.c (read_dbx_symtab): Discard unused value.
2220
2221 * eval.c (evaluate_subexp_standard): Delete unused variable,
2222 and discard unused values.
2223
2224 * infcmd.c (_initialize_infcmd): Discard unused values.
2225
2226 * stabsread.c (rs6000_builtin_type): Missing break statement.
2227
2228 * dbxread.c (process_one_symbol): Discard unused value.
2229
2230 * coffread.c (coff_end_symtab): Delete unused variable.
2231
2232 * dwarf2read.c (dw2_get_file_names): Discard unused value.
2233 (dwarf2_add_typedef): Delete unused variable.
2234 (read_namespace): Ditto.
2235 (dwarf_decode_macros): Ditto.
2236
2237 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
2238
2239 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
2240
2241 * p-valprint.c (pascal_val_print): Discard unused value.
2242
2243 * utils.c (nquery): Call va_end before return;
2244 (yquery): Ditto.
2245 (query): Ditto.
2246
2247 * proc-service.c (ps_plog): Call va_end before return.
2248
2249 2011-02-28 Tom Tromey <tromey@redhat.com>
2250
2251 * python/python.c (gdbpy_value_cst): New global.
2252 (_initialize_python): Initialize it.
2253 * python/python-internal.h (gdbpy_value_cst): Declare.
2254 * python/py-value.c (convert_value_from_python): Use
2255 gdbpy_value_cst.
2256
2257 2011-02-28 Michael Snyder <msnyder@vmware.com>
2258
2259 * python/py-cmd.c (cmdpy_init): Fix memory leak.
2260
2261 * breakpoint.c (catch_syscall_completer): Free malloced list.
2262
2263 * jv-lang.c (java_primitive_type_from_name): Add missing break.
2264
2265 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
2266 (lval_func_check_synthetic_pointer): Ditto.
2267 (lval_func_free_closure): Fix use-after-free.
2268
2269 2011-02-28 Tom Tromey <tromey@redhat.com>
2270
2271 * psymtab.c (expand_partial_symbol_tables): Use
2272 ALL_OBJFILE_PSYMTABS.
2273
2274 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2275
2276 * objc-lang.c (selectors_info): Error on too long REGEXP.
2277
2278 2011-02-28 Michael Snyder <msnyder@vmware.com>
2279
2280 * python/py-param.c (set_parameter_value): Add missing
2281 break statement.
2282
2283 * linux-record.c (record_linux_system_call): Add missing
2284 break statement.
2285
2286 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
2287
2288 * breakpoint.c (print_one_breakpoint_location): Remove unused
2289 argument PRINT_ADDRESS_BITS. Update callers.
2290 (print_one_breakpoint): Likewise.
2291
2292 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
2293
2294 * breakpoint.c (wrap_indent_at_field): New function.
2295 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
2296 Allocate ui_stream locally instead of using STB argument.
2297 (print_one_breakpoint_location): Update call.
2298 * ui-out.c (ui_out_query_field): New function.
2299 * ui-out.h (ui_out_query_field): Add prototype.
2300
2301 2011-02-28 Joel Brobecker <brobecker@adacore.com>
2302
2303 From Michael Snyder <msnyder@vmware.com>
2304 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
2305
2306 2011-02-27 Michael Snyder <msnyder@vmware.com>
2307
2308 * objc-lang.c (selectors_info): Prevent string overrun.
2309
2310 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
2311 error in strncpy.
2312
2313 * symtab.c (rbreak_command): Move variable 'file_name' to
2314 outer scope.
2315
2316 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
2317 param with a local variable of the same name.
2318
2319 2011-02-27 Michael Snyder <msnyder@vmware.com>
2320
2321 * value.c (value_from_history_ref): New function.
2322 * value.h (value_from_history_ref): Export.
2323 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
2324 to parse value history references.
2325 * cli/cli-utils.h (get_number_trailer): Update comment.
2326
2327 2011-02-27 Michael Snyder <msnyder@vmware.com>
2328
2329 * inferior.c (detach_inferior_command): Use get_number_or_range.
2330 (kill_inferior_command): Ditto.
2331 (remove_inferior_command): Ditto.
2332 (initialize_inferiors): Make command names plural.
2333 Update help strings.
2334
2335 2011-02-27 Michael Snyder <msnyder@vmware.com>
2336
2337 * darwin-nat-info.c: Fix comment typo.
2338 * dwarf2expr.h: Ditto.
2339 * fbsd-nat.c: Ditto.
2340 * fbsd-nat.h: Ditto.
2341 * frame-unwind.h: Ditto.
2342 * frame.h: Ditto.
2343 * hppa-hpux-tdep.c: Ditto.
2344 * i386-linux-nat.c: Ditto.
2345 * linux-nat.c: Ditto.
2346 * nbsd-nat.c: Ditto.
2347 * nbsd-nat.h: Ditto.
2348 * ppc-linux-tdep.c: Ditto.
2349 * serial.c: Ditto.
2350 * ui-file.h: Ditto.
2351 * tui/tui-winsource.c: Ditto.
2352
2353 2011-02-26 Michael Snyder <msnyder@vmware.com>
2354
2355 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
2356
2357 * maint.c (maintenance_do_deprecate): Plug a memory leak.
2358
2359 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
2360 with a local variable of the same name.
2361
2362 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
2363 param with a local variable of the same name.
2364 (i387_supply_xsave): Ditto.
2365
2366 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
2367 that it does not shadow a function parameter.
2368
2369 * i386-nat.c (i386_length_and_rw_bits): Document that case
2370 statement is meant to fall through.
2371
2372 * expprint.c (dump_subexp_body_standard): Document that case
2373 statement is meant to fall through.
2374
2375 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
2376 dead if statement. Condition can't be false.
2377
2378 2011-02-25 Michael Snyder <msnyder@vmware.com>
2379
2380 * arm-tdep.c: Fix typos in comments.
2381 * bsd-uthread.c: Ditto.
2382 * completer.c: Ditto.
2383 * corelow.c: Ditto.
2384 * cp-namespace.c: Ditto.
2385 * cp-support.c: Ditto.
2386 * cris-tdep.c: Ditto.
2387 * dbxread.c: Ditto.
2388 * dwarf2read.c: Ditto.
2389 * frame.h: Ditto.
2390 * gdbtypes.h: Ditto.
2391 * inferior.h: Ditto.
2392 * mdebugread.c: Ditto.
2393 * mips-tdep.c: Ditto.
2394 * ppc-linux-nat.c: Ditto.
2395 * ppc-linux-tdep.c: Ditto.
2396 * printcmd.c: Ditto.
2397 * sol-thread.c: Ditto.
2398 * solib-frv.c: Ditto.
2399 * solist.h: Ditto.
2400 * sparc64-tdep.c: Ditto.
2401 * spu-tdep.c: Ditto.
2402 * stabsread.c: Ditto.
2403 * symfile.c: Ditto.
2404 * valops.c: Ditto.
2405 * varobj.c: Ditto.
2406 * vax-nat.c: Ditto.
2407 * python/py-block.c: Ditto.
2408 * python/py-symbol.c: Ditto.
2409 * python/py-symtab.c: Ditto.
2410 * python/py-value.c: Ditto.
2411 * tui/tui-win.c: Ditto.
2412
2413 2011-02-25 Michael Snyder <msnyder@vmware.com>
2414
2415 * inferior.c (print_inferior): Accept a string instead of an int
2416 for requested_inferiors, and use get_number_or_range to parse it.
2417 (info_inferiors_command): Pass args string to print_inferior.
2418 (initialize_inferiors): Change help string for info inferiors.
2419 * inferior.h (print_inferior): Export prototype change.
2420
2421 2011-02-25 Tom Tromey <tromey@redhat.com>
2422
2423 * common/ax.def (invalid2): Set to 0x31.
2424
2425 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2426
2427 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
2428 L and plongest.
2429 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
2430 use L and plongest.
2431 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
2432
2433 2011-02-24 Michael Snyder <msnyder@vmware.com>
2434
2435 * Makefile.in (clean): Make clean should remove generated files
2436 observer.h and observer.inc.
2437
2438 2011-02-24 Joel Brobecker <brobecker@adacore.com>
2439
2440 Revert the following patch (not approved yet):
2441 2011-02-21 Hui Zhu <teawater@gmail.com>
2442 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
2443 * ax-gdb.c (gen_printf_expr_callback): New function.
2444 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
2445 * ax-general.c (ax_memcpy): New function.
2446 (ax_print): Handle "printf".
2447 (ax_reqs): Ditto.
2448 * ax.h (ax_memcpy): Forward declare.
2449 * common/ax.def (invalid2): Removed.
2450 (printf): New entry.
2451 * printcmd.c (printcmd.h): New include.
2452 (string_printf): New function.
2453 (ui_printf): Removed.
2454 (printf_command): Remove static. Call string_printf.
2455 (eval_command): Call string_printf.
2456 * printcmd.h: New file.
2457 * tracepoint.c (validate_actionline,
2458 encode_actions_1): handle printf_command.
2459
2460 2011-02-23 Tom Tromey <tromey@redhat.com>
2461
2462 * ax-general.c (ax_pick): Add missing newline.
2463
2464 2011-02-23 Michael Snyder <msnyder@vmware.com>
2465
2466 * breakpoint.c (breakpoint_1): Change first argument from an int
2467 to a char pointer, so that the function now accepts a list of
2468 breakpoints rather than just one. Use new function
2469 'number_is_in_list' to implement.
2470 (breakpoints_info): Pass char * instead of int to breakpoint_1.
2471 (watchpoints_info): Ditto.
2472 (tracepoints_info): Ditto.
2473 (maintenance_info_breakpoints): Ditto.
2474 (_initialize_breakpoint): Update help strings to reflect the fact
2475 that these functions can now take more than one argument.
2476 * cli/cli-utils.c (number_is_in_list): New function.
2477 * cli/cli-utils.h (number_is_in_list): Export.
2478
2479 2011-02-23 Michael Snyder <msnyder@vmware.com>
2480
2481 * memattr.c (mem_enable_command): Use get_number_or_range.
2482 (mem_disable_command): Ditto.
2483 (mem_delete_command): Ditto.
2484 (_initialize_mem): Tweak usage message to reflect multiple
2485 arguments.
2486
2487 2011-02-22 Doug Evans <dje@google.com>
2488
2489 Add gdb.lookup_global_symbol python function.
2490 * NEWS: Add entry.
2491 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
2492 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
2493 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
2494
2495 2011-02-22 Tom Tromey <tromey@redhat.com>
2496
2497 * language.c (language_class_name_from_physname): Rename
2498 'curr_language' argument to 'lang'; use in body.
2499
2500 2011-02-22 Michael Snyder <msnyder@vmware.com>
2501
2502 * cli/cli-utils.c (number_is_in_list): Check for zero return.
2503
2504 2011-02-22 Pedro Alves <pedro@codesourcery.com>
2505
2506 * frame-unwind.h: Fix comment to mention the this frame, not the
2507 next.
2508
2509 2011-02-22 Tom Tromey <tromey@redhat.com>
2510
2511 * symfile.c (auto_solib_limit): Remove.
2512 * symfile.h (auto_solib_limit): Remove.
2513
2514 2011-02-22 Joel Brobecker <brobecker@adacore.com>
2515
2516 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
2517
2518 2011-02-21 Michael Snyder <msnyder@vmware.com>
2519
2520 * gdbthread.h (print_thread_info): Change prototype.
2521 * thread.c (print_thread_info): Accept char* instead of int for
2522 requested_threads argument. Use new function number_is_in_list
2523 to determine which threads to list.
2524 (info_threads_command): Pass char* to print_thread_info.
2525 * cli/cli-utils.c (number_is_in_list): New function.
2526 * cli/cli-utils.h (number_is_in_list): Export.
2527 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
2528 print_thread_info.
2529 (print_one_inferior): Ditto.
2530 (mi_cmd_list_thread_groups): Ditto.
2531
2532 2011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2533
2534 * common/Makefile.in (CFLAGS): New.
2535 (COMPILE): Add $(CFLAGS).
2536
2537 2011-02-21 Tom Tromey <tromey@redhat.com>
2538
2539 * breakpoint.c (catch_syscall_command_1): Fix typo.
2540
2541 2011-02-21 Tom Tromey <tromey@redhat.com>
2542
2543 * reverse.c: Include cli-utils.h.
2544 * printcmd.c: Include cli-utils.h.
2545 (string_printf): Use skip_spaces.
2546 * cli/cli-utils.h: New file.
2547 * cli/cli-utils.c: New file.
2548 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
2549 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
2550 * breakpoint.h (get_number, get_number_or_range): Move to
2551 cli-utils.h.
2552 * breakpoint.c: Include cli-utils.h.
2553 (get_number_trailer, get_number, get_number_or_range)
2554 (ep_skip_leading_whitespace): Move to cli-utils.c.
2555 (create_breakpoint_sal, find_condition_and_thread)
2556 (decode_static_tracepoint_spec, watch_command_1)
2557 (watch_maybe_just_location, ep_parse_optional_if_clause)
2558 (catch_fork_command_1, catch_exec_command_1)
2559 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
2560 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
2561 (SUBDIR_CLI_SRCS): Add cli-utils.c.
2562 (HFILES_NO_SRCDIR): Add cli-utils.h.
2563 (cli-utils.o): New target.
2564
2565 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2566
2567 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
2568 before calling discard_all_inferiors.
2569
2570 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
2571
2572 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
2573 (struct builtin_opencl_type): Remove.
2574 (builtin_opencl_type): Change return type to "struct type **".
2575 (lookup_opencl_vector_type): Update caller.
2576 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
2577 (build_opencl_types): Install plain array of "struct type *"
2578 instead of "struct builtin_opencl_type".
2579
2580 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2581 Ulrich Weigand <uweigand@de.ibm.com>
2582
2583 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
2584 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
2585 (struct arm_linux_hwbp_cap): New type.
2586 (arm_linux_get_hwbp_cap): New function.
2587 (arm_linux_get_hw_breakpoint_count): Likewise.
2588 (arm_linux_get_hw_watchpoint_count): Likewise.
2589 (arm_linux_can_use_hw_breakpoint): Likewise.
2590 (arm_hwbp_type): New type.
2591 (arm_hwbp_control_t): Likewise.
2592 (struct arm_linux_hw_breakpoint): Likewise.
2593 (struct arm_linux_thread_points): Likewise.
2594 (arm_threads): New global variable.
2595 (arm_linux_find_breakpoints_by_tid): New function.
2596 (arm_hwbp_control_initialize): Likewise.
2597 (arm_hwbp_control_is_enabled): Likewise.
2598 (arm_hwbp_control_disable): Likewise.
2599 (arm_linux_hw_breakpoint_initialize): Likewise.
2600 (arm_linux_get_hwbp_type): Likewise.
2601 (arm_linux_hw_watchpoint_initialize): Likewise.
2602 (arm_linux_hw_breakpoint_equal): Likewise.
2603 (arm_linux_insert_hw_breakpoint1): Likewise.
2604 (arm_linux_remove_hw_breakpoint1): Likewise.
2605 (arm_linux_insert_hw_breakpoint): Likewise.
2606 (arm_linux_remove_hw_breakpoint): Likewise.
2607 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
2608 (arm_linux_insert_watchpoint): Likewise.
2609 (arm_linux_remove_watchpoint): Likewise.
2610 (arm_linux_stopped_data_address): Likewise.
2611 (arm_linux_stopped_by_watchpoint): Likewise.
2612 (arm_linux_watchpoint_addr_within_range): Likewise.
2613 (arm_linux_new_thread): Likewise.
2614 (arm_linux_thread_exit): Likewise.
2615 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
2616 related target callbacks. Register arm_linux_new_thread and
2617 arm_linux_thread_exit.
2618 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
2619 * arm-tdep.c (arm_pc_is_thumb): Make global.
2620 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
2621
2622 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
2623
2624 * breakpoint.c (update_watchpoint): Do not attempt to recreate
2625 per-frame locations while within a function epilogue.
2626
2627 2011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
2628
2629 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
2630 to GNU coding standards.
2631
2632 2011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
2633
2634 Allow use of mingw native on Windows 95 OS.
2635 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
2636 (ser_windows_close): Only call CancelIo if function exists.
2637 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
2638 to check for existence of CancelIo function in kernel32 DLL.
2639
2640 2011-02-21 Hui Zhu <teawater@gmail.com>
2641
2642 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
2643 * ax-gdb.c (gen_printf_expr_callback): New function.
2644 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
2645 * ax-general.c (ax_memcpy): New function.
2646 (ax_print): Handle "printf".
2647 (ax_reqs): Ditto.
2648 * ax.h (ax_memcpy): Forward declare.
2649 * common/ax.def (invalid2): Removed.
2650 (printf): New entry.
2651 * printcmd.c (printcmd.h): New include.
2652 (string_printf): New function.
2653 (ui_printf): Removed.
2654 (printf_command): Remove static. Call string_printf.
2655 (eval_command): Call string_printf.
2656 * printcmd.h: New file.
2657 * tracepoint.c (validate_actionline,
2658 encode_actions_1): handle printf_command.
2659
2660 2011-02-19 Michael Snyder <msnyder@vmware.com>
2661
2662 * reverse.c (delete_one_bookmark): Argument is now bookmark
2663 id rather than pointer to bookmark struct.
2664 (delete_bookmark_command): Use get_number_or_range.
2665 (goto_bookmark_command): Parse with get_number instead of strtoul.
2666 (bookmark_1): New function. Print info for one bookmark.
2667 (bookmarks_info): Use get_number_or_range and bookmark_1.
2668
2669 2011-02-18 Michael Snyder <msnyder@vmware.com>
2670
2671 * thread.c (info_threads_command): Re-implement using
2672 get_number_or_range.
2673 (thread_apply_command): Ditto.
2674
2675 2011-02-18 Tom Tromey <tromey@redhat.com>
2676
2677 * common/ax.def: New file.
2678 * ax.h (enum agent_op): Use ax.def.
2679 * ax-general.c (aop_map): Use ax.def.
2680
2681 2011-02-18 Tom Tromey <tromey@redhat.com>
2682
2683 * ax-general.c (aop_map): Add pick and rot.
2684 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
2685 <DW_OP_rot>: Implement.
2686 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
2687 (ax_pick): Declare.
2688 * ax-general.c (ax_pick): New function.
2689
2690 2011-02-18 Tom Tromey <tromey@redhat.com>
2691
2692 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
2693
2694 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2695 Tom Tromey <tromey@redhat.com>
2696
2697 * cp-support.c (make_symbol_overload_list_namespace): Do not call
2698 make_symbol_overload_list_block with NULL BLOCK.
2699 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
2700
2701 2011-02-18 Pedro Alves <pedro@codesourcery.com>
2702
2703 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
2704 * breakpoint.h (get_number_or_range): Declare.
2705 * printcmd.c (ALL_DISPLAYS): Declare.
2706 (delete_display): Reimplement taking a display pointer.
2707 (undisplay_command): Accept a range of displays to delete, using
2708 get_number_or_range.
2709
2710 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2711
2712 * c-valprint.c (c_val_print): Add embedded_offset to address
2713 for arrays of unspecified length.
2714 * p-valprint.c (pascal_val_print): Likewise.
2715
2716 2011-02-18 Yao Qi <yao@codesourcery.com>
2717
2718 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
2719 (arm_process_displaced_insn): .. here. Remove parameter INSN.
2720 (thumb_process_displaced_insn): New.
2721 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
2722 call to arm_process_displaced_insn.
2723 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
2724
2725 2011-02-17 Tom Tromey <tromey@redhat.com>
2726
2727 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
2728 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
2729 compile_dwarf_to_ax. No longer static. Call
2730 dwarf2_compile_cfa_to_ax.
2731 (locexpr_tracepoint_var_ref): Update.
2732 (loclist_tracepoint_var_ref): Update.
2733 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
2734 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
2735 argument; add 'gdbarch' and 'pc'.
2736 (dwarf2_compile_cfa_to_ax): New function.
2737 (dwarf2_frame_cache): Update.
2738
2739 2011-02-17 Joel Brobecker <brobecker@adacore.com>
2740
2741 * ada-lang.c (ada_type_of_array): Fix the size of the array
2742 in the case of an unconstrained packed array.
2743
2744 2011-02-17 Yao Qi <yao@codesourcery.com>
2745
2746 * common/Makefile.in: Add more targets for make.
2747
2748 2011-02-16 Tom Tromey <tromey@redhat.com>
2749
2750 * dwarf2loc.c (unimplemented): Fix typo.
2751
2752 2011-02-16 Tom Tromey <tromey@redhat.com>
2753
2754 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
2755 (compile_dwarf_to_ax) <default>: Use unimplemented.
2756 <DW_OP_deref>: Update.
2757 (disassemble_dwarf_expression): Update.
2758 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
2759 (decode_locdesc): Update.
2760 * dwarf2expr.h (dwarf_stack_op_name): Update.
2761
2762 2011-02-16 Tom Tromey <tromey@redhat.com>
2763
2764 * ax.h (struct aop_map) <name>: Now const.
2765
2766 2011-02-16 Tom Tromey <tromey@redhat.com>
2767
2768 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
2769 than axs_rvalue.
2770
2771 2011-02-16 Yao Qi <yao@codesourcery.com>
2772
2773 * infrun.c (get_displaced_step_closure_by_addr): New.
2774 * inferior.h: Declare it.
2775 * arm-tdep.c: (arm_pc_is_thumb): Call
2776 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
2777 returns non-NULL.
2778
2779 2011-02-16 Pedro Alves <pedro@codesourcery.com>
2780 Jan Kratochvil <jan.kratochvil@redhat.com>
2781
2782 gdb/
2783 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
2784
2785 2011-02-16 Pedro Alves <pedro@codesourcery.com>
2786 Jan Kratochvil <jan.kratochvil@redhat.com>
2787
2788 * value.c (value_contents_copy_raw): Extend describing comment.
2789 Assert that the destination contents we're overwriting are wholly
2790 available.
2791 (value_contents_copy): Extend describing comment.
2792
2793 2011-02-16 Pedro Alves <pedro@codesourcery.com>
2794 Jan Kratochvil <jan.kratochvil@redhat.com>
2795
2796 * value.c (value_available_contents_eq): Remove redundant local
2797 variables. Fix available contents comparision.
2798 * value.h (value_available_contents_eq): Extend describing
2799 comment.
2800
2801 2011-02-16 Yao Qi <yao@codesourcery.com>
2802
2803 * thread.c (info_threads_command): Add missing i18n markup and remove
2804 trailing newline.
2805
2806 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2807
2808 * breakpoint.c (longjmp_names): New variable.
2809 (struct breakpoint_objfile_data): New type.
2810 (breakpoint_objfile_key): New variable.
2811 (msym_not_found): New variable.
2812 (msym_not_found_p): New predicate.
2813 (get_breakpoint_objfile_data): New function.
2814 (create_overlay_event_breakpoint): Check per-objfile cache for
2815 symbols first.
2816 (create_longjmp_master_breakpoint): Likewise.
2817 (create_std_terminate_master_breakpoint): Likewise.
2818 (create_exception_master_breakpoint): Likewise.
2819 (_initialize_breakpoint): Register per-objfile data key.
2820
2821 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2822
2823 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
2824 parameter value.
2825 (create_longjmp_master_breakpoint): Loop over longjmp names.
2826 (create_std_terminate_master_breakpoint): Const-propagate parameter
2827 value.
2828 (update_breakpoints_after_exec): Adjust.
2829 (breakpoint_re_set): Adjust.
2830
2831 2011-02-15 Michael Snyder <msnyder@vmware.com>
2832
2833 * thread.c (info_threads_command): Process arg as thread id,
2834 or list of thread ids.
2835 (thread_find_command): New command.
2836 (_initialize_thread): Document argument for info threads.
2837 Document 'thread find' command.
2838 * NEWS: Document new command "thread find".
2839
2840 2011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2841
2842 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
2843 * aclocal.m4: Regenerated with aclocal-1.11.1.
2844 * common/configure: Regenerate with autoconf-2.64.
2845
2846 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
2847
2848 * opencl-lang.c (build_opencl_types): Set the size of the built-in
2849 bool data type to a size of one byte.
2850
2851 2011-02-15 Pedro Alves <pedro@codesourcery.com>
2852 Jan Kratochvil <jan.kratochvil@redhat.com>
2853
2854 * target.c (memory_xfer_live_readonly_partial): Document where to
2855 look for interface description.
2856
2857 2011-02-15 Yao Qi <yao@codesourcery.com>
2858
2859 PR tdep/12352
2860 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
2861 order to store PC value on stack instead of text section.
2862
2863 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
2864
2865 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
2866 the EFP register set size.
2867 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
2868 data from the VMX register.
2869 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
2870 and write data from/to the VMX register.
2871
2872 2011-02-14 Michael Snyder <msnyder@vmware.com>
2873
2874 * command.h (enum command_class): New class 'no_set_class', for
2875 "show" commands without a corresponding "set" command.
2876 * value.c (_initialize_values): Use 'no_set_class' for "show values".
2877 * copying.c (_initialize_copying): Ditto for "show copying" and
2878 "show warranty".
2879 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
2880 "show version".
2881 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
2882 which there is no corresponding "set" command (eg. "show copying").
2883
2884 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2885 Jan Kratochvil <jan.kratochvil@redhat.com>
2886
2887 * exec.c (section_table_available_memory): Change `len' parameter
2888 type to ULONGEST.
2889 * exec.h (section_table_available_memory): Ditto.
2890 * value.h (read_value_memory): Rename the `offset' parameter to
2891 `embedded_offset'.
2892
2893 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2894 Jan Kratochvil <jan.kratochvil@redhat.com>
2895
2896 * memrange.c (compare_mem_ranges): Mention sort order in
2897 describing comment.
2898 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
2899 * tracepoint.c (traceframe_available_memory): Extend comment to
2900 mention what happens to RESULT when the target does not support
2901 the query.
2902
2903 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2904 Jan Kratochvil <jan.kratochvil@redhat.com>
2905
2906 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
2907 range.
2908
2909 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2910
2911 * value.c (value_bits_valid, value_bits_synthetic_pointer):
2912 No longer handle NULL values.
2913
2914 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2915
2916 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
2917 * value.c: Include "exceptions.h".
2918 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
2919 generic error.
2920 * cp-abi.c: Include gdb_assert.h.
2921 (baseclass_offset): Add `embedded_offset' and `val' parameters.
2922 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
2923 errors.
2924 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
2925 parameters. No longer returns -1 on error.
2926 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
2927 `val' parameters.
2928 * cp-valprint.c: Include exceptions.h.
2929 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
2930 the baseclass_offset. Handle unavailable base classes. Use
2931 val_print_invalid_address.
2932 * p-valprint.c: Include exceptions.h.
2933 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
2934 when fetching the baseclass_offset. No longer expect
2935 baseclass_offset returning -1. Handle unavailable base classes.
2936 Use val_print_invalid_address.
2937 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
2938 `valaddr' parameter, and change its type to gdb_byte pointer. Add
2939 `embedded_offset' and `val' parameters. Adjust.
2940 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
2941 parameter, and change its type to gdb_byte pointer. Add
2942 `embedded_offset' and `val' parameters. Adjust. No longer expect
2943 baseclass_offset returning -1.
2944 (value_dynamic_cast): Use value_contents_for_printing rather than
2945 value_contents. Adjust.
2946 (search_struct_field): No longer expect baseclass_offset returning
2947 -1.
2948 (search_struct_method): If reading memory from the target is
2949 necessary, wrap it in a new value to pass to baseclass_offset. No
2950 longer expect baseclass_offset returning -1.
2951 (find_method_list): No longer expect baseclass_offset returning
2952 -1. Use value_contents_for_printing rather than value_contents.
2953 * valprint.c (val_print_invalid_address): New function.
2954 * valprint.h (val_print_invalid_address): Declare.
2955 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
2956 and `val' parameters. No longer expect baseclass_offset returning
2957 -1. Adjust.
2958 * gnu-v2-abi.c: Include "exceptions.h".
2959 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
2960 parameters. Handle unavailable memory. Recurse through
2961 gnuv2_baseclass_offset directly, rather than through
2962 baseclass_offset. No longer returns -1 on not found, instead
2963 throw an error.
2964 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
2965 `val' parameters. Adjust.
2966
2967 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2968
2969 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
2970 almost but not quite adjacent.
2971
2972 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2973
2974 * value.h (value_entirely_available): Declare.
2975 * value.c (value_entirely_available): New function.
2976 * c-valprint.c (c_value_print): Don't try fetching the pointer's
2977 real type if the pointer is unavailable.
2978
2979 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2980
2981 * valops.c (value_repeat): Use read_value_memory instead of
2982 read_memory.
2983
2984 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2985
2986 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
2987 * value.c (value_contents_copy_raw, value_contents_copy): New
2988 functions.
2989 (value_primitive_field): Use value_contents_copy_raw instead of
2990 memcpy.
2991 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
2992 memcpy.
2993 (value_array, value_slice): Ditto.
2994 * valarith.c (value_subscripted_rvalue): Use
2995 value_contents_copy_raw instead of memcpy.
2996
2997 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2998
2999 <unavailable> references.
3000
3001 * valops.c (get_value_at): Use value_from_contents_and_address,
3002 avoiding read_memory.
3003
3004 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3005
3006 * c-valprint.c (c_val_print): Print a string with unavailable
3007 contents as an array.
3008
3009 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3010
3011 * value.h (unpack_bits_as_long): Delete declaration.
3012 (unpack_value_bits_as_long): Declare.
3013 (unpack_value_field_as_long): Declare.
3014 (value_field_bitfield): Declare.
3015 * value.c (unpack_bits_as_long): Rename to...
3016 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
3017 value parameters. Return the extracted result in a new output
3018 parameter. If the value contents are unavailable, return false,
3019 otherwise return true.
3020 (unpack_value_bits_as_long): New.
3021 (unpack_field_as_long): Rename to...
3022 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
3023 Add embedded_offset and value parameters. Return the extracted
3024 result in a new output parameter. If the value contents are
3025 unavailable, return false, otherwise return true.
3026 (unpack_value_field_as_long): New.
3027 (unpack_field_as_long_1): New.
3028 (unpack_field_as_long): Reimplement as wrapper around
3029 unpack_value_field_as_long_1.
3030 (value_field_bitfield): New function.
3031 * valops.c (value_fetch_lazy): When fetching a bitfield, use
3032 unpack_value_bits_as_long. Mark the value as unavailable, if it
3033 is unavailable.
3034 * jv-valprint.c (java_print_value_fields): Use
3035 value_field_bitfield.
3036 * p-valprint.c (pascal_object_print_value_fields): Use
3037 value_field_bitfield.
3038 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
3039
3040 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3041
3042 * value.c (get_internalvar_integer): Also return the int value of
3043 TYPE_CODE_INT INTERNALVAR_VALUE values.
3044 (set_internalvar): Don't special case TYPE_CODE_INT.
3045
3046 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3047
3048 * value.c (struct internalvar) <enum internalvar_kind>: Remove
3049 INTERNALVAR_POINTER.
3050 <pointer>: Delete.
3051 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
3052 (set_internalvar): Remove special TYPE_CODE_PTR handling.
3053 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
3054
3055 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3056
3057 * value.h (value_available_contents_eq): Declare.
3058 * value.c (find_first_range_overlap): New function.
3059 (value_available_contents_eq): New function.
3060 * valprint.c (val_print_array_elements): Use
3061 value_available_contents_eq.
3062 * ada-valprint.c (val_print_packed_array_elements): Use
3063 value_available_contents_eq.
3064 * jv-valprint.c (java_value_print): Use
3065 value_available_contents_eq.
3066
3067 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3068
3069 * target.c (target_read_live_memory): New function.
3070 (memory_xfer_live_readonly_partial): New.
3071 (memory_xfer_partial): If reading from a traceframe, fallback to
3072 reading unavailable read-only memory from read-only regions of
3073 live target memory.
3074 * tracepoint.c (disconnect_tracing): Adjust.
3075 (set_current_traceframe): New, factored out from
3076 set_traceframe_number.
3077 (set_traceframe_number): Reimplement to only change the traceframe
3078 number on the GDB side.
3079 (do_restore_current_traceframe_cleanup): Adjust.
3080 (make_cleanup_restore_traceframe_number): New.
3081 (cur_traceframe_number): New global.
3082 (tfile_open): Set cur_traceframe_number to no traceframe.
3083 (set_tfile_traceframe): New function.
3084 (tfile_trace_find): If looking up a traceframe using any method
3085 other than by number, make sure the current tfile traceframe
3086 matches gdb's current traceframe. Update the current tfile
3087 traceframe if the lookup succeeded.
3088 (tfile_fetch_registers, tfile_xfer_partial)
3089 (tfile_get_trace_state_variable_value): Make sure the remote
3090 traceframe matches gdb's current traceframe.
3091 * remote.c (remote_traceframe_number): New global.
3092 (remote_open_1): Set it to -1.
3093 (set_remote_traceframe): New function.
3094 (remote_fetch_registers, remote_store_registers)
3095 (remote_xfer_memory, remote_xfer_partial)
3096 (remote_get_trace_state_variable_value): Make sure the remote
3097 traceframe matches gdb's current traceframe.
3098 (remote_trace_find): If looking up a traceframe using any method
3099 other than by number, make sure the current remote traceframe
3100 matches gdb's current traceframe. Update the current remote
3101 traceframe if the lookup succeeded.
3102 * infrun.c (fetch_inferior_event): Adjust.
3103 * tracepoint.h (set_current_traceframe): Declare.
3104 (get_traceframe_number, set_traceframe_number): Add describing
3105 comments.
3106
3107 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3108
3109 Mark pieces of values as unavailable if the corresponding memory
3110 is unavailable.
3111
3112 * valops.c: Include tracepoint.h.
3113 (value_fetch_lazy): Use read_value_memory.
3114 (read_value_memory): New.
3115 * value.h (read_value_memory): Declare.
3116 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
3117 * exec.c (section_table_available_memory): New function.
3118 * exec.h (section_table_available_memory): Declare.
3119
3120 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3121
3122 * Makefile.in (SFILES): Add memrange.c.
3123 (HFILES_NO_SRCDIR): Add memrange.h.
3124 (COMMON_OBS): Add memrange.o.
3125 * memrange.c: New file.
3126 * memrange.h: New file.
3127 * tracepoint.c: Include memrange.h.
3128 (struct mem_range): Delete.
3129 (mem_range_s): Delete.
3130 (traceframe_available_memory): New function.
3131 * tracepoint.h (traceframe_available_memory): Declare.
3132
3133 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3134
3135 * target.h (struct traceframe_info): Forward declare.
3136 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
3137 (struct target_ops) <to_traceframe_info>: New field.
3138 (target_traceframe_info): New.
3139 * target.c (update_current_target): Inherit and default
3140 to_traceframe_info.
3141 * remote.c (PACKET_qXfer_traceframe_info): New.
3142 (remote_protocol_features): Register qXfer:traceframe-info:read.
3143 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
3144 (remote_traceframe_info): New.
3145 (init_remote_ops): Install it.
3146 (_initialize_remote): Install "set/show remote traceframe-info"
3147 commands.
3148 * tracepoint.h (parse_traceframe_info): Declare.
3149 * tracepoint.c (struct mem_range): New.
3150 (mem_range_s): New typedef.
3151 (struct traceframe_info): New.
3152 (traceframe_info): New global.
3153 (free_traceframe_info): New function.
3154 (clear_traceframe_info): New function.
3155 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
3156 info.
3157 (build_traceframe_info): New function.
3158 (tfile_traceframe_info): New function.
3159 (init_tfile_ops): Install tfile_traceframe_info.
3160 (traceframe_info_start_memory, free_result): New functions.
3161 (memory_attributes, traceframe_info_elements): New globals.
3162 (parse_traceframe_info, get_traceframe_info): New functions.
3163 * features/traceframe-info.dtd: New file.
3164 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
3165
3166 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3167
3168 Base support for <unavailable> value contents.
3169
3170 * value.h (value_bytes_available): Declare.
3171 (mark_value_bytes_unavailable): Declare.
3172 * value.c (struct range): New struct.
3173 (range_s): New typedef.
3174 (ranges_overlap): New function.
3175 (range_lessthan): New function.
3176 (ranges_contain_p): New function.
3177 (struct value) <unavailable>: New field.
3178 (value_bytes_available): New function.
3179 (mark_value_bytes_unavailable): New function.
3180 (require_not_optimized_out): Constify parameter.
3181 (require_available): New function.
3182 (value_contents_all, value_contents): Require all bytes be
3183 available.
3184 (value_free): Free `unavailable'.
3185 (value_copy): Copy `unavailable'.
3186 * valprint.h (val_print_unavailable): Declare.
3187 * valprint.c (valprint_check_validity): Rename `offset' parameter
3188 to `embedded_offset'. If printing a scalar, check whether the
3189 value chunk is available.
3190 (val_print_unavailable): New.
3191 (val_print_scalar_formatted): Check whether the value is
3192 available.
3193 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
3194 pretty-printing unavailable values.
3195
3196 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3197
3198 Fix const/volatile qualifiers of C++ types, PR c++/12328.
3199 * c-typeprint.c (c_type_print_args): Update the function comment. New
3200 variable param_type, initialize it. Remove const/volatile qualifiers
3201 for language_cplus and !show_artificial. Use param_type.
3202
3203 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3204
3205 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
3206 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
3207 * symtab.h (struct symtab) <next>: Comment extension.
3208
3209 2011-02-12 Yao Qi <yao@codesourcery.com>
3210
3211 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
3212
3213 2011-02-11 Yao Qi <yao@codesourcery.com>
3214
3215 * common/Makefile.in: Add copyright header.
3216
3217 2011-02-11 Pedro Alves <pedro@codesourcery.com>
3218
3219 * infrun.c (proceed): Move switching out and in of tfind mode from
3220 here ...
3221 (fetch_inferior_event): ... to here.
3222
3223 2011-02-11 Yao Qi <yao@codesourcery.com>
3224
3225 * Makefile.in: Remove signals.o from COMMON_OBS. Link
3226 libcommon.a.
3227 * configure.ac: Add common to sub dir.
3228 * configure: Regenerate.
3229
3230 2011-02-11 Yao Qi <yao@codesourcery.com>
3231
3232 Build libcommon.a.
3233
3234 * common/Makefile.in: New.
3235 * common/configure.ac: New.
3236 * common/aclocal.m4: New.
3237 * common/configure: Generate.
3238
3239 2011-02-10 Pedro Alves <pedro@codesourcery.com>
3240
3241 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
3242 side of the parenthesis.
3243
3244 Merge from GCC:
3245 2010-07-13 Jakub Jelinek <jakub@redhat.com>
3246 * vec.h (VEC_block_remove): Fix comment.
3247
3248 2011-02-08 Michael Snyder <msnyder@vmware.com>
3249
3250 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
3251
3252 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3253
3254 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
3255 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
3256 psubd and paddd.
3257
3258 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3259
3260 PR 12361.
3261 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
3262 phsubsw.
3263 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
3264 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
3265
3266 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
3267
3268 * dwarf2read.c (read_subroutine_type): Set special calling
3269 convention flag for functions compiled by IBM XL C for OpenCL.
3270 * ppc-sysv-tdep.c: Include "dwarf2.h"
3271 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
3272 calling convention.
3273 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
3274 IBM OpenCL vector types calling convention.
3275 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
3276 (ppc_sysv_abi_broken_return_value): Likewise.
3277 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
3278 types calling convention.
3279 (ppc64_sysv_abi_return_value): Likewise.
3280 * spu-tdep.c: Include "dwarf2.h"
3281 (spu_return_value): Implement IBM OpenCL vector types calling
3282 convention.
3283
3284 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
3285
3286 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
3287 correct ABI for AltiVec vector arguments.
3288
3289 2011-02-07 Pedro Alves <pedro@codesourcery.com>
3290
3291 * valprint.c (val_print): Extend comment.
3292 * ada-valprint.c (ada_valprint): Rewrite comment deferring
3293 interface explanation to val_print.
3294 (ada_val_print_array): Adjust comment to current interface.
3295 (print_field_values): Adjust comment to current interface.
3296 * c-valprint.c (c_val_print): Rewrite comment deferring interface
3297 explanation to val_print.
3298 * f-valprint.c (f_val_print): Ditto.
3299 * jv-valprint.c (java_val_print): Ditto.
3300 * m2-valprint.c (m2_val_print): Ditto.
3301 * p-valprint.c (pascal_val_print): Ditto.
3302
3303 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3304
3305 * breakpoint.c (parse_breakpoint_sals): Fix description.
3306
3307 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
3308 Oguz Kayral <oguzkayral@gmail.com>
3309
3310 * python/py-inferior.c (python_on_normal_stop): New function.
3311 (python_on_resume): New function.
3312 (python_inferior_exit): New function.
3313 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
3314 inferior_exit observers.
3315 * python/py-evtregistry.c: New file.
3316 * python/py-threadevent.c : New file.
3317 * python/py-event.c: New file.
3318 * python/py-evts.c: New file.
3319 * python/py-continueevent.c: New file.
3320 * python/py-bpevent.c: New file.
3321 * python/py-signalevent.c: New file.
3322 * python/py-exetiedevent.c: New file.
3323 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
3324 Move struct breakpoint_object from here...
3325 * python/python-internal.h: ... to here.
3326 * python/py-event.h: New file.
3327 * python/py-events.h: New file.
3328 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
3329 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
3330 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
3331 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
3332 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
3333 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
3334 Add build rules for all the above.
3335
3336 2011-02-04 Tom Tromey <tromey@redhat.com>
3337
3338 * dwarf2read.c (dwarf2_section_empty_p): New function.
3339 (dwarf2_read_section): Use dwarf2_section_empty_p.
3340 (dwarf2_section_size): New function.
3341 (dwarf2_get_section_info): Unconditionally read section.
3342 (dwarf2_read_index): Use dwarf2_section_empty_p.
3343 (partial_read_comp_unit_head): Use dwarf2_section_size.
3344 (dwarf2_symbol_mark_computed): Likewise.
3345
3346 2011-02-04 David Daney <ddaney@caviumnetworks.com>
3347
3348 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
3349
3350 2011-02-04 David Daney <ddaney@caviumnetworks.com>
3351
3352 * mips-linux-tdep.c: Include xml-syscall.h.
3353 (mips_linux_get_syscall_number): New function.
3354 (mips_linux_init_abi): Add calls to
3355 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
3356 * data-directory/Makefile.in (SYSCALLS_FILES): Add
3357 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
3358 * syscalls/mips-n32-linux.xml: New file.
3359 * syscalls/mips-n64-linux.xml: New file.
3360 * syscalls/mips-o32-linux.xml: New file.
3361
3362 2011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
3363
3364 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
3365 Complain about inverted range entries.
3366 (dwarf2_record_block_ranges): Likewise.
3367
3368 2011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
3369
3370 Fix some typos.
3371 * breakpoint.c (update_watchpoint): Fix name of the
3372 update_global_location_list function.
3373 (print_one_breakpoint): Fix typo.
3374 (_initialize_breakpoint): Remove extra space in hbreak help
3375 string.
3376 * breakpoint.h (struct bp_location) <length>: Fix field
3377 description.
3378
3379 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3380
3381 * regcache.c (registers_changed_ptid): Don't explictly always
3382 clear `current_regcache'. Only clear current_thread_ptid and
3383 current_thread_arch when PTID matches. Only reinit the frame
3384 cache if PTID matches the current inferior_ptid. Move alloca(0)
3385 call to ...
3386 (registers_changed): ... here.
3387
3388 2011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
3389
3390 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
3391 starts with __stack_chk_guard as stack guard symbol.
3392
3393 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
3394
3395 * disasm.c (compare_lines): Handle the end of sequence markers
3396 within the line table to better support disassembling over
3397 compilation unit boundaries.
3398
3399 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3400
3401 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
3402 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
3403 implementation even if no symbols are available.
3404 (thumb_analyze_prologue): Update call to skip_prologue_function.
3405 (arm_analyze_prologue): Likewise.
3406
3407 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3408
3409 * arm-tdep.c: Include "observer.h".
3410 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
3411 (arm_exidx_data_key): New static variable.
3412 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
3413 (struct arm_exidx_data): Likewise.
3414 (arm_exidx_data_free): New function.
3415 (arm_compare_exidx_entries): Likewise.
3416 (arm_obj_section_from_vma): Likewise.
3417 (arm_exidx_new_objfile): Likewise.
3418 (arm_find_exidx_entry): Likewise.
3419 (arm_exidx_fill_cache): Likewise.
3420 (arm_exidx_unwind_sniffer): Likewise.
3421 (arm_exidx_unwind): New global variable.
3422 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
3423 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
3424 observer. Register arm_exidx_data_key as objfile data.
3425
3426 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3427
3428 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
3429 due to accessing uninitialized variable. Fix indentation.
3430
3431 2011-02-02 Pedro Alves <pedro@codesourcery.com>
3432
3433 * c-valprint.c (c_value_print): When doing virtual base pointer
3434 adjustment, create a new value with adjusted contents rather than
3435 changing the contents of the value being printed (and getting it
3436 wrong).
3437
3438 2011-02-02 Pedro Alves <pedro@codesourcery.com>
3439
3440 * xml-support.c (xml_find_attribute): New.
3441 (xinclude_start_include): Use it.
3442 * xml-support.h (xml_find_attribute): Declare.
3443 * memory-map.c (memory_map_start_memory)
3444 (memory_map_start_property): Use xml_find_attribute.
3445 * osdata.c (osdata_start_osdata, osdata_start_column): Use
3446 xml_find_attribute.
3447 * remote.c (start_thread): Use xml_find_attribute.
3448 * solib-target.c (library_list_start_segment)
3449 (library_list_start_section, library_list_start_library)
3450 (library_list_start_list): Use xml_find_attribute.
3451 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
3452 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
3453 (tdesc_start_field): Use xml_find_attribute.
3454
3455 2011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
3456
3457 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
3458 (BUILD_OCL_VTYPES): Update.
3459
3460 2011-02-02 Joel Brobecker <brobecker@adacore.com>
3461
3462 * configure.ac: Work around non-GNU sed limitation when computing
3463 python version number.
3464 * configure: Regenerate.
3465
3466 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3467
3468 Fix debug printing of TYPE_INSTANCE.
3469 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
3470 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
3471
3472 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3473
3474 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
3475 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
3476 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
3477 * ada-operator.inc: Rename the file to ...
3478 * ada-operator.def: ... here, wrap all the entries by macro OP.
3479 * expprint.c (op_name_standard): Remove all the entries. Include
3480 "std-operator.def" instead.
3481 * expression.h (enum exp_opcode): Include "std-operator.def" and
3482 "ada-operator.def". Move all the entries ...
3483 * std-operator.def: ... here, wrap all the entries by macro OP.
3484
3485 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3486
3487 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
3488 * breakpoint.c (remove_jit_event_breakpoints): New function.
3489 * jit.c (jit_descriptor_addr): Delete.
3490 (registering_code): Delete.
3491 (clear_int): Delete.
3492 (jit_inferior_data): New variable.
3493 (struct jit_inferior_data): New type.
3494 (get_jit_inferior_data): New function.
3495 (jit_inferior_data_cleanup): New function.
3496 (jit_read_descriptor): Adjust.
3497 (jit_register_code): Adjust.
3498 (jit_breakpoint_re_set_internal): New function; move code here ...
3499 (jit_inferior_init): ... from here.
3500 (jit_breakpoint_re_set): Adjust.
3501 (jit_reset_inferior_data_and_breakpoints): New function.
3502 (jit_inferior_created_observer): Adjust.
3503 (jit_inferior_exit_hook): Adjust.
3504 (jit_executable_changed_observer): New function.
3505 (jit_event_handler): Adjust.
3506 (_initialize_jit): Adjust.
3507
3508 2011-01-31 Michael Snyder <msnyder@vmware.com>
3509
3510 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
3511 line.
3512
3513 2011-01-31 Tom Tromey <tromey@redhat.com>
3514
3515 PR python/12216:
3516 * python/python.c (execute_gdb_command): Call
3517 prevent_dont_repeat.
3518 * top.c (suppress_dont_repeat): New global.
3519 (dont_repeat): Use it.
3520 (prevent_dont_repeat): New function.
3521 * command.h (prevent_dont_repeat): Declare.
3522
3523 2011-01-31 Tom Tromey <tromey@redhat.com>
3524
3525 * infcmd.c (finish_backward): Use breakpoint_set_silent.
3526 * python/py-breakpoint.c (bppy_set_silent): Use
3527 breakpoint_set_silent.
3528 (bppy_set_thread): Use breakpoint_set_thread.
3529 (bppy_set_task): Use breakpoint_set_task.
3530 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
3531 (breakpoint_set_task): Declare.
3532 (make_breakpoint_silent): Remove.
3533 * breakpoint.c (breakpoint_set_silent): New function.
3534 (breakpoint_set_thread): Likewise.
3535 (breakpoint_set_task): Likewise.
3536 (make_breakpoint_silent): Remove.
3537
3538 2011-01-31 Tom Tromey <tromey@redhat.com>
3539
3540 * breakpoint.h (user_breakpoint_p): Declare.
3541 * breakpoint.c (user_breakpoint_p): New function.
3542 (breakpoint_1): Use it.
3543 (save_breakpoints): Likewise.
3544
3545 2011-01-31 Joel Brobecker <brobecker@adacore.com>
3546
3547 * configure.ac: Add handling of Python distribution on Windows.
3548 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
3549 sysconfig variables are not defined, then do not use them.
3550 On Windows, if LIBPL is not defined, then use prefix + '/libs'
3551 instead. On Windows, return all paths using forward-slashes
3552 rather than backslashes.
3553
3554 2011-01-31 Joel Brobecker <brobecker@adacore.com>
3555
3556 * configure.ac: Remove fallback behavior for building
3557 against Python. Remove tweaking of Python include path.
3558 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
3559 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
3560 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
3561 Always restore CPPFLAGS and LIBS after linking test.
3562 * configure: Regenerated.
3563 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
3564 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
3565 * python/python-internal.h: Adjust includes of Python .h files.
3566
3567 2011-01-31 Joel Brobecker <brobecker@adacore.com>
3568
3569 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
3570 in error message.
3571
3572 2011-01-31 Joel Brobecker <brobecker@adacore.com>
3573
3574 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
3575 value test.
3576
3577 2011-01-31 Yao Qi <yao@codesourcery.com>
3578
3579 * arm-linux-nat.c: Update calls to regcache_register_status
3580 instead of regcache_valid_p.
3581 * aix-thread.c: Likewise.
3582 * i386gnu-nat.c: Likewise.
3583
3584 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3585
3586 Fix crash.
3587 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
3588 touching TYPE_FIELD_ARTIFICIAL.
3589
3590 2011-01-28 Richard Earnshaw <rearnsha@arm.com>
3591
3592 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
3593 Committers.
3594
3595 2011-01-28 Pedro Alves <pedro@codesourcery.com>
3596
3597 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
3598 selected, don't try iterating over the traceframe's blocks.
3599 (tfile_has_stack): If there's no traceframe selected, then there's
3600 no stack.
3601 (tfile_has_registers): If there's no traceframe selected, then
3602 there's no registers.
3603
3604 2011-01-28 Pedro Alves <pedro@codesourcery.com>
3605
3606 * target.c (memory_xfer_partial): No need to restore shadows if we
3607 haven't read anything.
3608
3609 2011-01-28 Pedro Alves <pedro@codesourcery.com>
3610
3611 * mips-tdep.c (mips_print_register): Use get_frame_register_value
3612 and val_print_scalar_formatted.
3613
3614 2011-01-27 Pedro Alves <pedro@codesourcery.com>
3615
3616 * tracepoint.c (tfile_read): New.
3617 (tfile_open): Use it.
3618 (tfile_get_traceframe_address): Use it.
3619 (tfile_trace_find): Use it.
3620 (walk_blocks_callback_func): New typedef.
3621 (match_blocktype): New function.
3622 (traceframe_walk_blocks): New function.
3623 (traceframe_find_block_type): New function.
3624 (tfile_fetch_registers, tfile_xfer_partial)
3625 (tfile_get_trace_state_variable_value): Use
3626 traceframe_find_block_type and tfile_read.
3627
3628 2011-01-26 Kevin Buettner <kevinb@redhat.com>
3629
3630 * remote-mips.c: Add internationalization mark ups. Remove
3631 trailing \n from already marked up strings.
3632
3633 2011-01-26 Tom Tromey <tromey@redhat.com>
3634
3635 * python/py-prettyprint.c (print_string_repr): Clear
3636 'addressprint' option when calling val_print_string.
3637 (print_children): Handle Val_pretty_default. Clear 'addressprint'
3638 option when calling val_print_string.
3639
3640 2011-01-26 Tom Tromey <tromey@redhat.com>
3641
3642 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
3643 GDB_PY_LL_ARG.
3644 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
3645 macros.
3646 (gdb_py_longest, gdb_py_ulongest): New typedefs.
3647 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
3648 (gdb_py_long_as_ulongest): New defines.
3649 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
3650 (gdb_py_int_as_long): Declare.
3651 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
3652 GDB_PY_LL_ARG, gdb_py_object_from_longest.
3653 (valpy_long): Add comment.
3654 * python/py-utils.c (get_addr_from_python): Use
3655 gdb_py_long_as_ulongest. Handle overflow properly.
3656 (gdb_py_object_from_longest): New function.
3657 (gdb_py_object_from_ulongest): Likewise.
3658 (gdb_py_int_as_long): Likewise.
3659 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
3660 * python/py-symtab.c (salpy_get_pc): Use
3661 gdb_py_long_from_ulongest.
3662 (salpy_get_line): Use PyInt_FromLong.
3663 * python/py-param.c (set_parameter_value): Use
3664 gdb_py_int_as_long.
3665 * python/py-lazy-string.c (stpy_get_address): Use
3666 gdb_py_long_from_ulongest.
3667 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
3668 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
3669 * python/py-breakpoint.c (bppy_set_thread): Use
3670 gdb_py_int_as_long.
3671 (bppy_set_task): Likewise.
3672 (bppy_set_ignore_count): Likewise.
3673 (bppy_set_hit_count): Likewise.
3674 * python/py-block.c (blpy_get_start): Use
3675 gdb_py_object_from_ulongest.
3676 (blpy_get_end): Likewise.
3677 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
3678
3679 2011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
3680
3681 PR/symtab 11766:
3682 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
3683 * gdb/solib.c (solib_read_symbols): Check for addr_low in
3684 equality test for objfile, initialize addr_low if needed.
3685
3686 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3687
3688 * tui/tui-regs.c (tui_register_format): Remove dead code.
3689
3690 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3691
3692 * printcmd.c (print_formatted): Use val_print_scalar_formatted
3693 instead of print_scalar_formatted.
3694 (print_scalar_formatted): Don't handle 's' format strings here,
3695 and add an assertion that we never see such format here.
3696 * valprint.h (val_print_scalar_formatted): Declare.
3697 * valprint.c (val_print_scalar_formatted): New.
3698 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
3699 instead of print_scalar_formatted.
3700 * jv-valprint.c (java_val_print): Ditto.
3701 * p-valprint.c (pascal_val_print): Ditto.
3702 * ada-valprint.c (ada_val_print_1): Ditto.
3703 * f-valprint.c (f_val_print): Ditto.
3704 * infcmd.c (registers_info): Ditto.
3705 * m2-valprint.c (m2_val_print): Ditto.
3706
3707 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3708
3709 * m2-valprint.c (print_unbounded_array): Pass
3710 value_contents_for_printing rather than value_contents, to
3711 m2_print_array_contents. Also pass in the value.
3712
3713 2011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3714
3715 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
3716 (save_gdb_index_command): Switch to .gdb_index version 4.
3717
3718 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3719
3720 * mi/mi-main.c (get_register): Use get_frame_register_value rather
3721 than frame_register, and always pass a valid value to val_print.
3722
3723 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3724
3725 Centralize printing "<optimized out>".
3726
3727 * valprint.h (val_print_optimized_out): Declare.
3728 * cp-valprint.c (cp_print_value_fields): Use
3729 val_print_optimized_out.
3730 * jv-valprint.c (java_print_value_fields): Ditto.
3731 * p-valprint.c (pascal_object_print_value_fields): Ditto.
3732 * printcmd.c (print_formatted): Ditto.
3733 * valprint.c (valprint_check_validity): Ditto.
3734 (value_check_printable): Ditto.
3735 (val_print_optimized_out): New.
3736
3737 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3738
3739 * infcmd.c (default_print_registers_info): Allocate values so to
3740 never pass a NULL value to val_print.
3741
3742 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3743
3744 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
3745 boolean. Make sure to always pass a value that matches the
3746 contents buffer to callees. Preserve `address' for following
3747 iterations.
3748 * value.c (value_contents_for_printing_const): New.
3749 (value_address): Constify value argument.
3750 * value.h (value_contents_for_printing_const): Declare.
3751 (value_address): Constify value argument.
3752
3753 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3754
3755 * regcache.c (struct regcache_descr): Rename
3756 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
3757 and sizeof_cooked_register_valid_p to
3758 sizeof_cooked_register_status.
3759 (init_regcache_descr): Adjust.
3760 (struct regcache): Rename register_valid_p field to
3761 register_status.
3762 (regcache_xmalloc_1, regcache_xfree, regcache_save)
3763 (do_cooked_read): Adjust.
3764 (regcache_valid_p): Rename to ...
3765 (regcache_register_status): ... this. Adjust.
3766 (regcache_invalidate): Adjust.
3767 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
3768 Adjust.
3769 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
3770 as unavailable, not valid.
3771 (regcache_dump): Adjust.
3772 * regcache.h (enum register_status): New.
3773 (regcache_register_status): Declare.
3774 (regcache_invalidate): Delete declaration.
3775 * corelow.c (get_core_registers): Adjust.
3776 * tracepoint.c (tfile_fetch_registers): Adjust.
3777 * trad-frame.c (REG_VALUE): Rename to ...
3778 (TF_REG_VALUE): ... this.
3779 (REG_UNKNOWN): Rename to ...
3780 (TF_REG_UNKNOWN): ... this.
3781 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
3782 * mi/mi-main.c (register_changed_p): Adjust.
3783
3784 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3785
3786 * regcache.c (struct regcache_descr): Remove outdated comment.
3787 (init_regcache_descr): Remove sizeof_raw_register_valid_p
3788 overallocate hack.
3789 (regcache_xmalloc): Rename to ...
3790 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
3791 Allocate the regcache type accordingly.
3792 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
3793 (regcache_xfree): Asser the source is also readonly. Copy sizeof
3794 cooked registers, not raw.
3795 (regcache_dup_no_passthrough): Delete.
3796 (get_thread_arch_regcache): Use regcache_xmalloc_1.
3797 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
3798 mention obsolete write_register_bytes.
3799 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
3800
3801 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3802
3803 Stop remote_read_bytes from handling partial reads itself.
3804
3805 * remote-fileio.c: Include target.h.
3806 (remote_fileio_write_bytes): Delete.
3807 (remote_fileio_func_open, remote_fileio_func_write)
3808 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
3809 target_read_memory.
3810 (remote_fileio_func_stat): Use target_read_memory and
3811 target_write_memory.
3812 (remote_fileio_func_gettimeofday): Use target_write_memory.
3813 (remote_fileio_func_system): Use target_read_memory.
3814 * remote.c (remote_write_bytes): Make it static.
3815 (remote_read_bytes): Don't handle partial reads here.
3816 * remote.h (remote_read_bytes): Delete declaration.
3817
3818 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3819
3820 Simplify XML parsing a bit.
3821
3822 * xml-support.h (gdb_xml_parse_quick): Declare.
3823 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
3824 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
3825 parameter.
3826 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
3827 gdb_xml_create_parser_and_cleanup_1.
3828 (gdb_xml_parse_quick): New.
3829 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
3830 * osdata.c (osdata_parse): Ditto.
3831 * remote.c (remote_threads_info): Ditto.
3832 * solib-target.c (solib_target_parse_libraries): Ditto.
3833 * xml-syscall.c (syscall_parse_xml): Ditto.
3834 * xml-tdesc.c (tdesc_parse_xml): Ditto.
3835
3836 2011-01-24 Kevin Buettner <kevinb@redhat.com>
3837
3838 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
3839 with remote-mips.o added to gdb_target_obs.
3840 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
3841
3842 2011-01-24 Pedro Alves <pedro@codesourcery.com>
3843
3844 * ada-valprint.c (val_print_packed_array_elements): Pass the
3845 correct struct value to val_print.
3846 (ada_val_print_1): Ditto.
3847
3848 2011-01-24 Pedro Alves <pedro@codesourcery.com>
3849
3850 Don't lose embedded_offset in printing routines throughout.
3851
3852 * valprint.h (val_print_array_elements): Change prototype.
3853 * valprint.c (val_print_array_elements): Add `embedded_offset'
3854 parameter, and adjust to pass it down to val_print, while passing
3855 `valaddr' or `address' unmodified. Take embedded_offset into
3856 account when checking repetitions.
3857 * c-valprint.c (c_val_print): Pass embedded_offset to
3858 val_print_array_elements instead of adjusting `valaddr' and
3859 `address'.
3860 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
3861 embedded_offset to val_print_array_elements instead of adjusting
3862 `valaddr'.
3863 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
3864 * p-valprint.c (pascal_val_print): Pass embedded_offset to
3865 val_print_array_elements and pascal_object_print_value_fields
3866 instead of adjusting `valaddr'.
3867 (pascal_object_print_value_fields): Add `offset' parameter, and
3868 adjust to use it.
3869 (pascal_object_print_value): Add `offset' parameter, and adjust to
3870 use it.
3871 (pascal_object_print_static_field): Use
3872 value_contents_for_printing/value_embedded_offset, rather than
3873 value_contents.
3874 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
3875 parameter, and adjust to use it. Use
3876 value_contents_for_printing/value_embedded_offset, rather than
3877 value_contents.
3878 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
3879 (ada_val_print_array): Add `offset' parameter, and adjust to use
3880 it.
3881 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
3882 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
3883 Instead work with offsets. Use
3884 value_contents_for_printing/value_embedded_offset, rather than
3885 value_contents. Change `defer_val_int' local type to CORE_ADDR,
3886 and use value_from_pointer to extract a target pointer, rather
3887 than value_from_longest.
3888 (print_variant_part): Add `offset' parameter. Replace
3889 `outer_valaddr' parameter by a new `outer_offset' parameter.
3890 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
3891 (ada_value_print): Use
3892 value_contents_for_printing/value_embedded_offset, rather than
3893 value_contents.
3894 (print_record): Add `offset' parameter, and adjust to pass it
3895 down.
3896 (print_field_values): Add `offset' parameter. Replace
3897 `outer_valaddr' parameter by a new `outer_offset' parameter.
3898 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
3899 Use value_contents_for_printing/value_embedded_offset, rather than
3900 value_contents.
3901 * d-valprint.c (dynamic_array_type): Use
3902 value_contents_for_printing/value_embedded_offset, rather than
3903 value_contents.
3904 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
3905 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
3906 (java_print_value_fields): Take `offset' into account. Don't
3907 re-adjust `valaddr'. Instead pass down adjusted offsets.
3908 (java_val_print): Take `embedded_offset' into account. Pass it to
3909 java_print_value_fields.
3910 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
3911 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
3912 down adjusted offsets.
3913 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
3914 (f_val_print): Take `embedded_offset' into account.
3915
3916 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3917
3918 * inflow.c: Include "gdbcmd.h".
3919 (interactive_mode): New static global, moved here from top.c.
3920 (show_interactive_mode): New function, moved here from top.c.
3921 use gdb_has_a_terminal instead of input_from_terminal_p to
3922 determine the current mode.
3923 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
3924 setting.
3925 (_initialize_inflow): Add the "set/show interactive-mode"
3926 commands. Moved here from top.c, after having adjusted slightly
3927 the help text.
3928 * top.c (interactive_mode, show_interactive_mode): Delete, moved
3929 to inflow.c.
3930 (input_from_terminal_p): Remove handling of "interactive-mode"
3931 setting, moved to infow.c.
3932 (init_main): Remove creation of the "set/show interactive-mode"
3933 commands, moved to inflow.c.
3934
3935 2011-01-19 Joel Brobecker <brobecker@adacore.com>
3936
3937 * NEWS: Add entry for native ia64-hpux support.
3938
3939 2011-01-19 Tom Tromey <tromey@redhat.com>
3940
3941 PR mi/8618:
3942 * thread.c (free_thread): Free 'name'.
3943 (print_thread_info): Emit thread name. Change CLI output.
3944 (thread_name_command): New function.
3945 (do_captured_thread_select): Emit newline.
3946 (_initialize_thread): Register 'thread name' command.
3947 * target.h (struct target_ops) <to_thread_name>: New field.
3948 (target_thread_name): New macro.
3949 * target.c (update_current_target): Handle to_thread_name.
3950 * python/py-infthread.c (thpy_get_name): New function.
3951 (thpy_set_name): Likewise.
3952 (thread_object_getset): Add "name".
3953 * linux-nat.c (linux_nat_thread_name): New function.
3954 (linux_nat_add_target): Set to_thread_name.
3955 * gdbthread.h (struct thread_info) <name>: New field.
3956
3957 2011-01-18 Joel Brobecker <brobecker@adacore.com>
3958
3959 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
3960 (ada_val_print_1): Likewise.
3961
3962 2011-01-18 Joel Brobecker <brobecker@adacore.com>
3963
3964 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
3965 upper limit address is not greater than the function end address
3966 when the upper limit could not be computed using the debugging
3967 info.
3968
3969 2011-01-17 Tom Tromey <tromey@redhat.com>
3970
3971 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
3972 get_regcomp_error.
3973 * utils.c: Include gdb_regex.h.
3974 (do_regfree_cleanup): New function.
3975 (make_regfree_cleanup): Likewise.
3976 (get_regcomp_error): Likewise.
3977 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
3978
3979 2011-01-17 Tom Tromey <tromey@redhat.com>
3980
3981 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
3982 re_compile_fastmap.
3983
3984 2011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
3985
3986 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
3987 for internal variables.
3988 (last_was_structop): New static variable.
3989 (COMPLETE): New token.
3990 (field_exp): New rule to group all '.' suffix handling.
3991 Add mark_struct_expression calls when approriate to be able
3992 to correctly find fields for completion.
3993 (yylex): Adapt to handle field completion and set INTVAR when
3994 required.
3995
3996 2011-01-14 Yao Qi <yao@codesourcery.com>
3997
3998 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
3999 save_reggroup, restore_reggroup and all_reggroup.
4000
4001 2011-01-14 Joel Brobecker <brobecker@adacore.com>
4002
4003 * ada-valprint. (ada_printchar): Use the correct type length
4004 in call to ada_emit_char.
4005 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
4006
4007 2011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
4008
4009 * solib-som.h (hpux_major_release): Declare variable here.
4010 * solib-som.c: Remove <sys/utsname.h> header.
4011 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
4012 (hpux_major_release): Make global, change default value to
4013 DEFAULT_HPUX_MAJOR_RELEASE.
4014 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
4015 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
4016 Add "solib-som.h" header.
4017 (set_hpux_major_release): New function.
4018 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
4019
4020 2011-01-14 Mike Frysinger <vapier@gentoo.org>
4021
4022 * configure.tgt (*-*-uclinux*): Match more Linux os targets
4023
4024 2011-01-14 Joel Brobecker <brobecker@adacore.com>
4025
4026 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
4027 new-line at end of warning message.
4028 (ia64_hpux_store_register): Remove trailing new-line at end of
4029 error message.
4030 * ia64-hpux-tdep.c: Rephrase comment.
4031 * solib-ia64-hpux.c (struct dld_info): Change type of field
4032 dld_flags from "long long" to ULONGEST.
4033
4034 2011-01-14 Pedro Alves <pedro@codesourcery.com>
4035
4036 * target.h (deprecated_child_ops): Delete declaration.
4037 * target.c (deprecated_child_ops): Delete definition.
4038
4039 2011-01-14 Pedro Alves <pedro@codesourcery.com>
4040
4041 * Makefile.in (hpux-thread.o): Delete rule.
4042 * configure.ac: Don't check for HPUX DCE threads support.
4043 * configure, config.in: Regenerate.
4044 * hppa-hpux-nat.c (child_suppress_run): Delete.
4045 (hppa_hpux_child_can_run): Delete.
4046 (_initialize_hppa_hpux_nat): Don't override to_can_run.
4047 * hpux-thread.c: Delete.
4048
4049 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4050
4051 * hpux-thread.c (hpux_pid_to_str): Delete.
4052
4053 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4054
4055 * ada-valprint.c (ada_emit_char): Remove strange code.
4056 Check that c is <= UCHAR_MAX before passing it to isascii.
4057 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
4058
4059 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4060
4061 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
4062 to the case where instream is stdin.
4063
4064 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4065
4066 * ia64-tdep.h (struct regcache): Forward declare.
4067 (struct ia64_infcall_ops): New struct type.
4068 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
4069 and "infcall_ops".
4070 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
4071 Renames ia64_find_global_pointer.
4072 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
4073 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
4074 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
4075 methods.
4076 (ia64_infcall_ops): New static global constant.
4077 (ia64_gdbarch_init): Set tdep->infcall_ops.
4078 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
4079 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
4080 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
4081 (ia64_hpux_dummy_code): New static global constant.
4082 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
4083 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
4084 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
4085 New function.
4086 (ia64_hpux_infcall_ops): New static global constant.
4087 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
4088 for inferior function calls to work properly on ia64-hpux.
4089
4090 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4091
4092 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
4093 * ia64-tdep.h (struct frame_info): forward declaration.
4094 (struct gdbarch_tdep): Add field size_of_register_frame.
4095 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
4096 to determine the size of the register frame.
4097 (ia64_size_of_register_frame): New function.
4098 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
4099 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
4100 (IA64_HPUX_UREG_REASON): New macro.
4101 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
4102 New functions.
4103 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
4104 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
4105 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
4106 objects.
4107
4108 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4109
4110 Add support for ia64-hpux.
4111 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
4112 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
4113
4114 * configure.host: Add handling for ia64-hpux hosts. Add associated
4115 floatformats.
4116 * configure.tgt: Add handling for ia64-hpux targets.
4117 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
4118 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
4119 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
4120
4121 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4122
4123 [ttrace] Compute thread list immediately after attach.
4124 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
4125 New subprogram.
4126 (inf_ttrace_attach): Use it.
4127
4128 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4129
4130 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
4131 if we could not determine the frame's function address. Instead,
4132 use the frame's PC, and then continue.
4133
4134 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4135
4136 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
4137 not already defined.
4138
4139 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4140
4141 * ia64-tdep.c (ia64_struct_type_p): New function.
4142 (ia64_extract_return_value): Handle integral values that are
4143 less than 8 bytes long.
4144 (ia64_push_dummy_call): Likewise.
4145
4146 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4147
4148 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
4149 floatformat_ia64_ext.
4150 (floatformat_ia64_ext_big): New static const.
4151 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
4152
4153 2011-01-12 Tom Tromey <tromey@redhat.com>
4154
4155 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
4156 messages.
4157 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
4158 (mi_cmd_thread_list_ids): Likewise.
4159 (mi_cmd_data_list_changed_registers): Likewise.
4160 (mi_cmd_data_list_register_values): Likewise.
4161 (mi_cmd_data_write_register_values): Likewise.
4162 (mi_cmd_data_evaluate_expression): Likewise.
4163 (mi_cmd_data_read_memory): Likewise.
4164 (mi_cmd_data_read_memory_bytes): Likewise.
4165 (mi_cmd_data_write_memory): Likewise.
4166 (mi_cmd_enable_timings): Likewise.
4167 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
4168 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
4169 (mi_cmd_var_delete): Likewise.
4170 (mi_cmd_var_set_format): Likewise.
4171 (mi_cmd_var_show_format): Likewise.
4172 (mi_cmd_var_info_num_children): Likewise.
4173 (mi_cmd_var_list_children): Likewise.
4174 (mi_cmd_var_info_type): Likewise.
4175 (mi_cmd_var_info_expression): Likewise.
4176 (mi_cmd_var_show_attributes): Likewise.
4177 (mi_cmd_var_assign): Likewise.
4178 (mi_cmd_var_update): Likewise.
4179 (mi_cmd_enable_pretty_printing): Likewise.
4180 (mi_cmd_var_set_update_range): Likewise.
4181 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
4182 messages.
4183 (mi_cmd_target_file_put): Likewise.
4184 (mi_cmd_target_file_delete): Likewise.
4185 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
4186 messages.
4187 (mi_cmd_stack_info_depth): Likewise.
4188 (mi_cmd_stack_list_locals): Likewise.
4189 (mi_cmd_stack_list_args): Likewise.
4190 (mi_cmd_stack_select_frame): Likewise.
4191 (mi_cmd_stack_select_frame): Likewise.
4192 (mi_cmd_stack_info_frame): Likewise.
4193 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
4194 messages.
4195 (mi_cmd_file_list_exec_source_files): Likewise.
4196 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
4197 (mi_cmd_env_cd): Likewise.
4198 (mi_cmd_env_path): Likewise.
4199 (mi_cmd_env_dir): Likewise.
4200 (mi_cmd_inferior_tty_show): Likewise.
4201 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
4202 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
4203 (mi_cmd_break_watch): Likewise.
4204
4205 2011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
4206
4207 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
4208 (ppc_linux_insert_hw_breakpoint): Likewise.
4209 (ppc_linux_remove_hw_breakpoint): Likewise.
4210 (ppc_linux_insert_watchpoint): Likewise.
4211
4212 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4213 Jan Kratochvil <jan.kratochvil@redhat.com>
4214
4215 PR fortran/11104 and DWARF unbound arrays detection.
4216 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
4217 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
4218 unspecified upper bound.
4219 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
4220 variables array_size_array, tmp_type and offset_item. New variable
4221 array. Remove call to f77_get_upperbound. New variables array_type
4222 and index. Call value_subscripted_rvalue for each dimenasion. Remove
4223 the final call to deprecated_set_value_type.
4224
4225 2011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4226
4227 Make value allocations more lazy.
4228 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
4229 instead of allocate_value and set_value_lazy when possible.
4230 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
4231 instead of allocate_value and set_value_lazy.
4232 * findvar.c (value_of_register_lazy): Likewise.
4233 (read_var_value): Remove V preallocation, call just check_typedef in
4234 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
4235 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
4236 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
4237 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
4238 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
4239 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
4240 the end, remove set_value_lazy there.
4241 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
4242 instead of allocate_value and set_value_lazy when possible.
4243 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
4244 * value.c (allocate_computed_value): Use allocate_value_lazy instead
4245 of allocate_value and set_value_lazy.
4246 (value_from_contents_and_address): Use allocate_value_lazy instead of
4247 allocate_value and set_value_lazy when possible.
4248
4249 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4250
4251 * disasm.c (dump_insns): Support dumping opcodes for MI.
4252 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
4253 dumping of instruction opcodes.
4254
4255 2011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
4256
4257 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
4258 appropiately.
4259
4260 2011-01-11 Tom Tromey <tromey@redhat.com>
4261
4262 * thread.c (do_captured_thread_select): Emit newline before
4263 printing frame.
4264
4265 2011-01-11 Michael Snyder <msnyder@vmware.com>
4266
4267 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
4268 * score-tdep.c: Ditto.
4269 * score-tdep.h: Ditto.
4270 * ser-base.c: Ditto.
4271 * ser-go32.c: Ditto.
4272 * serial.c: Ditto.
4273 * serial.h: Ditto.
4274 * ser-mingw.c: Ditto.
4275 * ser-pipe.c: Ditto.
4276 * ser-tcp.c: Ditto.
4277 * ser-unix.c: Ditto.
4278 * sh64-tdep.c: Ditto.
4279 * shnbsd-nat.c: Ditto.
4280 * sh-tdep.c: Ditto.
4281 * sh-tdep.h: Ditto.
4282 * solib.c: Ditto.
4283 * solib-darwin.c: Ditto.
4284 * solib-frv.c: Ditto.
4285 * solib.h: Ditto.
4286 * solib-irix.c: Ditto.
4287 * solib-osf.c: Ditto.
4288 * solib-pa64.c: Ditto.
4289 * solib-som.c: Ditto.
4290 * solib-spu.c: Ditto.
4291 * solib-sunos.c: Ditto.
4292 * solib-svr4.c: Ditto.
4293 * solist.h: Ditto.
4294 * sol-thread.c: Ditto.
4295 * somread.c: Ditto.
4296 * source.c: Ditto.
4297 * source.h: Ditto.
4298 * sparc64-linux-tdep.c: Ditto.
4299 * sparc64-tdep.c: Ditto.
4300 * sparc-linux-nat.c: Ditto.
4301 * sparc-linux-tdep.c: Ditto.
4302 * sparc-sol2-nat.c: Ditto.
4303 * sparc-sol2-tdep.c: Ditto.
4304 * sparc-tdep.c: Ditto.
4305 * sparc-tdep.h: Ditto.
4306 * spu-tdep.c: Ditto.
4307 * stabsread.c: Ditto.
4308 * stabsread.h: Ditto.
4309 * stack.c: Ditto.
4310 * symfile.c: Ditto.
4311 * symfile.h: Ditto.
4312 * symmisc.c: Ditto.
4313 * symtab.c: Ditto.
4314 * symtab.h: Ditto.
4315 * target.c: Ditto.
4316 * target-descriptions.c: Ditto.
4317 * target-descriptions.h: Ditto.
4318 * target.h: Ditto.
4319 * target-memory.c: Ditto.
4320 * terminal.h: Ditto.
4321 * thread.c: Ditto.
4322 * top.c: Ditto.
4323 * tracepoint.c: Ditto.
4324 * tracepoint.h: Ditto.
4325 * trad-frame.h: Ditto.
4326 * typeprint.c: Ditto.
4327
4328 2011-01-11 Michael Snyder <msnyder@vmware.com>
4329
4330 * ui-file.c: Comment cleanup, mostly periods and spaces.
4331 * ui-file.h: Ditto.
4332 * ui-out.c: Ditto.
4333 * ui-out.h: Ditto.
4334 * utils.c: Ditto.
4335 * v850-tdep.c: Ditto.
4336 * valarith.c: Ditto.
4337 * valops.c: Ditto.
4338 * valprint.c: Ditto.
4339 * valprint.h: Ditto.
4340 * value.c: Ditto.
4341 * value.h: Ditto.
4342 * varobj.c: Ditto.
4343 * varobj.h: Ditto.
4344 * vax-tdep.c: Ditto.
4345 * vec.c: Ditto.
4346 * vec.h: Ditto.
4347 * version.h: Ditto.
4348 * windows-nat.c: Ditto.
4349 * windows-tdep.c: Ditto.
4350 * xcoffread.c: Ditto.
4351 * xcoffsolib.c: Ditto.
4352 * xml-support.c: Ditto.
4353 * xstormy16-tdep.c: Ditto.
4354 * xtensa-tdep.c: Ditto.
4355 * xtensa-tdep.h: Ditto.
4356
4357 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
4358
4359 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
4360 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
4361
4362 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4363 Thiago Jung Bauermann <bauerman@br.ibm.com>
4364
4365 Implement support for PowerPC BookE ranged watchpoints.
4366 * breakpoint.h
4367 (struct breakpoint_ops) <resources_needed>: New method.
4368 Initialize to NULL in all existing breakpoint_ops instances.
4369 (struct breakpoint) <exact>: New field.
4370 (target_exact_watchpoints): Declare external global.
4371 * breakpoint.c (target_exact_watchpoints): New global flag.
4372 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
4373 b->enable_state to bp_enabled before calling
4374 hw_watchpoint_used_count.
4375 (hw_watchpoint_used_count): Iterate over all bp_locations in a
4376 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
4377 if available.
4378 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
4379 if the watchpoint is exact.
4380 (resources_needed_watchpoint): New function.
4381 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
4382 (watch_command_1): Set b->exact if the user asked for an exact
4383 watchpoint and one can be set.
4384 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
4385 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
4386 the user asks for an exact watchpoint and one can be set. Return
4387 number of needed debug registers to watch the expression.
4388 * gdbtypes.c (is_scalar_type): New function, based on
4389 valprint.c:scalar_type_p.
4390 (is_scalar_type_recursive): New function.
4391 * gdbtypes.h (is_scalar_type_recursive): Declare.
4392 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
4393 handle regions when ranged watchpoints are available.
4394 (create_watchpoint_request): New function.
4395 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
4396 create_watchpoint_request.
4397 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
4398 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
4399 `set powerpc' and `show powerpc' commands.
4400 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
4401 Mention documentation comment in the target macro.
4402 (target_region_ok_for_hw_watchpoint): Document return value.
4403
4404 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
4405
4406 * breakpoint.c (update_watchpoint): Decide on using a software or
4407 hardware watchpoint after the bp_locations are created.
4408
4409 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
4410
4411 Convert hardware watchpoints to use breakpoint_ops.
4412 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
4413 <insert_location>: ... this. Return int instead of void.
4414 Accept pointer to struct bp_location instead of pointer to
4415 struct breakpoint. Adapt all implementations.
4416 (breakpoint_ops) <remove>: Rename to...
4417 <remove_location>: ... this. Accept pointer to struct bp_location
4418 instead of pointer to struct breakpoint. Adapt all implementations.
4419 * breakpoint.c (insert_catchpoint): Delete function.
4420 (insert_bp_location): Call the watchpoint or catchpoint's
4421 breakpoint_ops.insert method.
4422 (remove_breakpoint_1): Call the watchpoint or catchpoint's
4423 breakpoint_ops.remove method.
4424 (insert_watchpoint, remove_watchpoint): New functions.
4425 (watchpoint_breakpoint_ops): New structure.
4426 (watch_command_1): Initialize the OPS field.
4427 * inf-child.c (inf_child_insert_fork_catchpoint)
4428 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
4429 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
4430 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
4431 Delete functions.
4432 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
4433 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
4434 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
4435 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
4436 * target.c (update_current_target): Change default implementation of
4437 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
4438 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
4439 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
4440 to_set_syscall_catchpoint to return_one.
4441 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
4442 (debug_to_insert_exec_catchpoint): Report return value.
4443 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
4444 (to_insert_exec_catchpoint): Change declaration to return int instead
4445 of void.
4446
4447 2011-01-11 Michael Snyder <msnyder@vmware.com>
4448
4449 * arm-tdep.c: Internationalization.
4450 * c-lang.c: Ditto.
4451 * charset.c: Ditto.
4452 * fork-child.c: Ditto.
4453 * nto-procfs.c: Ditto.
4454 * ppc-sysv-tdep.c: Ditto.
4455 * procfs.c: Ditto.
4456 * remote-mips.c: Ditto.
4457 * remote.c: Ditto.
4458 * rs6000-nat.c: Ditto.
4459 * rs6000-tdep.c: Ditto.
4460 * target.c: Ditto.
4461 * valops.c: Ditto.
4462 * value.c: Ditto.
4463 * xml-support.c: Ditto.
4464 * mi/mi-cmd-break.c: Ditto.
4465 * mi/mi-cmd-var.c: Ditto.
4466 * mi/mi-interp.c: Ditto.
4467 * mi/mi-main.c: Ditto.
4468
4469 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
4470
4471 * remote-sim.c (gdbsim_store_register): Update API to
4472 sim_store_register to check more error conditions.
4473
4474 2011-01-10 Michael Snyder <msnyder@vmware.com>
4475
4476 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
4477 * nto-tdep.c: Ditto.
4478 * nto-tdep.h: Ditto.
4479 * objc-exp.y: Ditto.
4480 * objc-lang.c: Ditto.
4481 * objfiles.c: Ditto.
4482 * objfiles.h: Ditto.
4483 * observer.c: Ditto.
4484 * opencl-lang.c: Ditto.
4485 * osabi.c: Ditto.
4486 * parse.c: Ditto.
4487 * parser-defs.h: Ditto.
4488 * p-exp.y: Ditto.
4489 * p-lang.c: Ditto.
4490 * posix-hdep.c: Ditto.
4491 * ppcbug-rom.c: Ditto.
4492 * ppc-linux-nat.c: Ditto.
4493 * ppc-linux-tdep.c: Ditto.
4494 * ppc-linux-tdep.h: Ditto.
4495 * ppcnbsd-tdep.c: Ditto.
4496 * ppcobsd-tdep.c: Ditto.
4497 * ppcobsd-tdep.h: Ditto.
4498 * ppc-sysv-tdep.c: Ditto.
4499 * ppc-tdep.h: Ditto.
4500 * printcmd.c: Ditto.
4501 * proc-abi.c: Ditto.
4502 * proc-flags.c: Ditto.
4503 * procfs.c: Ditto.
4504 * proc-utils.h: Ditto.
4505 * progspace.h: Ditto.
4506 * prologue-value.c: Ditto.
4507 * prologue-value.h: Ditto.
4508 * psympriv.h: Ditto.
4509 * psymtab.c: Ditto.
4510 * p-typeprint.c: Ditto.
4511 * p-valprint.c: Ditto.
4512 * ravenscar-sparc-thread.c: Ditto.
4513 * ravenscar-thread.c: Ditto.
4514 * ravenscar-thread.h: Ditto.
4515 * record.c: Ditto.
4516 * regcache.c: Ditto.
4517 * regcache.h: Ditto.
4518 * remote.c: Ditto.
4519 * remote-fileio.c: Ditto.
4520 * remote-fileio.h: Ditto.
4521 * remote.h: Ditto.
4522 * remote-m32r-sdi.c: Ditto.
4523 * remote-mips.c: Ditto.
4524 * remote-sim.c: Ditto.
4525 * rs6000-aix-tdep.c: Ditto.
4526 * rs6000-nat.c: Ditto.
4527 * rs6000-tdep.c: Ditto.
4528
4529 2011-01-10 Michael Snyder <msnyder@vmware.com>
4530
4531 * charset.c (validate): Internationalization.
4532 * coffread.c (read_one_sym): Ditto.
4533 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
4534 * h8300-tdep.c (H8300_extract_return_value): Ditto.
4535 * inflow.c (new_tty): Ditto.
4536 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
4537 * m32c-tdep.c (m32c_return_value): Ditto.
4538 * mep-tdep.c (mep_store_return_value): Ditto.
4539 * score-tdep.c (score7_fetch_insn): Ditto.
4540 * ser-mingw.c (pipe_windows_open): Ditto.
4541 * sh64-tdep.c (sh64_extract_return_value): Ditto.
4542 * spu-tdep.c (spu_register_type): Ditto.
4543 * tracepoint.c (trace_find_command): Ditto.
4544 * valarith.c (value_pos): Ditto.
4545
4546 2011-01-10 Joel Brobecker <brobecker@adacore.com>
4547
4548 * ada-valprint.c (printstr): Minor comment reformatting.
4549
4550 2011-01-08 Michael Snyder <msnyder@vmware.com>
4551
4552 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
4553 markup.
4554
4555 2011-01-08 Michael Snyder <msnyder@vmware.com>
4556
4557 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
4558 * hppa-hpux-tdep.c: Ditto.
4559 * hppa-linux-nat.c: Ditto.
4560 * hppa-linux-tdep.c: Ditto.
4561 * hppanbsd-tdep.c: Ditto.
4562 * hppa-tdep.c: Ditto.
4563 * hppa-tdep.h: Ditto.
4564 * hpux-thread.c: Ditto.
4565 * i386-cygwin-tdep.c: Ditto.
4566 * i386-darwin-nat.c: Ditto.
4567 * i386gnu-nat.c: Ditto.
4568 * i386-linux-nat.c: Ditto.
4569 * i386-linux-tdep.c: Ditto.
4570 * i386-nat.c: Ditto.
4571 * i386-nat.h: Ditto.
4572 * i386nbsd-tdep.c: Ditto.
4573 * i386-sol2-nat.c: Ditto.
4574 * i386-stub.c: Ditto.
4575 * i386-tdep.c: Ditto.
4576 * i386-tdep.h: Ditto.
4577 * i387-tdep.c: Ditto.
4578 * ia64-linux-nat.c: Ditto.
4579 * ia64-linux-tdep.c: Ditto.
4580 * ia64-tdep.c: Ditto.
4581 * infcall.c: Ditto.
4582 * infcall.h: Ditto.
4583 * infcmd.c: Ditto.
4584 * inferior.c: Ditto.
4585 * inferior.h: Ditto.
4586 * infloop.c: Ditto.
4587 * inflow.c: Ditto.
4588 * infrun.c: Ditto.
4589 * interps.c: Ditto.
4590 * interps.h: Ditto.
4591 * iq2000-tdep.c: Ditto.
4592 * irix5-nat.c: Ditto.
4593 * jit.c: Ditto.
4594 * jit.h: Ditto.
4595 * jv-exp.y: Ditto.
4596 * jv-lang.c: Ditto.
4597 * jv-lang.h: Ditto.
4598 * jv-typeprint.c: Ditto.
4599 * jv-valprint.c: Ditto.
4600 * language.c: Ditto.
4601 * language.h: Ditto.
4602 * linespec.c: Ditto.
4603 * linux-fork.c: Ditto.
4604 * linux-nat.c: Ditto.
4605 * linux-thread-db.c: Ditto.
4606 * lm32-tdep.c: Ditto.
4607
4608 2011-01-08 Michael Snyder <msnyder@vmware.com>
4609
4610 * m2-exp.y: Comment cleanup, mostly periods and spaces.
4611 * m2-lang.c: Ditto.
4612 * m2-typeprint.c: Ditto.
4613 * m2-valprint.c: Ditto.
4614 * m32c-tdep.c: Ditto.
4615 * m32r-linux-nat.c: Ditto.
4616 * m32r-rom.c: Ditto.
4617 * m32r-tdep.c: Ditto.
4618 * m32r-tdep.h: Ditto.
4619 * m68hc11-tdep.c: Ditto.
4620 * m58klinux-nat.c: Ditto.
4621 * m68k-tdep.c: Ditto.
4622 * m88k-tdep.c: Ditto.
4623 * m88k-tdep.h: Ditto.
4624 * machoread.c: Ditto.
4625 * macrocmd.c: Ditto.
4626 * macroexp.c: Ditto.
4627 * macrotab.c: Ditto.
4628 * main.c: Ditto.
4629 * maint.c: Ditto.
4630 * mdebugread.c: Ditto.
4631 * mdebugread.h: Ditto.
4632 * memattr.c: Ditto.
4633 * memattr.h: Ditto.
4634 * memory-map.h: Ditto.
4635 * mep-tdep.c: Ditto.
4636 * microblaze-rom.c: Ditto.
4637 * microblaze-tdep.c: Ditto.
4638 * minsyms.c: Ditto.
4639 * mips-irix-tdep.c: Ditto.
4640 * mips-linux-nat.c: Ditto.
4641 * mips-linux-tdep.c: Ditto.
4642 * mips-linux-tdep.h: Ditto.
4643 * mipsnbsd-nat.c: Ditto.
4644 * mipsnbsd-tdep.c: Ditto.
4645 * mipsread.c: Ditto.
4646 * mips-tdep.c: Ditto.
4647 * mips-tdep.h: Ditto.
4648 * mn10300-linux-tdep.c: Ditto.
4649 * mn10300-tdep.c: Ditto.
4650 * mn10300-tdep.h: Ditto.
4651 * monitor.c: Ditto.
4652 * monitor.h: Ditto.
4653 * moxie-tdep.c: Ditto.
4654 * moxie-tdep.h: Ditto.
4655 * mt-tdep.c: Ditto.
4656
4657 2011-01-08 Mike Frysinger <vapier@gentoo.org>
4658
4659 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
4660
4661 2011-01-08 Robert Millan <rmh@gnu.org>
4662
4663 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
4664
4665 2011-01-07 Michael Snyder <msnyder@vmware.com>
4666
4667 * charset.c (_initialize_charset): Fix typo in string.
4668
4669 2011-01-07 Michael Snyder <msnyder@vmware.com>
4670
4671 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
4672 for i18n.
4673 * tui/tui-layout.c (tui_set_layout_for_display_command):
4674 Split line so that operator goes to beginning of line.
4675 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
4676 assignment out of if statement.
4677
4678 2011-01-07 Michael Snyder <msnyder@vmware.com>
4679
4680 * ada-lang.c: Comment cleanup, mostly periods and spaces.
4681 * ada-lang.h: Ditto.
4682 * ada-tasks.c: Ditto.
4683 * ada-valprint.c: Ditto.
4684 * aix-threads.c: Ditto.
4685 * alpha-linux-nat.c: Ditto.
4686 * alpha-linux-tdep.c: Ditto.
4687 * alpha-mdebug-tdep.c: Ditto.
4688 * alpha-nat.c: Ditto.
4689 * alpha-osf1-tdep.c: Ditto.
4690 * alpha-tdep.c: Ditto.
4691 * alphabsd-nat.c: Ditto.
4692 * alphabsd-tdep.c: Ditto.
4693 * amd64-darwin-tdep.c: Ditto.
4694 * amd64-linux-nat.c: Ditto.
4695 * amd64-linux-tdep.c: Ditto.
4696 * amd64-sol2-tdep.c: Ditto.
4697 * amd64-tdep.c: Ditto.
4698 * amd64-fbsd-tdep.c: Ditto.
4699 * amd64-nbsd-tdep.c: Ditto.
4700 * amd64-obsd-tdep.c: Ditto.
4701 * amd64-linux-nat.c: Ditto.
4702 * amd64-linux-tdep.c: Ditto.
4703 * arm-tdep.c: Ditto.
4704 * arm-tdep.h: Ditto.
4705 * armnbsd-nat.c: Ditto.
4706 * avr-tdep.c: Ditto.
4707 * bfin-tdep.c: Ditto.
4708 * bsd-kvm.c: Ditto.
4709 * c-typeprintc: Ditto.
4710 * c-valprint.c: Ditto.
4711 * coff-pe-read.h: Ditto.
4712 * coffreead.c: Ditto.
4713 * cris-tdep.c: Ditto.
4714 * d-lang.c: Ditto.
4715 * darwin-nat-info.c: Ditto.
4716 * darwin-nat.c: Ditto.
4717 * dbug-rom.c: Ditto.
4718 * dbxread.c: Ditto.
4719 * dcache.c: Ditto.
4720 * dcache.h: Ditto.
4721 * dec-thread.c: Ditto.
4722 * defs.h: Ditto.
4723 * demangle.c: Ditto.
4724 * dicos-tdep.c: Ditto.
4725 * dictionary.c: Ditto.
4726 * dictionary.h: Ditto.
4727 * dink32-rom.c: Ditto.
4728 * disasm.c: Ditto.
4729 * doublest.c: Ditto.
4730 * dsrec.c: Ditto.
4731 * dummy-frame.c: Ditto.
4732 * dwarf2-frame.c: Ditto.
4733 * dwarf2expr.c: Ditto.
4734 * dwarf2loc.c: Ditto.
4735 * dwarf2read.c: Ditto.
4736 * elfread.c: Ditto.
4737 * environ.c: Ditto.
4738 * eval.c: Ditto.
4739 * event-top.h: Ditto.
4740 * exceptions.c: Ditto.
4741 * exceptions.h: Ditto.
4742 * exec.c: Ditto.
4743 * expprint.c: Ditto.
4744 * expression.h: Ditto.
4745 * f-exp.y: Ditto.
4746 * f-lang.c: Ditto.
4747 * f-lang.h: Ditto.
4748 * f-typeprint.c: Ditto.
4749 * f-valprint.c: Ditto.
4750 * fbsd-nat.c: Ditto.
4751 * findvar.c: Ditto.
4752 * fork-child.c: Ditto.
4753 * frame.c: Ditto.
4754 * frame.h: Ditto.
4755 * frv-linux-tdep.c: Ditto.
4756 * frv-tdep.c: Ditto.
4757 * gcore.c: Ditto.
4758 * gdb-stabs.h: Ditto.
4759 * gdb_assert.h: Ditto.
4760 * gdb_string.h: Ditto.
4761 * gdb_thread_db.h: Ditto.
4762 * gdb_wait.h: Ditto.
4763 * gdbarch.sh: Ditto.
4764 * gdbcore.h: Ditto.
4765 * gdbthread.h: Ditto.
4766 * gdbtypes.c: Ditto.
4767 * gdbtypes.h: Ditto.
4768 * gnu-nat.c: Ditto.
4769 * gnu-nat.h: Ditto.
4770 * gnu-v2-abi.c: Ditto.
4771 * gnu-v3-abi.c: Ditto.
4772 * go32-nat.c: Ditto.
4773 * gdbarch.c: Regenerate.
4774 * gdbarch.h: Regenerate.
4775
4776 2011-01-07 Michael Snyder <msnyder@vmware.com>
4777
4778 * ax-gdb.c: Adjust some long output strings.
4779 * breakpoint.c: Ditto.
4780 * charset.c: Ditto.
4781 * cp-abi.c: Ditto.
4782 * infcall.c: Ditto.
4783 * infrun.c: Ditto.
4784 * linux-nat.c: Ditto.
4785 * solib-pa64.c: Ditto.
4786 * solib-som.c: Ditto.
4787
4788 2011-01-06 Tom Tromey <tromey@redhat.com>
4789
4790 PR python/12367:
4791 * NEWS: Add item.
4792 * python/python.c (GdbMethods): Add "newest_frame" method.
4793 * python/python-internal.h (gdbpy_newest_frame): Declare.
4794 * python/py-frame.c (gdbpy_newest_frame): New function.
4795
4796 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4797
4798 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
4799 * jit.c (jit_debug): New variable.
4800 (show_jit_debug): New function.
4801 (struct target_buffer): Use ULONGEST.
4802 (bfd_open_from_target_memory): Likewise.
4803 (jit_register_code, jit_inferior_init): Add debug output.
4804 (_initialize_jit): Register "debug jit" command.
4805
4806 2011-01-06 Tom Tromey <tromey@redhat.com>
4807
4808 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
4809 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
4810 and ARCH_FRAME.
4811
4812 2011-01-06 Tom Tromey <tromey@redhat.com>
4813
4814 * python/py-frame.c (frapy_block): Use get_frame_block.
4815
4816 2011-01-06 Joel Brobecker <brobecker@adacore.com>
4817
4818 Do not stop on SIGPRIO signals by default
4819 * infrun.c (_initialize_infrun): Unset signal_stop and
4820 signal_print for TARGET_SIGNAL_PRIO.
4821
4822 2011-01-06 Joel Brobecker <brobecker@adacore.com>
4823
4824 * ada-tasks.c: Fix style violation in comment.
4825
4826 2011-01-06 Joel Brobecker <brobecker@adacore.com>
4827
4828 * linespec.c (decode_compound, find_method): Remove trailing \n
4829 at end of error string.
4830 * solib-irix.c (irix_current_sos): Likewise.
4831 * varobj.c (uninstall_variable): Likewise.
4832
4833 2011-01-06 Joel Brobecker <brobecker@adacore.com>
4834
4835 * copyright.py: New script.
4836 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
4837 Launch emacs without exec'ing. Call copyright.py afterwards.
4838
4839 2011-01-05 Michael Snyder <msnyder@vmware.com>
4840
4841 * addrmap.c: Shorten lines of >= 80 columns.
4842 * arch-utils.c: Ditto.
4843 * arch-utils.h: Ditto.
4844 * ax-gdb.c: Ditto.
4845 * ax-general.c: Ditto.
4846 * bcache.c: Ditto.
4847 * blockframe.c: Ditto.
4848 * breakpoint.c: Ditto.
4849 * buildsym.c: Ditto.
4850 * c-lang.c: Ditto.
4851 * c-typeprint.c: Ditto.
4852 * charset.c: Ditto.
4853 * coffread.c: Ditto.
4854 * command.h: Ditto.
4855 * corelow.c: Ditto.
4856 * cp-abi.c: Ditto.
4857 * cp-namespace.c: Ditto.
4858 * cp-support.c: Ditto.
4859 * dbug-rom.c: Ditto.
4860 * dbxread.c: Ditto.
4861 * defs.h: Ditto.
4862 * dfp.c: Ditto.
4863 * dfp.h: Ditto.
4864 * dictionary.c: Ditto.
4865 * disasm.c: Ditto.
4866 * doublest.c: Ditto.
4867 * dwarf2-frame.c: Ditto.
4868 * dwarf2expr.c: Ditto.
4869 * dwarf2loc.c: Ditto.
4870 * dwarf2read.c: Ditto.
4871 * elfread.c: Ditto.
4872 * eval.c: Ditto.
4873 * event-loop.c: Ditto.
4874 * event-loop.h: Ditto.
4875 * exceptions.h: Ditto.
4876 * exec.c: Ditto.
4877 * expprint.c: Ditto.
4878 * expression.h: Ditto.
4879 * f-lang.c: Ditto.
4880 * f-valprint.c: Ditto.
4881 * findcmd.c: Ditto.
4882 * frame-base.c: Ditto.
4883 * frame-unwind.c: Ditto.
4884 * frame-unwind.h: Ditto.
4885 * frame.c: Ditto.
4886 * frame.h: Ditto.
4887 * gcore.c: Ditto.
4888 * gdb-stabs.h: Ditto.
4889 * gdb_assert.h: Ditto.
4890 * gdb_dirent.h: Ditto.
4891 * gdb_obstack.h: Ditto.
4892 * gdbcore.h: Ditto.
4893 * gdbtypes.c: Ditto.
4894 * gdbtypes.h: Ditto.
4895 * inf-ttrace.c: Ditto.
4896 * infcall.c: Ditto.
4897 * infcmd.c: Ditto.
4898 * inflow.c: Ditto.
4899 * infrun.c: Ditto.
4900 * inline-frame.h: Ditto.
4901 * language.c: Ditto.
4902 * language.h: Ditto.
4903 * libunwind-frame.c: Ditto.
4904 * libunwind-frame.h: Ditto.
4905 * linespec.c: Ditto.
4906 * linux-nat.c: Ditto.
4907 * linux-nat.h: Ditto.
4908 * linux-thread-db.c: Ditto.
4909 * machoread.c: Ditto.
4910 * macroexp.c: Ditto.
4911 * macrotab.c: Ditto.
4912 * main.c: Ditto.
4913 * maint.c: Ditto.
4914 * mdebugread.c: Ditto.
4915 * memattr.c: Ditto.
4916 * minsyms.c: Ditto.
4917 * monitor.c: Ditto.
4918 * monitor.h: Ditto.
4919 * objfiles.c: Ditto.
4920 * objfiles.h: Ditto.
4921 * osabi.c: Ditto.
4922 * p-typeprint.c: Ditto.
4923 * p-valprint.c: Ditto.
4924 * parse.c: Ditto.
4925 * printcmd.c: Ditto.
4926 * proc-events.c: Ditto.
4927 * procfs.c: Ditto.
4928 * progspace.c: Ditto.
4929 * progspace.h: Ditto.
4930 * psympriv.h: Ditto.
4931 * psymtab.c: Ditto.
4932 * record.c: Ditto.
4933 * regcache.c: Ditto.
4934 * regcache.h: Ditto.
4935 * remote-fileio.c: Ditto.
4936 * remote.c: Ditto.
4937 * ser-mingw.c: Ditto.
4938 * ser-tcp.c: Ditto.
4939 * ser-unix.c: Ditto.
4940 * serial.c: Ditto.
4941 * serial.h: Ditto.
4942 * solib-frv.c: Ditto.
4943 * solib-irix.c: Ditto.
4944 * solib-osf.c: Ditto.
4945 * solib-pa64.c: Ditto.
4946 * solib-som.c: Ditto.
4947 * solib-sunos.c: Ditto.
4948 * solib-svr4.c: Ditto.
4949 * solib-target.c: Ditto.
4950 * solib.c: Ditto.
4951 * somread.c: Ditto.
4952 * source.c: Ditto.
4953 * stabsread.c: Ditto.
4954 * stabsread.c: Ditto.
4955 * stack.c: Ditto.
4956 * stack.h: Ditto.
4957 * symfile-mem.c: Ditto.
4958 * symfile.c: Ditto.
4959 * symfile.h: Ditto.
4960 * symmisc.c: Ditto.
4961 * symtab.c: Ditto.
4962 * symtab.h: Ditto.
4963 * target-descriptions.c: Ditto.
4964 * target-memory.c: Ditto.
4965 * target.c: Ditto.
4966 * target.h: Ditto.
4967 * terminal.h: Ditto.
4968 * thread.c: Ditto.
4969 * top.c: Ditto.
4970 * tracepoint.c: Ditto.
4971 * tracepoint.h: Ditto.
4972 * ui-file.c: Ditto.
4973 * ui-file.h: Ditto.
4974 * ui-out.h: Ditto.
4975 * user-regs.c: Ditto.
4976 * user-regs.h: Ditto.
4977 * utils.c: Ditto.
4978 * valarith.c: Ditto.
4979 * valops.c: Ditto.
4980 * valprint.c: Ditto.
4981 * valprint.h: Ditto.
4982 * value.c: Ditto.
4983 * varobj.c: Ditto.
4984 * varobj.h: Ditto.
4985 * vec.h: Ditto.
4986 * xcoffread.c: Ditto.
4987 * xcoffsolib.c: Ditto.
4988 * xcoffsolib.h: Ditto.
4989 * xml-syscall.c: Ditto.
4990 * xml-tdesc.c: Ditto.
4991
4992 2011-01-05 Michael Snyder <msnyder@vmware.com>
4993
4994 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
4995 * cli/cli-decode.c: Ditto.
4996 * cli/cli-dump.c: Ditto.
4997 * cli/cli-logging.c: Ditto.
4998 * cli/cli-script.c: Ditto.
4999 * cli/cli-setshow.c: Ditto.
5000 * common/signals.c: Ditto.
5001 * mi/mi-cmd-break.c: Ditto.
5002 * mi/mi-cmd-disas.c: Ditto.
5003 * mi/mi-cmd-stack.c: Ditto.
5004 * mi/mi-cmd-var.c: Ditto.
5005 * mi/mi-cmds.c: Ditto.
5006 * mi/mi-common.h: Ditto.
5007 * mi/mi-console.c: Ditto.
5008 * mi/mi-interp.c: Ditto.
5009 * mi/mi-main.c: Ditto.
5010 * osf-share/cma_attr.c: Ditto.
5011 * osf-share/cma_deb_core.h: Ditto.
5012 * osf-share/cma_debug_client.h: Ditto.
5013 * osf-share/cma_handle.h: Ditto.
5014 * osf-share/cma_mutex.h: Ditto.
5015 * osf-share/cma_stack_int.h: Ditto.
5016 * osf-share/cma_tcb_defs.h: Ditto.
5017 * python/py-auto-load.c: Ditto.
5018 * python/py-breakpoint.c: Ditto.
5019 * python/py-cmd.c: Ditto.
5020 * python/py-frame.c: Ditto.
5021 * python/py-objfile.c: Ditto.
5022 * python/py-param.c: Ditto.
5023 * python/py-progspace.c: Ditto.
5024 * python/py-symbol.c: Ditto.
5025 * python/py-value.c: Ditto.
5026 * python/python-internal.h: Ditto.
5027 * python/python.c: Ditto.
5028 * tui/tui-data.c: Ditto.
5029 * tui/tui-disasm.c: Ditto.
5030 * tui/tui-hooks.c: Ditto.
5031 * tui/tui-io.c: Ditto.
5032 * tui/tui-layout.c: Ditto.
5033 * tui/tui-regs.c: Ditto.
5034 * tui/tui-source.c: Ditto.
5035 * tui/tui-stack.c: Ditto.
5036 * tui/tui-win.c: Ditto.
5037 * tui/tui-windata.c: Ditto.
5038 * tui/tui-winsource.c: Ditto.
5039
5040 2011-01-05 Joel Brobecker <brobecker@adacore.com>
5041
5042 * configure.ac, gdb.1: Copyright year update.
5043
5044 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5045
5046 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
5047 this_pc_in_block, morestack_msym and morestack_name. Check for
5048 "__morestack" minimal symbol there.
5049
5050 2011-01-03 Joel Brobecker <brobecker@adacore.com>
5051
5052 * symfile.c (find_sym_fns): Add call to dont_repeat.
5053
5054 2011-01-01 Joel Brobecker <brobecker@adacore.com>
5055
5056 Copyright year update in most files (performed by copyright.sh).
5057
5058 2011-01-01 Joel Brobecker <brobecker@adacore.com>
5059
5060 * top.c (print_gdb_version): Update copyright year in version output.
5061
5062 For older changes see ChangeLog-2010.
5063 \f
5064 Local Variables:
5065 mode: change-log
5066 left-margin: 8
5067 fill-column: 74
5068 version-control: never
5069 coding: utf-8
5070 End: