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