better packing for command struct
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2014-01-20 Tom Tromey <tromey@redhat.com>
2
3 * cli/cli-decode.h (struct cmd_list_element): Move all bitfields
4 together.
5
6 2014-01-20 Tom Tromey <tromey@redhat.com>
7
8 * cli/cli-decode.c (add_cmd, deprecate_cmd, add_alias_cmd)
9 (add_setshow_cmd_full, delete_cmd, lookup_cmd_1)
10 (deprecated_cmd_warning, complete_on_cmdlist): Update.
11 * cli/cli-decode.h (CMD_DEPRECATED, DEPRECATED_WARN_USER)
12 (MALLOCED_REPLACEMENT, DOC_ALLOCATED): Remove.
13 (struct cmd_list_element) <flags>: Remove.
14 <cmd_deprecated, deprecated_warn_user, malloced_replacement,
15 doc_allocated>: New fields.
16 <hook_in, allow_unknown, abbrev_flag, type, var_type>: Now
17 bitfields.
18 * maint.c (maintenance_do_deprecate): Update.
19 * top.c (execute_command): Update.
20
21 2014-01-20 Baruch Siach <baruch@tkos.co.il>
22
23 * xtensa-linux-nat.c: Include asm/ptrace.h.
24
25 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
26
27 * Makefile.in (SFILES): Add d-support.c.
28 (COMMON_OBS): Add d-support.o.
29 * d-lang.h (d_parse_symbol): Add comment, now defined in
30 d-support.c.
31 * d-lang.c (parse_call_convention)
32 (parse_attributes, parse_function_types)
33 (parse_function_args, parse_type, parse_identifier)
34 (call_convention_p, d_parse_symbol): Move functions to ...
35 * d-support.c: ... New file.
36
37 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
38
39 * d-lang.h (d_parse_symbol): Add declaration.
40 * d-lang.c (extract_identifiers)
41 (extract_type_info): Remove functions.
42 (parse_call_convention, parse_attributes)
43 (parse_function_types, parse_function_args)
44 (parse_type, parse_identifier, call_convention_p)
45 (d_parse_symbol): New functions.
46 (d_demangle): Use d_parse_symbol to demangle D symbols.
47
48 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
49
50 * d-lang.h (struct builtin_d_type): New data type.
51 (builtin_d_type): Add declaration.
52 * d-lang.c (d_language_arch_info, build_d_types)
53 (builtin_d_type): New functions.
54 (enum d_primitive_types): New data type.
55 (d_language_defn): Change c_language_arch_info to
56 d_language_arch_info.
57 (d_type_data): New static variable.
58 (_initialize_d_language): Initialize d_type_data.
59
60 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
61
62 * d-lang.h (d_main_name): Add declaration.
63 * d-lang.c (d_main_name): New function.
64 * symtab.c (find_main_name): Add call to d_main_name.
65
66 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
67
68 * d-lang.c (d_language_defn): Change macro_expansion_c to
69 macro_expansion_no.
70
71 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
72
73 * MAINTAINERS: Add myself as a write-after-approval maintainer.
74
75 2014-01-17 Sergio Durigan Junior <sergiodj@redhat.com>
76
77 * breakpoint.c (insert_bp_location): Add "volatile" keyword to "struct
78 gdb_exception" declaration.
79 * remote.c (getpkt_or_notif_sane): Likewise.
80
81 2014-01-17 Doug Evans <dje@google.com>
82
83 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): New
84 function, contents of dirnames_to_char_ptr_vec_append moved here.
85 (delim_string_to_char_ptr_vec): New function.
86 (dirnames_to_char_ptr_vec_append): Rewrite.
87 * common/gdb_vecs.h (delim_string_to_char_ptr_vec): Declare.
88
89 2014-01-17 Doug Evans <dje@google.com>
90
91 * common/common-utils.h (FUNCTION_NAME): Renamed from ASSERT_FUNCTION,
92 and moved here ...
93 * common/gdb_assert.h (ASSERT_FUNCTION): ... from here.
94 #include "common-utils.h".
95 (gdb_assert, gdb_assert_fail, gdb_assert_not_reached): Update.
96 * common/vec.h (VEC_ASSERT_PASS): Update.
97 * darwin-nat.h: Replace #include of gdb_assert.h with common-utils.h.
98 (MACH_CHECK_ERROR): Update.
99
100 2014-01-17 Simon Marchi <simon.marchi@ericsson.com>
101
102 * gdbarch.sh (gdbarch_address_class_name_to_type_flags): Add
103 comments.
104 * gdbarch.h: Regenerate.
105
106 2014-01-16 Tom Tromey <tromey@redhat.com>
107
108 * value.c (struct value) <regnum>: Move earlier.
109
110 2014-01-16 Tom Tromey <tromey@redhat.com>
111
112 * remote.c (extended_remote_create_inferior): Rename from
113 extended_remote_create_inferior_1. Add "ops" argument. Remove
114 old implementation.
115
116 2014-01-16 Pedro Alves <palves@redhat.com>
117
118 * s390-linux-tdep.c (s390_frame_unwind_cache): Swallow
119 NOT_AVAILABLE_ERROR errors while parsing the prologue or reading
120 the backchain.
121
122 2014-01-16 Doug Evans <dje@google.com>
123
124 * dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
125
126 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
127
128 * btrace.h (btrace_thread_flag): New.
129 (struct btrace_thread_info) <flags>: New.
130 * record-btrace.c (record_btrace_resume_thread)
131 (record_btrace_find_thread_to_move, btrace_step_no_history)
132 (btrace_step_stopped, record_btrace_start_replaying)
133 (record_btrace_step_thread, record_btrace_decr_pc_after_break)
134 (record_btrace_find_resume_thread): New.
135 (record_btrace_resume, record_btrace_wait): Extend.
136 (record_btrace_can_execute_reverse): New.
137 (record_btrace_open): Fail in non-stop mode.
138 (record_btrace_set_replay): Split into this, ...
139 (record_btrace_stop_replaying): ... this, ...
140 (record_btrace_clear_histories): ... and this.
141 (init_record_btrace_ops): Init to_can_execute_reverse.
142 * NEWS: Announce it.
143
144 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
145
146 * target.h (struct target_ops) <to_decr_pc_after_break>: New.
147 (forward_target_decr_pc_after_break)
148 (target_decr_pc_after_break): New.
149 * target.c (forward_target_decr_pc_after_break)
150 (target_decr_pc_after_break): New.
151 * aix-thread.c (aix_thread_wait): Call target_decr_pc_after_break
152 instead of gdbarch_decr_pc_after_break.
153 * darwin-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
154 instead of gdbarch_decr_pc_after_break.
155 * infrun.c (adjust_pc_after_break): Call target_decr_pc_after_break
156 instead of gdbarch_decr_pc_after_break.
157 * linux-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
158 instead of gdbarch_decr_pc_after_break.
159 * linux-thread-db.c (check_event): Call target_decr_pc_after_break
160 instead of gdbarch_decr_pc_after_break.
161 * record-full.c (record_full_wait_1): Call target_decr_pc_after_break
162 instead of gdbarch_decr_pc_after_break.
163
164 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
165
166 * btrace.c: Include regcache.h.
167 (btrace_add_pc): New.
168 (btrace_enable): Call btrace_add_pc.
169 (btrace_is_empty): New.
170 * btrace.h (btrace_is_empty): New.
171 * record-btrace.c (require_btrace, record_btrace_info): Call
172 btrace_is_empty.
173
174 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
175
176 * common/linux-btrace.c (perf_event_read_bts, linux_read_btrace):
177 Support delta reads.
178 (linux_disable_btrace): Change return type.
179 * common/linux-btrace.h (linux_read_btrace): Change parameters
180 and return type to allow error reporting. Update users.
181 (linux_disable_btrace): Change return type. Update users.
182 * common/btrace-common.h (btrace_read_type) <BTRACE_READ_DELTA>:
183 New.
184 (btrace_error): New.
185 (btrace_block) <begin>: Comment on BEGIN == 0.
186 * btrace.c (btrace_compute_ftrace): Start from the end of
187 the current trace.
188 (btrace_stitch_trace, btrace_clear_history): New.
189 (btrace_fetch): Read delta trace, return if replaying.
190 (btrace_clear): Move clear history code to btrace_clear_history.
191 (parse_xml_btrace): Throw an error if parsing failed.
192 * target.h (struct target_ops) <to_read_btrace>: Change parameters
193 and return type to allow error reporting.
194 (target_read_btrace): Change parameters and return type to allow
195 error reporting.
196 * target.c (target_read_btrace): Update.
197 * remote.c (remote_read_btrace): Support delta reads. Pass
198 errors on.
199 * NEWS: Announce it.
200
201 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
202
203 * record.h (record_btrace_frame_unwind)
204 (record_btrace_tailcall_frame_unwind): New declarations.
205 * dwarf2-frame: Include record.h
206 (dwarf2_frame_cfa): Throw an error for btrace frames.
207 * record-btrace.c: Include hashtab.h.
208 (btrace_get_bfun_name): New.
209 (btrace_call_history): Call btrace_get_bfun_name.
210 (struct btrace_frame_cache): New.
211 (bfcache): New.
212 (bfcache_hash, bfcache_eq, bfcache_new): New.
213 (btrace_get_frame_function): New.
214 (record_btrace_frame_unwind_stop_reason): Allow unwinding.
215 (record_btrace_frame_this_id): Compute own id.
216 (record_btrace_frame_prev_register): Provide PC, throw_error
217 for all other registers.
218 (record_btrace_frame_sniffer): Detect btrace frames.
219 (record_btrace_tailcall_frame_sniffer): New.
220 (record_btrace_frame_dealloc_cache): New.
221 (record_btrace_frame_unwind): Add new functions.
222 (record_btrace_tailcall_frame_unwind): New.
223 (_initialize_record_btrace): Allocate cache.
224 * btrace.c (btrace_clear): Call reinit_frame_cache.
225 * NEWS: Announce it.
226
227 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
228
229 * record-btrace.c (record_btrace_set_replay)
230 (record_btrace_goto_begin, record_btrace_goto_end)
231 (record_btrace_goto): New.
232 (init_record_btrace_ops): Initialize them.
233 * NEWS: Announce it.
234
235 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
236
237 * record-btrace.c (record_btrace_find_new_threads)
238 (record_btrace_thread_alive): New.
239 (init_record_btrace_ops): Initialize to_find_new_threads and
240 to_thread_alive.
241
242 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
243
244 * record-btrace.c (record_btrace_resume): New.
245 (record_btrace_wait): New.
246 (init_record_btrace_ops): Initialize to_wait and to_resume.
247
248 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
249
250 * record-btrace.c (record_btrace_xfer_partial)
251 (record_btrace_insert_breakpoint, record_btrace_remove_breakpoint)
252 (record_btrace_allow_memory_access): New.
253 (init_record_btrace_ops): Initialize new methods.
254 * target.c (raw_memory_xfer_partial): Bail out if target reports
255 that this memory is not available.
256
257 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
258
259 * target.h (target_ops) <to_insert_breakpoint>
260 <to_remove_breakpoint>: Add target_ops parameter.
261 (forward_target_insert_breakpoint): New.
262 (forward_target_remove_breakpoint): New.
263 (memory_remove_breakpoint, memory_insert_breakpoint):
264 Add target_ops parameter.
265 * target.c (target_insert_breakpoint): Split into this and ...
266 (forward_target_insert_breakpoint): ... this.
267 (target_remove_breakpoint): Split into this and ...
268 (forward_target_remove_breakpoint): ... this.
269 (debug_to_insert_breakpoint): Add target_ops parameter.
270 Call forward_target_insert_breakpoint.
271 (debug_to_remove_breakpoint): Add target_ops parameter.
272 Call forward_target_remove_breakpoint.
273 (update_current_target): Do not inherit or default to_insert_breakpoint
274 and to_remove_breakpoint.
275 * corelow.c (ignore): Add target_ops parameter.
276 * exec.c (ignore): Add target_ops parameter.
277 * mem-break.c (memory_insert_breakpoint, memory_remove_breakpoint):
278 Add target_ops parameter.
279 * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
280 Add target_ops parameter.
281 * nto-procfs.c (procfs_insert_breakpoint, procfs_remove_breakpoint):
282 Add target_ops parameter.
283 * record-full.c (record_full_beneath_to_insert_breakpoint)
284 (record_full_beneath_to_remove_breakpoint, tmp_to_insert_breakpoint)
285 (tmp_to_remove_breakpoint, record_full_insert_breakpoint)
286 (record_full_remove_breakpoint, record_full_core_insert_breakpoint)
287 (record_full_core_remove_breakpoint): Add target_ops parameter.
288 Update users.
289 (record_full_beneath_to_insert_breakpoint_ops)
290 (record_full_beneath_to_remove_breakpoint_ops)
291 (tmp_to_insert_breakpoint_ops, tmp_to_remove_breakpoint_ops): New.
292 (record_full_open): Initialize tmp_to_insert_breakpoint_ops,
293 tmp_to_remove_breakpoint_ops,
294 record_full_beneath_to_insert_breakpoint_ops, and
295 record_full_beneath_to_remove_breakpoint_ops.
296 * remote-m32r-sdi.c (m32r_insert_breakpoint)
297 (m32r_remove_breakpoint): Add target_ops parameter.
298 * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
299 Add target_ops parameter.
300 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
301 Add target_ops parameter.
302
303 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
304 Markus Metzger <markus.t.metzger@intel.com>
305
306 * record-btrace.c: Include frame-unwind.h.
307 (record_btrace_frame_unwind_stop_reason)
308 (record_btrace_frame_this_id, record_btrace_frame_prev_register)
309 (record_btrace_frame_sniffer, record_btrace_frame_unwind):
310 New.
311 (init_record_btrace_ops): Install it.
312
313 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
314
315 * frame.c (get_frame_unwind_stop_reason): Unconditionally call
316 get_prev_frame_1.
317
318 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
319
320 * dwarf2-frame.c (dwarf2_frame_cfa): Move UNWIND_UNAVAILABLE check
321 earlier.
322
323 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
324
325 * frame-unwind.c: Include target.h.
326 (frame_unwind_try_unwinder): New function with code from ...
327 (frame_unwind_find_by_frame): ... here. New variable
328 unwinder_from_target, call also target_get_unwinder)
329 (target_get_tailcall_unwinder, and frame_unwind_try_unwinder for it.
330 * target.c (target_get_unwinder, target_get_tailcall_unwinder): New.
331 * target.h (struct target_ops): New fields to_get_unwinder and
332 to_get_tailcall_unwinder.
333 (target_get_unwinder, target_get_tailcall_unwinder): New declarations.
334
335 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
336
337 * record-btrace.c (record_btrace_fetch_registers)
338 (record_btrace_store_registers)
339 (record_btrace_to_prepare_to_store): New.
340 (init_record_btrace_ops): Add the above.
341
342 2014-01-16 Tom Tromey <tromey@redhat.com>
343
344 * windows-nat.c (windows_prepare_to_store): Add 'self' argument.
345 * target.h (struct target_ops) <to_prepare_to_store>: Add
346 argument.
347 (target_prepare_to_store): Add argument.
348 * target.c (debug_to_prepare_to_store): Add argument.
349 (update_current_target): Update.
350 * remote.c (remote_prepare_to_store): Add 'self' argument.
351 * remote-sim.c (gdbsim_prepare_to_store): Add 'self' argument.
352 * remote-mips.c (mips_prepare_to_store): Add 'self' argument.
353 * remote-m32r-sdi.c (m32r_prepare_to_store): Add 'self' argument.
354 * record-full.c (record_full_core_prepare_to_store): Add 'self'
355 argument.
356 * ravenscar-thread.c (ravenscar_prepare_to_store): Add argument.
357 * nto-procfs.c (procfs_prepare_to_store): Add 'self' argument.
358 * monitor.c (monitor_prepare_to_store): Add 'self' argument.
359 * inf-child.c (inf_child_prepare_to_store): Add 'self' argument.
360 * go32-nat.c (go32_prepare_to_store): Add 'self' argument.
361
362 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
363
364 * btrace.h (replay) <replay>: New.
365 (btrace_is_replaying): New.
366 * btrace.c (btrace_clear): Free replay iterator.
367 (btrace_is_replaying): New.
368 * record-btrace.c (record_btrace_is_replaying): New.
369 (record_btrace_info): Print insn number if replaying.
370 (record_btrace_insn_history): Start at replay position.
371 (record_btrace_call_history): Start at replay position.
372 (init_record_btrace_ops): Init to_record_is_replaying.
373
374 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
375
376 * record-btrace.c (record_btrace_insn_history_range): Include
377 end.
378 (record_btrace_insn_history_from): Adjust range.
379 (record_btrace_call_history_range): Include
380 end.
381 (record_btrace_call_history_from): Adjust range.
382 * NEWS: Announce changes.
383
384 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
385
386 * record.h (enum record_print_flag)
387 <record_print_indent_calls>: New.
388 * record.c (get_call_history_modifiers): Recognize /c modifier.
389 (_initialize_record): Document /c modifier.
390 * record-btrace.c (btrace_call_history): Add btinfo parameter.
391 Reorder fields. Optionally indent the function name. Update
392 all users.
393 * NEWS: Announce changes.
394
395 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
396
397 * common/linux-btrace.c (linux_enable_btrace): Enlarge buffer.
398
399 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
400
401 * btrace.c (ftrace_new_function): Start counting at one.
402 * record-btrace.c (record_btrace_info): Adjust number of calls
403 and insns.
404 * NEWS: Announce it.
405
406 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
407
408 * record-btrace.c (btrace_call_history_insn_range): Print
409 insn range as [begin, end].
410
411 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
412
413 * btrace.h (struct btrace_func_link): New.
414 (enum btrace_function_flag): New.
415 (struct btrace_inst): Rename to ...
416 (struct btrace_insn): ...this. Update all users.
417 (struct btrace_func) <ibegin, iend>: Remove.
418 (struct btrace_func_link): New.
419 (struct btrace_func): Rename to ...
420 (struct btrace_function): ...this. Update all users.
421 (struct btrace_function) <segment, flow, up, insn, insn_offset)
422 (number, level, flags>: New.
423 (struct btrace_insn_iterator): Rename to ...
424 (struct btrace_insn_history): ...this.
425 Update all users.
426 (struct btrace_insn_iterator, btrace_call_iterator): New.
427 (struct btrace_target_info) <btrace, itrace, ftrace>: Remove.
428 (struct btrace_target_info) <begin, end, level>
429 <insn_history, call_history>: New.
430 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
431 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
432 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
433 (btrace_call_number, btrace_call_begin, btrace_call_end)
434 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
435 (btrace_find_function_by_number, btrace_set_insn_history)
436 (btrace_set_call_history): New.
437 * btrace.c (btrace_init_insn_iterator)
438 (btrace_init_func_iterator, compute_itrace): Remove.
439 (ftrace_print_function_name, ftrace_print_filename)
440 (ftrace_skip_file): Change
441 parameter to const.
442 (ftrace_init_func): Remove.
443 (ftrace_debug): Use new btrace_function fields.
444 (ftrace_function_switched): Also consider gaining and
445 losing symbol information).
446 (ftrace_print_insn_addr, ftrace_new_call, ftrace_new_return)
447 (ftrace_new_switch, ftrace_find_caller, ftrace_new_function)
448 (ftrace_update_caller, ftrace_fixup_caller, ftrace_new_tailcall):
449 New.
450 (ftrace_new_function): Move. Remove debug print.
451 (ftrace_update_lines, ftrace_update_insns): New.
452 (ftrace_update_function): Check for call, ret, and jump.
453 (compute_ftrace): Renamed to ...
454 (btrace_compute_ftrace): ...this. Rewritten to compute call
455 stack.
456 (btrace_fetch, btrace_clear): Updated.
457 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
458 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
459 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
460 (btrace_call_number, btrace_call_begin, btrace_call_end)
461 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
462 (btrace_find_function_by_number, btrace_set_insn_history)
463 (btrace_set_call_history): New.
464 * record-btrace.c (require_btrace): Use new btrace thread
465 info fields.
466 (record_btrace_info, btrace_insn_history)
467 (record_btrace_insn_history, record_btrace_insn_history_range):
468 Use new btrace thread info fields and new iterator.
469 (btrace_func_history_src_line): Rename to ...
470 (btrace_call_history_src_line): ...this. Use new btrace
471 thread info fields.
472 (btrace_func_history): Rename to ...
473 (btrace_call_history): ...this. Use new btrace thread info
474 fields and new iterator.
475 (record_btrace_call_history, record_btrace_call_history_range):
476 Use new btrace thread info fields and new iterator.
477
478 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
479
480 * frame.h (frame_id_build_unavailable_stack_special): New.
481 * frame.c (frame_id_build_unavailable_stack_special): New.
482
483 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
484
485 * amd64-tdep.c (amd64_classify_insn_at, amd64_insn_is_call)
486 (amd64_insn_is_ret, amd64_insn_is_jump, amd64_jmp_p): New.
487 (amd64_init_abi): Add insn_is_call, insn_is_ret, and insn_is_jump
488 to gdbarch.
489 * i386-tdep.c (i386_insn_is_call, i386_insn_is_ret)
490 (i386_insn_is_jump, i386_jmp_p): New.
491 (i386_gdbarch_init): Add insn_is_call, insn_is_ret, and
492 insn_is_jump to gdbarch.
493 * gdbarch.sh (insn_is_call, insn_is_ret, insn_is_jump): New.
494 * gdbarch.h: Regenerated.
495 * gdbarch.c: Regenerated.
496 * arch-utils.h (default_insn_is_call, default_insn_is_ret)
497 (default_insn_is_jump): New.
498 * arch-utils.c (default_insn_is_call, default_insn_is_ret)
499 (default_insn_is_jump): New.
500
501 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
502
503 * common/btrace-common.h (btrace_read_type) <btrace_read_all>:
504 Change to ...
505 (btrace_read_type) <BTRACE_READ_ALL>: ... this. Update users.
506 (btrace_read_type) <btrace_read_new>: Change to ...
507 (btrace_read_type) <BTRACE_READ_NEW>: ... this. Update users.
508
509 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
510
511 * common/linux-btrace.c (linux_read_btrace): Free trace from
512 previous iteration.
513
514 2014-01-15 Doug Evans <dje@google.com>
515
516 * dwarf2read.c (open_and_init_dwp_file): Use pulongest to print
517 uint32_t.
518
519 2014-01-15 Tom Tromey <tromey@redhat.com>
520
521 * dbxread.c (process_one_symbol): Use set_objfile_main_name.
522 * dwarf2read.c (read_partial_die): Use set_objfile_main_name.
523 * objfiles.c (get_objfile_bfd_data): Initialize language_of_main.
524 (set_objfile_main_name): New function.
525 * objfiles.h (struct objfile_per_bfd_storage) <name_of_main,
526 language_of_main>: New fields.
527 (set_objfile_main_name): Declare.
528 * symtab.c (find_main_name): Loop over objfiles to find the main
529 name and language.
530 (set_main_name): Now static.
531 (get_main_info): Add comment.
532 * symtab.h (set_main_name): Don't declare.
533
534 2014-01-15 Tom Tromey <tromey@redhat.com>
535
536 * symtab.c (main_progspace_key): New global.
537 (struct main_info): New.
538 (name_of_main, language_of_main): Remove.
539 (get_main_info, main_info_cleanup): New function.
540 (set_main_name, main_name, main_language): Use get_main_info.
541 (_initialize_symtab): Initialize main_progspace_key.
542
543 2014-01-15 Tom Tromey <tromey@redhat.com>
544
545 * dbxread.c (process_one_symbol): Update.
546 * dwarf2read.c (read_partial_die): Update.
547 * symfile.c (set_initial_language): Call main_language.
548 * symtab.c (language_of_main): Now static.
549 (set_main_name): Add 'lang' parameter.
550 (find_main_name): Update.
551 (main_language): New function.
552 (symtab_observer_executable_changed): Update.
553 * symtab.h (set_main_name): Update.
554 (language_of_main): Remove.
555 (main_language): Declare.
556
557 2014-01-15 Tom Tromey <tromey@redhat.com>
558
559 * symfile.c (init_entry_point_info): Use new "initialized" field.
560 Update.
561 * objfiles.h (struct entry_point) <initialized>: New field.
562 (struct objfile_per_bfd_storage) <ei>: New field, moved from...
563 (struct objfile) <ei>: ...here. Remove.
564 * objfiles.c (entry_point_address_query): Update.
565
566 2014-01-15 Tom Tromey <tromey@redhat.com>
567
568 * objfiles.c (entry_point_address_query): Relocate entry point
569 address.
570 (objfile_relocate1): Do not relocate entry point address.
571 * objfiles.h (struct entry_info) <entry_point>: Update comment.
572 <the_bfd_section_index>: New field.
573 * symfile.c (init_entry_point_info): Find the entry point's
574 section.
575
576 2014-01-15 Tom Tromey <tromey@redhat.com>
577
578 * solib-frv.c (enable_break): Use entry_point_address_query.
579
580 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
581
582 * NEWS: Add note on improved process record-replay on
583 arm*-linux* targets.
584
585 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
586
587 * arm-tdep.c (enum arm_record_result): New enum.
588 (arm_record_unsupported_insn): New function.
589 (arm_record_coproc_data_proc): Removed.
590 (thumb2_record_ld_st_multiple): New function.
591 (thumb2_record_ld_st_dual_ex_tbb): New function.
592 (thumb2_record_data_proc_sreg_mimm): New function.
593 (thumb2_record_ps_dest_generic): New function.
594 (thumb2_record_branch_misc_cntrl): New function.
595 (thumb2_record_str_single_data): New function.
596 (thumb2_record_ld_mem_hints): New function.
597 (thumb2_record_ld_word): New function.
598 (thumb2_record_lmul_lmla_div): New function.
599 (thumb2_record_decode_insn_handler): New function.
600 (decode_insn): Add thumb32 instruction handlers.
601
602 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
603
604 * arm-linux-tdep.c: Include "record-full.h" and "linux-record.h".
605 (struct arm_linux_record_tdep): Declare.
606 (arm_canonicalize_syscall): New function.
607 (arm_all_but_pc_registers_record): New function.
608 (arm_linux_syscall_record): New function.
609 (arm_linux_init_abi): Add syscall recording constructs.
610 * arm-tdep.c (thumb_record_ldm_stm_swi): Update thumb syscall
611 decoding. (arm_record_coproc_data_proc): Update arm syscall
612 decoding.
613 * arm-tdep.h (struct gdbarch_tdep) <arm_swi_record>: Remove.
614 <arm_syscall_record>: New field.
615 * configure.tgt (arm*-*-linux*): Add linux-record.o to
616 gdb_target_obs.
617
618 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
619
620 * arm-tdep.c (thumb_record_misc): Update to use sp as base
621 register for push instruction recording.
622
623 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
624
625 * arm-tdep.c (thumb_record_misc): Update to correct logical
626 error while recording ldm, ldmia and pop instructions.
627
628 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
629
630 * arm-tdep.c (struct arm_mem_r) <addr>: Change type to uint32_t.
631
632 2014-01-15 Pedro Alves <palves@redhat.com>
633
634 * go32-nat.c (go32_open, go32_close, go32_attach, go32_detach)
635 (go32_resume, go32_fetch_registers, store_register)
636 (go32_store_registers, go32_prepare_to_store)
637 (go32_xfer_memory, go32_files_info, go32_kill_inferior)
638 (go32_create_inferior, go32_can_run, go32_terminal_init)
639 (go32_terminal_inferior, go32_terminal_ours): Delete forward
640 declarations.
641
642 2014-01-15 Tom Tromey <tromey@redhat.com>
643
644 * target.h (async_callback_ftype): New typedef.
645 (struct target_ops) <to_async>: Use it.
646
647 2014-01-15 Joel Brobecker <brobecker@adacore.com>
648
649 * python/py-value.c (get_field_type): Remove unnecessary curly
650 braces for single-statement if block.
651
652 2014-01-15 Joel Brobecker <brobecker@adacore.com>
653
654 * python/py-type.c (convert_field): Add missing empty line
655 after declarations.
656
657 2014-01-14 Doug Evans <dje@google.com>
658
659 * symfile.h (expand_symtabs_matching): Renamed from
660 expand_partial_symbol_names. Update prototype.
661 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
662 * symfile.c (expand_symtabs_matching): Renamed from
663 expand_partial_symbol_names. New args file_matcher, kind.
664 Rename arg fun to symbol_matcher.
665 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
666 * ada-lang.c (ada_complete_symbol_matcher): Renamed from
667 ada_expand_partial_symbol_name.
668 (ada_make_symbol_completion_list): Update to call
669 expand_symtabs_matching.
670 (ada_add_global_exceptions): Call expand_symtabs_matching.
671 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update to
672 call map_symbol_filenames.
673 * symtab.c (sources_info): Update to call map_symbol_filenames.
674 (search_symbols): Call expand_symtabs_matching.
675 (symbol_completion_matcher): Renamed from expand_partial_symbol_name.
676 (default_make_symbol_completion_list_break_on): Update to call
677 expand_symtabs_matching.
678 (make_source_files_completion_list): Update to call
679 map_symbol_filenames.
680
681 2014-01-14 Doug Evans <dje@google.com>
682
683 * symfile.h (expand_symtabs_file_matcher_ftype): New typedef.
684 (expand_symtabs_symbol_matcher_ftype): New typedef.
685 (quick_symbol_functions.expand_symtabs_matching): Update to use.
686 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
687 * symfile.c (expand_partial_symbol_names): Update to use
688 expand_symtabs_symbol_matcher_ftype.
689 * dwarf2read.c (dw2_expand_symtabs_matching): Update to use
690 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
691 Arg name_matcher renamed to symbol_matcher.
692 * psymtab.c (recursively_search_psymtabs): Update to use
693 expand_symtabs_symbol_matcher_ftype. Arg name_matcher renamed to
694 sym_matcher.
695 (expand_symtabs_matching_via_partial): Update to use
696 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
697 Arg name_matcher renamed to symbol_matcher.
698
699 2014-01-14 Doug Evans <dje@google.com>
700
701 * psymtab.c (expand_partial_symbol_names): Delete, moved to symfile.c.
702 (map_partial_symbol_filenames): Ditto.
703 * psymtab.h (expand_partial_symbol_names): Delete, moved to symfile.h.
704 (map_partial_symbol_filenames): Ditto.
705 * symfile.c (expand_partial_symbol_names): Moved here from psymtab.c.
706 (map_partial_symbol_filenames): Ditto.
707 * symfile.h (expand_partial_symbol_names): Moved here from psymtab.h.
708 (map_partial_symbol_filenames): Ditto.
709 * symtab.c: Delete #include "psymtab.h".
710
711 2014-01-14 Pedro Alves <palves@redhat.com>
712 Tom Tromey <tromey@redhat.com>
713
714 * infrun.c (use_displaced_stepping): Use find_record_target
715 instead of RECORD_IS_USED.
716 (adjust_pc_after_break): Use record_full_is_used instead of
717 RECORD_IS_USED.
718 * record-btrace.c (record_btrace_open): Call record_preopen
719 instead of checking RECORD_IS_USED.
720 * record-full.c (record_full_shortname)
721 (record_full_core_shortname): New globals.
722 (record_full_is_used): New function.
723 (find_full_open): Call record_preopen instead of checking
724 RECORD_IS_USED.
725 (init_record_full_ops): Set the target's shortname to
726 record_full_shortname.
727 (init_record_full_core_ops): Set the target's shortname to
728 record_full_core_shortname.
729 * record-full.h (record_full_is_used): Declare.
730 * record.c (find_record_target): Make extern.
731 (record_preopen): New function.
732 * record.h (RECORD_IS_USED): Delete macro.
733 (find_record_target, record_preopen): Declare functions.
734
735 2014-01-14 Yao Qi <yao@codesourcery.com>
736
737 * gdbarch.sh (core_xfer_shared_libraries): Change its argument
738 'len''s type to ULONGEST.
739 (core_xfer_shared_libraries_aix): Likewise.
740 * gdbarch.c, gdbarch.h: Regenerated.
741 * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries):
742 Change type of 'len' to ULONGEST.
743 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
744 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
745
746 2014-01-14 Yao Qi <yao@codesourcery.com>
747
748 * common/linux-osdata.c (linux_xfer_osdata_processes): Change
749 type of 'len' to ULONGEST.
750 (linux_xfer_osdata_processgroups): Likewise.
751 (linux_xfer_osdata_threads): Likewise.
752 (linux_xfer_osdata_fds): Likewise.
753 (linux_xfer_osdata_isockets): Likewise.
754 (linux_xfer_osdata_shm): Likewise.
755 (linux_xfer_osdata_sem): Likewise.
756 (linux_xfer_osdata_msg): Likewise.
757 (linux_common_xfer_osdata): Likewise.
758 (struct osdata_type) <getter>: Likewise.
759 * common/linux-osdata.h (linux_common_xfer_osdata): Update
760 the declaration.
761
762 2014-01-14 Yao Qi <yao@codesourcery.com>
763
764 * target.h (target_xfer_partial_ftype): Update.
765 (struct target_ops) <to_xfer_partial>: Change 'len' type to
766 ULONGEST.
767 * aix-thread.c (aix_thread_xfer_partial): Change type of
768 argument 'len' to ULONGEST.
769 * auxv.c (procfs_xfer_auxv): Likewise.
770 (ld_so_xfer_auxv): Likewise.
771 (memory_xfer_auxv): Likewise.
772 * bfd-target.c (target_bfd_xfer_partial): Likewise.
773 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
774 * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
775 * corelow.c (core_xfer_partial): Likewise.
776 * ctf.c (ctf_xfer_partial): Likewise.
777 * darwin-nat.c (darwin_read_write_inferior): Likewise. Use
778 '%u'.
779 (darwin_read_dyld_info): Likewise.
780 (darwin_xfer_partial): Likewise.
781 * exec.c (section_table_xfer_memory_partial): Likewise.
782 (exec_xfer_partial): Likewise.
783 * exec.h (section_table_xfer_memory_partial): Update
784 declaration.
785 * gnu-nat.c (gnu_xfer_memory): Likewise. Call pulongest
786 instead of plongest.
787 (gnu_xfer_partial): Likewise.
788 * ia64-hpux-nat.c (ia64_hpux_xfer_memory): Likewise.
789 (ia64_hpux_xfer_solib_got): Likewise.
790 (ia64_hpux_xfer_partial): Likewise.
791 * ia64-linux-nat.c (ia64_linux_xfer_partial):
792 * inf-ptrace.c (inf_ptrace_xfer_partial):
793 * inf-ttrace.c (inf_ttrace_xfer_partial):
794 * linux-nat.c (linux_xfer_siginfo): Likewise.
795 (linux_nat_xfer_partial): Likewise.
796 (spu_enumerate_spu_ids, linux_proc_xfer_spu): Likewise.
797 (linux_nat_xfer_osdata, linux_xfer_partial): Likewise.
798 * monitor.c (monitor_xfer_memory): Likewise.
799 (monitor_xfer_partial): Likewise.
800 * procfs.c (procfs_xfer_partial): Likewise.
801 * record-full.c (record_full_xfer_partial): Likewise.
802 (record_full_core_xfer_partial): Likewise.
803 * remote-sim.c (gdbsim_xfer_memory): Likewise. Call pulongest
804 instead of plongest.
805 (gdbsim_xfer_partial): Likewise.
806 * remote.c (remote_xfer_partial): Likewise.
807 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
808 * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
809 declaration.
810 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
811 (rs6000_xfer_shared_libraries): Likewise.
812 * sol-thread.c (sol_thread_xfer_partial): Likewise.
813 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
814 (sparc_xfer_partial): Likewise.
815 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
816 (spu_xfer_partial): Likewise.
817 * spu-multiarch.c (spu_xfer_partial): Likewise.
818 * target.c (target_read_live_memory): Likewise.
819 (memory_xfer_live_readonly_partial): Likewise.
820 (memory_xfer_partial, memory_xfer_partial_1): Likewise.
821 (target_xfer_partial, default_xfer_partial): Likewise.
822 (current_xfer_partial): Likewise.
823 * tracepoint.c (tfile_xfer_partial): Likewise.
824 * windows-nat.c (windows_xfer_memory): Likewise. Call
825 pulongest instead of plongest.
826 (windows_xfer_partial): Likewise.
827 (windows_xfer_shared_libraries): Likewise.
828
829 2014-01-14 Yao Qi <yao@codesourcery.com>
830
831 * rs6000-nat.c (rs6000_xfer_shared_libraries): Use
832 target_xfer_partial_ftype.
833
834 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
835
836 PR python/15464
837 PR python/16113
838 * valops.c (value_struct_elt_bitpos): New function
839 * py-type.c (convert_field): Set 'name' attribute of a gdb.Field
840 object to 'None' if the field name is an empty string ("").
841 * python/py-value.c (valpy_getitem): Use 'bitpos' and 'type'
842 attribute to look for a field when 'name' is 'None'.
843 (get_field_type): New function
844
845 2014-01-13 Doug Evans <dje@google.com>
846
847 PR symtab/16426
848 * dwarf2read.c (dwarf2_get_dwz_file): Call gdb_bfd_record_inclusion.
849 (try_open_dwop_file): Ditto.
850 * gdb_bfd.c: #include "vec.h".
851 (bfdp): New typedef.
852 (struct gdb_bfd_data): New member included_bfds.
853 (gdb_bfd_unref): Unref all included bfds.
854 (gdb_bfd_record_inclusion): New function.
855 * gdb_bfd.h (gdb_bfd_record_inclusion): Declare.
856
857 2014-01-13 Tom Tromey <tromey@redhat.com>
858
859 * gdbcore.h (deprecated_core_resize_section_table): Remove.
860
861 2014-01-13 Tom Tromey <tromey@redhat.com>
862
863 * defs.h (use_windows): Remove.
864 * gdb.c (main): Update.
865 * main.c (captured_main, gdb_main): Update.
866 * main.h (struct captured_main_args) <use_windows>: Remove.
867 * top.c (use_windows): Remove.
868
869 2014-01-13 Tom Tromey <tromey@redhat.com>
870
871 * defs.h (deprecated_flush_hook): Remove.
872
873 2014-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
874
875 PR threads/16216
876 * linux-thread-db.c (try_thread_db_load): Add parameter
877 check_auto_load_safe. Move here the file_is_auto_load_safe call.
878 (try_thread_db_load_from_pdir_1): Move it there from here.
879 (try_thread_db_load_from_sdir): Update caller.
880 (try_thread_db_load_from_dir): Move it there from here.
881
882 2014-01-13 Patrick Palka <patrick@parcs.ath.cx>
883
884 * regformats/regdat.sh: Always rewrite the register file.
885
886 2014-01-13 Pedro Alves <palves@redhat.com>
887
888 * Makefile.in (CHECK_HEADERS): New variable.
889 (check-headers:): New rule.
890
891 2014-01-13 Tom Tromey <tromey@redhat.com>
892
893 * cli/cli-setshow.c (do_set_command): Update.
894 * defs.h (deprecated_set_hook): Remove.
895 * top.c (deprecated_set_hook): Remove.
896
897 2014-01-13 Pedro Alves <palves@redhat.com>
898
899 * tracepoint.c (tfile_fetch_registers): Don't infer the PC from
900 the tracepoint if the PC is a pseudo-register.
901
902 2014-01-13 Tom Tromey <tromey@redhat.com>
903
904 * defs.h (XCALLOC): Remove.
905 * bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
906 (print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
907 * dwarf2loc.c (allocate_piece_closure): Likewise.
908 * elfread.c (elf_symfile_segments): Likewise.
909 (elf_symfile_segments): Likewise.
910 * gdbtypes.c (copy_type_recursive): Likewise.
911 * i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
912 * jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
913 * minsyms.c (prim_record_minimal_symbol_full): Use XCNEW, not
914 XCALLOC.
915 * mt-tdep.c (mt_gdbarch_init): Likewise.
916 * opencl-lang.c (allocate_lval_closure): Use XCNEWVEC, not
917 XCALLOC.
918 * psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
919 * regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
920 * registry.c (registry_alloc_data): Likewise.
921 * rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
922 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
923 * serial.c (serial_fdopen_ops): Likewise.
924 * solib-aix.c (solib_aix_get_section_offsets): Use XCNEWVEC, not
925 XCALLOC.
926 * spu-tdep.c (spu_gdbarch_init): Use XCNEW, not XCALLOC.
927 * symfile.c (default_symfile_segments): Use XCNEW and XCNEWVEC,
928 not XCALLOC.
929
930 2014-01-13 Tom Tromey <tromey@redhat.com>
931
932 * defs.h (XMALLOC): Remove.
933 * avr-tdep.c (avr_gdbarch_init): Use XNEW, not XMALLOC.
934 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
935 * cli-out.c (struct ui_out *): Likewise.
936 * cli/cli-dump.c (add_dump_command): Likewise.
937 (add_dump_command): Likewise.
938 * complaints.c (get_complaints): Likewise.
939 (find_complaint): Likewise.
940 * dwarf2-frame.c (execute_cfa_program): Likewise.
941 * dwarf2read.c (abbrev_table_read_table): Likewise.
942 * gdbarch.sh: Likewise.
943 * gdbarch.c: Rebuild.
944 * inf-ttrace.c (inf_ttrace_add_page): Likewise.
945 * interps.c (interp_new): Likewise.
946 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
947 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
948 * mi/mi-console.c (mi_console_file_new): Likewise.
949 * mi/mi-interp.c (mi_interpreter_init): Likewise.
950 * mi/mi-out.c (mi_out_new): Likewise.
951 * mi/mi-parse.c (mi_parse): Likewise.
952 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
953 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
954 * observer.c (xalloc_observer_list_node): Likewise.
955 * regcache.c (regcache_xmalloc_1): Likewise.
956 * reggroups.c (reggroup_new): Likewise.
957 (_initialize_reggroup): Likewise.
958 * registry.c (register_data_with_cleanup): Likewise.
959 * remote.c (remote_notif_stop_alloc_reply): Likewise.
960 * ser-base.c (serial_ttystate): Likewise.
961 * ser-mingw.c (make_pipe_state): Likewise.
962 * ser-pipe.c (pipe_open): Likewise.
963 * serial.c (serial_open): Likewise.
964 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
965 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
966 (tui_alloc_win_info): Likewise.
967 (tui_add_content_elements): Likewise.
968 * tui/tui-file.c (tui_file_new): Likewise.
969 * tui/tui-out.c (tui_out_new): Likewise.
970 * ui-file.c (mem_file_new): Likewise.
971 * ui-out.c (push_level): Likewise.
972 (make_cleanup_ui_out_end): Likewise.
973 (append_header_to_list): Likewise.
974 (ui_out_new): Likewise.
975 * user-regs.c (user_reg_add_builtin): Likewise.
976
977 2014-01-13 Tom Tromey <tromey@redhat.com>
978
979 * defs.h (XZALLOC): Remove.
980 * ada-lang.c (get_ada_inferior_data): Use XCNEW, not XZALLOC.
981 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
982 (get_ada_tasks_inferior_data): Likewise.
983 * auto-load.c (get_auto_load_pspace_data): Likewise.
984 * auxv.c (get_auxv_inferior_data): Likewise.
985 * bfd-target.c (target_bfd_reopen): Likewise.
986 * breakpoint.c (get_catch_syscall_inferior_data): Likewise.
987 (deprecated_insert_raw_breakpoint): Likewise.
988 * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
989 * corelow.c (core_open): Likewise.
990 * darwin-nat.c (darwin_check_new_threads): Likewise.
991 (darwin_attach_pid): Likewise.
992 * dummy-frame.c (dummy_frame_push): Likewise.
993 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
994 * dwarf2loc.c (allocate_piece_closure): Likewise.
995 * elfread.c (elf_symfile_segments): Likewise.
996 * eval.c (ptrmath_type_p): Likewise.
997 * exceptions.c (EXCEPTIONS_SIGJMP_BUF): Likewise.
998 * gdbtypes.c (alloc_type_arch): Likewise.
999 (alloc_type_instance): Likewise.
1000 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1001 * inf-child.c (inf_child_can_use_agent): Likewise.
1002 * inflow.c (get_inflow_inferior_data): Likewise.
1003 * infrun.c (save_infcall_suspend_state): Likewise.
1004 * jit.c (jit_reader_load): Likewise.
1005 (get_jit_objfile_data): Likewise.
1006 (get_jit_program_space_data): Likewise.
1007 (jit_object_open_impl): Likewise.
1008 (jit_symtab_open_impl): Likewise.
1009 (jit_block_open_impl): Likewise.
1010 (jit_frame_sniffer): Likewise.
1011 * linux-fork.c (add_fork): Likewise.
1012 * maint.c (make_command_stats_cleanup): Likewise.
1013 * objfiles.c (get_objfile_pspace_data): Likewise.
1014 * opencl-lang.c (struct lval_closure): Likewise.
1015 * osdata.c (osdata_start_osdata): Likewise.
1016 * progspace.c (new_address_space): Likewise.
1017 (add_program_space): Likewise.
1018 * remote-sim.c (get_sim_inferior_data): Likewise.
1019 * sh-tdep.c (sh_gdbarch_init): Likewise.
1020 * skip.c (Ignore): Likewise.
1021 (skip_delete_command): Likewise.
1022 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1023 (library_list_start_library): Likewise.
1024 (solib_aix_current_sos): Likewise.
1025 * solib-darwin.c (get_darwin_info): Likewise.
1026 (darwin_current_sos): Likewise.
1027 * solib-dsbt.c (get_dsbt_info): Likewise.
1028 * solib-ia64-hpux.c (new_so_list): Likewise.
1029 (ia64_hpux_get_solib_linkage_addr): Likewise.
1030 * solib-spu.c (append_ocl_sos): Likewise.
1031 (spu_current_sos): Likewise.
1032 * solib-svr4.c (get_svr4_info): Likewise.
1033 (svr4_keep_data_in_core): Likewise.
1034 (library_list_start_library): Likewise.
1035 (svr4_default_sos): Likewise.
1036 (svr4_read_so_list): Likewise.
1037 * solib-target.c (library_list_start_library): Likewise.
1038 (solib_target_current_sos): Likewise.
1039 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
1040 * symfile-debug.c (install_symfile_debug_logging): Likewise.
1041 * symfile.c (default_symfile_segments): Likewise.
1042 * target-descriptions.c (tdesc_data_init): Likewise.
1043 (tdesc_create_reg): Likewise.
1044 (struct tdesc_type *): Likewise.
1045 (tdesc_create_vector): Likewise.
1046 (tdesc_set_struct_size): Likewise.
1047 (struct tdesc_type *): Likewise.
1048 (tdesc_free_feature): Likewise.
1049 (tdesc_create_feature): Likewise.
1050 * windows-nat.c (windows_add_thread): Likewise.
1051 (windows_make_so): Likewise.
1052 * xml-support.c (gdb_xml_body_text): Likewise.
1053 (gdb_xml_create_parser_and_cleanup): Likewise.
1054 (xml_process_xincludes): Likewise.
1055 * xml-syscall.c (allocate_syscalls_info): Likewise.
1056 (syscall_create_syscall_desc): Likewise.
1057
1058 2014-01-12 Sergio Durigan Junior <sergiodj@redhat.com>
1059
1060 * i386-tdep.c (i386_stap_parse_special_token_triplet): New
1061 function, with code from i386_stap_parse_special_token.
1062 (i386_stap_parse_special_token_three_arg_disp): Likewise.
1063 (i386_stap_parse_special_token): Move code to the two functions
1064 above; simplify it.
1065
1066 2014-01-09 Pedro Alves <palves@redhat.com>
1067 Hui Zhu <hui@codesourcery.com>
1068
1069 PR gdb/16101
1070 * breakpoint.c (insert_bp_location): Rename hw_bp_err_string to
1071 bp_err_string. Don't mark the location shlib_disabled if the
1072 error thrown wasn't a generic or memory error. Catch errors
1073 thrown while inserting breakpoints in overlayed code. Output
1074 error message of software breakpoints.
1075 * remote.c (remote_insert_breakpoint): If this breakpoint has
1076 target-side commands but this stub doesn't support Z0 packets,
1077 throw NOT_SUPPORTED_ERROR error.
1078 * exceptions.h (enum errors) <NOT_SUPPORTED_ERROR>: New error.
1079 * target.h (target_insert_breakpoint): Extend comment.
1080 (target_insert_hw_breakpoint): Add comment.
1081
1082 2014-01-08 Pedro Alves <palves@redhat.com>
1083
1084 * remote.c (remote_add_thread): Add threads silently if starting
1085 up.
1086 (remote_notice_new_inferior): If in all-stop, and starting up,
1087 don't call notice_new_inferior.
1088 (get_current_thread): New function, factored out from ...
1089 (add_current_inferior_and_thread): ... this. Adjust.
1090 (remote_start_remote) <all-stop>: Fetch the thread list. If we
1091 found any thread, then select the remote's current thread as GDB's
1092 current thread too.
1093
1094 2014-01-08 Joel Brobecker <brobecker@adacore.com>
1095
1096 * NEWS: Create a new section for the next release branch.
1097 Rename the section of the current branch, now that it has
1098 been cut.
1099
1100 2014-01-08 Joel Brobecker <brobecker@adacore.com>
1101
1102 GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
1103 * version.in: Bump version to 7.7.50.DATE-cvs.
1104
1105 2014-01-08 Yao Qi <yao@codesourcery.com>
1106
1107 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
1108 type of 'id' to gdb_byte. Cast 'id' to 'const char *'.
1109 (spu_xfer_partial): Cast 'buf' to 'const char *'.
1110
1111 2014-01-08 Yao Qi <yao@codesourcery.com>
1112
1113 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
1114 return value of bfd_get_filename to symbol_file_add_from_bfd.
1115
1116 2014-01-08 Pierre Muller <muller@sourceware.org>
1117
1118 Fix PR16201.
1119 * coff-pe-read.c (struct read_pe_section_data): Add index field.
1120 (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
1121 to prim_record_mininal_symbol_and_info.
1122 (add_pe_forwarded_sym): Use known section number of forwarded symbol
1123 in call to prim_record_minimal_symbol_and_info.
1124 (read_pe_exported_syms): Set index field of section_data.
1125
1126 2014-01-07 Andrew Pinski <apinski@cavium.com>
1127
1128 * features/aarch64-core.xml (cpsr): Change to be 64bit.
1129 * features/aarch64.c: Regenerate.
1130
1131 2014-01-07 Andreas Schwab <schwab@linux-m68k.org>
1132
1133 * target.c (return_null): Define.
1134 (update_current_target): Use it instead of return_zero for
1135 functions that return a pointer.
1136
1137 2014-01-07 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1138
1139 * source.c (add_path): Fix check for duplicated paths in the previously
1140 included paths.
1141
1142 2014-01-07 Honggyu Kim <hong.gyu.kim@lge.com>
1143
1144 * ada-lang.c: Remove duplicated include statements.
1145 * alphabsd-nat.c: Ditto.
1146 * amd64-darwin-tdep.c: Ditto.
1147 * amd64fbsd-nat.c: Ditto.
1148 * auto-load.c: Ditto.
1149 * ax-gdb.c: Ditto.
1150 * breakpoint.c: Ditto.
1151 * dbxread.c: Ditto.
1152 * fork-child.c: Ditto.
1153 * gdb_usleep.c: Ditto.
1154 * i386-darwin-tdep.c: Ditto.
1155 * i386fbsd-nat.c: Ditto.
1156 * infcmd.c: Ditto.
1157 * inferior.c: Ditto.
1158 * jv-lang.c: Ditto.
1159 * linux-nat.c: Ditto.
1160 * linux-tdep.c: Ditto.
1161 * m68kbsd-nat.c: Ditto.
1162 * m68klinux-nat.c: Ditto.
1163 * microblaze-tdep.c: Ditto.
1164 * mips-linux-tdep.c: Ditto.
1165 * mn10300-tdep.c: Ditto.
1166 * nto-tdep.c: Ditto.
1167 * opencl-lang.c: Ditto.
1168 * osdata.c: Ditto.
1169 * printcmd.c: Ditto.
1170 * regcache.c: Ditto.
1171 * remote-m32r-sdi.c: Ditto.
1172 * remote.c: Ditto.
1173 * symfile.c: Ditto.
1174 * symtab.c: Ditto.
1175 * tilegx-linux-nat.c: Ditto.
1176 * tilegx-tdep.c: Ditto.
1177 * tracepoint.c: Ditto.
1178 * valops.c: Ditto.
1179 * vaxbsd-nat.c: Ditto.
1180 * windows-nat.c: Ditto.
1181 * xtensa-tdep.c: Ditto.
1182
1183 2014-01-07 Yao Qi <yao@codesourcery.com>
1184
1185 * spu-linux-nat.c (_initialize_spu_nat): Declare.
1186
1187 2014-01-07 Yao Qi <yao@codesourcery.com>
1188 Joel Brobecker <brobecker@adacore.com>
1189
1190 * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
1191 (pdc_write_regs): Likewise.
1192 (fetch_regs_kernel_thread): Likewise.
1193 (store_regs_kernel_thread): Likewise.
1194
1195 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1196
1197 * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
1198 tagged type objects to their actual type.
1199
1200 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1201
1202 * ada-valprint.c (print_field_values): Add "language" parameter.
1203 Update calls to print_field_values and print_variant_part.
1204 Pass new parameter "language" in call to val_print instead
1205 of "current_language". Replace call to ada_val_print by call
1206 to val_print.
1207 (print_variant_part): Add "language" parameter.
1208 (ada_val_print_struct_union): Update call to print_field_values.
1209
1210 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1211
1212 * ada-valprint.c (ui_memcpy): Delete.
1213 (ada_print_floating): Update documentation. Add empty line
1214 between between function documentation and implementation.
1215 Delete variable "buffer". Use ui_file_xstrdup in place of
1216 ui_file_put. Minor adjustments following this change.
1217
1218 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1219
1220 * ada-valprint.c (ada_val_print_string): New function,
1221 extracted from ada_val_print_array.
1222 (ada_val_print_array): Replace extracted code by call
1223 to ada_val_print_string followed by a return. Move
1224 "else" branch to the function's top block.
1225
1226 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1227
1228 * ada-valprint.c (ada_val_print_array): Move implementation
1229 down. Rename parameter "offset" and "val" into "offset_aligned"
1230 and "original_value" respectively. Add parameter "offset".
1231
1232 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1233
1234 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
1235 re-organizing the code. Change the "???" message printed
1236 when target type is a TYPE_CODE_UNDEF into
1237 "<ref to undefined type>".
1238
1239 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1240
1241 * ada-valprint.c (print_record): Delete, implementation inlined...
1242 (ada_val_print_struct_union): ... here. Remove call to
1243 ada_check_typedef in inlined implementation.
1244
1245 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1246
1247 * ada-valprint.c (ada_val_print_gnat_array): New function,
1248 extracted from ada_val_print_1;
1249 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
1250 (ada_val_print_flt, ada_val_print_struct_union)
1251 (ada_val_print_ref): Likewise.
1252 (ada_val_print_1): Delete variables i and elttype.
1253 Replace extracted-out code by call to corresponding
1254 new functions.
1255
1256 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1257
1258 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
1259
1260 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1261
1262 * ada-valprint.c (ada_val_print_1): Replace calls to
1263 ada_val_print_1 by calls to val_print.
1264
1265 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1266
1267 * ada-valprint.c (ada_val_print_1): Add parameter "language".
1268 Update calls to self accordingly. Replace calls to c_val_print
1269 by calls to val_print.
1270
1271 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1272
1273 * ada-valprint.c (print_record): Delete declaration.
1274 (adjust_type_signedness, ada_val_print_1): Likewise.
1275 (ada_val_print): Move function implementation down.
1276 (print_variant_part, print_field_values, print_record):
1277 Move function implementation up.
1278
1279 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1280
1281 * python/py-type.c (typy_get_name): New function.
1282 (type_object_getset): Add entry for attribute "name".
1283 * NEWS: Add entry mentioning this new attribute.
1284
1285 2014-01-07 Yao Qi <yao@codesourcery.com>
1286
1287 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
1288 statement.
1289
1290 2014-01-07 Yao Qi <yao@codesourcery.com>
1291
1292 * gnu-nat.c (info_port_rights): Add qualifier const to
1293 argument args.
1294
1295 2014-01-07 Yao Qi <yao@codesourcery.com>
1296
1297 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
1298
1299 2014-01-07 Yao Qi <yao@codesourcery.com>
1300
1301 * gnu-nat.c (make_inf) Update declaration.
1302 (make_inf): Make it static.
1303 (inf_set_traced): Likewise.
1304 (inf_port_to_thread, inf_task_died_status): Likewise.
1305
1306 2014-01-07 Yao Qi <yao@codesourcery.com>
1307
1308 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
1309
1310 2014-01-07 Yao Qi <yao@codesourcery.com>
1311
1312 * gnu-nat.c (_initialize_gnu_nat): Declare.
1313
1314 2014-01-07 Yao Qi <yao@codesourcery.com>
1315
1316 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
1317 'enum bfd_endian'.
1318 (struct gdbarch_info) <byte_order>: Change type to
1319 'enum bfd_endian'.
1320 <byte_order_for_code>: Likewise.
1321 * gdbarch.c, gdbarch.h: Regenerated.
1322
1323 2014-01-06 Sasha Smundak <asmundak@google.com>
1324
1325 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
1326
1327 2014-01-06 Tom Tromey <tromey@redhat.com>
1328
1329 * doublest.c (convert_doublest_to_floatformat): Use const, not
1330 CONST.
1331 * somread.c (som_symtab_read): Likewise.
1332
1333 2014-01-07 Hui Zhu <hui@codesourcery.com>
1334
1335 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
1336 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
1337 (gdb_bfd_fopen): Ditto.
1338 (gdb_bfd_openr): Ditto.
1339 (gdb_bfd_openw): Ditto.
1340 (gdb_bfd_openr_iovec): Ditto.
1341 (gdb_bfd_fdopenr): Ditto.
1342 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
1343 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
1344 with xstrdup.
1345 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
1346 with xstrdup.
1347 * symfile-mem.c (symbol_file_add_from_memory): Removed
1348 gdb_bfd_stash_filename.
1349
1350 2014-01-03 Doug Evans <dje@google.com>
1351
1352 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
1353 output.
1354
1355 2014-01-01 Joel Brobecker <brobecker@adacore.com>
1356
1357 Update year range in copyright notice of all files.
1358
1359 2014-01-01 Joel Brobecker <brobecker@adacore.com>
1360
1361 * top.c (print_gdb_version): Set copyright year to 2014.
1362
1363 2014-01-01 Joel Brobecker <brobecker@adacore.com>
1364
1365 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
1366
1367 For older changes see ChangeLog-2013.
1368 \f
1369 Local Variables:
1370 mode: change-log
1371 left-margin: 8
1372 fill-column: 74
1373 version-control: never
1374 coding: utf-8
1375 End:
This page took 0.056301 seconds and 5 git commands to generate.