2012-03-01 Pedro Alves <palves@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2012-03-01 Pedro Alves <palves@redhat.com>
2
3 * common/signals.c (default_target_signal_to_host)
4 (default_target_signal_from_host): Move ...
5 * arch-utils.c: ... here.
6 * arch-utils.h (default_target_signal_to_host)
7 (default_target_signal_from_host): Declare.
8
9 * common/signals.c (target_signal_from_command): Move ...
10 * infrun.c: ... here.
11 * inferior.h (target_signal_from_command): Declare.
12 * target.h (target_signal_from_command)
13 (default_target_signal_from_host, default_target_signal_to_host):
14 Delete declarations.
15
16 * common/signals.c (_initialize_signals): Delete.
17
18 2012-03-01 Pedro Alves <palves@redhat.com>
19
20 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
21 both __cplusplus and !__cplusplus.
22
23 2012-03-01 Pedro Alves <palves@redhat.com>
24
25 * psymtab.c (find_and_open_source): Delete declaration.
26 * source.c (find_and_open_source): Move comment ...
27 * source.h (find_and_open_source): ... to this new declaration.
28
29 2012-03-01 Pedro Alves <palves@redhat.com>
30
31 * inline-frame.c: Include inline-frame.h.
32
33 2012-03-01 Pedro Alves <palves@redhat.com>
34
35 * tui/tui-data.c (set_gen_win_origin): Delete.
36 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
37 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
38
39 2012-03-01 Pedro Alves <palves@redhat.com>
40
41 * remote.c (encode_actions): Delete declaration.
42 * tracepoint.c (encode_actions): Make extern.
43 * tracepoint.h (encode_actions): Declare.
44
45 2012-03-01 Pedro Alves <palves@redhat.com>
46
47 * python/py-breakpoint.c: Include python.h.
48 * python/py-continueevent.c (create_continue_event_object): Make
49 static.
50 * python/py-lazy-string.c (stpy_get_type): Make static.
51 * python/py-newobjfileevent.c (create_new_objfile_event_object):
52 Make static.
53 * python/py-utils.c (unicode_to_target_python_string): Make
54 static.
55 * python/py-value.c: Include python.h.
56
57 2012-03-01 Pedro Alves <palves@redhat.com>
58
59 * inferior.c (delete_threads_of_inferior): Delete.
60
61 2012-03-01 Pedro Alves <palves@redhat.com>
62
63 Import fallback definitions from glibc.
64
65 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
66 ps_prochandle): Forward declare.
67 (ps_err_e): Use glibc's comments.
68 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
69 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
70 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
71 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
72 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
73 (struct ps_prochandle): Adjust comment.
74
75 2012-03-01 Pedro Alves <palves@redhat.com>
76
77 * ada-lang.c (ada_modulus_from_name): Delete.
78 * ada-lex.l (lexer_init): Make static.
79
80 2012-03-01 Pedro Alves <palves@redhat.com>
81
82 PR gdb/13767
83
84 * frame.c (read_frame_register_unsigned): New.
85 * frame.h (read_frame_register_unsigned): Declare.
86 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
87 Handle it.
88 (print_i387_control_word): New parameter `control_p'. Handle it.
89 (i387_print_float_info): Handle unavailable float registers.
90
91 2012-03-01 Keith Seitz <keiths@redhat.com>
92
93 * linespec.c (decode_line_2): Sort the list of methods
94 alphabetically before presenting the user with a selection
95 menu.
96
97 2012-03-01 Doug Evans <dje@google.com>
98
99 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
100 has_namespace_info.
101 (dwarf2_read_abbrevs): Remove corresponding initialization.
102
103 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
104
105 * NEWS: Mention new python command class gdb.COMMAND_USER.
106 * cli/cli-cmds.c (show_user): Print error when used on a python
107 command.
108 (init_cli_cmds): Update documentation strings for "show user" and
109 "set/show max-user-call-depth" to clarify that it does not apply to
110 python commands.
111 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
112 error check.
113 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
114 gdb python api.
115 * top.c (execute_command): Only execute a user-defined command as a
116 legacy macro if c->user_commands is set.
117
118 2012-03-01 Tom Tromey <tromey@redhat.com>
119
120 * valprint.h (struct generic_val_print_decorations): New.
121 (generic_val_print): Declare.
122 * valprint.c (generic_val_print): New function.
123 * p-valprint.c (p_decorations): New global.
124 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
125 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
126 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
127 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
128 * m2-valprint.c (m2_decorations): New global.
129 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
130 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
131 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
132 TYPE_CODE_ERROR>: Call generic_val_print.
133 * f-valprint.c (f_decorations): New global.
134 (f_val_print): Use print_function_pointer_address.
135 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
136 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
137 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
138 generic_val_print.
139 * c-valprint.c (c_decorations): New global.
140 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
141 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
142 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
143 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
144 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
145 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
146 case.
147
148 2012-03-01 Tom Tromey <tromey@redhat.com>
149
150 * valprint.c (val_print): Update.
151 * p-valprint (pascal_val_print): Return void.
152 * p-lang.h (pascal_val_print): Return void.
153 * m2-valprint.c (m2_val_print): Return void.
154 * m2-lang.h (m2_val_print): Return void.
155 * language.h (struct language_defn) <la_val_print>: Return void.
156 * language.c (unk_lang_val_print): Return void.
157 * jv-valprint.c (java_val_print): Return void.
158 * jv-lang.h (java_val_print): Return void.
159 * f-valprint.c (f_val_print): Return void.
160 * f-lang.h (f_val_print): Return void.
161 * d-valprint.c (d_val_print): Return void.
162 (dynamic_array_type): Update.
163 * d-lang.h (d_val_print): Return void.
164 * c-valprint.c (c_val_print): Return void.
165 * c-lang.h (c_val_print): Return void.
166 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
167 void.
168 * ada-lang.h (ada_val_print): Return void.
169
170 2012-03-01 Tom Tromey <tromey@redhat.com>
171
172 * value.h (val_print): Return void.
173 * valprint.c (val_print): Return void.
174
175 2012-03-01 Tom Tromey <tromey@redhat.com>
176
177 * value.h (common_val_print): Return void.
178 * valprint.c (common_val_print): Return void.
179
180 2012-03-01 Tom Tromey <tromey@redhat.com>
181
182 * value.h (value_print): Return void.
183 * valprint.c (value_print): Return void.
184 * p-valprint.c (pascal_value_print): Return void.
185 * p-lang.h (pascal_value_print): Return void.
186 * language.h (struct language_defn) <la_value_print>: Return
187 void.
188 * language.c (unk_lang_value_print): Return void.
189 * jv-valprint.c (java_value_print): Return void.
190 * jv-lang.h (java_value_print): Return void.
191 * f-valprint.c (c_value_print): Don't declare.
192 Include c-lang.h.
193 * c-valprint.c (c_value_print): Return void.
194 * c-lang.h (c_value_print): Return void.
195 * ada-valprint.c (ada_value_print): Return void.
196 * ada-lang.h (ada_value_print): Return void.
197
198 2012-03-01 Tom Tromey <tromey@redhat.com>
199
200 * value.c (value_primitive_field): Handle virtual base classes.
201
202 2012-03-01 Tom Tromey <tromey@redhat.com>
203
204 * gdbtypes.h (struct vbase): Remove.
205
206 2012-03-01 Tom Tromey <tromey@redhat.com>
207
208 * c-valprint.c (print_function_pointer_address): Move...
209 * valprint.c: ... here. Make non-static.
210 * m2-valprint.c (print_function_pointer_address): Remove.
211 * valprint.h (print_function_pointer_address): Declare.
212
213 2012-03-01 Joel Brobecker <brobecker@adacore.com>
214
215 * NEWS: Document the fact that one can provide a condition when
216 creating an Ada exception catchpoint.
217
218 2012-03-01 Tom Tromey <tromey@redhat.com>
219
220 * valprint.c (val_print_type_code_flags): Fix placement of
221 trailing brace.
222
223 2012-03-01 Joel Brobecker <brobecker@adacore.com>
224
225 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
226 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
227 environment variable before calling update-copyright.
228
229 2012-03-01 Joel Brobecker <brobecker@adacore.com>
230
231 * gnulib/extra/update-copyright: Update to the latest from
232 gnulib's git repository.
233 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
234 variable to 2 instead of 1.
235
236 2012-02-29 Joel Brobecker <brobecker@adacore.com>
237
238 * varobj.c (c_value_of_variable): Remove dead code.
239
240 2012-02-29 Joel Brobecker <brobecker@adacore.com>
241
242 * ada-lex.p (processId): Do not modify already encoded IDs.
243 Update function documentation.
244
245 2012-02-29 Joel Brobecker <brobecker@adacore.com>
246
247 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
248 "name" with "struct symbol *name_sym".
249 * ada-exp.y (write_var_or_type): Update call to
250 ada_find_renaming_symbol.
251 "name" with "struct symbol *name_sym". Adjust Implementation
252 accordingly. Adjust the function documentation.
253
254 2012-02-29 Joel Brobecker <brobecker@adacore.com>
255
256 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
257 * ada-lang.c (ada_find_any_type): Add advance declaration.
258 Make static. Replace ada_find_any_symbol by
259 ada_find_any_type_symbol.
260 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
261 Improve function description. Make static.
262 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
263 Replace ada_find_any_symbol by ada_find_any_type_symbol.
264
265 2012-02-29 Joel Brobecker <brobecker@adacore.com>
266
267 * ada-lang.c (struct tag_args): Delete.
268 (ada_get_tsd_type): Function body moved up in source file.
269 (ada_tag_name_1, ada_tag_name_2): Delete.
270 (ada_get_tsd_from_tag): New function.
271 (ada_tag_name_from_tsd): New function.
272 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
273 to determine the tag name.
274
275 2012-02-29 Joel Brobecker <brobecker@adacore.com>
276
277 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
278 declaration.
279 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
280 function.
281
282 2012-02-29 Joel Brobecker <brobecker@adacore.com>
283
284 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
285
286 2012-02-29 Joel Brobecker <brobecker@adacore.com>
287
288 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
289 full searches.
290
291 2012-02-29 Joel Brobecker <brobecker@adacore.com>
292
293 * ada-lang.c (constrained_packed_array_type): If there is a
294 parallel XA type, use it to determine the array index type.
295
296 2012-02-29 Joel Brobecker <brobecker@adacore.com>
297
298 * ada-valprint.c (ada_val_print_1): If our value is a reference
299 to an array descriptor, dereference it before converting it
300 to a simple array.
301
302 2012-02-29 Joel Brobecker <brobecker@adacore.com>
303
304 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
305 creating fixed value.
306 (ada_value_ind, ada_coerce_ref, assign_component)
307 (ada_evaluate_subexp): Remove call to unwrap_value before
308 call to ada_to_fixed_value.
309
310 2012-02-29 Joel Brobecker <brobecker@adacore.com>
311
312 * ada-lang.c (to_fixed_array_type): Set result's type name.
313
314 2012-02-29 Joel Brobecker <brobecker@adacore.com>
315
316 * ada-lang.c (catch_ada_exception_command_split): Add new
317 argument cond_string. Add support for condition at end of
318 "catch exception" commands.
319 (ada_decode_exception_location): Add new argument cond_string.
320 Update call to catch_ada_exception_command_split.
321 (create_ada_exception_catchpoint): Add new argument cond_string.
322 Set the breakpoint condition if needed.
323 (catch_ada_exception_command): Update call to
324 ada_decode_exception_location.
325 (ada_decode_assert_location): Add function documentation.
326 Add support for condition at end of "catch assert" command.
327 (catch_assert_command): Update calls to ada_decode_assert_location
328 and create_ada_exception_catchpoint.
329
330 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
331
332 Fix disp-step-syscall.exp: fork: single step over fork.
333 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
334 (i386_linux_get_syscall_number_from_regcache): ... here, new function
335 comment, change parameters gdbarch and ptid to regcache. Remove
336 parameter regcache, initialize gdbarch from regcache here.
337 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
338 New functions.
339 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
340 instead.
341 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
342 'syscall'. Make the 'int' check more strict.
343
344 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
345
346 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
347 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
348 (i386_linux_intx80_sysenter_syscall_record): ... here.
349 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
350 Use the renamed function name.
351
352 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
353
354 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
355 * breakpoint.c (until_break_command): Likewise.
356 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
357 * infcall.c (call_function_by_hand): Likewise.
358 * infcmd.c (finish_forward): Likewise.
359 * infrun.c (insert_exception_resume_breakpoint): Likewise.
360
361 2012-02-28 Joel Brobecker <brobecker@adacore.com>
362
363 From Tristan Gingold <gingold@adacore.com>.
364 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
365 avoid variable assignments inside condition.
366
367 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
368
369 Fix static analysis issue found by cppcheck.
370 * microblaze-tdep.c (microblaze_extract_return_value): Fix
371 uninitialized BUF for size 2.
372
373 2012-02-27 Chris Dearman <chris@mips.com>
374 Nathan Froyd <froydnj@codesourcery.com>
375 Maciej W. Rozycki <macro@codesourcery.com>
376
377 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
378 (mips16_instruction_has_delay_slot): Likewise.
379 (mips_segment_boundary): Likewise.
380 (mips_adjust_breakpoint_address): Likewise.
381 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
382
383 2012-02-27 Maciej W. Rozycki <macro@mips.com>
384 Maciej W. Rozycki <macro@codesourcery.com>
385
386 * infrun.c (handle_inferior_event): Don't proceed through
387 shared library trampolines if stepping at the machine
388 instruction level.
389
390 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
391
392 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
393 too.
394
395 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
396
397 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
398 (sh_stub_unwind_sniffer): New functions.
399 (sh_stub_unwind): New variable.
400 (sh_gdbarch_init): Wire everything.
401
402 2012-02-27 Pedro Alves <palves@redhat.com>
403
404 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
405 (linux_nat_post_attach_wait): Adjust to use
406 linux_proc_pid_is_stopped.
407 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
408 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
409 based on pid_is_stopped from both linux-nat.c and
410 gdbserver/linux-low.c, and renamed.
411
412 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
413
414 * remote.c (remote_watchpoint_addr_within_range): New function.
415 (init_remote_ops): Use it.
416
417 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
418
419 * target.h (target_watchpoint_addr_within_range): Document macro.
420
421 2012-02-24 Pedro Alves <palves@redhat.com>
422
423 * stack.c (set_last_displayed_sal): Issue internal_error instead
424 of warning, and issue it after clearing the last displayed sal.
425
426 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
427 Pedro Alves <palves@redhat.com>
428
429 * breakpoint.c (until_break_command): Install breakpoints after
430 all frame manipulations.
431
432 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
433
434 * remote.c (remote_supports_cond_breakpoints): New forward
435 declaration.
436 (remote_add_target_side_condition): New function.
437 (remote_insert_breakpoint): Add target-side breakpoint
438 conditional if supported.
439 (remote_insert_hw_breakpoint): Likewise.
440 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
441 hook.
442
443 * target.c (update_current_target): Inherit
444 to_supports_evaluation_of_breakpoint_conditions.
445 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
446
447 * target.h (struct target_ops)
448 <to_supports_evaluation_of_breakpoint_conditions>: New field.
449 (target_supports_evaluation_of_breakpoint_conditions): New #define.
450
451 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
452 (condition_evaluation_both, condition_evaluation_auto,
453 condition_evaluation_host, condition_evaluation_target,
454 condition_evaluation_enums, condition_evaluation_mode_1,
455 condition_evaluation_mode): New static globals.
456 (translate_condition_evaluation_mode): New function.
457 (breakpoint_condition_evaluation_mode): New function.
458 (gdb_evaluates_breakpoint_condition_p): New function.
459 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
460 (mark_breakpoint_modified): New function.
461 (mark_breakpoint_location_modified): New function.
462 (set_condition_evaluation_mode): New function.
463 (show_condition_evaluation_mode): New function.
464 (bp_location_compare_addrs): New function.
465 (get_first_location_gte_addr): New helper function.
466 (set_breakpoint_condition): Free condition bytecode if locations
467 has become unconditional. Call mark_breakpoint_modified (...).
468 (condition_command): Call update_global_location_list (1) for
469 breakpoints.
470 (breakpoint_xfer_memory): Use is_breakpoint (...).
471 (is_breakpoint): New function.
472 (parse_cond_to_aexpr): New function.
473 (build_target_condition_list): New function.
474 (insert_bp_location): Handle target-side conditional
475 breakpoints and call build_target_condition_list (...).
476 (update_inserted_breakpoint_locations): New function.
477 (insert_breakpoint_locations): Handle target-side conditional
478 breakpoints.
479 (bpstat_check_breakpoint_conditions): Add comment.
480 (bp_condition_evaluator): New function.
481 (bp_location_condition_evaluator): New function.
482 (print_breakpoint_location): Print information on where the condition
483 will be evaluated.
484 (print_one_breakpoint_location): Likewise.
485 (init_bp_location): Call mark_breakpoint_location_modified (...) for
486 breakpoint location.
487 (force_breakpoint_reinsertion): New functions.
488 (update_global_location_list): Handle target-side breakpoint
489 conditions.
490 Reinsert locations that are already inserted if conditions have
491 changed.
492 (bp_location_dtor): Free agent expression bytecode.
493 (disable_breakpoint): Call mark_breakpoint_modified (...).
494 Call update_global_location_list (...) with parameter 1 for breakpoints.
495 (disable_command): Call mark_breakpoint_location_modified (...).
496 Call update_global_location_list (...) with parameter 1 for breakpoints.
497 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
498 (enable_command): mark_breakpoint_location_modified (...).
499 (_initialize_breakpoint): Update documentation and add
500 condition-evaluation breakpoint subcommand.
501
502 * breakpoint.h: Include ax.h.
503 (condition_list): New data structure.
504 (condition_status): New enum.
505 (bp_target_info) <cond_list>: New field.
506 (bp_location) <condition_changed, cond_bytecode>: New fields.
507 (is_breakpoint): New prototype.
508
509 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
510
511 * remote.c (remote_state) <cond_breakpoints>: New field.
512 (PACKET_ConditionalBreakpoints): New enum.
513 (remote_cond_breakpoint_feature): New function.
514 (remote_protocol_features): Add new ConditionalBreakpoints entry.
515 (remote_supports_cond_breakpoints): New function.
516 (_initialize_remote): Add new packet configuration for
517 target-side conditional breakpoints.
518
519 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
520
521 * NEWS: Mention target-side conditional breakpoint support,
522 new condition-evaluation breakpoint subcommand and remote
523 packet extensions.
524
525 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
526
527 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
528 number.
529
530 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
531
532 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
533 (after_prologue): Remove.
534
535 2012-02-23 Tom Tromey <tromey@redhat.com>
536
537 * jv-valprint.c (java_val_print): Remove dead code.
538
539 2012-02-23 Tristan Gingold <gingold@adacore.com>
540
541 * ada-tasks.c (struct ada_tasks_inferior_data): Add
542 known_tasks_element and known_tasks_length fields.
543 (read_known_tasks_array): Change argument type. Use pointer type
544 and number of elements from DATA. Adjust.
545 (read_known_tasks_list): Likewise.
546 (get_known_tasks_addr): Remove.
547 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
548 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
549 type and array length. Merge former get_known_tasks_addr code.
550
551 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
552
553 PR backtrace/13716
554 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
555 it after set_momentary_breakpoint.
556
557 2012-02-22 Sterling Augustine <saugustine@google.com>
558
559 PR 13689:
560 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
561
562 2012-02-22 Gary Benson <gbenson@redhat.com>
563
564 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
565 (find_slot_in_mapped_hash): Likewise.
566
567 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
568
569 PR build/13638
570 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
571 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
572 * configure: Regenerate.
573
574 2012-02-21 Tristan Gingold <gingold@adacore.com>
575 Pedro Alves <palves@redhat.com>
576
577 * ia64-tdep.c: Do not include libunwind-ia64.h.
578 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
579 Include libunwind-ia64.h instead of libunwind.h.
580 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
581 for libunwind.h existence.
582 * configure, config.in: Regenerate.
583
584 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
585
586 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
587 instead of value_rtti_target_type.
588 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
589 instead of value_rtti_target_type.
590 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
591 value_rtti_target_type.
592 * valops.c (value_ind): Extract function readjust_indirect_value_type.
593 (value_rtti_target_type): Rename to ...
594 (value_rtti_indirect_type): ... here and make it indirect. Update
595 function comment.
596 * value.c (readjust_indirect_value_type): New function.
597 (coerce_ref): Support for enclosing type setting for references
598 with readjust_indirect_value_type.
599 * value.h (readjust_value_type): New declaration.
600 (value_rtti_target_type): Rename to ...
601 (value_rtti_indirect_type): ... here.
602
603 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
604
605 * MAINTAINERS (Write After Approval): Add myself to the list.
606
607 2012-02-20 Doug Evans <dje@google.com>
608
609 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
610 Rename objfile_p_char parameter to objfilep.
611 (build_objfile_section_table): Result is now void. All callers
612 updated.
613 * objfiles.h (struct objfile): Tweak comments, whitespace.
614 (build_objfile_section_table): Update.
615
616 * elfread.c (elf_symfile_segments): Fix warning text.
617
618 2012-02-20 Tom Tromey <tromey@redhat.com>
619
620 PR gdb/13498:
621 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
622 particular set of file names once.
623 (dw2_map_symbol_filenames): Likewise.
624
625 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
626
627 Code cleanup.
628 * main.c (write_files): Remove the declaration.
629 (external_editor_command): Move the declaration ...
630 [GDBTK] (external_editor_command): ... here. Fix the comment.
631
632 2012-02-20 Tom Tromey <tromey@redhat.com>
633
634 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
635 extraneous block.
636
637 2012-02-20 Tristan Gingold <gingold@adacore.com>
638
639 * darwin-nat.h (enum darwin_msg_state): Add comments.
640
641 2012-02-20 Tristan Gingold <gingold@adacore.com>
642
643 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
644 value.
645
646 2012-20-18 Joel Brobecker <brobecker@adacore.com>
647
648 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
649 between function description and implementation.
650
651 2012-02-17 Tom Tromey <tromey@redhat.com>
652
653 PR python/12070:
654 * python/py-event.c (event_object_getset): New global.
655 (event_object_type): Reference it.
656 * python/py-type.c (field_object_getset): New global.
657 (field_object_type): Reference it.
658 * python/python-internal.h (gdb_py_generic_dict): Declare.
659 * python/py-utils.c (gdb_py_generic_dict): New function.
660
661 2012-02-17 Tristan Gingold <gingold@adacore.com>
662
663 * solib-darwin.c (darwin_current_sos): Check magic and filetype
664
665 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
666
667 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
668 TYPE_CALLING_CONVENTION annotation.
669
670 2012-02-16 Kevin Buettner <kevinb@redhat.com>
671
672 * MAINTAINERS: Add rx to target ISA section.
673 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
674 (ALLDEPFILES): Add rx-tdep.c.
675
676 2012-02-16 Tom Tromey <tromey@redhat.com>
677
678 * symfile.c (symbol_file_add_main_1): Use inferior's
679 symfile_flags.
680 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
681 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
682 inferior.
683 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
684 inferior.
685 (follow_exec): Use inferior's symfile_flags.
686 * inferior.h (struct inferior) <symfile_flags>: New field.
687
688 2012-02-16 Mike Frysinger <vapier@gentoo.org>
689
690 PR gdb/9734:
691 * remote-sim.c (gdbsim_create_inferior): Call error() when
692 sim_create_inferior() fails.
693
694 2012-02-16 Josh Matthews <josh@joshmatthews.net>
695
696 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
697
698 2012-02-16 Tom Tromey <tromey@redhat.com>
699
700 PR c++/13653:
701 * thread.c (struct current_thread_cleanup) <was_removable>: New
702 field.
703 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
704 (make_cleanup_restore_current_thread): Initialize new field.
705
706 2012-02-15 Kevin Buettner <kevinb@redhat.com>
707
708 * MAINTAINERS: Add rl78 to target ISA section.
709 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
710 (ALLDEPFILES): Add rl78-tdep.c.
711 * NEWS: Mention rl78 as a new target.
712
713 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
714
715 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
716 data.
717 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
718
719 2012-02-15 Tom Tromey <tromey@redhat.com>
720
721 PR gdb/12659:
722 * infcmd.c (registers_info): Print just the current register's
723 name.
724
725 2012-02-15 Tom Tromey <tromey@redhat.com>
726
727 * python/py-symbol.c (sympy_value): Use _().
728
729 2012-02-15 Pedro Alves <palves@redhat.com>
730
731 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
732 output to be like native targets'.
733 (remote_pid_to_str): Special case the null ptid.
734
735 2012-02-14 Stan Shebs <stan@codesourcery.com>
736
737 * NEWS: Mention enable count command.
738 * breakpoint.h (struct breakpoint): New field enable_count.
739 * breakpoint.c (enable_breakpoint_disp): Add count argument.
740 (enable_breakpoint): Add arg to call.
741 (struct disp_data): New struct.
742 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
743 (do_map_enable_once_breakpoint): Create a struct and pass it.
744 (do_map_enable_delete_breakpoint): Ditto.
745 (do_map_enable_count_breakpoint): New function.
746 (enable_count_command): New function.
747 (bpstat_stop_status): Decrement enable_count.
748 (print_one_breakpoint_location): Report enable count.
749 (_initialize_breakpoint): Add enable count command.
750
751 2012-02-14 Kevin Buettner <kevinb@redhat.com>
752
753 * rl78-tdep.c (reggroups.h): Include.
754 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
755 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
756 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
757 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
758 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
759 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
760 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
761 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
762 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
763 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
764 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
765 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
766 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
767 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
768 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
769 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
770 beginning of register list.
771 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
772 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
773 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
774 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
775 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
776 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
777 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
778 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
779 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
780 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
781 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
782 the pseudo registers. Rearrange other pseudo registers too so
783 that the bank registers appear at the end.
784 (rl78_register_type): Account for the fact that the byte sized
785 bank registers are now pseudo-registers.
786 (rl78_register_name): Rearrange the register name array. Make
787 initial set of raw banked registers inaccessible.
788 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
789 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
790 case for copying bytes back and forth between raw and pseudo
791 versions of the banked registers. Update other cases to reflect
792 the changed names.
793 (rl78_return_value): Update to account for changed names of
794 raw registers.
795 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
796 rl78_register_sim_regno().
797
798 2012-02-14 Kevin Buettner <kevinb@redhat.com>
799
800 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
801 the name parameter being passed to find_pc_partial_function().
802
803 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
804
805 * MAINTAINERS: Step down from being ia64 target maintainer.
806
807 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
808
809 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
810 compilation warning.
811
812 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
813
814 Fix crash on loaded shlibs without loaded exec_bfd.
815 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
816 (set_section_command): Replace exec_bfd by p->bfd.
817
818 2012-02-10 Tom Tromey <tromey@redhat.com>
819
820 * linespec.c (decode_line_internal): Skip symtabs_from_filename
821 when we have a C++ qualified name.
822
823 2012-02-10 Pedro Alves <palves@redhat.com>
824
825 * inferior.c (inferior_pid_to_str): New.
826 (print_inferior, inferior_command): Use it.
827
828 2012-02-10 Pedro Alves <palves@redhat.com>
829
830 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
831 the test CFLAGS.
832 * configure: Regenerate.
833
834 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
835
836 * linespec.c (decode_line_internal): Fix comment correctness.
837
838 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
839
840 PR gdb/12953
841 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
842 * amd64bsd-nat.c: Add support for debug registers (adapted from
843 i386bsd-nat.c).
844 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
845 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
846 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
847 (amd64bsd_dr_get_control): New functions.
848 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
849 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
850 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
851 watchpoints initialization.
852 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
853
854 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
855
856 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
857 flds_bnds.fields.
858 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
859
860 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
861
862 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
863
864 2012-02-08 Joel Brobecker <brobecker@adacore.com>
865
866 * language.h (symbol_name_cmp_ftype): Renames
867 symbol_name_match_p_ftype.
868 (struct language_defn)[la_get_symbol_name_cmp]: Renames
869 la_get_symbol_name_match_p.
870 * ada-lang.c (ada_get_symbol_name_cmp): Renames
871 ada_get_symbol_name_match_p. Update comment.
872 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
873 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
874 Renames symbol_name_match_p. Update field type.
875 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
876 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
877 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
878 "la_get_symbol_name_cmp" in comments.
879 * language.c: Likewise.
880
881 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
882
883 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
884 %eflags offset.
885 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
886 (amd64_sol2_gregset32_reg_offs): Likewise.
887
888 2012-02-08 Joel Brobecker <brobecker@adacore.com>
889
890 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
891 of the returned BFD is allocated by GDB.
892
893 2012-02-07 Tom Tromey <tromey@redhat.com>
894
895 PR python/12027:
896 * python/python-internal.h (frame_object_type): Declare.
897 * python/py-symbol.c (sympy_needs_frame): New function.
898 (sympy_value): New function.
899 (symbol_object_getset): Add "needs_frame".
900 (symbol_object_methods): Add "value".
901 * python/py-frame.c (frame_object_type): No longer static.
902
903 2012-02-07 Tom Tromey <tromey@redhat.com>
904
905 PR python/13599:
906 * python/py-symbol.c (sympy_line): New function.
907 (symbol_object_getset): Add "line".
908
909 2012-02-07 Tom Tromey <tromey@redhat.com>
910
911 * charset.c (find_charset_names): Check 'in' against NULL.
912
913 2012-02-06 Doug Evans <dje@google.com>
914
915 * gdbtypes.h (struct main_type): Change type of name,tag_name,
916 and fields.name members from char * to const char *. All uses updated.
917 (struct cplus_struct_type): Change type of fn_fieldlists.name member
918 from char * to const char *. All uses updated.
919 (type_name_no_tag): Update.
920 (lookup_unsigned_typename, lookup_signed_typename): Update.
921 * gdbtypes.c (type_name_no_tag): Change result type
922 from char * to const char *. All callers updated.
923 (lookup_unsigned_typename, lookup_signed_typename): Change type of
924 name parameter from char * to const char *.
925 * symtab.h (struct cplus_specific): Change type of demangled_name
926 member from char * to const char *. All uses updated.
927 (struct general_symbol_info): Change type of name and
928 mangled_lang.demangled_name members from char * to const char *.
929 All uses updated.
930 (symbol_get_demangled_name, symbol_natural_name): Update.
931 (symbol_demangled_name, symbol_search_name): Update.
932 * symtab.c (symbol_get_demangled_name): Change result type
933 from char * to const char *. All callers updated.
934 (symbol_natural_name, symbol_demangled_name): Ditto.
935 (symbol_search_name): Ditto.
936 (completion_list_add_name): Change type of symname,sym_text,
937 text,word parameters from char * to const char *.
938 (completion_list_objc_symbol): Change type of sym_text,
939 text,word parameters from char * to const char *.
940 * ada-lang.c (find_struct_field): Change type of name parameter
941 from char * to const char *.
942 (encoded_ordered_before): Similarly for N0,N1 parameters.
943 (old_renaming_is_invisible): Similarly for function_name parameter.
944 (ada_type_name): Change result type from char * to const char *.
945 All callers updated.
946 * ada-lang.h (ada_type_name): Update.
947 * buildsym.c (hashname): Change type of name parameter
948 from char * to const char *.
949 * buildsym.h (hashname): Update.
950 * dbxread.c (end_psymtab): Change type of include_list parameter
951 from char ** to const char **.
952 * dwarf2read.c (determine_prefix): Change result type
953 from char * to const char *. All callers updated.
954 * f-lang.c (find_common_for_function): Change type of name, funcname
955 parameters from char * to const char *.
956 * f-lang.c (find_common_for_function): Update.
957 * f-valprint.c (list_all_visible_commons): Change type of funcname
958 parameters from char * to const char *.
959 * gdbarch.sh (static_transform_name): Change type of name parameter
960 and result from char * to const char *.
961 * gdbarch.c: Regenerate.
962 * gdbarch.h: Regenerate.
963 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
964 of name parameter from char * to const char *.
965 * jv-lang.c (java_primitive_type_from_name): Ditto.
966 (java_demangled_signature_length): Similarly for signature parameter.
967 (java_demangled_signature_copy): Ditto.
968 (java_demangle_type_signature): Ditto.
969 * jv-lang.h (java_primitive_type_from_name): Update.
970 (java_demangle_type_signature): Update.
971 * objc-lang.c (specialcmp): Change type of a,b parameters
972 from char * to const char *.
973 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
974 from char * to const char *. All callers updated.
975 * p-lang.h (is_pascal_string_type): Update.
976 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
977 of name parameter from char * to const char *.
978 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
979 * utils.c (fprintf_symbol_filtered): Ditto.
980 * defs.h (fprintf_symbol_filtered): Update.
981 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
982 * stabsread.h (end_psymtab): Update.
983 * stack.c (find_frame_funname): Change type of funname parameter
984 from char ** to const char **.
985 * stack.h (find_frame_funname): Update.
986 * typeprint.c (type_print): Change type of varstring parameter
987 from char * to const char *.
988 * value.h (type_print): Update.
989 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
990 from char * to const char *. All callers updated.
991 (xcoff_end_psymtab): Change type of include_list parameter
992 from char ** to const char **. All callers updated.
993 (swap_sym): Similarly for name parameter. All callers updated.
994 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
995 Use xstrdup.
996 (process_coff_symbol): Use xstrdup.
997 * stabsread.c (stabs_method_name_from_physname): Renamed from
998 update_method_name_from_physname. Change result type from void
999 to char *. All callers updated.
1000 (read_member_functions): In has_destructor case, store name in objfile
1001 obstack instead of malloc space. In !has_stub case, fix mem leak.
1002
1003 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
1004
1005 * configure: Rebuild.
1006 * configure.ac: Put -L../bfd and -L../libiberty at the front of
1007 LDFLAGS.
1008
1009 2012-02-03 Kevin Buettner <kevinb@redhat.com>
1010
1011 * configure.tgt (rl78-*-elf): New target.
1012 * rl78-tdep.c: New file.
1013
1014 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1015
1016 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
1017 and continue the loop. Add QUIT statement.
1018
1019 2012-02-03 Tom Tromey <tromey@redhat.com>
1020
1021 PR gdb/13596:
1022 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
1023 bfd_lookup_symbol_from_symtab.
1024 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1025 gdb_bfd_lookup_symbol_from_symtab.
1026
1027 2012-02-03 Joel Brobecker <brobecker@adacore.com>
1028
1029 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
1030 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
1031 symbol. Add assertion that sym2 is never NULL.
1032
1033 2012-02-02 Doug Evans <dje@google.com>
1034
1035 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
1036 "name" parameter to const char ** from char **. All callers updated.
1037 (find_pc_partial_function): Ditto.
1038 (cache_pc_function_name): Change type to const char * from char *.
1039 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
1040 (find_pc_partial_function): Update.
1041 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
1042 type of "name" parameter to const char * from char *.
1043 All uses updated.
1044 * arch-utils.c (generic_in_solib_return_trampoline): Change
1045 type of "name" parameter to const char * from char *.
1046 * arch-utils.h (generic_in_solib_return_trampoline): Update.
1047 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
1048 type of "name" parameter to const char * from char *.
1049 * gdbarch.sh (in_solib_return_trampoline): Ditto.
1050 * gdbarch.c: Regenerate.
1051 * gdbarch.h: Regenerate.
1052 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
1053 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
1054 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
1055 type of "name" parameter to const char * from char *.
1056 * skip.c (skip_function_pc): Ditto.
1057 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
1058 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
1059 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
1060 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
1061 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
1062 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
1063 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
1064 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
1065 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
1066
1067 2012-02-02 Pedro Alves <palves@redhat.com>
1068
1069 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
1070 the current inferior has no execution. Make sure the current
1071 remote process matches gdb's current inferior.
1072
1073 2012-02-02 Tom Tromey <tromey@redhat.com>
1074
1075 PR gdb/13405:
1076 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
1077 read-only memory.
1078
1079 2012-02-02 Tom Tromey <tromey@redhat.com>
1080
1081 PR gdb/9307:
1082 * symtab.c (lookup_language_this): Set block_found.
1083
1084 2012-02-01 Tom Tromey <tromey@redhat.com>
1085
1086 PR gdb/13431:
1087 * jit.c (struct jit_inferior_data): Rewrite.
1088 (struct jit_objfile_data): New.
1089 (get_jit_objfile_data): New function.
1090 (add_objfile_entry): Update.
1091 (jit_read_descriptor): Return int. Replace descriptor_addr
1092 argument with inf_data. Update. Don't call error.
1093 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
1094 descriptor here.
1095 (jit_inferior_init): Don't look up descriptor. Don't call error.
1096 (jit_reset_inferior_data_and_breakpoints)
1097 (jit_inferior_created_observer): Remove.
1098 (jit_inferior_exit_hook): Update.
1099 (jit_executable_changed_observer): Remove.
1100 (jit_event_handler): Update.
1101 (free_objfile_data): Reset inferior data if needed.
1102 (_initialize_jit): Update.
1103
1104 2012-02-01 Tom Tromey <tromey@redhat.com>
1105
1106 * jit.c (bfd_open_from_target_memory): Move higher in file.
1107
1108 2012-02-01 Tristan Gingold <gingold@adacore.com>
1109
1110 * libunwind-frame.c (libunwind_load): Display message if dlopen
1111 failed.
1112
1113 2012-02-01 Gary Benson <gbenson@redhat.com>
1114
1115 * symtab.h (symbol_name_match_p_ftype): New typedef.
1116 (iterate_over_symbols): Use the above.
1117 * symtab.c (iterate_over_symbols): Likewise.
1118 * language.h (language_defn->la_iterate_over_symbols): Likewise.
1119 * ada-lang.c (ada_iterate_over_symbols): Likewise.
1120 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
1121 (iterate_name_matcher): Document return values.
1122 (collect_one_symbol): Likewise.
1123 (collect_function_symbols): Likewise.
1124 (collect_symbols): Likewise.
1125
1126 2012-02-01 Tom Tromey <tromey@redhat.com>
1127
1128 * ada-lang.c (resolve_subexp): Update.
1129 (ada_lookup_symbol_list): Add 'full_search' argument.
1130 (ada_iterate_over_symbols): Pass 0 as full_search argument to
1131 ada_lookup_symbol_list.
1132 (ada_lookup_encoded_symbol): Update.
1133 (get_var_value): Update.
1134 * ada-exp.y (block_lookup): Update.
1135 (write_var_or_type): Update.
1136 (write_name_assoc): Update.
1137 * ada-lang.h (ada_lookup_symbol_list): Update.
1138
1139 2012-01-31 Tom Tromey <tromey@redhat.com>
1140
1141 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
1142 comment.
1143
1144 2012-01-31 Doug Evans <dje@google.com>
1145
1146 * symtab.h: Remove outdated comment.
1147 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
1148
1149 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
1150
1151 Fix build error in Darwin port.
1152 * i386-darwin-nat.c: Include i386-nat.h.
1153
1154 2012-01-30 Tom Tromey <tromey@redhat.com>
1155
1156 PR breakpoints/13568:
1157 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
1158 argument. Check for recursive includes.
1159 (dwarf_decode_macros): Create an include hash.
1160
1161 2012-01-30 Michael Eager <eager@eagercon.com>
1162
1163 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
1164 * ppc-linux-tdep.c: Include glibc-tdep.h.
1165 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
1166 (powerpc_linux_in_plt_stub): New function.
1167 (powerpc_linux_in_dynsym_resolve_code): New function.
1168 (ppc_skip_trampoline_code): New function.
1169 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
1170 Use glibc_skip_solib_resolver.
1171
1172 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1173
1174 Code cleanup: Make 1440 bytes of data segment read-only.
1175 * arch-utils.c (endian_enum): Make it const char *const [].
1176 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
1177 Likewise.
1178 * breakpoint.c (always_inserted_enums): Likewise.
1179 * cli/cli-cmds.c (script_ext_enums): Likewise.
1180 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
1181 enumlist parameter const char *const *.
1182 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
1183 const char *const *.
1184 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
1185 parameter const char *const *.
1186 * cris-tdep.c (cris_modes): Make it const char *const [].
1187 * filesystem.c (target_file_system_kinds): Likewise.
1188 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
1189 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
1190 (can_use_displaced_stepping_enum, scheduler_enums)
1191 (exec_direction_names): Likewise.
1192 * language.c (_initialize_language): Make the type_or_range_names and
1193 case_sensitive_names variables const char *const [].
1194 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
1195 * python/python.c (python_excp_enums): Likewise.
1196 * remote.c (interrupt_sequence_modes): Likewise.
1197 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
1198 * serial.c (logbase_enums): Likewise.
1199 * sh-tdep.c (sh_cc_enum): Likewise.
1200 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
1201 Likewise.
1202 * symtab.c (multiple_symbols_modes): Likewise.
1203 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
1204 Likewise.
1205 * utils.c (internal_problem_modes): Likewise.
1206
1207 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1208
1209 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
1210 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
1211 result.
1212
1213 2012-01-27 Doug Evans <dje@google.com>
1214
1215 * configure.ac (with_python): Fix absolute path handling for win32.
1216 * configure: Regenerate.
1217
1218 2012-01-26 Doug Evans <dje@google.com>
1219
1220 * symtab.c: Whitespace cleanup, no code changes.
1221
1222 * symtab.c (lookup_symbol_in_language): Improve comment.
1223 (lookup_symbol_aux): Fix comment.
1224
1225 * psymtab.c (add_psymbol_to_list): Result is now "void".
1226 * psympriv.h (add_psymbol_to_list): Update.
1227
1228 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
1229
1230 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1231
1232 Do not open script filenames twice.
1233 * cli/cli-cmds.c (source_script_from_stream): Pass to
1234 source_python_script also STREAM.
1235 * python/py-auto-load.c (source_section_scripts): Pass to
1236 source_python_script_for_objfile also STREAM.
1237 (auto_load_objfile_script): Pass to source_python_script_for_objfile
1238 also INPUT.
1239 * python/python-internal.h (source_python_script_for_objfile): New
1240 parameter file, rename parameter file to filename.
1241 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
1242 instead if !_WIN32. Update the function comment.
1243 (source_python_script, source_python_script_for_objfile)
1244 (source_python_script): New parameter file, rename parameter file to
1245 filename. Pass FILENAME to python_run_simple_file.
1246 * python/python.h (source_python_script): New parameter file, rename
1247 parameter file to filename.
1248
1249 2012-01-26 Pedro Alves <palves@redhat.com>
1250
1251 * corelow.c (core_has_fake_pid): Delete.
1252 (core_close): Delete references to `core_has_fake_pid'.
1253 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
1254 (core_open): Delete references to `core_has_fake_pid'.
1255 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
1256 the removed global.
1257
1258 2012-01-26 Joel Brobecker <brobecker@adacore.com>
1259
1260 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
1261 Remove language parameter from name_matcher. Adjust the comment.
1262 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
1263 Remove language parameter.
1264 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
1265 * linespec.c (iterate_name_matcher): Likewise.
1266 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
1267 name_matcher. Adjust call accordingly.
1268 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
1269 (maintenance_check_symtabs): Adjust type of parameter "fun".
1270 * psymtab.h (maintenance_check_symtabs): Likewise.
1271
1272 2012-01-26 Joel Brobecker <brobecker@adacore.com>
1273
1274 * language.h (symbol_name_match_p_ftype): New typedef.
1275 (struct language_defn): Replace field la_symbol_name_compare
1276 by la_get_symbol_name_match_p.
1277 * ada-lang.c (ada_get_symbol_name_match_p): New function.
1278 (ada_language_defn): Use it.
1279 * linespec.c (struct symbol_matcher_data): New type.
1280 (iterate_name_matcher): Rewrite.
1281 (iterate_over_all_matching_symtabs): Pass a pointer to
1282 a symbol_matcher_data struct to expand_symtabs_matching
1283 instead of just the lookup name.
1284 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
1285 opencl-lang.c, p-lang.c, language.c: Delete field
1286 la_symbol_name_compare, and replace by NULL for new field
1287 la_get_symbol_name_match_p.
1288 * symfile.h (struct quick_symbol_functions): Update comment.
1289
1290 2012-01-25 Tom Tromey <tromey@redhat.com>
1291
1292 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
1293 dereferencing.
1294
1295 2012-01-24 Tom Tromey <tromey@redhat.com>
1296
1297 PR symtab/12406:
1298 * solib.c (update_solib_list): Update the program space's
1299 added_solibs and deleted_solibs fields.
1300 * progspace.h (struct program_space) <added_solibs,
1301 deleted_solibs>: New fields.
1302 (clear_program_space_solib_cache): Declare.
1303 * progspace.c (release_program_space): Call
1304 clear_program_space_solib_cache.
1305 (clear_program_space_solib_cache): New function.
1306 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
1307 bpstat_stop_status. Use handle_solib_event.
1308 * breakpoint.c: Include gdb_regex.h.
1309 (print_solib_event): New function.
1310 (bpstat_print): Use print_solib_event.
1311 (bpstat_stop_status): Add special case for bp_shlib_event.
1312 (handle_solib_event): New function.
1313 (bpstat_what): Use handle_solib_event.
1314 (struct solib_catchpoint): New.
1315 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
1316 (breakpoint_hit_catch_solib, check_status_catch_solib)
1317 (print_it_catch_solib, print_one_catch_solib)
1318 (print_mention_catch_solib, print_recreate_catch_solib): New
1319 functions.
1320 (catch_solib_breakpoint_ops): New global.
1321 (catch_load_or_unload, catch_load_command_1)
1322 (catch_unload_command_1): New functions.
1323 (internal_bkpt_check_status): Add special case for
1324 bp_shlib_event.
1325 (internal_bkpt_print_it): Use print_solib_event.
1326 (initialize_breakpoint_ops): Initialize
1327 catch_solib_breakpoint_ops.
1328 (_initialize_breakpoint): Register "catch load" and "catch
1329 unload".
1330 * breakpoint.h (handle_solib_event): Declare.
1331 * NEWS: Add entry for "catch load" and "catch unload".
1332
1333 2012-01-24 Tom Tromey <tromey@redhat.com>
1334
1335 * ada-lang.c: Include gdb_vecs.h.
1336 * charset.c: Include gdb_vecs.h.
1337 * tracepoint.h: Include gdb_vecs.h.
1338 * gdb_vecs.h: New file.
1339
1340 2012-01-24 Pedro Alves <pedro@codesourcery.com>
1341
1342 * breakpoint.c (breakpoint_hit_catch_fork)
1343 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
1344 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
1345 * infrun.c (inferior_has_forked, inferior_has_vforked)
1346 (inferior_has_execd, inferior_has_called_syscall): Delete.
1347 (handle_syscall_event): Get syscall_number from the execution
1348 control state's wait status.
1349 (wait_for_inferior): Don't clear syscall_number.
1350
1351 2012-01-24 Pedro Alves <palves@redhat.com>
1352
1353 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
1354 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
1355 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
1356 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
1357 `ws' parameter.
1358 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
1359 false for events other than TARGET_SIGNAL_TRAP.
1360 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
1361 Add `ws' parameter.
1362 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
1363 events other than TARGET_SIGNAL_TRAP.
1364 (tracepoint_breakpoint_hit): Add `ws' parameter.
1365 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
1366 parameter.
1367 (bpstat_stop_status): Same.
1368 (pc_at_non_inline_function): Same.
1369 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
1370 to pass the current event's waitstatus to bpstat_stop_status
1371 and pc_at_non_inline_function.
1372
1373 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1374
1375 Code cleanup.
1376 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
1377 Update the function comment for it.
1378 (source_script_with_search): Call make_cleanup_fclose for STREAM.
1379 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
1380 for STREAM.
1381
1382 2012-01-24 Pedro Alves <palves@redhat.com>
1383
1384 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
1385 outside `bs->stop' block.
1386 (bpstat_what): Rework bp_shlib_event handling.
1387 (internal_bkpt_check_status): If the breakpoint is a
1388 bp_shlib_event, then set bs->stop and bs->print if
1389 stop_on_solib_events is set.
1390
1391 2012-01-24 Gary Benson <gbenson@redhat.com>
1392
1393 Delete #if 0'd out code.
1394 * stack.c (print_frame_label_vars): Remove.
1395 (catch_info): Likewise.
1396 (_initialize_stack): Remove "info catch" command.
1397 * NEWS: Mention the above.
1398
1399 2012-01-24 Pedro Alves <palves@redhat.com>
1400
1401 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
1402 it.
1403 (remote_notice_new_inferior): If the remote end doesn't support
1404 the multiprocess extensions, then the PID is fake.
1405 (add_current_inferior_and_thread): New.
1406 (remote_start_remote): Use it.
1407 (extended_remote_attach_1): Adjust.
1408 (extended_remote_create_inferior_1): Use
1409 add_current_inferior_and_thread.
1410
1411 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1412
1413 Fix watchpoints to be specific for each inferior.
1414 * breakpoint.c (watchpoint_in_thread_scope): Verify also
1415 current_program_space.
1416 * i386-nat.c (i386_inferior_data_cleanup): New.
1417 (i386_inferior_data_get): Replace variable inf_data_local by an
1418 inferior_data call.
1419 (i386_use_watchpoints): Initialize i386_inferior_data.
1420 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
1421 specific iterate_over_lwps.
1422
1423 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1424
1425 Fix watchpoints across inferior fork.
1426 * amd64-linux-nat.c (update_debug_registers_callback): Update the
1427 comment for linux_nat_iterate_watchpoint_lwps.
1428 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
1429 linux_nat_iterate_watchpoint_lwps.
1430 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
1431 * i386-linux-nat.c (update_debug_registers_callback): Update the
1432 comment for linux_nat_iterate_watchpoint_lwps.
1433 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
1434 linux_nat_iterate_watchpoint_lwps.
1435 (i386_linux_prepare_to_resume): New comment on Linux kernel.
1436 * i386-nat.c: Include inferior.h.
1437 (dr_mirror): Remove.
1438 (i386_inferior_data, struct i386_inferior_data)
1439 (i386_inferior_data_get): New.
1440 (i386_debug_reg_state): Use i386_inferior_data_get.
1441 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
1442 (i386_insert_watchpoint, i386_remove_watchpoint)
1443 (i386_stopped_data_address, i386_insert_hw_breakpoint)
1444 (i386_remove_hw_breakpoint): New variable state, use
1445 i386_debug_reg_state instead of DR_MIRROR.
1446 * linux-nat.c (delete_lwp): New declaration.
1447 (num_lwps): Move here from downwards.
1448 (delete_lwp_cleanup): New.
1449 (linux_child_follow_fork): Create new child_lp, call
1450 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
1451 PTRACE_DETACH.
1452 (num_lwps): Move upwards.
1453 (linux_nat_iterate_watchpoint_lwps): New.
1454 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
1455 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
1456
1457 2012-01-24 Joel Brobecker <brobecker@adacore.com>
1458
1459 GDB 7.4 released.
1460
1461 2012-01-23 Pedro Alves <palves@redhat.com>
1462
1463 * top.c (caution): Rename to ...
1464 (confirm): ... this.
1465 (show_caution): Rename to ...
1466 (show_confirm): ... this.
1467 (quit_cover): Adjust.
1468 (init_main): Adjust.
1469 * top.h (caution): Rename to ...
1470 (confirm): ... this.
1471 * utils.c (internal_vproblem, defaulted_query): Adjust.
1472
1473 2012-01-23 Pedro Alves <palves@redhat.com>
1474
1475 * top.c (caution): Update comment.
1476 (execute_command): Don't consider the current value of `caution'.
1477
1478 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1479
1480 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
1481
1482 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
1483
1484 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
1485 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
1486 * target.c (target_fileio_pwrite): Remove buffer address from
1487 debug output.
1488 (target_fileio_pread): Likewise.
1489
1490 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1491
1492 * NEWS: Document remote "info proc" and "generate-core-file".
1493
1494 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1495
1496 * gdbarch.sh (find_memory_regions): New callback.
1497 * gdbarch.c, gdbarch.h: Regenerate.
1498
1499 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
1500 callback before falling back to target method.
1501
1502 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
1503 (linux_target_install_ops): No longer install it.
1504
1505 * linux-tdep.c (linux_find_memory_regions): New function.
1506 (linux_init_abi): Install it.
1507
1508 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1509
1510 * gdbarch.sh (make_corefile_notes): New architecture callback.
1511 * gdbarch.c: Regenerate.
1512 * gdbarch.h: Likewise.
1513
1514 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
1515 before target_make_corefile_notes. If NULL is returned, the
1516 target does not support core file generation.
1517
1518 * linux-nat.c: Include "linux-tdep.h".
1519 (find_signalled_thread, find_stop_signal): Remove.
1520 (linux_nat_do_thread_registers): Likewise.
1521 (struct linux_nat_corefile_thread_data): Likewise.
1522 (linux_nat_corefile_thread_callback): Likewise.
1523 (iterate_over_spus): Likewise.
1524 (struct linux_spu_corefile_data): Likewise.
1525 (linux_spu_corefile_callback): Likewise.
1526 (linux_spu_make_corefile_notes): Likewise.
1527 (linux_nat_collect_thread_registers): New function.
1528 (linux_nat_make_corefile_notes): Replace contents by call to
1529 linux_make_corefile_notes passing linux_nat_collect_thread_registers
1530 as native-only callback.
1531
1532 * linux-tdep.h: Include "bfd.h".
1533 (struct regcache): Add forward declaration.
1534 (linux_collect_thread_registers_ftype): New typedef.
1535 (linux_make_corefile_notes): Add prototype.
1536 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
1537 "regset.h", and "elf-bfd.h".
1538 (find_signalled_thread, find_stop_signal): New functions.
1539 (linux_spu_make_corefile_notes): Likewise.
1540 (linux_collect_thread_registers): Likewise.
1541 (struct linux_corefile_thread_data): New data structure.
1542 (linux_corefile_thread_callback): New funcion.
1543 (linux_make_corefile_notes): Likewise.
1544 (linux_make_corefile_notes_1): Likewise.
1545 (linux_init_abi): Install it.
1546
1547 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1548
1549 * gdbarch.sh (info_proc): New callback.
1550 * gdbarch.c, gdbarch.h: Regenerate.
1551
1552 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
1553 before falling back to the target info_proc callback.
1554
1555 * linux-nat.c: Do not include "cli/cli-utils.h".
1556 (linux_nat_info_proc): Remove.
1557 (linux_target_install_ops): No longer install it.
1558
1559 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
1560 (read_mapping): New function.
1561 (linux_info_proc): Likewise.
1562 (linux_init_abi): Install it.
1563
1564 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1565
1566 * defs.h (enum info_proc_what): Moved here from linux-nat.c
1567 * infcmd.c: (info_proc_cmd_1): New function.
1568 (info_proc_cmd): New function, moved here from equivalent routine
1569 orignally in linux-nat.c.
1570 (info_proc_cmd_mappings): Likewise.
1571 (info_proc_cmd_stat): Likewise.
1572 (info_proc_cmd_status): Likewise.
1573 (info_proc_cmd_cwd): Likewise.
1574 (info_proc_cmd_cmdline): Likewise.
1575 (info_proc_cmd_exe): Likewise.
1576 (info_proc_cmd_all): Likewise.
1577 (_initialize_infcmd): Install "info proc" command and subcommands.
1578
1579 * target.h (struct target_ops): Add to_info_proc.
1580 (target_info_proc): Add prototype.
1581 * target.c (target_info_proc): New function.
1582
1583 * procfs.c (procfs_info_proc): Add prototype.
1584 (info_proc_cmd): Rename into ...
1585 (procfs_info_proc): ... this. Update argument types as appropriate
1586 for a to_info_proc implementation. Handle "what" argument.
1587 (procfs_target): Install procfs_info_proc.
1588 (_initialize_procfs): No longer install "info proc" command.
1589
1590 * linux-nat.c: (enum info_proc_what): Remove.
1591 (linux_nat_info_proc_cmd_1): Rename into ...
1592 (linux_nat_info_proc): ... this. Update argument types as appropriate
1593 for a to_info_proc implementation.
1594 (linux_nat_info_proc_cmd): Remove.
1595 (linux_nat_info_proc_cmd_mappings): Likewise.
1596 (linux_nat_info_proc_cmd_stat): Likewise.
1597 (linux_nat_info_proc_cmd_status): Likewise.
1598 (linux_nat_info_proc_cmd_cwd): Likewise.
1599 (linux_nat_info_proc_cmd_cmdline): Likewise.
1600 (linux_nat_info_proc_cmd_exe): Likewise.
1601 (linux_nat_info_proc_cmd_all): Likewise.
1602 (linux_target_install_ops): Install linux_nat_info_proc.
1603 (_initialize_linux_nat): No longer install "info proc" command
1604 and subcommands.
1605
1606 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1607
1608 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
1609 * config.in, configure: Regenerate.
1610
1611 * target.h (struct target_ops): Add to_fileio_readlink.
1612 (target_fileio_readlink): Add prototype.
1613 * target.c (target_fileio_readlink): New function.
1614
1615 * inf-child.c: Conditionally include <sys/param.h>.
1616 (inf_child_fileio_readlink): New function.
1617 (inf_child_target): Install it.
1618
1619 * remote.c (PACKET_vFile_readlink): New enum value.
1620 (remote_hostio_readlink): New function.
1621 (init_remote_ops): Install it.
1622 (_initialize_remote): Handle vFile:readlink packet type.
1623
1624 2012-01-20 Pedro Alves <palves@redhat.com>
1625 Ulrich Weigand <ulrich.weigand@linaro.org>
1626
1627 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
1628 * config.in, configure: Regenerate.
1629
1630 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
1631 to_fileio_pread, to_fileio_close, to_fileio_unlink.
1632 (target_fileio_open): Add prototype.
1633 (target_fileio_pwrite): Likewise.
1634 (target_fileio_pread): Likewise.
1635 (target_fileio_close): Likewise.
1636 (target_fileio_unlink): Likewise.
1637 (target_fileio_read_alloc): Likewise.
1638 (target_fileio_read_stralloc): Likewise.
1639
1640 * target.c: Include "gdb/fileio.h".
1641 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
1642 (default_fileio_target): New function.
1643 (target_fileio_open): Likewise.
1644 (target_fileio_pwrite): Likewise.
1645 (target_fileio_pread): Likewise.
1646 (target_fileio_close): Likewise.
1647 (target_fileio_unlink): Likewise.
1648 (target_fileio_close_cleanup): Likewise.
1649 (target_fileio_read_alloc_1): Likewise.
1650 (target_fileio_read_alloc): Likewise.
1651 (target_fileio_read_stralloc): Likewise.
1652
1653 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
1654 <fcntl.h>, and <unistd.h>.
1655 (inf_child_fileio_open_flags_to_host): New function.
1656 (inf_child_errno_to_fileio_error): Likewise.
1657 (inf_child_fileio_open): Likewise.
1658 (inf_child_fileio_pwrite): Likewise.
1659 (inf_child_fileio_pread): Likewise.
1660 (inf_child_fileio_close): Likewise.
1661 (inf_child_fileio_unlink): Likewise.
1662 (inf_child_target): Install to_fileio routines.
1663
1664 * remote.c (init_remote_ops): Install to_fileio routines.
1665
1666 2012-01-20 Pedro Alves <palves@redhat.com>
1667 Ulrich Weigand <ulrich.weigand@linaro.org>
1668
1669 * remote.c (remote_multi_process_p): Only check for multi-process
1670 protocol feature, do not check for extended protocol.
1671 (remote_supports_multi_process): Check for extended protocol here.
1672 (set_general_process): Likewise.
1673 (extended_remote_kill): Likewise.
1674 (remote_pid_to_str): Likewise.
1675 (remote_query_supported): Always query multiprocess mode.
1676
1677 2012-01-20 Pedro Alves <palves@redhat.com>
1678 Ulrich Weigand <ulrich.weigand@linaro.org>
1679
1680 * inferior.h (struct inferior): Add fake_pid_p.
1681 * inferior.c (exit_inferior_1): Clear fake_pid_p.
1682 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
1683 magic_null_ptid since the remote side doesn't provide a real PID.
1684
1685 2012-01-19 Tom Tromey <tromey@redhat.com>
1686
1687 * NEWS: Combine the two Python sections.
1688
1689 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1690
1691 * target.h (target_close): Update comment on the target's unpush state.
1692
1693 2012-01-19 Pedro Alves <palves@redhat.com>
1694
1695 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
1696 linux_nat_async directly instead of going through the target
1697 vector.
1698 * target.c (unpush_target): Close target after unpushing it, not
1699 before.
1700
1701 2012-01-19 Gary Benson <gbenson@redhat.com>
1702
1703 * mdebugread.c (sort_blocks): Replace integer constants with ones
1704 derived from FIRST_LOCAL_BLOCK.
1705
1706 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1707 Jan Kratochvil <jan.kratochvil@redhat.com>
1708
1709 PR gdb/9538
1710 * symfile.c (find_separate_debug_file): New function.
1711 (terminate_after_last_dir_separator): Likewise.
1712 (find_separate_debug_file_by_debuglink): Also try realpath.
1713 * configure.ac (AC_CHECK_FUNCS): Add lstat.
1714 * configure: Regenerate.
1715 * config.in: Regenerate.
1716
1717 2012-01-18 Doug Evans <dje@google.com>
1718
1719 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
1720 (main.o): Remove rule.
1721 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
1722 (--with-sysroot): Rewrite.
1723 * configure: Regenerate.
1724 * config.in: Regenerate.
1725
1726 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
1727
1728 * parse.c (initialize_expout): New function.
1729 (reallocate_expout): Likewise.
1730 (parse_exp_in_context): Use `initialize_expout' and
1731 `reallocate_expout' when appropriate.
1732
1733 2012-01-18 Pedro Alves <palves@redhat.com>
1734
1735 * record.c (struct record_breakpoint, record_breakpoint_p)
1736 (record_breakpoints): New.
1737 (record_insert_breakpoint, record_remove_breakpoint): Manage
1738 record breakpoints list. Only remove breakpoints from the
1739 inferior if they had been inserted there in the first place.
1740
1741 2012-01-17 Doug Evans <dje@google.com>
1742
1743 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
1744 if we know we don't have a file name to look for.
1745
1746 2012-01-17 Pedro Alves <palves@redhat.com>
1747
1748 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
1749 the frame's stop reason is UNWIND_UNAVAILABLE.
1750
1751 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1752
1753 Fix compilation error.
1754 * m2-exp.y (yyerror): Use ANSI C prototype.
1755
1756 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
1757
1758 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
1759 (growbuf_by_size): Likewise.
1760 (yyerror): Likewise.
1761 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
1762 (modblock): Remove variable (was #if 0'ed).
1763 (parse_number): Convert prototype from K&R to ANSI C.
1764 (yyerror): Likewise.
1765 * objc-exp.y (parse_number): Likewise.
1766 (yyerror): Likewise.
1767 (yylex): Remove #if 0'ed code.
1768 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
1769 (yyerror): Likewise.
1770
1771 2012-01-16 Tom Tromey <tromey@redhat.com>
1772
1773 * NEWS: Add item.
1774 * symtab.h (compare_filenames_for_search): Declare.
1775 * symtab.c (compare_filenames_for_search): New function.
1776 (iterate_over_some_symtabs): Use it.
1777 * symfile.h (struct quick_symbol_functions)
1778 <map_symtabs_matching_filename>: Change spec.
1779 * psymtab.c (partial_map_symtabs_matching_filename): Use
1780 compare_filenames_for_search. Update for new spec.
1781 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
1782 compare_filenames_for_search. Update for new spec.
1783 * breakpoint.c (clear_command): Use compare_filenames_for_search.
1784
1785 2012-01-16 Tom Tromey <tromey@redhat.com>
1786
1787 PR python/13281:
1788 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
1789 (struct main_type) <flag_flag_enum>: New field.
1790 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
1791 * NEWS: Add entries.
1792 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
1793 enums.
1794 * python/lib/gdb/printing.py (_EnumInstance): New class.
1795 (FlagEnumerationPrinter): Likewise.
1796
1797 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
1798
1799 * breakpoint.c (create_sals_from_address_default): New function.
1800 (create_breakpoints_sal_default): Likewise.
1801 (decode_linespec_default): Likewise.
1802 (is_marker_spec): Removed.
1803 (strace_marker_p): New function.
1804 (init_breakpoint_sal): Using `strace_marker_p' instead of
1805 `is_marker_spec'.
1806 (create_breakpoint): Call method `create_sals_from_address' from
1807 breakpoint_ops, replacing code that created SALs conditionally
1808 on the type of the breakpoint. Call method `create_breakpoints_sal',
1809 replacing code that created breakpoints conditionally on the type
1810 wanted.
1811 (base_breakpoint_create_sals_from_address): New function.
1812 (base_breakpoint_create_breakpoints_sal): Likewise.
1813 (base_breakpoint_decode_linespec): Likewise.
1814 (base_breakpoint_ops): Add methods
1815 `base_breakpoint_create_sals_from_address',
1816 `base_breakpoint_create_breakpoints_sal' and
1817 `base_breakpoint_decode_linespec'.
1818 (bkpt_create_sals_from_address): New function.
1819 (bkpt_create_breakpoints_sal): Likewise.
1820 (bkpt_decode_linespec): Likewise.
1821 (tracepoint_create_sals_from_address): Likewise.
1822 (tracepoint_create_breakpoints_sal): Likewise.
1823 (tracepoint_decode_linespec): Likewise.
1824 (strace_marker_create_sals_from_address): Likewise.
1825 (strace_marker_create_breakpoints_sal): Likewise.
1826 (strace_marker_decode_linespec): Likewise.
1827 (strace_marker_breakpoint_ops): New variable.
1828 (addr_string_to_sals): Remove `marker_spec'. Call method
1829 `decode_linespec' from breakpoint_ops, replacing code that decoded
1830 an address string into a SAL. Use `strace_marker_p' instead of
1831 `marker_spec'.
1832 (strace_command): Decide whether we are dealing with a static
1833 tracepoint with marker or not. Use the appropriate breakpoint_ops.
1834 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
1835 * breakpoint.h (linespec_result, linespec_sals): New forward
1836 declarations.
1837 (breakpoint_ops) <create_sals_from_address>,
1838 <create_breakpoints_sal>, <decode_linespec>: New methods.
1839
1840 2012-01-14 Doug Evans <dje@google.com>
1841
1842 * NEWS: Update text for "maint set python print-stack".
1843 It is deprecated in gdb 7.4 and deleted in 7.5.
1844
1845 2012-01-13 Eli Zaretskii <eliz@gnu.org>
1846
1847 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
1848 including curses.h.
1849
1850 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1851
1852 * configure: Regenerate.
1853 * config.in: Regenerate.
1854
1855 2012-01-12 Keith Seitz <keiths@redhat.com>
1856
1857 PR mi/10586
1858 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
1859 (ANONYMOUS_UNION_NAME): Define.
1860 (is_path_expr_parent): New function.
1861 (get_path_expr_parent): New function.
1862 (is_anonymous_child): New function.
1863 (create_child_with_value): If the child is anonymous and without
1864 a name, assign an object name to it.
1865 (c_describe_child): Use get_path_expr_parent to determine
1866 the parent expression.
1867 If there field represents an anonymous struct or union and
1868 has no name, set an appropriate display name and expression.
1869 (cplus_describe_child): Likewise.
1870
1871 2012-01-12 Pedro Alves <palves@redhat.com>
1872
1873 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
1874 available when %ebp is found to be zero (outermost).
1875
1876 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
1877
1878 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
1879 an internal gdb_static_assert.
1880 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
1881
1882 2012-01-11 Tom Tromey <tromey@redhat.com>
1883
1884 PR gdb/9598:
1885 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
1886 catch" and "catch throw".
1887
1888 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1889
1890 * blockframe.c (block_innermost_frame): Start search from selected
1891 frame, if present, or otherwise the current frame.
1892
1893 * c-exp.y (variable): Update innermost_block for
1894 'block COLONCOLON NAME' clause.
1895 * m2-exp.y (variable): Ditto.
1896 * objc-exp.y (variable): Ditto.
1897
1898 2012-01-10 Tom Tromey <tromey@redhat.com>
1899
1900 PR python/13199:
1901 * python/python.c (finish_python_initialization): Set sys.argv.
1902
1903 2012-01-10 Doug Evans <dje@google.com>
1904
1905 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
1906 "want_line_info". All callers updated.
1907 (dwarf_decode_lines_1): New function.
1908 (handle_DW_AT_stmt_list): Add function comment.
1909 New arg "want_line_info". All callers updated.
1910 (read_file_scope,read_type_unit_scope): Move comment from
1911 handle_DW_AT_stmt_list to here.
1912
1913 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1914
1915 Fix regression after libiberty/ update for GCC PR 6057 and others.
1916 * c-exp.y (operator) <OPERATOR DELETE>
1917 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
1918 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
1919 (make_builtin_type, make_name): New variable i, add gdb_assert.
1920 (operator) <OPERATOR NEW>: Update ARGS to 3.
1921 (operator) <OPERATOR DELETE>: Add trailing space.
1922 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
1923 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
1924 * cp-support.c (cp_canonicalize_string): Check NULL from
1925 cp_comp_to_string, call warning and return.
1926
1927 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1928
1929 Fix duplicate .o files after omitting libbfd.a.
1930 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
1931 (SFILES): Add corelow.c.
1932 (COMMON_OBS): Add corelow.o.
1933 (ALLDEPFILES): Remove corelow.c.
1934 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
1935 * config/alpha/alpha-osf3.mh: Likewise.
1936 * config/alpha/fbsd.mh: Likewise.
1937 * config/arm/nbsdaout.mh: Likewise.
1938 * config/arm/nbsdelf.mh: Likewise.
1939 * config/i386/i386gnu.mh: Likewise.
1940 * config/ia64/hpux.mh: Likewise.
1941 * config/ia64/linux.mh: Likewise.
1942 * config/m32r/linux.mh: Likewise.
1943 * config/m68k/linux.mh: Likewise.
1944 * config/mips/irix5.mh: Likewise.
1945 * config/mips/irix6.mh: Likewise.
1946 * config/pa/hpux.mh: Likewise.
1947 * config/pa/linux.mh: Likewise.
1948 * config/powerpc/aix.mh: Likewise.
1949 * config/sparc/linux.mh: Likewise.
1950 * config/sparc/linux64.mh: Likewise.
1951 * config/sparc/sol2.mh: Likewise.
1952 * config/vax/vax.mh: Likewise.
1953 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
1954 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
1955 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
1956 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
1957 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
1958 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
1959 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
1960 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
1961 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
1962 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
1963 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
1964 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
1965 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
1966 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
1967 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
1968 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
1969 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
1970 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
1971 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
1972 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
1973 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
1974 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
1975 corelow.o from gdb_target_obs.
1976 * corefile.c (core_target): Update the comment on NULL value.
1977 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
1978 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
1979 MATCHES. Drop YUMMY set on NULL.
1980 (core_close): Do not call exit_inferior_silent on zero PID. Do not
1981 reclaim CORE_DATA if it is already NULL.
1982
1983 2012-01-09 Doug Evans <dje@google.com>
1984
1985 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
1986 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
1987
1988 2012-01-09 Keith Seitz <keiths@redhat.com>
1989
1990 * breakpoint.c (wrapper.h): Don't include.
1991
1992 2012-01-09 Keith Seitz <keiths@redhat.com>
1993
1994 * Makefile.in (SFILES): Remove wrapper.c.
1995 (HFILES_NO_SRCDIR): Remove wrapper.h.
1996 (COMMON_OBS): Remove wrapper.o.
1997 * cli/cli-interp.c: Don't inlude wrapper.h.
1998 * corelow.c: Likewise.
1999 (core_open): Replace gdb_target_find_new_threads with
2000 TRY_CATCH around target_find_new_threads.
2001 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
2002 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
2003 * varobj.c (varobj_create): Likewise for parse_exp_1 and
2004 evaluate_expression.
2005 (varobj_set_value): Likewise for evaluate_expression and
2006 value_assign.
2007 (install_new_variable): Likewise for value_fetch_lazy.
2008 (adjust_value_for_child_access): Likewise for value_ind.
2009 (c_describe_child): Likewise for value_subscript and
2010 value_ind.
2011 (c_value_of_root): Likewise for evaluate_expression.
2012 * wrapper.c: Remove.
2013 * wrapper.h: Remove.
2014
2015 2012-01-09 Doug Evans <dje@google.com>
2016
2017 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
2018 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
2019 "abfd" args with "section". All callers updated.
2020 Error checking code moved ...
2021 (error_check_comp_unit_head): ... here. New function.
2022 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
2023 Delete arg "abfd". New arg "type_offset". All callers updated.
2024 (create_debug_types_hash_table): Simplify by using
2025 read_and_check_type_unit_head.
2026
2027 * parser-defs.h (namecopy): Delete.
2028 * parse.c (namecopy, namecopy_size): Move into copy_name.
2029
2030 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2031
2032 Partially fix duplicate .o files after omitting libbfd.a.
2033 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
2034 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2035 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
2036 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2037 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
2038 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
2039 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2040
2041 2012-01-09 Pedro Alves <palves@redhat.com>
2042
2043 * MAINTAINERS: Update my email address.
2044
2045 2012-01-08 Doug Evans <dje@google.com>
2046
2047 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
2048 n_type_units. Rename type_comp_units to all_type_units.
2049 All uses updated.
2050 (add_signatured_type_cu_to_table): Renamed from
2051 add_signatured_type_cu_to_list. All callers updated.
2052
2053 * gdbtypes.h (struct cplus_struct_type): Delete member
2054 nfn_fields_total. All uses removed.
2055
2056 2012-01-06 Doug Evans <dje@google.com>
2057
2058 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
2059 to top of file.
2060 (dwarf2_find_comp_unit): Delete.
2061 (process_psymtab_comp_unit): Make result "void".
2062 Delete args buffer, info_ptr, buffer_size, and replace with
2063 "section". All callers updated.
2064 (dwarf2_build_psymtabs_hard): Simplify.
2065
2066 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
2067 Thiago Jung Bauermann <bauerman@br.ibm.com>
2068
2069 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
2070 before `struct gdb_exception'.
2071 * breakpoint.c (update_global_location_list_nothrow)
2072 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
2073 * cp-abi.c (value_rtti_type): Likewise.
2074 * cp-support.c (cp_validate_operator): Likewise.
2075 * infrun.c (insert_exception_resume_breakpoint)
2076 (check_exception_resume, keep_going): Likewise.
2077 * mi-interp.c (mi_breakpoint_created)
2078 (mi_breakpoint_modified): Likewise.
2079 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
2080 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
2081 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
2082
2083 2012-01-05 Doug Evans <dje@google.com>
2084
2085 * dwarf2read.c (statement_prologue): Delete, unused.
2086
2087 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
2088 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
2089
2090 * dwarf2read.c (comp_unit_header): Delete, unused.
2091
2092 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
2093
2094 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
2095 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
2096
2097 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
2098
2099 * infrun.c (normal_stop): Don't skip calling the normal_stop
2100 observers if the thread was doing a multi-step, but stopped for
2101 some reason other than stepping.
2102
2103 2012-01-05 Pedro Alves <alves.ped@gmail.com>
2104
2105 * cli/cli-decode.h: Add comments.
2106 (CMD_LIST_AMBIGUOUS): Moved to command.h
2107 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
2108 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
2109 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
2110 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
2111 (add_com, add_com_alias, add_info, add_info_alias)
2112 (complete_on_cmdlist, complete_on_enum, help_list): Remove
2113 declarations.
2114 * command.h: Add and adjust comments.
2115 (CMD_LIST_AMBIGUOUS): Moved here.
2116 (help_cmd, help_cmd_list): Delete declarations.
2117
2118 2012-01-04 Doug Evans <dje@google.com>
2119
2120 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
2121 All callers updated.
2122 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
2123 Replace all arguments with "per_cu". All callers updated.
2124
2125 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
2126
2127 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
2128 New arg "per_cu". All callers updated.
2129
2130 Delete #if 0'd out code.
2131 * language.c (binop_result_type): Delete.
2132 (simple_type, ordered_type, same_type, integral_type): Delete.
2133 (numeric_type, character_type, string_type, boolean_type): Delete.
2134 (float_type, structured_type): Delete.
2135 * language.h: Update.
2136
2137 2012-01-04 Tom Tromey <tromey@redhat.com>
2138
2139 * python/py-value.c (valpy_binop): Initialize 'res_val'.
2140
2141 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2142
2143 * corefile.c (close_exec_file): Delete.
2144 (reopen_exec_file): Remove commented out code that seems related
2145 to close_exec_file, which is being deleted here.
2146 * inferior.h (close_exec_file): Delete.
2147 * fork-child.c (fork_inferior): Remove call to fork_inferior.
2148
2149 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2150
2151 * ada-lang.c: #include "cli/cli-utils.h".
2152 (get_selections): Use skip_spaces.
2153 (ada_get_next_arg): Use skip_spaces and skip_to_space.
2154 (catch_ada_exception_command_split): Use skip_spaces.
2155 (ada_decode_assert_location): Likewise.
2156
2157 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2158
2159 * linespec.c (decode_line_internal): Check for C++ or Java
2160 compound constructs only if the current language is C, C++
2161 or Java.
2162
2163 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2164
2165 Revert:
2166 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2167 Joel Brobecker <brobecker@adacore.com>
2168 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
2169 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
2170 3 times.
2171 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
2172 fall through into AT_ENTRY_POINT.
2173 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
2174 DUMMY_ADDR with it.
2175 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
2176 PPC_INSN_SIZE skip to 3 times.
2177
2178 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2179
2180 * linespec.c (add_minsym): Preserve function descriptors.
2181
2182 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
2183
2184 * breakpoint.c (all_locations_are_pending): Consider locations
2185 in program spaces executing during startup pending as well.
2186
2187 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2188
2189 Copyright year update in most files of the GDB Project.
2190
2191 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2192
2193 * copyright.sh: Delete.
2194 * copyright.py: Rewrite.
2195
2196 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2197
2198 * gnulib/extra/update-copyright: New file, imported from gnulib.
2199
2200 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2201
2202 * README (Copyright and License Notices): New section.
2203
2204 2012-01-03 Tom Tromey <tromey@redhat.com>
2205
2206 PR python/12533:
2207 * python/py-value.c (valpy_dereference, valpy_get_address
2208 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
2209 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
2210 (valpy_absolute, valpy_richcompare): Free intermediate values.
2211
2212 2011-01-03 Joel Brobecker <brobecker@adacore.com>
2213
2214 * ada-lang.c: Reformat the copyright notice.
2215
2216 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2217
2218 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
2219 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
2220 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
2221 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
2222 Revert this part of:
2223 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2224 Build gdb directly from *.o files not using libgdb.a.
2225 * Makefile.in (COMMON_OBS): Remove solib-target.o.
2226
2227 2012-01-02 Joel Brobecker <brobecker@adacore.com>
2228
2229 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
2230 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
2231 Reformat the copyright header.
2232
2233 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2234
2235 Revert this part of:
2236 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2237 Remove the gdbtui binary.
2238 * gdb.c (main): Remove args.interpreter_p initialization.
2239 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
2240 * main.h (struct captured_main_args): Remove interpreter_p.
2241
2242 2012-01-02 Joel Brobecker <brobecker@adacore.com>
2243
2244 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
2245
2246 2012-01-02 Joel Brobecker <brobecker@adacore.com>
2247
2248 * top.c (print_gdb_version): Update copyright year.
2249
2250 2012-01-02 Yao Qi <yao@codesourcery.com>
2251
2252 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
2253
2254 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2255 Joel Brobecker <brobecker@adacore.com>
2256
2257 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
2258 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
2259 3 times.
2260 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
2261 fall through into AT_ENTRY_POINT.
2262 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
2263 DUMMY_ADDR with it.
2264 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
2265 PPC_INSN_SIZE skip to 3 times.
2266
2267 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2268
2269 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
2270 the return value.
2271 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
2272
2273 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2274
2275 Build gdb directly from *.o files not using libgdb.a.
2276 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
2277 (COMMON_OBS): Remove solib-target.o.
2278 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
2279 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
2280 (LIBGDB_OBS, libgdb.a): Move it above.
2281 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
2282 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
2283 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
2284 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
2285 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
2286 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
2287 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
2288 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
2289 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
2290 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
2291 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2292 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
2293 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
2294 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
2295 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
2296 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
2297 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
2298 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
2299 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
2300 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
2301 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
2302 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
2303 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
2304 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
2305 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
2306 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
2307 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
2308
2309 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2310
2311 Remove the gdbtui binary.
2312 * .gitignore (/gdbtui): Remove.
2313 * Makefile.in (TUI): Remove.
2314 (SUBDIR_TUI_OBS): Remove tui-main.o.
2315 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
2316 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
2317 (tui-main.o): Remove.
2318 (all_object_files): Remove tui-main.o.
2319 * NEWS: New note for the gdbtui removal.
2320 * configure: Rebuilt.
2321 * configure.ac: No longer add all-tui, clean-tui, install-tui and
2322 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
2323 CONFIG_UNINSTALL respectively.
2324 * gdb.c (main): Remove args.interpreter_p initialization.
2325 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
2326 * main.h (struct captured_main_args): Remove interpreter_p.
2327 * tui/tui-main.c: Remove.
2328
2329 2012-01-01 Doug Evans <dje@google.com>
2330
2331 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
2332 (dwarf2_physname, read_import_statement): Ditto.
2333 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
2334 (process_structure_scope read_subroutine_type): Ditto.
2335 (read_typedef, load_partial_dies, read_partial_die): Ditto.
2336 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
2337 (dwarf2_fetch_die_location_block): Ditto.
2338 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
2339
2340 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
2341 All callers updated.
2342 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
2343 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
2344 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
2345
2346 * dwarf2read.c (load_cu): Move assert to more useful location.
2347
2348 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
2349 All callers updated.
2350
2351 * dwarf2read.c (dwarf2_per_objfile): Add comment.
2352 (dwarf2_elf_names): Minor reformat.
2353 (dwarf2_per_cu_data): Tweak comment.
2354 (dwarf2_read_section): Fix comment.
2355 (create_all_comp_units): Fix comment.
2356 (load_full_comp_unit): Fix comment.
2357 (process_full_comp_unit): Fix comment.
2358 (read_signatured_type): Fix comment.
2359
2360 For older changes see ChangeLog-2011.
2361 \f
2362 Local Variables:
2363 mode: change-log
2364 left-margin: 8
2365 fill-column: 74
2366 version-control: never
2367 coding: utf-8
2368 End: