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