950dc4bcc08ef0767f4c3d35e83124dfa4aa850e
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2
3 * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
4 to store_signed_integer. Add debug message when relocating CALL
5 instructions. Fix formatting of debug message.
6 * i386-tdep.c (i386_relocate_instruction): Ditto.
7
8 2011-03-17 Joel Brobecker <brobecker@gnat.com>
9
10 * target.h (struct target_ops): Remove to_lookup_symbol field.
11 (target_lookup_symbol): Delete macro.
12 * target.c (nosymbol, debug_to_lookup_symbol): Delete.
13 (update_current_target, setup_target_debug): Remove handling
14 of to_lookup_symbol target_ops field.
15 * ada-tasks.c (get_known_tasks_addr): Remove use of
16 target_lookup_symbol.
17 * coffread.c (coff_symtab_read): Likewise.
18 * dbxread.c (read_dbx_symtab): Ditto.
19
20 2011-03-17 Joel Brobecker <brobecker@gnat.com>
21
22 PR gdb/12116:
23 * configure.ac: Add getthrds declaration check.
24 * configure, config.in: Regenerate.
25 * aix-thread.c (getthrds): Declare only if not already declared
26 in procinfo.h. More declaration out of get_signaled_thread to
27 global scope.
28
29 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
30
31 * python/py-symtab.c: Populate symtab_object_methods,
32 sal_object_methods.
33 (stpy_is_valid): New function.
34 (salpy_is_valid): Ditto.
35 * python/py-symbol.c: Declare symbol_object_methods. Populate.
36 (sympy_is_valid): New function.
37 * python/py-objfile.c: Declare objfile_object_methods. Populate.
38 (objfpy_is_valid): New function.
39 * python/py-inferior.c: Populate inferior_object_methods.
40 (infpy_is_valid): New function.
41 * python/py-infthread.c: Populate thread_object_methods.
42 (thpy_is_valid): New function.
43 * python/py-block.c: Declare block_object_methods. Populate. Declare
44 block_iterator_object_methods. Populate.
45 (blpy_is_valid): New function.
46 (blpy_iter_is_valid): Ditto.
47
48 2011-03-16 Keith Seitz <keiths@redhat.com>
49
50 * linespec.c (find_methods): Canonicalize NAME before looking
51 up the symbol.
52 (name_end): New function.
53 (keep_name_info): New function.
54 (decode_line_1): Use keep_name_info.
55 (decode_compound): Likewise.
56 * cli/cli-utils.h (remove_trailing_whitespace): New function.
57 * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
58
59 PR c++/12273
60 * linespec.c (locate_first_half): Keep overload information, too.
61 (decode_compound): Use a string to represent break characters
62 to escape the loop.
63 If P points to a break character, do not increment it.
64 For C++ and Java, keep overload information and relevant keywords.
65 If we cannot find a symbol, search the minimal symbols.
66
67 PR c++/11734
68 * linespec.c (decode_compound): Rename SAVED_ARG to
69 THE_REAL_SAVED_ARG.
70 Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
71 single-quotes.
72 Pass a valid block to lookup_symbol.
73 (lookup_prefix_sym): Likewise.
74 (find_method): Construct search name based on SYM_CLASS instead
75 of SAVED_ARG.
76 * psymtab.c (lookup_partial_symbol): Add language parameter.
77 (lookup_symbol_aux_psymtabs): Likewise.
78 Don't assume that the psymtab we found was the right one. Search
79 for the desired symbol in the symtab to be certain.
80 (psymtab_search_name): New function.
81 (lookup_partial_symbol): Use psymtab_search_name.
82 Add language parameter.
83 (read_symtabs_for_function): Add language parameter and pass to
84 lookup_partial_symbol.
85 (find_symbol_file_from_partial): Likewise.
86
87 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
88
89 PR gdb/12528
90 * dwarf2read.c (noop_record_line): New function.
91 (dwarf_decode_lines): Ignore line tables for GCd functions.
92
93 2011-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
94
95 Fix ARI warnings about new lines at the end of messages, which
96 are unneeded as there is a new line added at the end of the message
97 automatically.
98 * darwin-nat.c (darwin_stop_inferior): Ditto.
99 * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
100 * dfp.c (decimal_to_number): Ditto.
101 * exec.c (print_section_info): Ditto.
102 * i386-darwin-nat.c (darwin_set_sstep): Ditto.
103 * osdata.c (get_osdata): Ditto.
104 * record.c (bfdcore_write): Ditto.
105 * remote-mips.c (mips_readchar): Ditto.
106 * remote.c (read_ptid): Ditto.
107 * ser-mingw.c (ser_windows_raw): Ditto.
108 * tracepoint.c (add_local_symbols): Ditto.
109 * windows-nat.c (fake_create_process): Ditto.
110
111 2011-03-16 Tom Tromey <tromey@redhat.com>
112
113 * tracepoint.c (stop_tracing): Don't declare.
114 * event-top.c (after_char_processing_hook): Add `(void)'.
115
116 2011-03-16 Phil Muldoon <pmuldoon@redhat.com>
117
118 * NEWS: Add Parameter sub-classing description.
119
120 2011-03-16 Kai Tietz <ktietz@redhat.com>
121
122 * MAINTAINERS: Update my e-mail address.
123
124 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
125
126 * MAINTAINERS: Add myself for write after approval privileges.
127
128 2011-03-15 Michael Snyder <msnyder@vmware.com>
129
130 * frame.c (find_frame_sal): Assert sym is not null.
131
132 * dbxread.c (process_one_symbol): Assert 'name' is not null.
133
134 * objc-lang.c (selectors_info): Check strchr for null result.
135
136 * stabsread.c (define_symbol): Guard against bad stabstring input.
137
138 2011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
139
140 Remove trailing spaces and tabulations from pascal language
141 support sources.
142 p-exp.y: Ditto.
143 p-lang.c: Ditto.
144 p-lang.h: Ditto.
145 p-valprint.c: Ditto.
146
147 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
148
149 * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
150 than LOW. Comment it.
151 (read_partial_die): Call complaint for inappropriate zero LOWPC or
152 HIGHPC not strictly higher than LOWPC.
153
154 2011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
155
156 Fix formatting of function declarations returning a pointer in
157 previous commit.
158 * varobj.c (varobj_add_child): Ditto.
159 * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
160 * inferior.h (get_displaced_step_closure_by_addr): Ditto.
161
162 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
163
164 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
165 for the "generic" vector ABI used with GCC 4.3 and later.
166 (ppc64_sysv_abi_return_value): Likewise.
167
168 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
169
170 * infcall.c (call_function_by_hand): Function return value is
171 always a non_lval, even when using struct_return.
172
173 2011-03-15 Pedro Alves <pedro@codesourcery.com>
174
175 * printcmd.c (ALL_DISPLAYS_SAFE): New.
176 (map_display_numbers): New.
177 (do_delete_display): New.
178 (undisplay_command): Use map_display_numbers.
179 (do_enable_disable_display): New.
180 (enable_disable_display_command): New function.
181 (enable_display): Delete.
182 (enable_display_command): New.
183 (disable_display_command): Reimplement.
184 (_initialize_printcmd): Adjust "enable display" command to use
185 `enable_display_command' as callback.
186
187 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
188
189 * NEWS: Add Python breakpoint 'stop' operation.
190
191 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
192
193 * NEWS: Delete duplicate entry. Fix typo.
194
195 2011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
196
197 Fix ARI warning about function names in first column.
198 Put prototype declaration on same line as return type.
199 * objc-exp.y: Ditto.
200 * p-exp.y: Ditto.
201 * python/py-stopevent.h: Ditto.
202 For long function names, split parameters to
203 allow function name on same line as return type.
204 * solib-pa64.c: Ditto.
205 * varobj.c: Ditto.
206 * varobj.h: Ditto.
207 For long function declaration, use single line.
208 * hppa-tdep.h: Ditto.
209 * inferior.h: Ditto.
210
211 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
212
213 * python/python.h: Declare gdbpy_should_stop and
214 gdbpy_breakpoint_has_py_cond.
215 * python/python.c: Add python.h to includes. Remove python.h from
216 HAVE_PYTHON definition
217 (gdbpy_should_stop): New dummy function.
218 (gdbpy_breakpoint_has_py_cond): New dummy function.
219 * python/py-breakpoint.c (bppy_init): Rewrite to allow
220 sub-classing capabilities.
221 (gdbpy_should_stop): New function.
222 (gdbpy_breakpoint_has_py_cond): New function.
223 (local_setattro): New function.
224 * breakpoint.c (condition_command): Add check for Python 'stop'
225 operation.
226 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
227 operation function as part of stop/continue tests.
228
229 2011-03-14 Tom Tromey <tromey@redhat.com>
230
231 PR gdb/12576:
232 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
233 (needs_frame_dwarf_call): Likewise.
234
235 2011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
236
237 Fix ARI warning about functions without parameters that do not
238 use (void).
239 * breakpoint.c (all_tracepoints): Replace () by (void).
240 * f-exp.y (match_string_literal): Ditto.
241 (yylex): Ditto.
242 * m2-exp.y (yylex): Ditto.
243 * mep-tdep.c (current_me_module): Ditto.
244 (current_options): Ditto.
245 (current_cop_data_bus_width): Ditto.
246 (current_cr_names): Ditto.
247 (current_cr_is_float): Ditto.
248 (current_ccr_names): Ditto.
249 * objc-exp.y (yylex): Ditto.
250 * p-exp.y (yylex): Ditto.
251 * remote.c (send_interrupt_sequence): Ditto.
252 * tracepoint.c (current_trace_status): Ditto.
253 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
254 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
255
256 2011-03-11 Michael Snyder <msnyder@vmware.com>
257
258 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
259 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
260 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
261 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
262 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
263
264 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
265 (delete_async_event_handler): Ditto.
266
267 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
268
269 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
270
271 * top.c (set_verbose): Assert showcmd was found.
272
273 2011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
274
275 * xtensa-tdep.c (warning_once): Correct style issues.
276
277 2011-03-11 Yao Qi <yao@codesourcery.com>
278
279 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
280
281 2011-03-11 Andreas Schwab <schwab@redhat.com>
282
283 * common/aclocal.m4: Remove.
284
285 2011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
286
287 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
288 (xtensa_write_register, xtensa_read_register): Likewise.
289 (xtensa_hextochar): Removed.
290 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
291
292 2011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
293
294 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
295 (xtensa_call0_frame_cache_t): Update comments. New fields added.
296 (xtensa_alloc_frame_cache): Add initialization for new fields.
297 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
298 (warning_once): New function.
299 (xtensa_insn_kind): New item c0opc_and.
300 (call0_classify_opcode): Add the case for AND instruction.
301 (call0_track_op): Change arguments. New local variable litbase.
302 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
303 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
304 in the prologue.
305 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
306 (call0_analyze_prologue): Update the comments. Change arguments.
307 Add the variety of updates to handle extended prologues, which now can
308 conduct dynamic stack adjustments.
309 (call0_frame_cache): Likewise.
310 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
311 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
312
313 2011-03-10 Michael Snyder <msnyder@vmware.com>
314
315 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
316 (cmd_qtframe): Ditto.
317 (cmd_qtbuffer): Ditto.
318 (cmd_bigqtbuffer): Ditto.
319
320 2011-03-10 Tom Tromey <tromey@redhat.com>
321
322 * tracepoint.c (trace_actions_command): Update.
323 * thread.c (thread_apply_command): Update.
324 * reverse.c (delete_bookmark_command): Update.
325 (bookmarks_info): Update.
326 * printcmd.c (undisplay_command): Update.
327 * memattr.c (mem_enable_command): Update.
328 (mem_disable_command): Update.
329 (mem_delete_command): Update.
330 * inferior.c (detach_inferior_command): Update.
331 (kill_inferior_command): Update.
332 (remove_inferior_command): Update.
333 * cli/cli-utils.h (struct get_number_or_range_state): New.
334 (init_number_or_range): Declare.
335 (get_number_or_range): Update.
336 * cli/cli-utils.c (init_number_or_range): New function.
337 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
338 static variables.
339 (number_is_in_list): Update.
340 * breakpoint.h (get_tracepoint_by_number): Update.
341 * breakpoint.c (map_breakpoint_numbers): Update for change to
342 get_number_or_range.
343 (find_location_by_number): Use get_number, not
344 get_number_or_range.
345 (trace_pass_set_count): New function.
346 (trace_pass_command): Update for change to get_number_or_range.
347 Rework loop logic.
348 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
349 'state' parameter.
350
351 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
352
353 * python/py-param.c (add_setshow_generic): Add set/show callback
354 parameters. Register Python object context.
355 (get_show_value): New function.
356 (get_set_value): New function.
357 (call_doc_function): New function.
358 (get_doc_string): Move behind get_show_value/get_set_value.
359
360 2011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
361
362 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
363
364 2011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
365
366 * xtensa-tdep.c (xtensa_read_register): Add comment.
367 (xtensa_write_register): Likewise.
368 (xtensa_hextochar): Add comment and update to match coding conventions.
369 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
370 (execute_l32e, execute_s32e, execute_code): Update comments.
371 (xtensa_exception_handler_t): Update to match coding conventions.
372 (xtensa_insn_kind): Likewise.
373
374 2011-03-09 Michael Snyder <msnyder@vmware.com>
375
376 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
377
378 2011-03-09 Pedro Alves <pedro@codesourcery.com>
379
380 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
381
382 2011-03-09 Tom Tromey <tromey@redhat.com>
383
384 * thread.c (restore_selected_frame): Handle frame_level == -1.
385 (make_cleanup_restore_current_thread): Use
386 get_selected_frame_if_set.
387 * frame.h (get_selected_frame_if_set): Declare.
388 * frame.c (get_selected_frame_if_set): New function.
389
390 2011-03-09 Pedro Alves <pedro@codesourcery.com>
391
392 * cli/cli-cmds.c (shell_escape): Use lbasename.
393 * coffread.c (coff_start_symtab): Constify parameter.
394 (complete_symtab): Constify `name' parameter.
395 (coff_symtab_read): Constify `filestring' local.
396 (coff_getfilename): Constify return and `result' local.
397 Use lbasename.
398 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
399 * linux-fork.c (info_checkpoints_command): Use lbasename.
400 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
401 * minsyms.c (lookup_minimal_symbol): Use lbasename.
402 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
403 * procfs.c (procfs_make_note_section): Use lbasename.
404 * tui/tui-io.c (printable_part): Constity return and parameter.
405 Use lbasename.
406 (print_filename): Constify parameters, and local `s'.
407 (tui_rl_display_match_list): Constify local `temp'.
408
409 2011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
410
411 Revert:
412 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
413 Fix DWARF-3+ DW_AT_accessibility default assumption.
414 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
415 cu->header.version >= 3.
416
417 2011-03-09 Yao Qi <yao@codesourcery.com>
418
419 * common/Makefile.in: Remove.
420 * common/configure: Remove.
421 * common/configure.ac: Remove.
422
423 2011-03-09 Yao Qi <yao@codesourcery.com>
424
425 Revert:
426 2011-02-11 Yao Qi <yao@codesourcery.com>
427
428 * common/Makefile.in: Add copyright header.
429
430 2011-02-11 Yao Qi <yao@codesourcery.com>
431
432 * Makefile.in: Remove signals.o from COMMON_OBS. Link
433 libcommon.a.
434 * configure.ac: Add common to sub dir.
435 * configure: Regenerate.
436
437 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
438
439 * xtensa-tdep.c (call0_ret): New function.
440 (xtensa_skip_prologue): Speed up analysis.
441
442 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
443
444 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
445 while executing MI command -data-list-changed-registers.
446
447 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
448
449 * xtensa-tdep.c (xtensa_read_register): New function.
450 (xtensa_write_register): New function.
451 (xtensa_find_register_by_name): New function.
452 (xtensa_windowed_frame_cache): Update comments in type description.
453 (xtensa_frame_cache): Likewise.
454 (xtensa_window_interrupt_insn): New function.
455 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
456 (xtensa_insn_kind): Add new instructions.
457 (rwx_special_register): New function.
458 (call0_classify_opcode): Add new instructions to the analysis.
459 (a0_saved, a7_saved, a11_saved): New variables.
460 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
461 (execute_l32e): New function.
462 (execute_s32e): New function.
463 (xtensa_exception_handler_t): New type.
464 (execute_code): New function.
465 (xtensa_window_interrupt_frame_cache): New function to conduct frame
466 analysis for Xtensa Window Exception handlers.
467
468 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
469
470 * xtensa-tdep.c (TX_PS): New.
471 (windowing_enabled): Update to count for Call0 ABI.
472 (xtensa_hextochar): New.
473 (xtensa_init_reggroups): Make algorithm generic.
474 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
475
476 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
477
478 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
479
480 2011-03-08 Michael Snyder <msnyder@vmware.com>
481
482 * i386-tdep.c (i386_follow_jump): Check return value of
483 target_read_memory.
484 (i386_analyze_struct_return): Ditto.
485 (i386_skip_probe): Ditto.
486 (i386_match_insn): Ditto.
487 (i386_skip_noop): Ditto.
488 (i386_analyze_frame_setup): Ditto.
489 (i386_analyze_register_saves): Ditto.
490 (i386_skip_prologue): Ditto.
491 (i386_skip_main_prologue): Ditto.
492
493 * target.c (read_whatever_is_readable): Fix memory leak.
494
495 * i386-tdep.c (i386_process_record): Document fall through.
496
497 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
498
499 Fix DWARF-3+ DW_AT_accessibility default assumption.
500 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
501 cu->header.version >= 3.
502
503 2011-03-08 Pedro Alves <pedro@codesourcery.com>
504
505 * remote.c (remote_check_symbols): Skip if the target has no
506 execution.
507
508 2011-03-08 Joel Brobecker <brobecker@adacore.com>
509
510 * target.c (read_whatever_is_readable): Reformat comment,
511 with a minor typo fix. Minor reformatting of the code.
512
513 2011-03-08 Yao Qi <yao@codesourcery.com>
514
515 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
516 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
517 Use cached result instead of calling displaced_in_arm_mode again.
518 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
519 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
520 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
521 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
522 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
523 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
524 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
525 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
526 (cleanup_block_load_pc, copy_block_xfer): Likewise.
527 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
528 (arm_catch_kernel_helper_return): Likewise.
529 * gdb/arm-tdep.h : Update function declarations.
530
531 2011-03-07 Michael Snyder <msnyder@vmware.com>
532
533 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
534
535 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
536
537 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
538
539 * elfread.c (elf_symtab_read): Stop memory leak.
540
541 * main.c (captured_main): Fix memory leak.
542
543 2011-03-07 Andreas Schwab <schwab@linux-m68k.org>
544
545 * ada-lang.c (compare_names): Call is_name_suffix with string1
546 instead of string2.
547
548 2011-03-07 Tom Tromey <tromey@redhat.com>
549
550 * xcoffread.c (xcoff_sym_fns): Update.
551 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
552 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
553 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
554 (symbol_file_add_with_addrs_or_offsets): Likewise.
555 (reread_symbols): Handle OBJF_PSYMTABS_READ.
556 * somread.c (som_sym_fns): Update.
557 * psymtab.h (require_partial_symbols): Declare.
558 * psymtab.c (require_partial_symbols): New function.
559 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
560 (ALL_OBJFILE_PSYMTABS): Undef.
561 (ALL_PSYMTABS): Move from psympriv.h.
562 (lookup_partial_symtab, find_pc_sect_psymtab)
563 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
564 (find_last_source_symtab_from_partial)
565 (forget_cached_source_info_partial)
566 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
567 (expand_partial_symbol_tables, read_psymtabs_with_filename)
568 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
569 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
570 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
571 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
572 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
573 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
574 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
575 psymtabs.
576 * mipsread.c (ecoff_sym_fns): Update.
577 * machoread.c (macho_sym_fns): Update.
578 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
579 (read_psyms): New function.
580 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
581 (elf_sym_fns_lazy_psyms): New global.
582 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
583 dwarf2_build_psymtabs.
584 * dbxread.c (aout_sym_fns): Update.
585 * coffread.c (coff_sym_fns): Update.
586
587 2011-03-07 Tom Tromey <tromey@redhat.com>
588
589 * infrun.c (print_exited_reason): Include inferior id and pid in
590 message.
591
592 2011-03-07 Tom Tromey <tromey@redhat.com>
593
594 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
595 parameter.
596 (target_has_execution_1): Update.
597 (target_has_execution_current): Declare.
598 (target_has_execution): Call target_has_execution_current.
599 (default_child_has_execution): Update.
600 * target.c (default_child_has_execution): Add 'the_ptid'
601 parameter.
602 (target_has_execution_1): Likewise.
603 (target_has_execution_current): New function.
604 (add_target): Update.
605 (init_dummy_target): Update.
606 * remote-m32r-sdi.c (m32r_has_execution): New function.
607 (init_m32r_ops): Use it.
608 * record.c (record_core_has_execution): Now static. Add
609 'the_ptid' parameter.
610 * inferior.c (have_live_inferiors): Don't save current thread.
611 Use target_has_execution_1.
612
613 2011-03-07 Yao Qi <yao@codesourcery.com>
614
615 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
616
617 2011-03-07 Joel Brobecker <brobecker@adacore.com>
618
619 * elfread.c (elf_symtab_read): Minor reformatting.
620
621 2011-03-07 Joel Brobecker <brobecker@adacore.com>
622
623 * objc-lang.c (selectors_info): Minor reformatting.
624
625 2011-03-07 Joel Brobecker <brobecker@adacore.com>
626
627 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
628
629 2011-03-07 Joel Brobecker <brobecker@adacore.com>
630 Michael Snyder <msnyder@vmware.com>
631
632 * ada-valprint.c (ada_val_print_array): Move the declaration of
633 "byte_order" and "elttype" inside the block where these variables
634 are actually used. Remove some special handling for the case
635 where "elttype" and "eltlen" are null. Replace by a comment
636 and a couple of assertion checks.
637
638 2011-03-05 Michael Snyder <msnyder@vmware.com>
639
640 * source.c (add_path): Replace semicolon at end of block.
641 * dwarf2expr.c (execute_stack_op): Ditto.
642
643 2011-03-05 Mike Frysinger <vapier@gentoo.org>
644
645 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
646 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
647 (bfin-*-*): Likewise.
648
649 2011-03-05 Michael Snyder <msnyder@vmware.com>
650
651 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
652 * mdebugread.c (parse_symbol): Ditto.
653 * parse.c (parse_exp_in_context): Ditto.
654 * source.c (add_path): Ditto.
655 * utils.c (gnu_debuglink_crc32): Ditto.
656 * varobj.c (variable_language): Ditto.
657
658 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
659
660 2011-03-04 Michael Snyder <msnyder@vmware.com>
661
662 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
663
664 * symfile.c (simple_overlay_update): Check for null return value
665 from lookup_minimal_symbol.
666
667 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
668
669 2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
670
671 * eval.c (parse_and_eval_address_1): Remove function.
672 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
673 instead of parse_and_eval_address_1.
674 * value.h (parse_and_eval_address_1): Remove prototype.
675
676 2011-03-04 Michael Snyder <msnyder@vmware.com>
677
678 * remote.c (putpkt_binary): Document that case stmt falls through.
679
680 2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
681
682 * breakpointc (print_it_typical): Move NULL check from here...
683 (print_bp_stop_message): ... to here.
684
685 2011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
686
687 * breakpoint.c (enable_command): Use break instead of continue,
688 and fill in a missing break.
689 (disable_command): Ditto.
690
691 2011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
692
693 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
694 (terminal_save_ours): Remove misleading comment.
695 (inflow_inferior_data_cleanup): Free ttystate.
696 (inflow_inferior_exit): Likewise.
697 (copy_terminal_info): Copy ttystate.
698
699 * serial.c (serial_copy_tty_state): New function.
700 * serial.h (serial_copy_tty_state): Add prototype.
701 (struct serial_ops): Add copy_tty_state callback.
702 * ser-base.c (ser_base_copy_tty_state): New function.
703 * ser-base.h (ser_base_copy_tty_state): Add prototype.
704 * ser-go32.c (dos_copy_tty_state): New function.
705 (dos_ops): Install copy_tty_state callback.
706 * ser-mingw.c (_initialize_ser_windows): Likewise.
707 * ser-pipe.c (_initialize_ser_pipe): Likewise.
708 * ser-unix.c (hardwire_copy_tty_state): New function.
709 (_initialize_ser_hardwire): Install it.
710
711 2011-03-04 Michael Snyder <msnyder@vmware.com>
712
713 * breakpoint.c (create_breakpoint): Add missing break statement.
714
715 Reverting this patch:
716 * infcall.c (call_function_by_hand): Add break statements for lint.
717
718 Reverting this patch:
719 * cli/cli-script.c (script_from_file): Add break for lint.
720
721 2011-03-04 Michael Snyder <msnyder@vmware.com>
722
723 * solib.c (reload_shared_libraries_1): Close memory leak.
724
725 2011-03-03 Tom Tromey <tromey@redhat.com>
726
727 PR gdb/12538:
728 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
729 DW_STRING is NULL.
730
731 2011-03-03 Michael Snyder <msnyder@vmware.com>
732
733 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
734 fields of struct 'st' to zero.
735
736 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
737 sal.pspace before calling set_current_source_symtab_and_line.
738
739 2011-03-03 Yao Qi <yao@codesourcery.com>
740
741 * Makefile.in (configure-common): Remove. Let Makefile
742 in dir common to rebuild itself.
743 (common/Makefile): Likewise.
744
745 2011-03-03 Joel Brobecker <brobecker@adacore.com>
746
747 * utils.c (parse_escape): Add i18n markup in error message.
748
749 2011-03-03 Yao Qi <yao@codesourcery.com>
750
751 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
752 ARM_PC_REGNUM.
753 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
754 (displaced_write_reg, displaced_read_reg): Likewise.
755 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
756 (cleanup_block_load_pc, copy_block_xfer): Likewise.
757 (cleanup_branch): Replace magic number 14 and 15 with
758 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
759
760 2011-03-02 Michael Snyder <msnyder@vmware.com>
761
762 * maint.c (maintenance_do_deprecate): No need to check for NULL.
763
764 * cli/cli-script.c (script_from_file): Add break for lint.
765
766 * mdebugread.c (parse_partial_symbols): Fix indent.
767
768 * target-descriptions.c (tdesc_gdb_type): No need to call
769 xstrdup, callee saves a copy.
770
771 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
772
773 * infcall.c (call_function_by_hand): Add break statements for lint.
774
775 * utils.c (parse_escape): Escape the escape char.
776
777 * python/py-inferior.c (build_inferior_list): Error out if
778 PyList_Append fails.
779 (gdbpy_inferiors): Error out if build_inferior_list fails.
780
781 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
782 a function call.
783
784 * record.c (record_restore): Move printf to before error return.
785
786 2011-03-02 Yao Qi <yao@codesourcery.com>
787
788 * arm-tdep.h (struct displaced_step_closure): Add two new fields
789 is_thumb and insn_size.
790 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
791 on both ARM and Thumb mode.
792 (arm_process_displaced_insn): Set is_thumb and insn_size.
793 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
794 (arm_displaced_step_fixup): Likewise.
795
796 2011-03-01 Michael Snyder <msnyder@vmware.com>
797
798 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
799
800 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
801
802 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
803
804 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
805
806 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
807 with xmalloc.
808
809 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
810 which shadows function parameter.
811
812 * tracepoint.c (create_tsv_from_upload): Superfluous call
813 to xstrdup. Callee already calls xstrdup.
814
815 * linespec.c (decode_line_1): Remove unnecessary null check.
816
817 * tracepoint.c (scope_info): Fix mem leak, remove underused
818 variable.
819
820 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
821 superfluous null check.
822
823 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
824 (value_of_builtin_frame_fp_reg): Ditto.
825
826 * event-top.c (display_gdb_prompt): Remove superfluous null check.
827
828 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
829 be null.
830
831 * linespec.c (decode_line_1): Check for null before dereference.
832
833 * reverse.c (record_restore): Move null-check to before pointer
834 dereference.
835
836 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
837
838 * objc-lang.c (selectors_info): Add explanitory comment.
839 (classes_info): Ditto.
840
841 2011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
842
843 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
844 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
845 versions of the trampoline. Handle Thumb vs. ARM addresses.
846 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
847 (arm_linux_init_abi): Install it.
848 * arm-tdep.c (arm_psr_thumb_bit): Make global.
849 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
850
851 2011-02-28 Michael Snyder <msnyder@vmware.com>
852
853 * ui-out.c (ui_out_field_core_addr): Make local char buffer
854 a little bigger, to avoid possibility of an overflow.
855
856 * breakpoint.c (breakpoint_adjustment_warning): Make local char
857 buffers a little bigger, to avoid possibility of an overflow.
858
859 * coffread.c (coff_getfilename): Add check to avoid overflow.
860
861 * objc-lang.c (selectors_info): Add a small safety margin to
862 avoid overflow.
863 (classes_info): Error out on too long REGEXP.
864
865 * infrun.c (handle_inferior_event): Remove unused function call.
866
867 * fork-child.c (fork_inferior): Remove ifdef'd code and
868 unused variable.
869
870 * linux-thread-db.c (attach_thread): Discard unused value.
871
872 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
873
874 * remote.c (remote_get_noisy_reply): Discard unused value.
875 (remote_vcont_resume): Ditto.
876 (remote_stop_ns): Ditto.
877
878 * linespec.c (decode_objc): Delete unused variable.
879
880 * tui/tui-regs.c (tui_register_format): Delete unused variable.
881
882 * dwarf2read.c (add_partial_symbol): Discard unused values.
883 (read_base_type): Delete unused variable.
884
885 * dbxread.c (read_dbx_symtab): Discard unused value.
886
887 * eval.c (evaluate_subexp_standard): Delete unused variable,
888 and discard unused values.
889
890 * infcmd.c (_initialize_infcmd): Discard unused values.
891
892 * stabsread.c (rs6000_builtin_type): Missing break statement.
893
894 * dbxread.c (process_one_symbol): Discard unused value.
895
896 * coffread.c (coff_end_symtab): Delete unused variable.
897
898 * dwarf2read.c (dw2_get_file_names): Discard unused value.
899 (dwarf2_add_typedef): Delete unused variable.
900 (read_namespace): Ditto.
901 (dwarf_decode_macros): Ditto.
902
903 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
904
905 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
906
907 * p-valprint.c (pascal_val_print): Discard unused value.
908
909 * utils.c (nquery): Call va_end before return;
910 (yquery): Ditto.
911 (query): Ditto.
912
913 * proc-service.c (ps_plog): Call va_end before return.
914
915 2011-02-28 Tom Tromey <tromey@redhat.com>
916
917 * python/python.c (gdbpy_value_cst): New global.
918 (_initialize_python): Initialize it.
919 * python/python-internal.h (gdbpy_value_cst): Declare.
920 * python/py-value.c (convert_value_from_python): Use
921 gdbpy_value_cst.
922
923 2011-02-28 Michael Snyder <msnyder@vmware.com>
924
925 * python/py-cmd.c (cmdpy_init): Fix memory leak.
926
927 * breakpoint.c (catch_syscall_completer): Free malloced list.
928
929 * jv-lang.c (java_primitive_type_from_name): Add missing break.
930
931 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
932 (lval_func_check_synthetic_pointer): Ditto.
933 (lval_func_free_closure): Fix use-after-free.
934
935 2011-02-28 Tom Tromey <tromey@redhat.com>
936
937 * psymtab.c (expand_partial_symbol_tables): Use
938 ALL_OBJFILE_PSYMTABS.
939
940 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
941
942 * objc-lang.c (selectors_info): Error on too long REGEXP.
943
944 2011-02-28 Michael Snyder <msnyder@vmware.com>
945
946 * python/py-param.c (set_parameter_value): Add missing
947 break statement.
948
949 * linux-record.c (record_linux_system_call): Add missing
950 break statement.
951
952 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
953
954 * breakpoint.c (print_one_breakpoint_location): Remove unused
955 argument PRINT_ADDRESS_BITS. Update callers.
956 (print_one_breakpoint): Likewise.
957
958 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
959
960 * breakpoint.c (wrap_indent_at_field): New function.
961 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
962 Allocate ui_stream locally instead of using STB argument.
963 (print_one_breakpoint_location): Update call.
964 * ui-out.c (ui_out_query_field): New function.
965 * ui-out.h (ui_out_query_field): Add prototype.
966
967 2011-02-28 Joel Brobecker <brobecker@adacore.com>
968
969 From Michael Snyder <msnyder@vmware.com>
970 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
971
972 2011-02-27 Michael Snyder <msnyder@vmware.com>
973
974 * objc-lang.c (selectors_info): Prevent string overrun.
975
976 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
977 error in strncpy.
978
979 * symtab.c (rbreak_command): Move variable 'file_name' to
980 outer scope.
981
982 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
983 param with a local variable of the same name.
984
985 2011-02-27 Michael Snyder <msnyder@vmware.com>
986
987 * value.c (value_from_history_ref): New function.
988 * value.h (value_from_history_ref): Export.
989 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
990 to parse value history references.
991 * cli/cli-utils.h (get_number_trailer): Update comment.
992
993 2011-02-27 Michael Snyder <msnyder@vmware.com>
994
995 * inferior.c (detach_inferior_command): Use get_number_or_range.
996 (kill_inferior_command): Ditto.
997 (remove_inferior_command): Ditto.
998 (initialize_inferiors): Make command names plural.
999 Update help strings.
1000
1001 2011-02-27 Michael Snyder <msnyder@vmware.com>
1002
1003 * darwin-nat-info.c: Fix comment typo.
1004 * dwarf2expr.h: Ditto.
1005 * fbsd-nat.c: Ditto.
1006 * fbsd-nat.h: Ditto.
1007 * frame-unwind.h: Ditto.
1008 * frame.h: Ditto.
1009 * hppa-hpux-tdep.c: Ditto.
1010 * i386-linux-nat.c: Ditto.
1011 * linux-nat.c: Ditto.
1012 * nbsd-nat.c: Ditto.
1013 * nbsd-nat.h: Ditto.
1014 * ppc-linux-tdep.c: Ditto.
1015 * serial.c: Ditto.
1016 * ui-file.h: Ditto.
1017 * tui/tui-winsource.c: Ditto.
1018
1019 2011-02-26 Michael Snyder <msnyder@vmware.com>
1020
1021 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
1022
1023 * maint.c (maintenance_do_deprecate): Plug a memory leak.
1024
1025 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
1026 with a local variable of the same name.
1027
1028 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
1029 param with a local variable of the same name.
1030 (i387_supply_xsave): Ditto.
1031
1032 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
1033 that it does not shadow a function parameter.
1034
1035 * i386-nat.c (i386_length_and_rw_bits): Document that case
1036 statement is meant to fall through.
1037
1038 * expprint.c (dump_subexp_body_standard): Document that case
1039 statement is meant to fall through.
1040
1041 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
1042 dead if statement. Condition can't be false.
1043
1044 2011-02-25 Michael Snyder <msnyder@vmware.com>
1045
1046 * arm-tdep.c: Fix typos in comments.
1047 * bsd-uthread.c: Ditto.
1048 * completer.c: Ditto.
1049 * corelow.c: Ditto.
1050 * cp-namespace.c: Ditto.
1051 * cp-support.c: Ditto.
1052 * cris-tdep.c: Ditto.
1053 * dbxread.c: Ditto.
1054 * dwarf2read.c: Ditto.
1055 * frame.h: Ditto.
1056 * gdbtypes.h: Ditto.
1057 * inferior.h: Ditto.
1058 * mdebugread.c: Ditto.
1059 * mips-tdep.c: Ditto.
1060 * ppc-linux-nat.c: Ditto.
1061 * ppc-linux-tdep.c: Ditto.
1062 * printcmd.c: Ditto.
1063 * sol-thread.c: Ditto.
1064 * solib-frv.c: Ditto.
1065 * solist.h: Ditto.
1066 * sparc64-tdep.c: Ditto.
1067 * spu-tdep.c: Ditto.
1068 * stabsread.c: Ditto.
1069 * symfile.c: Ditto.
1070 * valops.c: Ditto.
1071 * varobj.c: Ditto.
1072 * vax-nat.c: Ditto.
1073 * python/py-block.c: Ditto.
1074 * python/py-symbol.c: Ditto.
1075 * python/py-symtab.c: Ditto.
1076 * python/py-value.c: Ditto.
1077 * tui/tui-win.c: Ditto.
1078
1079 2011-02-25 Michael Snyder <msnyder@vmware.com>
1080
1081 * inferior.c (print_inferior): Accept a string instead of an int
1082 for requested_inferiors, and use get_number_or_range to parse it.
1083 (info_inferiors_command): Pass args string to print_inferior.
1084 (initialize_inferiors): Change help string for info inferiors.
1085 * inferior.h (print_inferior): Export prototype change.
1086
1087 2011-02-25 Tom Tromey <tromey@redhat.com>
1088
1089 * common/ax.def (invalid2): Set to 0x31.
1090
1091 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1092
1093 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
1094 L and plongest.
1095 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
1096 use L and plongest.
1097 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
1098
1099 2011-02-24 Michael Snyder <msnyder@vmware.com>
1100
1101 * Makefile.in (clean): Make clean should remove generated files
1102 observer.h and observer.inc.
1103
1104 2011-02-24 Joel Brobecker <brobecker@adacore.com>
1105
1106 Revert the following patch (not approved yet):
1107 2011-02-21 Hui Zhu <teawater@gmail.com>
1108 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
1109 * ax-gdb.c (gen_printf_expr_callback): New function.
1110 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
1111 * ax-general.c (ax_memcpy): New function.
1112 (ax_print): Handle "printf".
1113 (ax_reqs): Ditto.
1114 * ax.h (ax_memcpy): Forward declare.
1115 * common/ax.def (invalid2): Removed.
1116 (printf): New entry.
1117 * printcmd.c (printcmd.h): New include.
1118 (string_printf): New function.
1119 (ui_printf): Removed.
1120 (printf_command): Remove static. Call string_printf.
1121 (eval_command): Call string_printf.
1122 * printcmd.h: New file.
1123 * tracepoint.c (validate_actionline,
1124 encode_actions_1): handle printf_command.
1125
1126 2011-02-23 Tom Tromey <tromey@redhat.com>
1127
1128 * ax-general.c (ax_pick): Add missing newline.
1129
1130 2011-02-23 Michael Snyder <msnyder@vmware.com>
1131
1132 * breakpoint.c (breakpoint_1): Change first argument from an int
1133 to a char pointer, so that the function now accepts a list of
1134 breakpoints rather than just one. Use new function
1135 'number_is_in_list' to implement.
1136 (breakpoints_info): Pass char * instead of int to breakpoint_1.
1137 (watchpoints_info): Ditto.
1138 (tracepoints_info): Ditto.
1139 (maintenance_info_breakpoints): Ditto.
1140 (_initialize_breakpoint): Update help strings to reflect the fact
1141 that these functions can now take more than one argument.
1142 * cli/cli-utils.c (number_is_in_list): New function.
1143 * cli/cli-utils.h (number_is_in_list): Export.
1144
1145 2011-02-23 Michael Snyder <msnyder@vmware.com>
1146
1147 * memattr.c (mem_enable_command): Use get_number_or_range.
1148 (mem_disable_command): Ditto.
1149 (mem_delete_command): Ditto.
1150 (_initialize_mem): Tweak usage message to reflect multiple
1151 arguments.
1152
1153 2011-02-22 Doug Evans <dje@google.com>
1154
1155 Add gdb.lookup_global_symbol python function.
1156 * NEWS: Add entry.
1157 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
1158 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
1159 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
1160
1161 2011-02-22 Tom Tromey <tromey@redhat.com>
1162
1163 * language.c (language_class_name_from_physname): Rename
1164 'curr_language' argument to 'lang'; use in body.
1165
1166 2011-02-22 Michael Snyder <msnyder@vmware.com>
1167
1168 * cli/cli-utils.c (number_is_in_list): Check for zero return.
1169
1170 2011-02-22 Pedro Alves <pedro@codesourcery.com>
1171
1172 * frame-unwind.h: Fix comment to mention the this frame, not the
1173 next.
1174
1175 2011-02-22 Tom Tromey <tromey@redhat.com>
1176
1177 * symfile.c (auto_solib_limit): Remove.
1178 * symfile.h (auto_solib_limit): Remove.
1179
1180 2011-02-22 Joel Brobecker <brobecker@adacore.com>
1181
1182 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
1183
1184 2011-02-21 Michael Snyder <msnyder@vmware.com>
1185
1186 * gdbthread.h (print_thread_info): Change prototype.
1187 * thread.c (print_thread_info): Accept char* instead of int for
1188 requested_threads argument. Use new function number_is_in_list
1189 to determine which threads to list.
1190 (info_threads_command): Pass char* to print_thread_info.
1191 * cli/cli-utils.c (number_is_in_list): New function.
1192 * cli/cli-utils.h (number_is_in_list): Export.
1193 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
1194 print_thread_info.
1195 (print_one_inferior): Ditto.
1196 (mi_cmd_list_thread_groups): Ditto.
1197
1198 2011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1199
1200 * common/Makefile.in (CFLAGS): New.
1201 (COMPILE): Add $(CFLAGS).
1202
1203 2011-02-21 Tom Tromey <tromey@redhat.com>
1204
1205 * breakpoint.c (catch_syscall_command_1): Fix typo.
1206
1207 2011-02-21 Tom Tromey <tromey@redhat.com>
1208
1209 * reverse.c: Include cli-utils.h.
1210 * printcmd.c: Include cli-utils.h.
1211 (string_printf): Use skip_spaces.
1212 * cli/cli-utils.h: New file.
1213 * cli/cli-utils.c: New file.
1214 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
1215 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
1216 * breakpoint.h (get_number, get_number_or_range): Move to
1217 cli-utils.h.
1218 * breakpoint.c: Include cli-utils.h.
1219 (get_number_trailer, get_number, get_number_or_range)
1220 (ep_skip_leading_whitespace): Move to cli-utils.c.
1221 (create_breakpoint_sal, find_condition_and_thread)
1222 (decode_static_tracepoint_spec, watch_command_1)
1223 (watch_maybe_just_location, ep_parse_optional_if_clause)
1224 (catch_fork_command_1, catch_exec_command_1)
1225 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
1226 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
1227 (SUBDIR_CLI_SRCS): Add cli-utils.c.
1228 (HFILES_NO_SRCDIR): Add cli-utils.h.
1229 (cli-utils.o): New target.
1230
1231 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1232
1233 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
1234 before calling discard_all_inferiors.
1235
1236 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
1237
1238 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
1239 (struct builtin_opencl_type): Remove.
1240 (builtin_opencl_type): Change return type to "struct type **".
1241 (lookup_opencl_vector_type): Update caller.
1242 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
1243 (build_opencl_types): Install plain array of "struct type *"
1244 instead of "struct builtin_opencl_type".
1245
1246 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1247 Ulrich Weigand <uweigand@de.ibm.com>
1248
1249 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
1250 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
1251 (struct arm_linux_hwbp_cap): New type.
1252 (arm_linux_get_hwbp_cap): New function.
1253 (arm_linux_get_hw_breakpoint_count): Likewise.
1254 (arm_linux_get_hw_watchpoint_count): Likewise.
1255 (arm_linux_can_use_hw_breakpoint): Likewise.
1256 (arm_hwbp_type): New type.
1257 (arm_hwbp_control_t): Likewise.
1258 (struct arm_linux_hw_breakpoint): Likewise.
1259 (struct arm_linux_thread_points): Likewise.
1260 (arm_threads): New global variable.
1261 (arm_linux_find_breakpoints_by_tid): New function.
1262 (arm_hwbp_control_initialize): Likewise.
1263 (arm_hwbp_control_is_enabled): Likewise.
1264 (arm_hwbp_control_disable): Likewise.
1265 (arm_linux_hw_breakpoint_initialize): Likewise.
1266 (arm_linux_get_hwbp_type): Likewise.
1267 (arm_linux_hw_watchpoint_initialize): Likewise.
1268 (arm_linux_hw_breakpoint_equal): Likewise.
1269 (arm_linux_insert_hw_breakpoint1): Likewise.
1270 (arm_linux_remove_hw_breakpoint1): Likewise.
1271 (arm_linux_insert_hw_breakpoint): Likewise.
1272 (arm_linux_remove_hw_breakpoint): Likewise.
1273 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
1274 (arm_linux_insert_watchpoint): Likewise.
1275 (arm_linux_remove_watchpoint): Likewise.
1276 (arm_linux_stopped_data_address): Likewise.
1277 (arm_linux_stopped_by_watchpoint): Likewise.
1278 (arm_linux_watchpoint_addr_within_range): Likewise.
1279 (arm_linux_new_thread): Likewise.
1280 (arm_linux_thread_exit): Likewise.
1281 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
1282 related target callbacks. Register arm_linux_new_thread and
1283 arm_linux_thread_exit.
1284 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
1285 * arm-tdep.c (arm_pc_is_thumb): Make global.
1286 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
1287
1288 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
1289
1290 * breakpoint.c (update_watchpoint): Do not attempt to recreate
1291 per-frame locations while within a function epilogue.
1292
1293 2011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
1294
1295 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
1296 to GNU coding standards.
1297
1298 2011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
1299
1300 Allow use of mingw native on Windows 95 OS.
1301 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
1302 (ser_windows_close): Only call CancelIo if function exists.
1303 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
1304 to check for existence of CancelIo function in kernel32 DLL.
1305
1306 2011-02-21 Hui Zhu <teawater@gmail.com>
1307
1308 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
1309 * ax-gdb.c (gen_printf_expr_callback): New function.
1310 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
1311 * ax-general.c (ax_memcpy): New function.
1312 (ax_print): Handle "printf".
1313 (ax_reqs): Ditto.
1314 * ax.h (ax_memcpy): Forward declare.
1315 * common/ax.def (invalid2): Removed.
1316 (printf): New entry.
1317 * printcmd.c (printcmd.h): New include.
1318 (string_printf): New function.
1319 (ui_printf): Removed.
1320 (printf_command): Remove static. Call string_printf.
1321 (eval_command): Call string_printf.
1322 * printcmd.h: New file.
1323 * tracepoint.c (validate_actionline,
1324 encode_actions_1): handle printf_command.
1325
1326 2011-02-19 Michael Snyder <msnyder@vmware.com>
1327
1328 * reverse.c (delete_one_bookmark): Argument is now bookmark
1329 id rather than pointer to bookmark struct.
1330 (delete_bookmark_command): Use get_number_or_range.
1331 (goto_bookmark_command): Parse with get_number instead of strtoul.
1332 (bookmark_1): New function. Print info for one bookmark.
1333 (bookmarks_info): Use get_number_or_range and bookmark_1.
1334
1335 2011-02-18 Michael Snyder <msnyder@vmware.com>
1336
1337 * thread.c (info_threads_command): Re-implement using
1338 get_number_or_range.
1339 (thread_apply_command): Ditto.
1340
1341 2011-02-18 Tom Tromey <tromey@redhat.com>
1342
1343 * common/ax.def: New file.
1344 * ax.h (enum agent_op): Use ax.def.
1345 * ax-general.c (aop_map): Use ax.def.
1346
1347 2011-02-18 Tom Tromey <tromey@redhat.com>
1348
1349 * ax-general.c (aop_map): Add pick and rot.
1350 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
1351 <DW_OP_rot>: Implement.
1352 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
1353 (ax_pick): Declare.
1354 * ax-general.c (ax_pick): New function.
1355
1356 2011-02-18 Tom Tromey <tromey@redhat.com>
1357
1358 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
1359
1360 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1361 Tom Tromey <tromey@redhat.com>
1362
1363 * cp-support.c (make_symbol_overload_list_namespace): Do not call
1364 make_symbol_overload_list_block with NULL BLOCK.
1365 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
1366
1367 2011-02-18 Pedro Alves <pedro@codesourcery.com>
1368
1369 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
1370 * breakpoint.h (get_number_or_range): Declare.
1371 * printcmd.c (ALL_DISPLAYS): Declare.
1372 (delete_display): Reimplement taking a display pointer.
1373 (undisplay_command): Accept a range of displays to delete, using
1374 get_number_or_range.
1375
1376 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1377
1378 * c-valprint.c (c_val_print): Add embedded_offset to address
1379 for arrays of unspecified length.
1380 * p-valprint.c (pascal_val_print): Likewise.
1381
1382 2011-02-18 Yao Qi <yao@codesourcery.com>
1383
1384 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
1385 (arm_process_displaced_insn): .. here. Remove parameter INSN.
1386 (thumb_process_displaced_insn): New.
1387 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
1388 call to arm_process_displaced_insn.
1389 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
1390
1391 2011-02-17 Tom Tromey <tromey@redhat.com>
1392
1393 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
1394 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
1395 compile_dwarf_to_ax. No longer static. Call
1396 dwarf2_compile_cfa_to_ax.
1397 (locexpr_tracepoint_var_ref): Update.
1398 (loclist_tracepoint_var_ref): Update.
1399 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
1400 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
1401 argument; add 'gdbarch' and 'pc'.
1402 (dwarf2_compile_cfa_to_ax): New function.
1403 (dwarf2_frame_cache): Update.
1404
1405 2011-02-17 Joel Brobecker <brobecker@adacore.com>
1406
1407 * ada-lang.c (ada_type_of_array): Fix the size of the array
1408 in the case of an unconstrained packed array.
1409
1410 2011-02-17 Yao Qi <yao@codesourcery.com>
1411
1412 * common/Makefile.in: Add more targets for make.
1413
1414 2011-02-16 Tom Tromey <tromey@redhat.com>
1415
1416 * dwarf2loc.c (unimplemented): Fix typo.
1417
1418 2011-02-16 Tom Tromey <tromey@redhat.com>
1419
1420 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
1421 (compile_dwarf_to_ax) <default>: Use unimplemented.
1422 <DW_OP_deref>: Update.
1423 (disassemble_dwarf_expression): Update.
1424 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
1425 (decode_locdesc): Update.
1426 * dwarf2expr.h (dwarf_stack_op_name): Update.
1427
1428 2011-02-16 Tom Tromey <tromey@redhat.com>
1429
1430 * ax.h (struct aop_map) <name>: Now const.
1431
1432 2011-02-16 Tom Tromey <tromey@redhat.com>
1433
1434 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
1435 than axs_rvalue.
1436
1437 2011-02-16 Yao Qi <yao@codesourcery.com>
1438
1439 * infrun.c (get_displaced_step_closure_by_addr): New.
1440 * inferior.h: Declare it.
1441 * arm-tdep.c: (arm_pc_is_thumb): Call
1442 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
1443 returns non-NULL.
1444
1445 2011-02-16 Pedro Alves <pedro@codesourcery.com>
1446 Jan Kratochvil <jan.kratochvil@redhat.com>
1447
1448 gdb/
1449 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
1450
1451 2011-02-16 Pedro Alves <pedro@codesourcery.com>
1452 Jan Kratochvil <jan.kratochvil@redhat.com>
1453
1454 * value.c (value_contents_copy_raw): Extend describing comment.
1455 Assert that the destination contents we're overwriting are wholly
1456 available.
1457 (value_contents_copy): Extend describing comment.
1458
1459 2011-02-16 Pedro Alves <pedro@codesourcery.com>
1460 Jan Kratochvil <jan.kratochvil@redhat.com>
1461
1462 * value.c (value_available_contents_eq): Remove redundant local
1463 variables. Fix available contents comparision.
1464 * value.h (value_available_contents_eq): Extend describing
1465 comment.
1466
1467 2011-02-16 Yao Qi <yao@codesourcery.com>
1468
1469 * thread.c (info_threads_command): Add missing i18n markup and remove
1470 trailing newline.
1471
1472 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1473
1474 * breakpoint.c (longjmp_names): New variable.
1475 (struct breakpoint_objfile_data): New type.
1476 (breakpoint_objfile_key): New variable.
1477 (msym_not_found): New variable.
1478 (msym_not_found_p): New predicate.
1479 (get_breakpoint_objfile_data): New function.
1480 (create_overlay_event_breakpoint): Check per-objfile cache for
1481 symbols first.
1482 (create_longjmp_master_breakpoint): Likewise.
1483 (create_std_terminate_master_breakpoint): Likewise.
1484 (create_exception_master_breakpoint): Likewise.
1485 (_initialize_breakpoint): Register per-objfile data key.
1486
1487 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1488
1489 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
1490 parameter value.
1491 (create_longjmp_master_breakpoint): Loop over longjmp names.
1492 (create_std_terminate_master_breakpoint): Const-propagate parameter
1493 value.
1494 (update_breakpoints_after_exec): Adjust.
1495 (breakpoint_re_set): Adjust.
1496
1497 2011-02-15 Michael Snyder <msnyder@vmware.com>
1498
1499 * thread.c (info_threads_command): Process arg as thread id,
1500 or list of thread ids.
1501 (thread_find_command): New command.
1502 (_initialize_thread): Document argument for info threads.
1503 Document 'thread find' command.
1504 * NEWS: Document new command "thread find".
1505
1506 2011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1507
1508 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
1509 * aclocal.m4: Regenerated with aclocal-1.11.1.
1510 * common/configure: Regenerate with autoconf-2.64.
1511
1512 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
1513
1514 * opencl-lang.c (build_opencl_types): Set the size of the built-in
1515 bool data type to a size of one byte.
1516
1517 2011-02-15 Pedro Alves <pedro@codesourcery.com>
1518 Jan Kratochvil <jan.kratochvil@redhat.com>
1519
1520 * target.c (memory_xfer_live_readonly_partial): Document where to
1521 look for interface description.
1522
1523 2011-02-15 Yao Qi <yao@codesourcery.com>
1524
1525 PR tdep/12352
1526 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
1527 order to store PC value on stack instead of text section.
1528
1529 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
1530
1531 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
1532 the EFP register set size.
1533 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
1534 data from the VMX register.
1535 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
1536 and write data from/to the VMX register.
1537
1538 2011-02-14 Michael Snyder <msnyder@vmware.com>
1539
1540 * command.h (enum command_class): New class 'no_set_class', for
1541 "show" commands without a corresponding "set" command.
1542 * value.c (_initialize_values): Use 'no_set_class' for "show values".
1543 * copying.c (_initialize_copying): Ditto for "show copying" and
1544 "show warranty".
1545 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
1546 "show version".
1547 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
1548 which there is no corresponding "set" command (eg. "show copying").
1549
1550 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1551 Jan Kratochvil <jan.kratochvil@redhat.com>
1552
1553 * exec.c (section_table_available_memory): Change `len' parameter
1554 type to ULONGEST.
1555 * exec.h (section_table_available_memory): Ditto.
1556 * value.h (read_value_memory): Rename the `offset' parameter to
1557 `embedded_offset'.
1558
1559 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1560 Jan Kratochvil <jan.kratochvil@redhat.com>
1561
1562 * memrange.c (compare_mem_ranges): Mention sort order in
1563 describing comment.
1564 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
1565 * tracepoint.c (traceframe_available_memory): Extend comment to
1566 mention what happens to RESULT when the target does not support
1567 the query.
1568
1569 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1570 Jan Kratochvil <jan.kratochvil@redhat.com>
1571
1572 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
1573 range.
1574
1575 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1576
1577 * value.c (value_bits_valid, value_bits_synthetic_pointer):
1578 No longer handle NULL values.
1579
1580 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1581
1582 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
1583 * value.c: Include "exceptions.h".
1584 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
1585 generic error.
1586 * cp-abi.c: Include gdb_assert.h.
1587 (baseclass_offset): Add `embedded_offset' and `val' parameters.
1588 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
1589 errors.
1590 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
1591 parameters. No longer returns -1 on error.
1592 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
1593 `val' parameters.
1594 * cp-valprint.c: Include exceptions.h.
1595 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
1596 the baseclass_offset. Handle unavailable base classes. Use
1597 val_print_invalid_address.
1598 * p-valprint.c: Include exceptions.h.
1599 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
1600 when fetching the baseclass_offset. No longer expect
1601 baseclass_offset returning -1. Handle unavailable base classes.
1602 Use val_print_invalid_address.
1603 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
1604 `valaddr' parameter, and change its type to gdb_byte pointer. Add
1605 `embedded_offset' and `val' parameters. Adjust.
1606 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
1607 parameter, and change its type to gdb_byte pointer. Add
1608 `embedded_offset' and `val' parameters. Adjust. No longer expect
1609 baseclass_offset returning -1.
1610 (value_dynamic_cast): Use value_contents_for_printing rather than
1611 value_contents. Adjust.
1612 (search_struct_field): No longer expect baseclass_offset returning
1613 -1.
1614 (search_struct_method): If reading memory from the target is
1615 necessary, wrap it in a new value to pass to baseclass_offset. No
1616 longer expect baseclass_offset returning -1.
1617 (find_method_list): No longer expect baseclass_offset returning
1618 -1. Use value_contents_for_printing rather than value_contents.
1619 * valprint.c (val_print_invalid_address): New function.
1620 * valprint.h (val_print_invalid_address): Declare.
1621 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
1622 and `val' parameters. No longer expect baseclass_offset returning
1623 -1. Adjust.
1624 * gnu-v2-abi.c: Include "exceptions.h".
1625 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
1626 parameters. Handle unavailable memory. Recurse through
1627 gnuv2_baseclass_offset directly, rather than through
1628 baseclass_offset. No longer returns -1 on not found, instead
1629 throw an error.
1630 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
1631 `val' parameters. Adjust.
1632
1633 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1634
1635 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
1636 almost but not quite adjacent.
1637
1638 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1639
1640 * value.h (value_entirely_available): Declare.
1641 * value.c (value_entirely_available): New function.
1642 * c-valprint.c (c_value_print): Don't try fetching the pointer's
1643 real type if the pointer is unavailable.
1644
1645 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1646
1647 * valops.c (value_repeat): Use read_value_memory instead of
1648 read_memory.
1649
1650 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1651
1652 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
1653 * value.c (value_contents_copy_raw, value_contents_copy): New
1654 functions.
1655 (value_primitive_field): Use value_contents_copy_raw instead of
1656 memcpy.
1657 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
1658 memcpy.
1659 (value_array, value_slice): Ditto.
1660 * valarith.c (value_subscripted_rvalue): Use
1661 value_contents_copy_raw instead of memcpy.
1662
1663 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1664
1665 <unavailable> references.
1666
1667 * valops.c (get_value_at): Use value_from_contents_and_address,
1668 avoiding read_memory.
1669
1670 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1671
1672 * c-valprint.c (c_val_print): Print a string with unavailable
1673 contents as an array.
1674
1675 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1676
1677 * value.h (unpack_bits_as_long): Delete declaration.
1678 (unpack_value_bits_as_long): Declare.
1679 (unpack_value_field_as_long): Declare.
1680 (value_field_bitfield): Declare.
1681 * value.c (unpack_bits_as_long): Rename to...
1682 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
1683 value parameters. Return the extracted result in a new output
1684 parameter. If the value contents are unavailable, return false,
1685 otherwise return true.
1686 (unpack_value_bits_as_long): New.
1687 (unpack_field_as_long): Rename to...
1688 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
1689 Add embedded_offset and value parameters. Return the extracted
1690 result in a new output parameter. If the value contents are
1691 unavailable, return false, otherwise return true.
1692 (unpack_value_field_as_long): New.
1693 (unpack_field_as_long_1): New.
1694 (unpack_field_as_long): Reimplement as wrapper around
1695 unpack_value_field_as_long_1.
1696 (value_field_bitfield): New function.
1697 * valops.c (value_fetch_lazy): When fetching a bitfield, use
1698 unpack_value_bits_as_long. Mark the value as unavailable, if it
1699 is unavailable.
1700 * jv-valprint.c (java_print_value_fields): Use
1701 value_field_bitfield.
1702 * p-valprint.c (pascal_object_print_value_fields): Use
1703 value_field_bitfield.
1704 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
1705
1706 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1707
1708 * value.c (get_internalvar_integer): Also return the int value of
1709 TYPE_CODE_INT INTERNALVAR_VALUE values.
1710 (set_internalvar): Don't special case TYPE_CODE_INT.
1711
1712 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1713
1714 * value.c (struct internalvar) <enum internalvar_kind>: Remove
1715 INTERNALVAR_POINTER.
1716 <pointer>: Delete.
1717 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
1718 (set_internalvar): Remove special TYPE_CODE_PTR handling.
1719 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
1720
1721 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1722
1723 * value.h (value_available_contents_eq): Declare.
1724 * value.c (find_first_range_overlap): New function.
1725 (value_available_contents_eq): New function.
1726 * valprint.c (val_print_array_elements): Use
1727 value_available_contents_eq.
1728 * ada-valprint.c (val_print_packed_array_elements): Use
1729 value_available_contents_eq.
1730 * jv-valprint.c (java_value_print): Use
1731 value_available_contents_eq.
1732
1733 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1734
1735 * target.c (target_read_live_memory): New function.
1736 (memory_xfer_live_readonly_partial): New.
1737 (memory_xfer_partial): If reading from a traceframe, fallback to
1738 reading unavailable read-only memory from read-only regions of
1739 live target memory.
1740 * tracepoint.c (disconnect_tracing): Adjust.
1741 (set_current_traceframe): New, factored out from
1742 set_traceframe_number.
1743 (set_traceframe_number): Reimplement to only change the traceframe
1744 number on the GDB side.
1745 (do_restore_current_traceframe_cleanup): Adjust.
1746 (make_cleanup_restore_traceframe_number): New.
1747 (cur_traceframe_number): New global.
1748 (tfile_open): Set cur_traceframe_number to no traceframe.
1749 (set_tfile_traceframe): New function.
1750 (tfile_trace_find): If looking up a traceframe using any method
1751 other than by number, make sure the current tfile traceframe
1752 matches gdb's current traceframe. Update the current tfile
1753 traceframe if the lookup succeeded.
1754 (tfile_fetch_registers, tfile_xfer_partial)
1755 (tfile_get_trace_state_variable_value): Make sure the remote
1756 traceframe matches gdb's current traceframe.
1757 * remote.c (remote_traceframe_number): New global.
1758 (remote_open_1): Set it to -1.
1759 (set_remote_traceframe): New function.
1760 (remote_fetch_registers, remote_store_registers)
1761 (remote_xfer_memory, remote_xfer_partial)
1762 (remote_get_trace_state_variable_value): Make sure the remote
1763 traceframe matches gdb's current traceframe.
1764 (remote_trace_find): If looking up a traceframe using any method
1765 other than by number, make sure the current remote traceframe
1766 matches gdb's current traceframe. Update the current remote
1767 traceframe if the lookup succeeded.
1768 * infrun.c (fetch_inferior_event): Adjust.
1769 * tracepoint.h (set_current_traceframe): Declare.
1770 (get_traceframe_number, set_traceframe_number): Add describing
1771 comments.
1772
1773 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1774
1775 Mark pieces of values as unavailable if the corresponding memory
1776 is unavailable.
1777
1778 * valops.c: Include tracepoint.h.
1779 (value_fetch_lazy): Use read_value_memory.
1780 (read_value_memory): New.
1781 * value.h (read_value_memory): Declare.
1782 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
1783 * exec.c (section_table_available_memory): New function.
1784 * exec.h (section_table_available_memory): Declare.
1785
1786 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1787
1788 * Makefile.in (SFILES): Add memrange.c.
1789 (HFILES_NO_SRCDIR): Add memrange.h.
1790 (COMMON_OBS): Add memrange.o.
1791 * memrange.c: New file.
1792 * memrange.h: New file.
1793 * tracepoint.c: Include memrange.h.
1794 (struct mem_range): Delete.
1795 (mem_range_s): Delete.
1796 (traceframe_available_memory): New function.
1797 * tracepoint.h (traceframe_available_memory): Declare.
1798
1799 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1800
1801 * target.h (struct traceframe_info): Forward declare.
1802 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
1803 (struct target_ops) <to_traceframe_info>: New field.
1804 (target_traceframe_info): New.
1805 * target.c (update_current_target): Inherit and default
1806 to_traceframe_info.
1807 * remote.c (PACKET_qXfer_traceframe_info): New.
1808 (remote_protocol_features): Register qXfer:traceframe-info:read.
1809 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
1810 (remote_traceframe_info): New.
1811 (init_remote_ops): Install it.
1812 (_initialize_remote): Install "set/show remote traceframe-info"
1813 commands.
1814 * tracepoint.h (parse_traceframe_info): Declare.
1815 * tracepoint.c (struct mem_range): New.
1816 (mem_range_s): New typedef.
1817 (struct traceframe_info): New.
1818 (traceframe_info): New global.
1819 (free_traceframe_info): New function.
1820 (clear_traceframe_info): New function.
1821 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
1822 info.
1823 (build_traceframe_info): New function.
1824 (tfile_traceframe_info): New function.
1825 (init_tfile_ops): Install tfile_traceframe_info.
1826 (traceframe_info_start_memory, free_result): New functions.
1827 (memory_attributes, traceframe_info_elements): New globals.
1828 (parse_traceframe_info, get_traceframe_info): New functions.
1829 * features/traceframe-info.dtd: New file.
1830 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
1831
1832 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1833
1834 Base support for <unavailable> value contents.
1835
1836 * value.h (value_bytes_available): Declare.
1837 (mark_value_bytes_unavailable): Declare.
1838 * value.c (struct range): New struct.
1839 (range_s): New typedef.
1840 (ranges_overlap): New function.
1841 (range_lessthan): New function.
1842 (ranges_contain_p): New function.
1843 (struct value) <unavailable>: New field.
1844 (value_bytes_available): New function.
1845 (mark_value_bytes_unavailable): New function.
1846 (require_not_optimized_out): Constify parameter.
1847 (require_available): New function.
1848 (value_contents_all, value_contents): Require all bytes be
1849 available.
1850 (value_free): Free `unavailable'.
1851 (value_copy): Copy `unavailable'.
1852 * valprint.h (val_print_unavailable): Declare.
1853 * valprint.c (valprint_check_validity): Rename `offset' parameter
1854 to `embedded_offset'. If printing a scalar, check whether the
1855 value chunk is available.
1856 (val_print_unavailable): New.
1857 (val_print_scalar_formatted): Check whether the value is
1858 available.
1859 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
1860 pretty-printing unavailable values.
1861
1862 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1863
1864 Fix const/volatile qualifiers of C++ types, PR c++/12328.
1865 * c-typeprint.c (c_type_print_args): Update the function comment. New
1866 variable param_type, initialize it. Remove const/volatile qualifiers
1867 for language_cplus and !show_artificial. Use param_type.
1868
1869 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1870
1871 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
1872 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
1873 * symtab.h (struct symtab) <next>: Comment extension.
1874
1875 2011-02-12 Yao Qi <yao@codesourcery.com>
1876
1877 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
1878
1879 2011-02-11 Yao Qi <yao@codesourcery.com>
1880
1881 * common/Makefile.in: Add copyright header.
1882
1883 2011-02-11 Pedro Alves <pedro@codesourcery.com>
1884
1885 * infrun.c (proceed): Move switching out and in of tfind mode from
1886 here ...
1887 (fetch_inferior_event): ... to here.
1888
1889 2011-02-11 Yao Qi <yao@codesourcery.com>
1890
1891 * Makefile.in: Remove signals.o from COMMON_OBS. Link
1892 libcommon.a.
1893 * configure.ac: Add common to sub dir.
1894 * configure: Regenerate.
1895
1896 2011-02-11 Yao Qi <yao@codesourcery.com>
1897
1898 Build libcommon.a.
1899
1900 * common/Makefile.in: New.
1901 * common/configure.ac: New.
1902 * common/aclocal.m4: New.
1903 * common/configure: Generate.
1904
1905 2011-02-10 Pedro Alves <pedro@codesourcery.com>
1906
1907 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
1908 side of the parenthesis.
1909
1910 Merge from GCC:
1911 2010-07-13 Jakub Jelinek <jakub@redhat.com>
1912 * vec.h (VEC_block_remove): Fix comment.
1913
1914 2011-02-08 Michael Snyder <msnyder@vmware.com>
1915
1916 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
1917
1918 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1919
1920 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
1921 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
1922 psubd and paddd.
1923
1924 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1925
1926 PR 12361.
1927 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
1928 phsubsw.
1929 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
1930 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
1931
1932 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1933
1934 * dwarf2read.c (read_subroutine_type): Set special calling
1935 convention flag for functions compiled by IBM XL C for OpenCL.
1936 * ppc-sysv-tdep.c: Include "dwarf2.h"
1937 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
1938 calling convention.
1939 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
1940 IBM OpenCL vector types calling convention.
1941 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
1942 (ppc_sysv_abi_broken_return_value): Likewise.
1943 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
1944 types calling convention.
1945 (ppc64_sysv_abi_return_value): Likewise.
1946 * spu-tdep.c: Include "dwarf2.h"
1947 (spu_return_value): Implement IBM OpenCL vector types calling
1948 convention.
1949
1950 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1951
1952 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
1953 correct ABI for AltiVec vector arguments.
1954
1955 2011-02-07 Pedro Alves <pedro@codesourcery.com>
1956
1957 * valprint.c (val_print): Extend comment.
1958 * ada-valprint.c (ada_valprint): Rewrite comment deferring
1959 interface explanation to val_print.
1960 (ada_val_print_array): Adjust comment to current interface.
1961 (print_field_values): Adjust comment to current interface.
1962 * c-valprint.c (c_val_print): Rewrite comment deferring interface
1963 explanation to val_print.
1964 * f-valprint.c (f_val_print): Ditto.
1965 * jv-valprint.c (java_val_print): Ditto.
1966 * m2-valprint.c (m2_val_print): Ditto.
1967 * p-valprint.c (pascal_val_print): Ditto.
1968
1969 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
1970
1971 * breakpoint.c (parse_breakpoint_sals): Fix description.
1972
1973 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
1974 Oguz Kayral <oguzkayral@gmail.com>
1975
1976 * python/py-inferior.c (python_on_normal_stop): New function.
1977 (python_on_resume): New function.
1978 (python_inferior_exit): New function.
1979 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
1980 inferior_exit observers.
1981 * python/py-evtregistry.c: New file.
1982 * python/py-threadevent.c : New file.
1983 * python/py-event.c: New file.
1984 * python/py-evts.c: New file.
1985 * python/py-continueevent.c: New file.
1986 * python/py-bpevent.c: New file.
1987 * python/py-signalevent.c: New file.
1988 * python/py-exetiedevent.c: New file.
1989 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
1990 Move struct breakpoint_object from here...
1991 * python/python-internal.h: ... to here.
1992 * python/py-event.h: New file.
1993 * python/py-events.h: New file.
1994 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
1995 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
1996 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
1997 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
1998 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
1999 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
2000 Add build rules for all the above.
2001
2002 2011-02-04 Tom Tromey <tromey@redhat.com>
2003
2004 * dwarf2read.c (dwarf2_section_empty_p): New function.
2005 (dwarf2_read_section): Use dwarf2_section_empty_p.
2006 (dwarf2_section_size): New function.
2007 (dwarf2_get_section_info): Unconditionally read section.
2008 (dwarf2_read_index): Use dwarf2_section_empty_p.
2009 (partial_read_comp_unit_head): Use dwarf2_section_size.
2010 (dwarf2_symbol_mark_computed): Likewise.
2011
2012 2011-02-04 David Daney <ddaney@caviumnetworks.com>
2013
2014 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
2015
2016 2011-02-04 David Daney <ddaney@caviumnetworks.com>
2017
2018 * mips-linux-tdep.c: Include xml-syscall.h.
2019 (mips_linux_get_syscall_number): New function.
2020 (mips_linux_init_abi): Add calls to
2021 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
2022 * data-directory/Makefile.in (SYSCALLS_FILES): Add
2023 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
2024 * syscalls/mips-n32-linux.xml: New file.
2025 * syscalls/mips-n64-linux.xml: New file.
2026 * syscalls/mips-o32-linux.xml: New file.
2027
2028 2011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2029
2030 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
2031 Complain about inverted range entries.
2032 (dwarf2_record_block_ranges): Likewise.
2033
2034 2011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2035
2036 Fix some typos.
2037 * breakpoint.c (update_watchpoint): Fix name of the
2038 update_global_location_list function.
2039 (print_one_breakpoint): Fix typo.
2040 (_initialize_breakpoint): Remove extra space in hbreak help
2041 string.
2042 * breakpoint.h (struct bp_location) <length>: Fix field
2043 description.
2044
2045 2011-02-04 Pedro Alves <pedro@codesourcery.com>
2046
2047 * regcache.c (registers_changed_ptid): Don't explictly always
2048 clear `current_regcache'. Only clear current_thread_ptid and
2049 current_thread_arch when PTID matches. Only reinit the frame
2050 cache if PTID matches the current inferior_ptid. Move alloca(0)
2051 call to ...
2052 (registers_changed): ... here.
2053
2054 2011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
2055
2056 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
2057 starts with __stack_chk_guard as stack guard symbol.
2058
2059 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
2060
2061 * disasm.c (compare_lines): Handle the end of sequence markers
2062 within the line table to better support disassembling over
2063 compilation unit boundaries.
2064
2065 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2066
2067 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
2068 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
2069 implementation even if no symbols are available.
2070 (thumb_analyze_prologue): Update call to skip_prologue_function.
2071 (arm_analyze_prologue): Likewise.
2072
2073 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2074
2075 * arm-tdep.c: Include "observer.h".
2076 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
2077 (arm_exidx_data_key): New static variable.
2078 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
2079 (struct arm_exidx_data): Likewise.
2080 (arm_exidx_data_free): New function.
2081 (arm_compare_exidx_entries): Likewise.
2082 (arm_obj_section_from_vma): Likewise.
2083 (arm_exidx_new_objfile): Likewise.
2084 (arm_find_exidx_entry): Likewise.
2085 (arm_exidx_fill_cache): Likewise.
2086 (arm_exidx_unwind_sniffer): Likewise.
2087 (arm_exidx_unwind): New global variable.
2088 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
2089 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
2090 observer. Register arm_exidx_data_key as objfile data.
2091
2092 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2093
2094 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
2095 due to accessing uninitialized variable. Fix indentation.
2096
2097 2011-02-02 Pedro Alves <pedro@codesourcery.com>
2098
2099 * c-valprint.c (c_value_print): When doing virtual base pointer
2100 adjustment, create a new value with adjusted contents rather than
2101 changing the contents of the value being printed (and getting it
2102 wrong).
2103
2104 2011-02-02 Pedro Alves <pedro@codesourcery.com>
2105
2106 * xml-support.c (xml_find_attribute): New.
2107 (xinclude_start_include): Use it.
2108 * xml-support.h (xml_find_attribute): Declare.
2109 * memory-map.c (memory_map_start_memory)
2110 (memory_map_start_property): Use xml_find_attribute.
2111 * osdata.c (osdata_start_osdata, osdata_start_column): Use
2112 xml_find_attribute.
2113 * remote.c (start_thread): Use xml_find_attribute.
2114 * solib-target.c (library_list_start_segment)
2115 (library_list_start_section, library_list_start_library)
2116 (library_list_start_list): Use xml_find_attribute.
2117 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
2118 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
2119 (tdesc_start_field): Use xml_find_attribute.
2120
2121 2011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
2122
2123 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
2124 (BUILD_OCL_VTYPES): Update.
2125
2126 2011-02-02 Joel Brobecker <brobecker@adacore.com>
2127
2128 * configure.ac: Work around non-GNU sed limitation when computing
2129 python version number.
2130 * configure: Regenerate.
2131
2132 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2133
2134 Fix debug printing of TYPE_INSTANCE.
2135 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
2136 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
2137
2138 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2139
2140 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
2141 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
2142 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
2143 * ada-operator.inc: Rename the file to ...
2144 * ada-operator.def: ... here, wrap all the entries by macro OP.
2145 * expprint.c (op_name_standard): Remove all the entries. Include
2146 "std-operator.def" instead.
2147 * expression.h (enum exp_opcode): Include "std-operator.def" and
2148 "ada-operator.def". Move all the entries ...
2149 * std-operator.def: ... here, wrap all the entries by macro OP.
2150
2151 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2152
2153 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
2154 * breakpoint.c (remove_jit_event_breakpoints): New function.
2155 * jit.c (jit_descriptor_addr): Delete.
2156 (registering_code): Delete.
2157 (clear_int): Delete.
2158 (jit_inferior_data): New variable.
2159 (struct jit_inferior_data): New type.
2160 (get_jit_inferior_data): New function.
2161 (jit_inferior_data_cleanup): New function.
2162 (jit_read_descriptor): Adjust.
2163 (jit_register_code): Adjust.
2164 (jit_breakpoint_re_set_internal): New function; move code here ...
2165 (jit_inferior_init): ... from here.
2166 (jit_breakpoint_re_set): Adjust.
2167 (jit_reset_inferior_data_and_breakpoints): New function.
2168 (jit_inferior_created_observer): Adjust.
2169 (jit_inferior_exit_hook): Adjust.
2170 (jit_executable_changed_observer): New function.
2171 (jit_event_handler): Adjust.
2172 (_initialize_jit): Adjust.
2173
2174 2011-01-31 Michael Snyder <msnyder@vmware.com>
2175
2176 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
2177 line.
2178
2179 2011-01-31 Tom Tromey <tromey@redhat.com>
2180
2181 PR python/12216:
2182 * python/python.c (execute_gdb_command): Call
2183 prevent_dont_repeat.
2184 * top.c (suppress_dont_repeat): New global.
2185 (dont_repeat): Use it.
2186 (prevent_dont_repeat): New function.
2187 * command.h (prevent_dont_repeat): Declare.
2188
2189 2011-01-31 Tom Tromey <tromey@redhat.com>
2190
2191 * infcmd.c (finish_backward): Use breakpoint_set_silent.
2192 * python/py-breakpoint.c (bppy_set_silent): Use
2193 breakpoint_set_silent.
2194 (bppy_set_thread): Use breakpoint_set_thread.
2195 (bppy_set_task): Use breakpoint_set_task.
2196 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
2197 (breakpoint_set_task): Declare.
2198 (make_breakpoint_silent): Remove.
2199 * breakpoint.c (breakpoint_set_silent): New function.
2200 (breakpoint_set_thread): Likewise.
2201 (breakpoint_set_task): Likewise.
2202 (make_breakpoint_silent): Remove.
2203
2204 2011-01-31 Tom Tromey <tromey@redhat.com>
2205
2206 * breakpoint.h (user_breakpoint_p): Declare.
2207 * breakpoint.c (user_breakpoint_p): New function.
2208 (breakpoint_1): Use it.
2209 (save_breakpoints): Likewise.
2210
2211 2011-01-31 Joel Brobecker <brobecker@adacore.com>
2212
2213 * configure.ac: Add handling of Python distribution on Windows.
2214 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
2215 sysconfig variables are not defined, then do not use them.
2216 On Windows, if LIBPL is not defined, then use prefix + '/libs'
2217 instead. On Windows, return all paths using forward-slashes
2218 rather than backslashes.
2219
2220 2011-01-31 Joel Brobecker <brobecker@adacore.com>
2221
2222 * configure.ac: Remove fallback behavior for building
2223 against Python. Remove tweaking of Python include path.
2224 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
2225 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
2226 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
2227 Always restore CPPFLAGS and LIBS after linking test.
2228 * configure: Regenerated.
2229 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
2230 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
2231 * python/python-internal.h: Adjust includes of Python .h files.
2232
2233 2011-01-31 Joel Brobecker <brobecker@adacore.com>
2234
2235 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
2236 in error message.
2237
2238 2011-01-31 Joel Brobecker <brobecker@adacore.com>
2239
2240 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
2241 value test.
2242
2243 2011-01-31 Yao Qi <yao@codesourcery.com>
2244
2245 * arm-linux-nat.c: Update calls to regcache_register_status
2246 instead of regcache_valid_p.
2247 * aix-thread.c: Likewise.
2248 * i386gnu-nat.c: Likewise.
2249
2250 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2251
2252 Fix crash.
2253 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
2254 touching TYPE_FIELD_ARTIFICIAL.
2255
2256 2011-01-28 Richard Earnshaw <rearnsha@arm.com>
2257
2258 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
2259 Committers.
2260
2261 2011-01-28 Pedro Alves <pedro@codesourcery.com>
2262
2263 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
2264 selected, don't try iterating over the traceframe's blocks.
2265 (tfile_has_stack): If there's no traceframe selected, then there's
2266 no stack.
2267 (tfile_has_registers): If there's no traceframe selected, then
2268 there's no registers.
2269
2270 2011-01-28 Pedro Alves <pedro@codesourcery.com>
2271
2272 * target.c (memory_xfer_partial): No need to restore shadows if we
2273 haven't read anything.
2274
2275 2011-01-28 Pedro Alves <pedro@codesourcery.com>
2276
2277 * mips-tdep.c (mips_print_register): Use get_frame_register_value
2278 and val_print_scalar_formatted.
2279
2280 2011-01-27 Pedro Alves <pedro@codesourcery.com>
2281
2282 * tracepoint.c (tfile_read): New.
2283 (tfile_open): Use it.
2284 (tfile_get_traceframe_address): Use it.
2285 (tfile_trace_find): Use it.
2286 (walk_blocks_callback_func): New typedef.
2287 (match_blocktype): New function.
2288 (traceframe_walk_blocks): New function.
2289 (traceframe_find_block_type): New function.
2290 (tfile_fetch_registers, tfile_xfer_partial)
2291 (tfile_get_trace_state_variable_value): Use
2292 traceframe_find_block_type and tfile_read.
2293
2294 2011-01-26 Kevin Buettner <kevinb@redhat.com>
2295
2296 * remote-mips.c: Add internationalization mark ups. Remove
2297 trailing \n from already marked up strings.
2298
2299 2011-01-26 Tom Tromey <tromey@redhat.com>
2300
2301 * python/py-prettyprint.c (print_string_repr): Clear
2302 'addressprint' option when calling val_print_string.
2303 (print_children): Handle Val_pretty_default. Clear 'addressprint'
2304 option when calling val_print_string.
2305
2306 2011-01-26 Tom Tromey <tromey@redhat.com>
2307
2308 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
2309 GDB_PY_LL_ARG.
2310 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
2311 macros.
2312 (gdb_py_longest, gdb_py_ulongest): New typedefs.
2313 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
2314 (gdb_py_long_as_ulongest): New defines.
2315 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
2316 (gdb_py_int_as_long): Declare.
2317 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
2318 GDB_PY_LL_ARG, gdb_py_object_from_longest.
2319 (valpy_long): Add comment.
2320 * python/py-utils.c (get_addr_from_python): Use
2321 gdb_py_long_as_ulongest. Handle overflow properly.
2322 (gdb_py_object_from_longest): New function.
2323 (gdb_py_object_from_ulongest): Likewise.
2324 (gdb_py_int_as_long): Likewise.
2325 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
2326 * python/py-symtab.c (salpy_get_pc): Use
2327 gdb_py_long_from_ulongest.
2328 (salpy_get_line): Use PyInt_FromLong.
2329 * python/py-param.c (set_parameter_value): Use
2330 gdb_py_int_as_long.
2331 * python/py-lazy-string.c (stpy_get_address): Use
2332 gdb_py_long_from_ulongest.
2333 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
2334 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
2335 * python/py-breakpoint.c (bppy_set_thread): Use
2336 gdb_py_int_as_long.
2337 (bppy_set_task): Likewise.
2338 (bppy_set_ignore_count): Likewise.
2339 (bppy_set_hit_count): Likewise.
2340 * python/py-block.c (blpy_get_start): Use
2341 gdb_py_object_from_ulongest.
2342 (blpy_get_end): Likewise.
2343 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
2344
2345 2011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
2346
2347 PR/symtab 11766:
2348 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
2349 * gdb/solib.c (solib_read_symbols): Check for addr_low in
2350 equality test for objfile, initialize addr_low if needed.
2351
2352 2011-01-25 Pedro Alves <pedro@codesourcery.com>
2353
2354 * tui/tui-regs.c (tui_register_format): Remove dead code.
2355
2356 2011-01-25 Pedro Alves <pedro@codesourcery.com>
2357
2358 * printcmd.c (print_formatted): Use val_print_scalar_formatted
2359 instead of print_scalar_formatted.
2360 (print_scalar_formatted): Don't handle 's' format strings here,
2361 and add an assertion that we never see such format here.
2362 * valprint.h (val_print_scalar_formatted): Declare.
2363 * valprint.c (val_print_scalar_formatted): New.
2364 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
2365 instead of print_scalar_formatted.
2366 * jv-valprint.c (java_val_print): Ditto.
2367 * p-valprint.c (pascal_val_print): Ditto.
2368 * ada-valprint.c (ada_val_print_1): Ditto.
2369 * f-valprint.c (f_val_print): Ditto.
2370 * infcmd.c (registers_info): Ditto.
2371 * m2-valprint.c (m2_val_print): Ditto.
2372
2373 2011-01-25 Pedro Alves <pedro@codesourcery.com>
2374
2375 * m2-valprint.c (print_unbounded_array): Pass
2376 value_contents_for_printing rather than value_contents, to
2377 m2_print_array_contents. Also pass in the value.
2378
2379 2011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2380
2381 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
2382 (save_gdb_index_command): Switch to .gdb_index version 4.
2383
2384 2011-01-25 Pedro Alves <pedro@codesourcery.com>
2385
2386 * mi/mi-main.c (get_register): Use get_frame_register_value rather
2387 than frame_register, and always pass a valid value to val_print.
2388
2389 2011-01-25 Pedro Alves <pedro@codesourcery.com>
2390
2391 Centralize printing "<optimized out>".
2392
2393 * valprint.h (val_print_optimized_out): Declare.
2394 * cp-valprint.c (cp_print_value_fields): Use
2395 val_print_optimized_out.
2396 * jv-valprint.c (java_print_value_fields): Ditto.
2397 * p-valprint.c (pascal_object_print_value_fields): Ditto.
2398 * printcmd.c (print_formatted): Ditto.
2399 * valprint.c (valprint_check_validity): Ditto.
2400 (value_check_printable): Ditto.
2401 (val_print_optimized_out): New.
2402
2403 2011-01-25 Pedro Alves <pedro@codesourcery.com>
2404
2405 * infcmd.c (default_print_registers_info): Allocate values so to
2406 never pass a NULL value to val_print.
2407
2408 2011-01-25 Pedro Alves <pedro@codesourcery.com>
2409
2410 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
2411 boolean. Make sure to always pass a value that matches the
2412 contents buffer to callees. Preserve `address' for following
2413 iterations.
2414 * value.c (value_contents_for_printing_const): New.
2415 (value_address): Constify value argument.
2416 * value.h (value_contents_for_printing_const): Declare.
2417 (value_address): Constify value argument.
2418
2419 2011-01-25 Pedro Alves <pedro@codesourcery.com>
2420
2421 * regcache.c (struct regcache_descr): Rename
2422 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
2423 and sizeof_cooked_register_valid_p to
2424 sizeof_cooked_register_status.
2425 (init_regcache_descr): Adjust.
2426 (struct regcache): Rename register_valid_p field to
2427 register_status.
2428 (regcache_xmalloc_1, regcache_xfree, regcache_save)
2429 (do_cooked_read): Adjust.
2430 (regcache_valid_p): Rename to ...
2431 (regcache_register_status): ... this. Adjust.
2432 (regcache_invalidate): Adjust.
2433 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
2434 Adjust.
2435 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
2436 as unavailable, not valid.
2437 (regcache_dump): Adjust.
2438 * regcache.h (enum register_status): New.
2439 (regcache_register_status): Declare.
2440 (regcache_invalidate): Delete declaration.
2441 * corelow.c (get_core_registers): Adjust.
2442 * tracepoint.c (tfile_fetch_registers): Adjust.
2443 * trad-frame.c (REG_VALUE): Rename to ...
2444 (TF_REG_VALUE): ... this.
2445 (REG_UNKNOWN): Rename to ...
2446 (TF_REG_UNKNOWN): ... this.
2447 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
2448 * mi/mi-main.c (register_changed_p): Adjust.
2449
2450 2011-01-25 Pedro Alves <pedro@codesourcery.com>
2451
2452 * regcache.c (struct regcache_descr): Remove outdated comment.
2453 (init_regcache_descr): Remove sizeof_raw_register_valid_p
2454 overallocate hack.
2455 (regcache_xmalloc): Rename to ...
2456 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
2457 Allocate the regcache type accordingly.
2458 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
2459 (regcache_xfree): Asser the source is also readonly. Copy sizeof
2460 cooked registers, not raw.
2461 (regcache_dup_no_passthrough): Delete.
2462 (get_thread_arch_regcache): Use regcache_xmalloc_1.
2463 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
2464 mention obsolete write_register_bytes.
2465 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
2466
2467 2011-01-25 Pedro Alves <pedro@codesourcery.com>
2468
2469 Stop remote_read_bytes from handling partial reads itself.
2470
2471 * remote-fileio.c: Include target.h.
2472 (remote_fileio_write_bytes): Delete.
2473 (remote_fileio_func_open, remote_fileio_func_write)
2474 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
2475 target_read_memory.
2476 (remote_fileio_func_stat): Use target_read_memory and
2477 target_write_memory.
2478 (remote_fileio_func_gettimeofday): Use target_write_memory.
2479 (remote_fileio_func_system): Use target_read_memory.
2480 * remote.c (remote_write_bytes): Make it static.
2481 (remote_read_bytes): Don't handle partial reads here.
2482 * remote.h (remote_read_bytes): Delete declaration.
2483
2484 2011-01-25 Pedro Alves <pedro@codesourcery.com>
2485
2486 Simplify XML parsing a bit.
2487
2488 * xml-support.h (gdb_xml_parse_quick): Declare.
2489 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
2490 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
2491 parameter.
2492 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
2493 gdb_xml_create_parser_and_cleanup_1.
2494 (gdb_xml_parse_quick): New.
2495 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
2496 * osdata.c (osdata_parse): Ditto.
2497 * remote.c (remote_threads_info): Ditto.
2498 * solib-target.c (solib_target_parse_libraries): Ditto.
2499 * xml-syscall.c (syscall_parse_xml): Ditto.
2500 * xml-tdesc.c (tdesc_parse_xml): Ditto.
2501
2502 2011-01-24 Kevin Buettner <kevinb@redhat.com>
2503
2504 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
2505 with remote-mips.o added to gdb_target_obs.
2506 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
2507
2508 2011-01-24 Pedro Alves <pedro@codesourcery.com>
2509
2510 * ada-valprint.c (val_print_packed_array_elements): Pass the
2511 correct struct value to val_print.
2512 (ada_val_print_1): Ditto.
2513
2514 2011-01-24 Pedro Alves <pedro@codesourcery.com>
2515
2516 Don't lose embedded_offset in printing routines throughout.
2517
2518 * valprint.h (val_print_array_elements): Change prototype.
2519 * valprint.c (val_print_array_elements): Add `embedded_offset'
2520 parameter, and adjust to pass it down to val_print, while passing
2521 `valaddr' or `address' unmodified. Take embedded_offset into
2522 account when checking repetitions.
2523 * c-valprint.c (c_val_print): Pass embedded_offset to
2524 val_print_array_elements instead of adjusting `valaddr' and
2525 `address'.
2526 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
2527 embedded_offset to val_print_array_elements instead of adjusting
2528 `valaddr'.
2529 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
2530 * p-valprint.c (pascal_val_print): Pass embedded_offset to
2531 val_print_array_elements and pascal_object_print_value_fields
2532 instead of adjusting `valaddr'.
2533 (pascal_object_print_value_fields): Add `offset' parameter, and
2534 adjust to use it.
2535 (pascal_object_print_value): Add `offset' parameter, and adjust to
2536 use it.
2537 (pascal_object_print_static_field): Use
2538 value_contents_for_printing/value_embedded_offset, rather than
2539 value_contents.
2540 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
2541 parameter, and adjust to use it. Use
2542 value_contents_for_printing/value_embedded_offset, rather than
2543 value_contents.
2544 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
2545 (ada_val_print_array): Add `offset' parameter, and adjust to use
2546 it.
2547 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
2548 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
2549 Instead work with offsets. Use
2550 value_contents_for_printing/value_embedded_offset, rather than
2551 value_contents. Change `defer_val_int' local type to CORE_ADDR,
2552 and use value_from_pointer to extract a target pointer, rather
2553 than value_from_longest.
2554 (print_variant_part): Add `offset' parameter. Replace
2555 `outer_valaddr' parameter by a new `outer_offset' parameter.
2556 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
2557 (ada_value_print): Use
2558 value_contents_for_printing/value_embedded_offset, rather than
2559 value_contents.
2560 (print_record): Add `offset' parameter, and adjust to pass it
2561 down.
2562 (print_field_values): Add `offset' parameter. Replace
2563 `outer_valaddr' parameter by a new `outer_offset' parameter.
2564 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
2565 Use value_contents_for_printing/value_embedded_offset, rather than
2566 value_contents.
2567 * d-valprint.c (dynamic_array_type): Use
2568 value_contents_for_printing/value_embedded_offset, rather than
2569 value_contents.
2570 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
2571 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
2572 (java_print_value_fields): Take `offset' into account. Don't
2573 re-adjust `valaddr'. Instead pass down adjusted offsets.
2574 (java_val_print): Take `embedded_offset' into account. Pass it to
2575 java_print_value_fields.
2576 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
2577 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
2578 down adjusted offsets.
2579 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
2580 (f_val_print): Take `embedded_offset' into account.
2581
2582 2011-01-21 Joel Brobecker <brobecker@adacore.com>
2583
2584 * inflow.c: Include "gdbcmd.h".
2585 (interactive_mode): New static global, moved here from top.c.
2586 (show_interactive_mode): New function, moved here from top.c.
2587 use gdb_has_a_terminal instead of input_from_terminal_p to
2588 determine the current mode.
2589 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
2590 setting.
2591 (_initialize_inflow): Add the "set/show interactive-mode"
2592 commands. Moved here from top.c, after having adjusted slightly
2593 the help text.
2594 * top.c (interactive_mode, show_interactive_mode): Delete, moved
2595 to inflow.c.
2596 (input_from_terminal_p): Remove handling of "interactive-mode"
2597 setting, moved to infow.c.
2598 (init_main): Remove creation of the "set/show interactive-mode"
2599 commands, moved to inflow.c.
2600
2601 2011-01-19 Joel Brobecker <brobecker@adacore.com>
2602
2603 * NEWS: Add entry for native ia64-hpux support.
2604
2605 2011-01-19 Tom Tromey <tromey@redhat.com>
2606
2607 PR mi/8618:
2608 * thread.c (free_thread): Free 'name'.
2609 (print_thread_info): Emit thread name. Change CLI output.
2610 (thread_name_command): New function.
2611 (do_captured_thread_select): Emit newline.
2612 (_initialize_thread): Register 'thread name' command.
2613 * target.h (struct target_ops) <to_thread_name>: New field.
2614 (target_thread_name): New macro.
2615 * target.c (update_current_target): Handle to_thread_name.
2616 * python/py-infthread.c (thpy_get_name): New function.
2617 (thpy_set_name): Likewise.
2618 (thread_object_getset): Add "name".
2619 * linux-nat.c (linux_nat_thread_name): New function.
2620 (linux_nat_add_target): Set to_thread_name.
2621 * gdbthread.h (struct thread_info) <name>: New field.
2622
2623 2011-01-18 Joel Brobecker <brobecker@adacore.com>
2624
2625 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
2626 (ada_val_print_1): Likewise.
2627
2628 2011-01-18 Joel Brobecker <brobecker@adacore.com>
2629
2630 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
2631 upper limit address is not greater than the function end address
2632 when the upper limit could not be computed using the debugging
2633 info.
2634
2635 2011-01-17 Tom Tromey <tromey@redhat.com>
2636
2637 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
2638 get_regcomp_error.
2639 * utils.c: Include gdb_regex.h.
2640 (do_regfree_cleanup): New function.
2641 (make_regfree_cleanup): Likewise.
2642 (get_regcomp_error): Likewise.
2643 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
2644
2645 2011-01-17 Tom Tromey <tromey@redhat.com>
2646
2647 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
2648 re_compile_fastmap.
2649
2650 2011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
2651
2652 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
2653 for internal variables.
2654 (last_was_structop): New static variable.
2655 (COMPLETE): New token.
2656 (field_exp): New rule to group all '.' suffix handling.
2657 Add mark_struct_expression calls when approriate to be able
2658 to correctly find fields for completion.
2659 (yylex): Adapt to handle field completion and set INTVAR when
2660 required.
2661
2662 2011-01-14 Yao Qi <yao@codesourcery.com>
2663
2664 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
2665 save_reggroup, restore_reggroup and all_reggroup.
2666
2667 2011-01-14 Joel Brobecker <brobecker@adacore.com>
2668
2669 * ada-valprint. (ada_printchar): Use the correct type length
2670 in call to ada_emit_char.
2671 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
2672
2673 2011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
2674
2675 * solib-som.h (hpux_major_release): Declare variable here.
2676 * solib-som.c: Remove <sys/utsname.h> header.
2677 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
2678 (hpux_major_release): Make global, change default value to
2679 DEFAULT_HPUX_MAJOR_RELEASE.
2680 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
2681 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
2682 Add "solib-som.h" header.
2683 (set_hpux_major_release): New function.
2684 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
2685
2686 2011-01-14 Mike Frysinger <vapier@gentoo.org>
2687
2688 * configure.tgt (*-*-uclinux*): Match more Linux os targets
2689
2690 2011-01-14 Joel Brobecker <brobecker@adacore.com>
2691
2692 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
2693 new-line at end of warning message.
2694 (ia64_hpux_store_register): Remove trailing new-line at end of
2695 error message.
2696 * ia64-hpux-tdep.c: Rephrase comment.
2697 * solib-ia64-hpux.c (struct dld_info): Change type of field
2698 dld_flags from "long long" to ULONGEST.
2699
2700 2011-01-14 Pedro Alves <pedro@codesourcery.com>
2701
2702 * target.h (deprecated_child_ops): Delete declaration.
2703 * target.c (deprecated_child_ops): Delete definition.
2704
2705 2011-01-14 Pedro Alves <pedro@codesourcery.com>
2706
2707 * Makefile.in (hpux-thread.o): Delete rule.
2708 * configure.ac: Don't check for HPUX DCE threads support.
2709 * configure, config.in: Regenerate.
2710 * hppa-hpux-nat.c (child_suppress_run): Delete.
2711 (hppa_hpux_child_can_run): Delete.
2712 (_initialize_hppa_hpux_nat): Don't override to_can_run.
2713 * hpux-thread.c: Delete.
2714
2715 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2716
2717 * hpux-thread.c (hpux_pid_to_str): Delete.
2718
2719 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2720
2721 * ada-valprint.c (ada_emit_char): Remove strange code.
2722 Check that c is <= UCHAR_MAX before passing it to isascii.
2723 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
2724
2725 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2726
2727 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
2728 to the case where instream is stdin.
2729
2730 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2731
2732 * ia64-tdep.h (struct regcache): Forward declare.
2733 (struct ia64_infcall_ops): New struct type.
2734 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
2735 and "infcall_ops".
2736 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
2737 Renames ia64_find_global_pointer.
2738 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
2739 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
2740 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
2741 methods.
2742 (ia64_infcall_ops): New static global constant.
2743 (ia64_gdbarch_init): Set tdep->infcall_ops.
2744 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
2745 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
2746 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
2747 (ia64_hpux_dummy_code): New static global constant.
2748 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
2749 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
2750 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
2751 New function.
2752 (ia64_hpux_infcall_ops): New static global constant.
2753 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
2754 for inferior function calls to work properly on ia64-hpux.
2755
2756 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2757
2758 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
2759 * ia64-tdep.h (struct frame_info): forward declaration.
2760 (struct gdbarch_tdep): Add field size_of_register_frame.
2761 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
2762 to determine the size of the register frame.
2763 (ia64_size_of_register_frame): New function.
2764 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
2765 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
2766 (IA64_HPUX_UREG_REASON): New macro.
2767 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
2768 New functions.
2769 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
2770 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
2771 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
2772 objects.
2773
2774 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2775
2776 Add support for ia64-hpux.
2777 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
2778 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
2779
2780 * configure.host: Add handling for ia64-hpux hosts. Add associated
2781 floatformats.
2782 * configure.tgt: Add handling for ia64-hpux targets.
2783 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
2784 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
2785 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
2786
2787 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2788
2789 [ttrace] Compute thread list immediately after attach.
2790 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
2791 New subprogram.
2792 (inf_ttrace_attach): Use it.
2793
2794 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2795
2796 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
2797 if we could not determine the frame's function address. Instead,
2798 use the frame's PC, and then continue.
2799
2800 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2801
2802 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
2803 not already defined.
2804
2805 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2806
2807 * ia64-tdep.c (ia64_struct_type_p): New function.
2808 (ia64_extract_return_value): Handle integral values that are
2809 less than 8 bytes long.
2810 (ia64_push_dummy_call): Likewise.
2811
2812 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2813
2814 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
2815 floatformat_ia64_ext.
2816 (floatformat_ia64_ext_big): New static const.
2817 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
2818
2819 2011-01-12 Tom Tromey <tromey@redhat.com>
2820
2821 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
2822 messages.
2823 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
2824 (mi_cmd_thread_list_ids): Likewise.
2825 (mi_cmd_data_list_changed_registers): Likewise.
2826 (mi_cmd_data_list_register_values): Likewise.
2827 (mi_cmd_data_write_register_values): Likewise.
2828 (mi_cmd_data_evaluate_expression): Likewise.
2829 (mi_cmd_data_read_memory): Likewise.
2830 (mi_cmd_data_read_memory_bytes): Likewise.
2831 (mi_cmd_data_write_memory): Likewise.
2832 (mi_cmd_enable_timings): Likewise.
2833 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
2834 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
2835 (mi_cmd_var_delete): Likewise.
2836 (mi_cmd_var_set_format): Likewise.
2837 (mi_cmd_var_show_format): Likewise.
2838 (mi_cmd_var_info_num_children): Likewise.
2839 (mi_cmd_var_list_children): Likewise.
2840 (mi_cmd_var_info_type): Likewise.
2841 (mi_cmd_var_info_expression): Likewise.
2842 (mi_cmd_var_show_attributes): Likewise.
2843 (mi_cmd_var_assign): Likewise.
2844 (mi_cmd_var_update): Likewise.
2845 (mi_cmd_enable_pretty_printing): Likewise.
2846 (mi_cmd_var_set_update_range): Likewise.
2847 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
2848 messages.
2849 (mi_cmd_target_file_put): Likewise.
2850 (mi_cmd_target_file_delete): Likewise.
2851 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
2852 messages.
2853 (mi_cmd_stack_info_depth): Likewise.
2854 (mi_cmd_stack_list_locals): Likewise.
2855 (mi_cmd_stack_list_args): Likewise.
2856 (mi_cmd_stack_select_frame): Likewise.
2857 (mi_cmd_stack_select_frame): Likewise.
2858 (mi_cmd_stack_info_frame): Likewise.
2859 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
2860 messages.
2861 (mi_cmd_file_list_exec_source_files): Likewise.
2862 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
2863 (mi_cmd_env_cd): Likewise.
2864 (mi_cmd_env_path): Likewise.
2865 (mi_cmd_env_dir): Likewise.
2866 (mi_cmd_inferior_tty_show): Likewise.
2867 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
2868 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
2869 (mi_cmd_break_watch): Likewise.
2870
2871 2011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2872
2873 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
2874 (ppc_linux_insert_hw_breakpoint): Likewise.
2875 (ppc_linux_remove_hw_breakpoint): Likewise.
2876 (ppc_linux_insert_watchpoint): Likewise.
2877
2878 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
2879 Jan Kratochvil <jan.kratochvil@redhat.com>
2880
2881 PR fortran/11104 and DWARF unbound arrays detection.
2882 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
2883 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
2884 unspecified upper bound.
2885 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
2886 variables array_size_array, tmp_type and offset_item. New variable
2887 array. Remove call to f77_get_upperbound. New variables array_type
2888 and index. Call value_subscripted_rvalue for each dimenasion. Remove
2889 the final call to deprecated_set_value_type.
2890
2891 2011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2892
2893 Make value allocations more lazy.
2894 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
2895 instead of allocate_value and set_value_lazy when possible.
2896 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
2897 instead of allocate_value and set_value_lazy.
2898 * findvar.c (value_of_register_lazy): Likewise.
2899 (read_var_value): Remove V preallocation, call just check_typedef in
2900 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
2901 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
2902 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
2903 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
2904 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
2905 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
2906 the end, remove set_value_lazy there.
2907 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
2908 instead of allocate_value and set_value_lazy when possible.
2909 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
2910 * value.c (allocate_computed_value): Use allocate_value_lazy instead
2911 of allocate_value and set_value_lazy.
2912 (value_from_contents_and_address): Use allocate_value_lazy instead of
2913 allocate_value and set_value_lazy when possible.
2914
2915 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
2916
2917 * disasm.c (dump_insns): Support dumping opcodes for MI.
2918 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
2919 dumping of instruction opcodes.
2920
2921 2011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
2922
2923 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
2924 appropiately.
2925
2926 2011-01-11 Tom Tromey <tromey@redhat.com>
2927
2928 * thread.c (do_captured_thread_select): Emit newline before
2929 printing frame.
2930
2931 2011-01-11 Michael Snyder <msnyder@vmware.com>
2932
2933 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
2934 * score-tdep.c: Ditto.
2935 * score-tdep.h: Ditto.
2936 * ser-base.c: Ditto.
2937 * ser-go32.c: Ditto.
2938 * serial.c: Ditto.
2939 * serial.h: Ditto.
2940 * ser-mingw.c: Ditto.
2941 * ser-pipe.c: Ditto.
2942 * ser-tcp.c: Ditto.
2943 * ser-unix.c: Ditto.
2944 * sh64-tdep.c: Ditto.
2945 * shnbsd-nat.c: Ditto.
2946 * sh-tdep.c: Ditto.
2947 * sh-tdep.h: Ditto.
2948 * solib.c: Ditto.
2949 * solib-darwin.c: Ditto.
2950 * solib-frv.c: Ditto.
2951 * solib.h: Ditto.
2952 * solib-irix.c: Ditto.
2953 * solib-osf.c: Ditto.
2954 * solib-pa64.c: Ditto.
2955 * solib-som.c: Ditto.
2956 * solib-spu.c: Ditto.
2957 * solib-sunos.c: Ditto.
2958 * solib-svr4.c: Ditto.
2959 * solist.h: Ditto.
2960 * sol-thread.c: Ditto.
2961 * somread.c: Ditto.
2962 * source.c: Ditto.
2963 * source.h: Ditto.
2964 * sparc64-linux-tdep.c: Ditto.
2965 * sparc64-tdep.c: Ditto.
2966 * sparc-linux-nat.c: Ditto.
2967 * sparc-linux-tdep.c: Ditto.
2968 * sparc-sol2-nat.c: Ditto.
2969 * sparc-sol2-tdep.c: Ditto.
2970 * sparc-tdep.c: Ditto.
2971 * sparc-tdep.h: Ditto.
2972 * spu-tdep.c: Ditto.
2973 * stabsread.c: Ditto.
2974 * stabsread.h: Ditto.
2975 * stack.c: Ditto.
2976 * symfile.c: Ditto.
2977 * symfile.h: Ditto.
2978 * symmisc.c: Ditto.
2979 * symtab.c: Ditto.
2980 * symtab.h: Ditto.
2981 * target.c: Ditto.
2982 * target-descriptions.c: Ditto.
2983 * target-descriptions.h: Ditto.
2984 * target.h: Ditto.
2985 * target-memory.c: Ditto.
2986 * terminal.h: Ditto.
2987 * thread.c: Ditto.
2988 * top.c: Ditto.
2989 * tracepoint.c: Ditto.
2990 * tracepoint.h: Ditto.
2991 * trad-frame.h: Ditto.
2992 * typeprint.c: Ditto.
2993
2994 2011-01-11 Michael Snyder <msnyder@vmware.com>
2995
2996 * ui-file.c: Comment cleanup, mostly periods and spaces.
2997 * ui-file.h: Ditto.
2998 * ui-out.c: Ditto.
2999 * ui-out.h: Ditto.
3000 * utils.c: Ditto.
3001 * v850-tdep.c: Ditto.
3002 * valarith.c: Ditto.
3003 * valops.c: Ditto.
3004 * valprint.c: Ditto.
3005 * valprint.h: Ditto.
3006 * value.c: Ditto.
3007 * value.h: Ditto.
3008 * varobj.c: Ditto.
3009 * varobj.h: Ditto.
3010 * vax-tdep.c: Ditto.
3011 * vec.c: Ditto.
3012 * vec.h: Ditto.
3013 * version.h: Ditto.
3014 * windows-nat.c: Ditto.
3015 * windows-tdep.c: Ditto.
3016 * xcoffread.c: Ditto.
3017 * xcoffsolib.c: Ditto.
3018 * xml-support.c: Ditto.
3019 * xstormy16-tdep.c: Ditto.
3020 * xtensa-tdep.c: Ditto.
3021 * xtensa-tdep.h: Ditto.
3022
3023 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
3024
3025 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
3026 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
3027
3028 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3029 Thiago Jung Bauermann <bauerman@br.ibm.com>
3030
3031 Implement support for PowerPC BookE ranged watchpoints.
3032 * breakpoint.h
3033 (struct breakpoint_ops) <resources_needed>: New method.
3034 Initialize to NULL in all existing breakpoint_ops instances.
3035 (struct breakpoint) <exact>: New field.
3036 (target_exact_watchpoints): Declare external global.
3037 * breakpoint.c (target_exact_watchpoints): New global flag.
3038 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
3039 b->enable_state to bp_enabled before calling
3040 hw_watchpoint_used_count.
3041 (hw_watchpoint_used_count): Iterate over all bp_locations in a
3042 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
3043 if available.
3044 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
3045 if the watchpoint is exact.
3046 (resources_needed_watchpoint): New function.
3047 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
3048 (watch_command_1): Set b->exact if the user asked for an exact
3049 watchpoint and one can be set.
3050 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
3051 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
3052 the user asks for an exact watchpoint and one can be set. Return
3053 number of needed debug registers to watch the expression.
3054 * gdbtypes.c (is_scalar_type): New function, based on
3055 valprint.c:scalar_type_p.
3056 (is_scalar_type_recursive): New function.
3057 * gdbtypes.h (is_scalar_type_recursive): Declare.
3058 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
3059 handle regions when ranged watchpoints are available.
3060 (create_watchpoint_request): New function.
3061 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
3062 create_watchpoint_request.
3063 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
3064 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
3065 `set powerpc' and `show powerpc' commands.
3066 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
3067 Mention documentation comment in the target macro.
3068 (target_region_ok_for_hw_watchpoint): Document return value.
3069
3070 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
3071
3072 * breakpoint.c (update_watchpoint): Decide on using a software or
3073 hardware watchpoint after the bp_locations are created.
3074
3075 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
3076
3077 Convert hardware watchpoints to use breakpoint_ops.
3078 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
3079 <insert_location>: ... this. Return int instead of void.
3080 Accept pointer to struct bp_location instead of pointer to
3081 struct breakpoint. Adapt all implementations.
3082 (breakpoint_ops) <remove>: Rename to...
3083 <remove_location>: ... this. Accept pointer to struct bp_location
3084 instead of pointer to struct breakpoint. Adapt all implementations.
3085 * breakpoint.c (insert_catchpoint): Delete function.
3086 (insert_bp_location): Call the watchpoint or catchpoint's
3087 breakpoint_ops.insert method.
3088 (remove_breakpoint_1): Call the watchpoint or catchpoint's
3089 breakpoint_ops.remove method.
3090 (insert_watchpoint, remove_watchpoint): New functions.
3091 (watchpoint_breakpoint_ops): New structure.
3092 (watch_command_1): Initialize the OPS field.
3093 * inf-child.c (inf_child_insert_fork_catchpoint)
3094 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
3095 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
3096 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
3097 Delete functions.
3098 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
3099 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
3100 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
3101 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
3102 * target.c (update_current_target): Change default implementation of
3103 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
3104 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
3105 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
3106 to_set_syscall_catchpoint to return_one.
3107 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
3108 (debug_to_insert_exec_catchpoint): Report return value.
3109 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
3110 (to_insert_exec_catchpoint): Change declaration to return int instead
3111 of void.
3112
3113 2011-01-11 Michael Snyder <msnyder@vmware.com>
3114
3115 * arm-tdep.c: Internationalization.
3116 * c-lang.c: Ditto.
3117 * charset.c: Ditto.
3118 * fork-child.c: Ditto.
3119 * nto-procfs.c: Ditto.
3120 * ppc-sysv-tdep.c: Ditto.
3121 * procfs.c: Ditto.
3122 * remote-mips.c: Ditto.
3123 * remote.c: Ditto.
3124 * rs6000-nat.c: Ditto.
3125 * rs6000-tdep.c: Ditto.
3126 * target.c: Ditto.
3127 * valops.c: Ditto.
3128 * value.c: Ditto.
3129 * xml-support.c: Ditto.
3130 * mi/mi-cmd-break.c: Ditto.
3131 * mi/mi-cmd-var.c: Ditto.
3132 * mi/mi-interp.c: Ditto.
3133 * mi/mi-main.c: Ditto.
3134
3135 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
3136
3137 * remote-sim.c (gdbsim_store_register): Update API to
3138 sim_store_register to check more error conditions.
3139
3140 2011-01-10 Michael Snyder <msnyder@vmware.com>
3141
3142 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
3143 * nto-tdep.c: Ditto.
3144 * nto-tdep.h: Ditto.
3145 * objc-exp.y: Ditto.
3146 * objc-lang.c: Ditto.
3147 * objfiles.c: Ditto.
3148 * objfiles.h: Ditto.
3149 * observer.c: Ditto.
3150 * opencl-lang.c: Ditto.
3151 * osabi.c: Ditto.
3152 * parse.c: Ditto.
3153 * parser-defs.h: Ditto.
3154 * p-exp.y: Ditto.
3155 * p-lang.c: Ditto.
3156 * posix-hdep.c: Ditto.
3157 * ppcbug-rom.c: Ditto.
3158 * ppc-linux-nat.c: Ditto.
3159 * ppc-linux-tdep.c: Ditto.
3160 * ppc-linux-tdep.h: Ditto.
3161 * ppcnbsd-tdep.c: Ditto.
3162 * ppcobsd-tdep.c: Ditto.
3163 * ppcobsd-tdep.h: Ditto.
3164 * ppc-sysv-tdep.c: Ditto.
3165 * ppc-tdep.h: Ditto.
3166 * printcmd.c: Ditto.
3167 * proc-abi.c: Ditto.
3168 * proc-flags.c: Ditto.
3169 * procfs.c: Ditto.
3170 * proc-utils.h: Ditto.
3171 * progspace.h: Ditto.
3172 * prologue-value.c: Ditto.
3173 * prologue-value.h: Ditto.
3174 * psympriv.h: Ditto.
3175 * psymtab.c: Ditto.
3176 * p-typeprint.c: Ditto.
3177 * p-valprint.c: Ditto.
3178 * ravenscar-sparc-thread.c: Ditto.
3179 * ravenscar-thread.c: Ditto.
3180 * ravenscar-thread.h: Ditto.
3181 * record.c: Ditto.
3182 * regcache.c: Ditto.
3183 * regcache.h: Ditto.
3184 * remote.c: Ditto.
3185 * remote-fileio.c: Ditto.
3186 * remote-fileio.h: Ditto.
3187 * remote.h: Ditto.
3188 * remote-m32r-sdi.c: Ditto.
3189 * remote-mips.c: Ditto.
3190 * remote-sim.c: Ditto.
3191 * rs6000-aix-tdep.c: Ditto.
3192 * rs6000-nat.c: Ditto.
3193 * rs6000-tdep.c: Ditto.
3194
3195 2011-01-10 Michael Snyder <msnyder@vmware.com>
3196
3197 * charset.c (validate): Internationalization.
3198 * coffread.c (read_one_sym): Ditto.
3199 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
3200 * h8300-tdep.c (H8300_extract_return_value): Ditto.
3201 * inflow.c (new_tty): Ditto.
3202 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
3203 * m32c-tdep.c (m32c_return_value): Ditto.
3204 * mep-tdep.c (mep_store_return_value): Ditto.
3205 * score-tdep.c (score7_fetch_insn): Ditto.
3206 * ser-mingw.c (pipe_windows_open): Ditto.
3207 * sh64-tdep.c (sh64_extract_return_value): Ditto.
3208 * spu-tdep.c (spu_register_type): Ditto.
3209 * tracepoint.c (trace_find_command): Ditto.
3210 * valarith.c (value_pos): Ditto.
3211
3212 2011-01-10 Joel Brobecker <brobecker@adacore.com>
3213
3214 * ada-valprint.c (printstr): Minor comment reformatting.
3215
3216 2011-01-08 Michael Snyder <msnyder@vmware.com>
3217
3218 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
3219 markup.
3220
3221 2011-01-08 Michael Snyder <msnyder@vmware.com>
3222
3223 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
3224 * hppa-hpux-tdep.c: Ditto.
3225 * hppa-linux-nat.c: Ditto.
3226 * hppa-linux-tdep.c: Ditto.
3227 * hppanbsd-tdep.c: Ditto.
3228 * hppa-tdep.c: Ditto.
3229 * hppa-tdep.h: Ditto.
3230 * hpux-thread.c: Ditto.
3231 * i386-cygwin-tdep.c: Ditto.
3232 * i386-darwin-nat.c: Ditto.
3233 * i386gnu-nat.c: Ditto.
3234 * i386-linux-nat.c: Ditto.
3235 * i386-linux-tdep.c: Ditto.
3236 * i386-nat.c: Ditto.
3237 * i386-nat.h: Ditto.
3238 * i386nbsd-tdep.c: Ditto.
3239 * i386-sol2-nat.c: Ditto.
3240 * i386-stub.c: Ditto.
3241 * i386-tdep.c: Ditto.
3242 * i386-tdep.h: Ditto.
3243 * i387-tdep.c: Ditto.
3244 * ia64-linux-nat.c: Ditto.
3245 * ia64-linux-tdep.c: Ditto.
3246 * ia64-tdep.c: Ditto.
3247 * infcall.c: Ditto.
3248 * infcall.h: Ditto.
3249 * infcmd.c: Ditto.
3250 * inferior.c: Ditto.
3251 * inferior.h: Ditto.
3252 * infloop.c: Ditto.
3253 * inflow.c: Ditto.
3254 * infrun.c: Ditto.
3255 * interps.c: Ditto.
3256 * interps.h: Ditto.
3257 * iq2000-tdep.c: Ditto.
3258 * irix5-nat.c: Ditto.
3259 * jit.c: Ditto.
3260 * jit.h: Ditto.
3261 * jv-exp.y: Ditto.
3262 * jv-lang.c: Ditto.
3263 * jv-lang.h: Ditto.
3264 * jv-typeprint.c: Ditto.
3265 * jv-valprint.c: Ditto.
3266 * language.c: Ditto.
3267 * language.h: Ditto.
3268 * linespec.c: Ditto.
3269 * linux-fork.c: Ditto.
3270 * linux-nat.c: Ditto.
3271 * linux-thread-db.c: Ditto.
3272 * lm32-tdep.c: Ditto.
3273
3274 2011-01-08 Michael Snyder <msnyder@vmware.com>
3275
3276 * m2-exp.y: Comment cleanup, mostly periods and spaces.
3277 * m2-lang.c: Ditto.
3278 * m2-typeprint.c: Ditto.
3279 * m2-valprint.c: Ditto.
3280 * m32c-tdep.c: Ditto.
3281 * m32r-linux-nat.c: Ditto.
3282 * m32r-rom.c: Ditto.
3283 * m32r-tdep.c: Ditto.
3284 * m32r-tdep.h: Ditto.
3285 * m68hc11-tdep.c: Ditto.
3286 * m58klinux-nat.c: Ditto.
3287 * m68k-tdep.c: Ditto.
3288 * m88k-tdep.c: Ditto.
3289 * m88k-tdep.h: Ditto.
3290 * machoread.c: Ditto.
3291 * macrocmd.c: Ditto.
3292 * macroexp.c: Ditto.
3293 * macrotab.c: Ditto.
3294 * main.c: Ditto.
3295 * maint.c: Ditto.
3296 * mdebugread.c: Ditto.
3297 * mdebugread.h: Ditto.
3298 * memattr.c: Ditto.
3299 * memattr.h: Ditto.
3300 * memory-map.h: Ditto.
3301 * mep-tdep.c: Ditto.
3302 * microblaze-rom.c: Ditto.
3303 * microblaze-tdep.c: Ditto.
3304 * minsyms.c: Ditto.
3305 * mips-irix-tdep.c: Ditto.
3306 * mips-linux-nat.c: Ditto.
3307 * mips-linux-tdep.c: Ditto.
3308 * mips-linux-tdep.h: Ditto.
3309 * mipsnbsd-nat.c: Ditto.
3310 * mipsnbsd-tdep.c: Ditto.
3311 * mipsread.c: Ditto.
3312 * mips-tdep.c: Ditto.
3313 * mips-tdep.h: Ditto.
3314 * mn10300-linux-tdep.c: Ditto.
3315 * mn10300-tdep.c: Ditto.
3316 * mn10300-tdep.h: Ditto.
3317 * monitor.c: Ditto.
3318 * monitor.h: Ditto.
3319 * moxie-tdep.c: Ditto.
3320 * moxie-tdep.h: Ditto.
3321 * mt-tdep.c: Ditto.
3322
3323 2011-01-08 Mike Frysinger <vapier@gentoo.org>
3324
3325 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
3326
3327 2011-01-08 Robert Millan <rmh@gnu.org>
3328
3329 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
3330
3331 2011-01-07 Michael Snyder <msnyder@vmware.com>
3332
3333 * charset.c (_initialize_charset): Fix typo in string.
3334
3335 2011-01-07 Michael Snyder <msnyder@vmware.com>
3336
3337 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
3338 for i18n.
3339 * tui/tui-layout.c (tui_set_layout_for_display_command):
3340 Split line so that operator goes to beginning of line.
3341 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
3342 assignment out of if statement.
3343
3344 2011-01-07 Michael Snyder <msnyder@vmware.com>
3345
3346 * ada-lang.c: Comment cleanup, mostly periods and spaces.
3347 * ada-lang.h: Ditto.
3348 * ada-tasks.c: Ditto.
3349 * ada-valprint.c: Ditto.
3350 * aix-threads.c: Ditto.
3351 * alpha-linux-nat.c: Ditto.
3352 * alpha-linux-tdep.c: Ditto.
3353 * alpha-mdebug-tdep.c: Ditto.
3354 * alpha-nat.c: Ditto.
3355 * alpha-osf1-tdep.c: Ditto.
3356 * alpha-tdep.c: Ditto.
3357 * alphabsd-nat.c: Ditto.
3358 * alphabsd-tdep.c: Ditto.
3359 * amd64-darwin-tdep.c: Ditto.
3360 * amd64-linux-nat.c: Ditto.
3361 * amd64-linux-tdep.c: Ditto.
3362 * amd64-sol2-tdep.c: Ditto.
3363 * amd64-tdep.c: Ditto.
3364 * amd64-fbsd-tdep.c: Ditto.
3365 * amd64-nbsd-tdep.c: Ditto.
3366 * amd64-obsd-tdep.c: Ditto.
3367 * amd64-linux-nat.c: Ditto.
3368 * amd64-linux-tdep.c: Ditto.
3369 * arm-tdep.c: Ditto.
3370 * arm-tdep.h: Ditto.
3371 * armnbsd-nat.c: Ditto.
3372 * avr-tdep.c: Ditto.
3373 * bfin-tdep.c: Ditto.
3374 * bsd-kvm.c: Ditto.
3375 * c-typeprintc: Ditto.
3376 * c-valprint.c: Ditto.
3377 * coff-pe-read.h: Ditto.
3378 * coffreead.c: Ditto.
3379 * cris-tdep.c: Ditto.
3380 * d-lang.c: Ditto.
3381 * darwin-nat-info.c: Ditto.
3382 * darwin-nat.c: Ditto.
3383 * dbug-rom.c: Ditto.
3384 * dbxread.c: Ditto.
3385 * dcache.c: Ditto.
3386 * dcache.h: Ditto.
3387 * dec-thread.c: Ditto.
3388 * defs.h: Ditto.
3389 * demangle.c: Ditto.
3390 * dicos-tdep.c: Ditto.
3391 * dictionary.c: Ditto.
3392 * dictionary.h: Ditto.
3393 * dink32-rom.c: Ditto.
3394 * disasm.c: Ditto.
3395 * doublest.c: Ditto.
3396 * dsrec.c: Ditto.
3397 * dummy-frame.c: Ditto.
3398 * dwarf2-frame.c: Ditto.
3399 * dwarf2expr.c: Ditto.
3400 * dwarf2loc.c: Ditto.
3401 * dwarf2read.c: Ditto.
3402 * elfread.c: Ditto.
3403 * environ.c: Ditto.
3404 * eval.c: Ditto.
3405 * event-top.h: Ditto.
3406 * exceptions.c: Ditto.
3407 * exceptions.h: Ditto.
3408 * exec.c: Ditto.
3409 * expprint.c: Ditto.
3410 * expression.h: Ditto.
3411 * f-exp.y: Ditto.
3412 * f-lang.c: Ditto.
3413 * f-lang.h: Ditto.
3414 * f-typeprint.c: Ditto.
3415 * f-valprint.c: Ditto.
3416 * fbsd-nat.c: Ditto.
3417 * findvar.c: Ditto.
3418 * fork-child.c: Ditto.
3419 * frame.c: Ditto.
3420 * frame.h: Ditto.
3421 * frv-linux-tdep.c: Ditto.
3422 * frv-tdep.c: Ditto.
3423 * gcore.c: Ditto.
3424 * gdb-stabs.h: Ditto.
3425 * gdb_assert.h: Ditto.
3426 * gdb_string.h: Ditto.
3427 * gdb_thread_db.h: Ditto.
3428 * gdb_wait.h: Ditto.
3429 * gdbarch.sh: Ditto.
3430 * gdbcore.h: Ditto.
3431 * gdbthread.h: Ditto.
3432 * gdbtypes.c: Ditto.
3433 * gdbtypes.h: Ditto.
3434 * gnu-nat.c: Ditto.
3435 * gnu-nat.h: Ditto.
3436 * gnu-v2-abi.c: Ditto.
3437 * gnu-v3-abi.c: Ditto.
3438 * go32-nat.c: Ditto.
3439 * gdbarch.c: Regenerate.
3440 * gdbarch.h: Regenerate.
3441
3442 2011-01-07 Michael Snyder <msnyder@vmware.com>
3443
3444 * ax-gdb.c: Adjust some long output strings.
3445 * breakpoint.c: Ditto.
3446 * charset.c: Ditto.
3447 * cp-abi.c: Ditto.
3448 * infcall.c: Ditto.
3449 * infrun.c: Ditto.
3450 * linux-nat.c: Ditto.
3451 * solib-pa64.c: Ditto.
3452 * solib-som.c: Ditto.
3453
3454 2011-01-06 Tom Tromey <tromey@redhat.com>
3455
3456 PR python/12367:
3457 * NEWS: Add item.
3458 * python/python.c (GdbMethods): Add "newest_frame" method.
3459 * python/python-internal.h (gdbpy_newest_frame): Declare.
3460 * python/py-frame.c (gdbpy_newest_frame): New function.
3461
3462 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3463
3464 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
3465 * jit.c (jit_debug): New variable.
3466 (show_jit_debug): New function.
3467 (struct target_buffer): Use ULONGEST.
3468 (bfd_open_from_target_memory): Likewise.
3469 (jit_register_code, jit_inferior_init): Add debug output.
3470 (_initialize_jit): Register "debug jit" command.
3471
3472 2011-01-06 Tom Tromey <tromey@redhat.com>
3473
3474 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
3475 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
3476 and ARCH_FRAME.
3477
3478 2011-01-06 Tom Tromey <tromey@redhat.com>
3479
3480 * python/py-frame.c (frapy_block): Use get_frame_block.
3481
3482 2011-01-06 Joel Brobecker <brobecker@adacore.com>
3483
3484 Do not stop on SIGPRIO signals by default
3485 * infrun.c (_initialize_infrun): Unset signal_stop and
3486 signal_print for TARGET_SIGNAL_PRIO.
3487
3488 2011-01-06 Joel Brobecker <brobecker@adacore.com>
3489
3490 * ada-tasks.c: Fix style violation in comment.
3491
3492 2011-01-06 Joel Brobecker <brobecker@adacore.com>
3493
3494 * linespec.c (decode_compound, find_method): Remove trailing \n
3495 at end of error string.
3496 * solib-irix.c (irix_current_sos): Likewise.
3497 * varobj.c (uninstall_variable): Likewise.
3498
3499 2011-01-06 Joel Brobecker <brobecker@adacore.com>
3500
3501 * copyright.py: New script.
3502 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
3503 Launch emacs without exec'ing. Call copyright.py afterwards.
3504
3505 2011-01-05 Michael Snyder <msnyder@vmware.com>
3506
3507 * addrmap.c: Shorten lines of >= 80 columns.
3508 * arch-utils.c: Ditto.
3509 * arch-utils.h: Ditto.
3510 * ax-gdb.c: Ditto.
3511 * ax-general.c: Ditto.
3512 * bcache.c: Ditto.
3513 * blockframe.c: Ditto.
3514 * breakpoint.c: Ditto.
3515 * buildsym.c: Ditto.
3516 * c-lang.c: Ditto.
3517 * c-typeprint.c: Ditto.
3518 * charset.c: Ditto.
3519 * coffread.c: Ditto.
3520 * command.h: Ditto.
3521 * corelow.c: Ditto.
3522 * cp-abi.c: Ditto.
3523 * cp-namespace.c: Ditto.
3524 * cp-support.c: Ditto.
3525 * dbug-rom.c: Ditto.
3526 * dbxread.c: Ditto.
3527 * defs.h: Ditto.
3528 * dfp.c: Ditto.
3529 * dfp.h: Ditto.
3530 * dictionary.c: Ditto.
3531 * disasm.c: Ditto.
3532 * doublest.c: Ditto.
3533 * dwarf2-frame.c: Ditto.
3534 * dwarf2expr.c: Ditto.
3535 * dwarf2loc.c: Ditto.
3536 * dwarf2read.c: Ditto.
3537 * elfread.c: Ditto.
3538 * eval.c: Ditto.
3539 * event-loop.c: Ditto.
3540 * event-loop.h: Ditto.
3541 * exceptions.h: Ditto.
3542 * exec.c: Ditto.
3543 * expprint.c: Ditto.
3544 * expression.h: Ditto.
3545 * f-lang.c: Ditto.
3546 * f-valprint.c: Ditto.
3547 * findcmd.c: Ditto.
3548 * frame-base.c: Ditto.
3549 * frame-unwind.c: Ditto.
3550 * frame-unwind.h: Ditto.
3551 * frame.c: Ditto.
3552 * frame.h: Ditto.
3553 * gcore.c: Ditto.
3554 * gdb-stabs.h: Ditto.
3555 * gdb_assert.h: Ditto.
3556 * gdb_dirent.h: Ditto.
3557 * gdb_obstack.h: Ditto.
3558 * gdbcore.h: Ditto.
3559 * gdbtypes.c: Ditto.
3560 * gdbtypes.h: Ditto.
3561 * inf-ttrace.c: Ditto.
3562 * infcall.c: Ditto.
3563 * infcmd.c: Ditto.
3564 * inflow.c: Ditto.
3565 * infrun.c: Ditto.
3566 * inline-frame.h: Ditto.
3567 * language.c: Ditto.
3568 * language.h: Ditto.
3569 * libunwind-frame.c: Ditto.
3570 * libunwind-frame.h: Ditto.
3571 * linespec.c: Ditto.
3572 * linux-nat.c: Ditto.
3573 * linux-nat.h: Ditto.
3574 * linux-thread-db.c: Ditto.
3575 * machoread.c: Ditto.
3576 * macroexp.c: Ditto.
3577 * macrotab.c: Ditto.
3578 * main.c: Ditto.
3579 * maint.c: Ditto.
3580 * mdebugread.c: Ditto.
3581 * memattr.c: Ditto.
3582 * minsyms.c: Ditto.
3583 * monitor.c: Ditto.
3584 * monitor.h: Ditto.
3585 * objfiles.c: Ditto.
3586 * objfiles.h: Ditto.
3587 * osabi.c: Ditto.
3588 * p-typeprint.c: Ditto.
3589 * p-valprint.c: Ditto.
3590 * parse.c: Ditto.
3591 * printcmd.c: Ditto.
3592 * proc-events.c: Ditto.
3593 * procfs.c: Ditto.
3594 * progspace.c: Ditto.
3595 * progspace.h: Ditto.
3596 * psympriv.h: Ditto.
3597 * psymtab.c: Ditto.
3598 * record.c: Ditto.
3599 * regcache.c: Ditto.
3600 * regcache.h: Ditto.
3601 * remote-fileio.c: Ditto.
3602 * remote.c: Ditto.
3603 * ser-mingw.c: Ditto.
3604 * ser-tcp.c: Ditto.
3605 * ser-unix.c: Ditto.
3606 * serial.c: Ditto.
3607 * serial.h: Ditto.
3608 * solib-frv.c: Ditto.
3609 * solib-irix.c: Ditto.
3610 * solib-osf.c: Ditto.
3611 * solib-pa64.c: Ditto.
3612 * solib-som.c: Ditto.
3613 * solib-sunos.c: Ditto.
3614 * solib-svr4.c: Ditto.
3615 * solib-target.c: Ditto.
3616 * solib.c: Ditto.
3617 * somread.c: Ditto.
3618 * source.c: Ditto.
3619 * stabsread.c: Ditto.
3620 * stabsread.c: Ditto.
3621 * stack.c: Ditto.
3622 * stack.h: Ditto.
3623 * symfile-mem.c: Ditto.
3624 * symfile.c: Ditto.
3625 * symfile.h: Ditto.
3626 * symmisc.c: Ditto.
3627 * symtab.c: Ditto.
3628 * symtab.h: Ditto.
3629 * target-descriptions.c: Ditto.
3630 * target-memory.c: Ditto.
3631 * target.c: Ditto.
3632 * target.h: Ditto.
3633 * terminal.h: Ditto.
3634 * thread.c: Ditto.
3635 * top.c: Ditto.
3636 * tracepoint.c: Ditto.
3637 * tracepoint.h: Ditto.
3638 * ui-file.c: Ditto.
3639 * ui-file.h: Ditto.
3640 * ui-out.h: Ditto.
3641 * user-regs.c: Ditto.
3642 * user-regs.h: Ditto.
3643 * utils.c: Ditto.
3644 * valarith.c: Ditto.
3645 * valops.c: Ditto.
3646 * valprint.c: Ditto.
3647 * valprint.h: Ditto.
3648 * value.c: Ditto.
3649 * varobj.c: Ditto.
3650 * varobj.h: Ditto.
3651 * vec.h: Ditto.
3652 * xcoffread.c: Ditto.
3653 * xcoffsolib.c: Ditto.
3654 * xcoffsolib.h: Ditto.
3655 * xml-syscall.c: Ditto.
3656 * xml-tdesc.c: Ditto.
3657
3658 2011-01-05 Michael Snyder <msnyder@vmware.com>
3659
3660 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
3661 * cli/cli-decode.c: Ditto.
3662 * cli/cli-dump.c: Ditto.
3663 * cli/cli-logging.c: Ditto.
3664 * cli/cli-script.c: Ditto.
3665 * cli/cli-setshow.c: Ditto.
3666 * common/signals.c: Ditto.
3667 * mi/mi-cmd-break.c: Ditto.
3668 * mi/mi-cmd-disas.c: Ditto.
3669 * mi/mi-cmd-stack.c: Ditto.
3670 * mi/mi-cmd-var.c: Ditto.
3671 * mi/mi-cmds.c: Ditto.
3672 * mi/mi-common.h: Ditto.
3673 * mi/mi-console.c: Ditto.
3674 * mi/mi-interp.c: Ditto.
3675 * mi/mi-main.c: Ditto.
3676 * osf-share/cma_attr.c: Ditto.
3677 * osf-share/cma_deb_core.h: Ditto.
3678 * osf-share/cma_debug_client.h: Ditto.
3679 * osf-share/cma_handle.h: Ditto.
3680 * osf-share/cma_mutex.h: Ditto.
3681 * osf-share/cma_stack_int.h: Ditto.
3682 * osf-share/cma_tcb_defs.h: Ditto.
3683 * python/py-auto-load.c: Ditto.
3684 * python/py-breakpoint.c: Ditto.
3685 * python/py-cmd.c: Ditto.
3686 * python/py-frame.c: Ditto.
3687 * python/py-objfile.c: Ditto.
3688 * python/py-param.c: Ditto.
3689 * python/py-progspace.c: Ditto.
3690 * python/py-symbol.c: Ditto.
3691 * python/py-value.c: Ditto.
3692 * python/python-internal.h: Ditto.
3693 * python/python.c: Ditto.
3694 * tui/tui-data.c: Ditto.
3695 * tui/tui-disasm.c: Ditto.
3696 * tui/tui-hooks.c: Ditto.
3697 * tui/tui-io.c: Ditto.
3698 * tui/tui-layout.c: Ditto.
3699 * tui/tui-regs.c: Ditto.
3700 * tui/tui-source.c: Ditto.
3701 * tui/tui-stack.c: Ditto.
3702 * tui/tui-win.c: Ditto.
3703 * tui/tui-windata.c: Ditto.
3704 * tui/tui-winsource.c: Ditto.
3705
3706 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3707
3708 * configure.ac, gdb.1: Copyright year update.
3709
3710 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3711
3712 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
3713 this_pc_in_block, morestack_msym and morestack_name. Check for
3714 "__morestack" minimal symbol there.
3715
3716 2011-01-03 Joel Brobecker <brobecker@adacore.com>
3717
3718 * symfile.c (find_sym_fns): Add call to dont_repeat.
3719
3720 2011-01-01 Joel Brobecker <brobecker@adacore.com>
3721
3722 Copyright year update in most files (performed by copyright.sh).
3723
3724 2011-01-01 Joel Brobecker <brobecker@adacore.com>
3725
3726 * top.c (print_gdb_version): Update copyright year in version output.
3727
3728 For older changes see ChangeLog-2010.
3729 \f
3730 Local Variables:
3731 mode: change-log
3732 left-margin: 8
3733 fill-column: 74
3734 version-control: never
3735 coding: utf-8
3736 End:
This page took 0.107235 seconds and 4 git commands to generate.