]>
Commit | Line | Data |
---|---|---|
5387a0c6 MF |
1 | 2011-03-05 Mike Frysinger <[email protected]> |
2 | ||
3 | * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h. | |
4 | * configure.tgt (bfin-*-*linux*): Define gdb_sim. | |
5 | (bfin-*-*): Likewise. | |
6 | ||
e3aa49af MS |
7 | 2011-03-05 Michael Snyder <[email protected]> |
8 | ||
82ae4854 MS |
9 | * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon. |
10 | * mdebugread.c (parse_symbol): Ditto. | |
11 | * parse.c (parse_exp_in_context): Ditto. | |
12 | * source.c (add_path): Ditto. | |
13 | * utils.c (gnu_debuglink_crc32): Ditto. | |
14 | * varobj.c (variable_language): Ditto. | |
15 | ||
e3aa49af MS |
16 | * linux-tdep.c (linux_get_siginfo_type): Stop memory leak. |
17 | ||
154f592e MS |
18 | 2011-03-04 Michael Snyder <[email protected]> |
19 | ||
da3ecdc6 MS |
20 | * linux-fork.c (inferior_call_waitptid): Fix copy/paste error. |
21 | ||
9cc89665 MS |
22 | * symfile.c (simple_overlay_update): Check for null return value |
23 | from lookup_minimal_symbol. | |
24 | ||
cfdee94a MS |
25 | * gdbserver/server.c (queue_stop_reply): Call xmalloc not malloc. |
26 | ||
154f592e MS |
27 | * xml-syscall.c (syscall_start_syscall): Assert name is non null. |
28 | ||
63ffa6ee TJB |
29 | 2011-03-04 Thiago Jung Bauermann <[email protected]> |
30 | ||
31 | * eval.c (parse_and_eval_address_1): Remove function. | |
32 | * linespec.c (decode_indirect): Call parse_to_comma_and_eval | |
33 | instead of parse_and_eval_address_1. | |
34 | * value.h (parse_and_eval_address_1): Remove prototype. | |
35 | ||
a17d146e MS |
36 | 2011-03-04 Michael Snyder <[email protected]> |
37 | ||
38 | * remote.c (putpkt_binary): Document that case stmt falls through. | |
39 | ||
1a6a67de TJB |
40 | 2011-03-04 Thiago Jung Bauermann <[email protected]> |
41 | ||
42 | * breakpointc (print_it_typical): Move NULL check from here... | |
43 | (print_bp_stop_message): ... to here. | |
44 | ||
488919c4 MS |
45 | 2011-03-04 Michael Snyder <[email protected]> |
46 | ||
47 | * breakpoint.c (enable_command): Use break instead of continue, | |
48 | and fill in a missing break. | |
49 | (disable_command): Ditto. | |
50 | ||
1e182ce8 UW |
51 | 2011-03-04 Ulrich Weigand <[email protected]> |
52 | ||
53 | * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate. | |
54 | (terminal_save_ours): Remove misleading comment. | |
55 | (inflow_inferior_data_cleanup): Free ttystate. | |
56 | (inflow_inferior_exit): Likewise. | |
57 | (copy_terminal_info): Copy ttystate. | |
58 | ||
59 | * serial.c (serial_copy_tty_state): New function. | |
60 | * serial.h (serial_copy_tty_state): Add prototype. | |
61 | (struct serial_ops): Add copy_tty_state callback. | |
62 | * ser-base.c (ser_base_copy_tty_state): New function. | |
63 | * ser-base.h (ser_base_copy_tty_state): Add prototype. | |
64 | * ser-go32.c (dos_copy_tty_state): New function. | |
65 | (dos_ops): Install copy_tty_state callback. | |
66 | * ser-mingw.c (_initialize_ser_windows): Likewise. | |
67 | * ser-pipe.c (_initialize_ser_pipe): Likewise. | |
68 | * ser-unix.c (hardwire_copy_tty_state): New function. | |
69 | (_initialize_ser_hardwire): Install it. | |
70 | ||
b2c5f112 MS |
71 | 2011-03-04 Michael Snyder <[email protected]> |
72 | ||
2abae994 MS |
73 | * breakpoint.c (create_breakpoint): Add missing break statement. |
74 | ||
7f5936f9 MS |
75 | Reverting this patch: |
76 | * infcall.c (call_function_by_hand): Add break statements for lint. | |
77 | ||
b2c5f112 MS |
78 | Reverting this patch: |
79 | * cli/cli-script.c (script_from_file): Add break for lint. | |
80 | ||
42b1321c MS |
81 | 2011-03-04 Michael Snyder <[email protected]> |
82 | ||
83 | * solib.c (reload_shared_libraries_1): Close memory leak. | |
84 | ||
3e2a0cee TT |
85 | 2011-03-03 Tom Tromey <[email protected]> |
86 | ||
87 | PR gdb/12538: | |
88 | * dwarf2read.c (process_psymtab_comp_unit): Handle case where | |
89 | DW_STRING is NULL. | |
90 | ||
58397cb7 MS |
91 | 2011-03-03 Michael Snyder <[email protected]> |
92 | ||
2e3fd767 MS |
93 | * remote-fileio.c (remote_fileio_func_fstat): Initialize all |
94 | fields of struct 'st' to zero. | |
95 | ||
58397cb7 MS |
96 | * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize |
97 | sal.pspace before calling set_current_source_symtab_and_line. | |
98 | ||
ced54c8f YQ |
99 | 2011-03-03 Yao Qi <[email protected]> |
100 | ||
101 | * Makefile.in (configure-common): Remove. Let Makefile | |
102 | in dir common to rebuild itself. | |
103 | (common/Makefile): Likewise. | |
104 | ||
3351ea09 JB |
105 | 2011-03-03 Joel Brobecker <[email protected]> |
106 | ||
107 | * utils.c (parse_escape): Add i18n markup in error message. | |
108 | ||
bf9f652a YQ |
109 | 2011-03-03 Yao Qi <[email protected]> |
110 | ||
111 | * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with | |
112 | ARM_PC_REGNUM. | |
113 | (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise. | |
114 | (displaced_write_reg, displaced_read_reg): Likewise. | |
115 | (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise. | |
116 | (cleanup_block_load_pc, copy_block_xfer): Likewise. | |
117 | (cleanup_branch): Replace magic number 14 and 15 with | |
118 | ARM_LR_REGNUM and ARM_PC_REGNUM respectively. | |
119 | ||
d42de051 MS |
120 | 2011-03-02 Michael Snyder <[email protected]> |
121 | ||
240f9570 MS |
122 | * maint.c (maintenance_do_deprecate): No need to check for NULL. |
123 | ||
10dd8b54 MS |
124 | * cli/cli-script.c (script_from_file): Add break for lint. |
125 | ||
b98bd911 MS |
126 | * mdebugread.c (parse_partial_symbols): Fix indent. |
127 | ||
c3e8aadd MS |
128 | * gdbserver/linux-arm-low.c (arm_arch_setup): Replace malloc |
129 | with xmalloc. | |
130 | ||
3494b66d MS |
131 | * target-descriptions.c (tdesc_gdb_type): No need to call |
132 | xstrdup, callee saves a copy. | |
133 | ||
daac021a MS |
134 | * printcmd.c (print_scalar_formatted): Use strncpy for safety. |
135 | ||
c38d16a7 MS |
136 | * infcall.c (call_function_by_hand): Add break statements for lint. |
137 | ||
905b671b MS |
138 | * utils.c (parse_escape): Escape the escape char. |
139 | ||
2d565757 MS |
140 | * python/py-inferior.c (build_inferior_list): Error out if |
141 | PyList_Append fails. | |
142 | (gdbpy_inferiors): Error out if build_inferior_list fails. | |
143 | ||
8c6a60d1 MS |
144 | * linux-nat.c (linux_nat_xfer_partial): Preserve errno around |
145 | a function call. | |
146 | ||
d42de051 MS |
147 | * record.c (record_restore): Move printf to before error return. |
148 | ||
4db71c0b YQ |
149 | 2011-03-02 Yao Qi <[email protected]> |
150 | ||
151 | * arm-tdep.h (struct displaced_step_closure): Add two new fields | |
152 | is_thumb and insn_size. | |
153 | * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset | |
154 | on both ARM and Thumb mode. | |
155 | (arm_process_displaced_insn): Set is_thumb and insn_size. | |
156 | (arm_displaced_init_closure): Handle both 16-bit and 32-bit. | |
157 | (arm_displaced_step_fixup): Likewise. | |
158 | ||
a9dc8dcc MS |
159 | 2011-03-01 Michael Snyder <[email protected]> |
160 | ||
53624a93 MS |
161 | * cli/cli-dump.c (dump_bfd_file): Check error return and warn. |
162 | ||
77766669 MS |
163 | * jv-lang.c (evaluate_subexp_java): Conditional can't be true. |
164 | ||
62d5b8da MS |
165 | * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here. |
166 | ||
5e9e105f MS |
167 | * cli/cli-dump.c (restore_binary_file): Validate ftell return value. |
168 | ||
dc19db01 MS |
169 | * ada-lang.c (ada_make_symbol_completion_list): Replace malloc |
170 | with xmalloc. | |
171 | ||
5ce64950 MS |
172 | * ada-lang.c (aggregate_assign_others): Rename inner scope variable |
173 | which shadows function parameter. | |
174 | ||
a0aa2878 MS |
175 | * tracepoint.c (create_tsv_from_upload): Superfluous call |
176 | to xstrdup. Callee already calls xstrdup. | |
177 | ||
e325fb69 MS |
178 | * linespec.c (decode_line_1): Remove unnecessary null check. |
179 | ||
21cbba77 MS |
180 | * tracepoint.c (scope_info): Fix mem leak, remove underused |
181 | variable. | |
182 | ||
63360adc MS |
183 | * python/py-prettyprint.c (apply_val_pretty_printer): Remove |
184 | superfluous null check. | |
185 | ||
18ea20ac | 186 | * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null. |
23ce9890 | 187 | (value_of_builtin_frame_fp_reg): Ditto. |
18ea20ac | 188 | |
d014929c MS |
189 | * event-top.c (display_gdb_prompt): Remove superfluous null check. |
190 | ||
6e9130cf MS |
191 | * python/py-prettyprint.c (apply_val_pretty_printer): VAL may |
192 | be null. | |
193 | ||
5f01dbc0 MS |
194 | * linespec.c (decode_line_1): Check for null before dereference. |
195 | ||
d684ab85 MS |
196 | * reverse.c (record_restore): Move null-check to before pointer |
197 | dereference. | |
198 | ||
bfffb7e3 MS |
199 | * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable. |
200 | ||
a9dc8dcc MS |
201 | * objc-lang.c (selectors_info): Add explanitory comment. |
202 | (classes_info): Ditto. | |
203 | ||
478fd957 UW |
204 | 2011-03-01 Ulrich Weigand <[email protected]> |
205 | ||
206 | * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define. | |
207 | (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel | |
208 | versions of the trampoline. Handle Thumb vs. ARM addresses. | |
209 | (arm_kernel_linux_restart_syscall_tramp_frame): New global. | |
210 | (arm_linux_init_abi): Install it. | |
211 | * arm-tdep.c (arm_psr_thumb_bit): Make global. | |
212 | * arm-tdep.c (arm_psr_thumb_bit): Add prototype. | |
213 | ||
0480cefa MS |
214 | 2011-02-28 Michael Snyder <[email protected]> |
215 | ||
ac50ab3b MS |
216 | * ui-out.c (ui_out_field_core_addr): Make local char buffer |
217 | a little bigger, to avoid possibility of an overflow. | |
218 | ||
f63fbe86 MS |
219 | * breakpoint.c (breakpoint_adjustment_warning): Make local char |
220 | buffers a little bigger, to avoid possibility of an overflow. | |
221 | ||
9e91a352 MS |
222 | * coffread.c (coff_getfilename): Add check to avoid overflow. |
223 | ||
28288541 MS |
224 | * objc-lang.c (selectors_info): Add a small safety margin to |
225 | avoid overflow. | |
226 | (classes_info): Error out on too long REGEXP. | |
227 | ||
098ab512 MS |
228 | * infrun.c (handle_inferior_event): Remove unused function call. |
229 | ||
bcbd1de9 MS |
230 | * fork-child.c (fork_inferior): Remove ifdef'd code and |
231 | unused variable. | |
232 | ||
2e456570 MS |
233 | * linux-thread-db.c (attach_thread): Discard unused value. |
234 | ||
14571dad MS |
235 | * linux-nat.c (linux_handle_extended_wait): Delete unused variable. |
236 | ||
a9cbf802 MS |
237 | * remote.c (remote_get_noisy_reply): Discard unused value. |
238 | (remote_vcont_resume): Ditto. | |
239 | (remote_stop_ns): Ditto. | |
240 | ||
5715d26e MS |
241 | * linespec.c (decode_objc): Delete unused variable. |
242 | ||
4a9bca80 MS |
243 | * tui/tui-regs.c (tui_register_format): Delete unused variable. |
244 | ||
f47fb265 MS |
245 | * dwarf2read.c (add_partial_symbol): Discard unused values. |
246 | (read_base_type): Delete unused variable. | |
247 | ||
e81cff30 MS |
248 | * dbxread.c (read_dbx_symtab): Discard unused value. |
249 | ||
262acaeb MS |
250 | * eval.c (evaluate_subexp_standard): Delete unused variable, |
251 | and discard unused values. | |
252 | ||
df983543 MS |
253 | * infcmd.c (_initialize_infcmd): Discard unused values. |
254 | ||
89acf84d MS |
255 | * stabsread.c (rs6000_builtin_type): Missing break statement. |
256 | ||
ab8b8aca MS |
257 | * dbxread.c (process_one_symbol): Discard unused value. |
258 | ||
6b4511ab MS |
259 | * coffread.c (coff_end_symtab): Delete unused variable. |
260 | ||
e8e80198 MS |
261 | * dwarf2read.c (dw2_get_file_names): Discard unused value. |
262 | (dwarf2_add_typedef): Delete unused variable. | |
263 | (read_namespace): Ditto. | |
264 | (dwarf_decode_macros): Ditto. | |
265 | ||
976aa66e MS |
266 | * m2-lang.c (evaluate_subexp_modula2): Discard unused variable. |
267 | ||
5b92b49f MS |
268 | * opencl-lang.c (evaluate_subexp_opencl): Discard unused value. |
269 | ||
91e8df85 MS |
270 | * p-valprint.c (pascal_val_print): Discard unused value. |
271 | ||
899500d6 MS |
272 | * utils.c (nquery): Call va_end before return; |
273 | (yquery): Ditto. | |
274 | (query): Ditto. | |
275 | ||
0480cefa MS |
276 | * proc-service.c (ps_plog): Call va_end before return. |
277 | ||
fb6a3ed3 TT |
278 | 2011-02-28 Tom Tromey <[email protected]> |
279 | ||
280 | * python/python.c (gdbpy_value_cst): New global. | |
281 | (_initialize_python): Initialize it. | |
282 | * python/python-internal.h (gdbpy_value_cst): Declare. | |
283 | * python/py-value.c (convert_value_from_python): Use | |
284 | gdbpy_value_cst. | |
285 | ||
c05202a1 MS |
286 | 2011-02-28 Michael Snyder <[email protected]> |
287 | ||
e463f587 MS |
288 | * python/py-cmd.c (cmdpy_init): Fix memory leak. |
289 | ||
c38eea1a MS |
290 | * breakpoint.c (catch_syscall_completer): Free malloced list. |
291 | ||
3ef09ab5 MS |
292 | * jv-lang.c (java_primitive_type_from_name): Add missing break. |
293 | ||
8f9a01ee MS |
294 | * opencl-lang.c (lval_func_check_validity): Rename inner variables. |
295 | (lval_func_check_synthetic_pointer): Ditto. | |
296 | (lval_func_free_closure): Fix use-after-free. | |
c05202a1 | 297 | |
477d0d57 TT |
298 | 2011-02-28 Tom Tromey <[email protected]> |
299 | ||
300 | * psymtab.c (expand_partial_symbol_tables): Use | |
301 | ALL_OBJFILE_PSYMTABS. | |
302 | ||
20937029 JK |
303 | 2011-02-28 Jan Kratochvil <[email protected]> |
304 | ||
305 | * objc-lang.c (selectors_info): Error on too long REGEXP. | |
306 | ||
907b7f4f MS |
307 | 2011-02-28 Michael Snyder <[email protected]> |
308 | ||
92e96192 MS |
309 | * python/py-param.c (set_parameter_value): Add missing |
310 | break statement. | |
311 | ||
907b7f4f MS |
312 | * linux-record.c (record_linux_system_call): Add missing |
313 | break statement. | |
314 | ||
12c5a436 UW |
315 | 2011-02-28 Ulrich Weigand <[email protected]> |
316 | ||
317 | * breakpoint.c (print_one_breakpoint_location): Remove unused | |
318 | argument PRINT_ADDRESS_BITS. Update callers. | |
319 | (print_one_breakpoint): Likewise. | |
320 | ||
170b53b2 UW |
321 | 2011-02-28 Ulrich Weigand <[email protected]> |
322 | ||
323 | * breakpoint.c (wrap_indent_at_field): New function. | |
324 | (print_breakpoint_location): Use it instead of WRAP_INDENT argument. | |
325 | Allocate ui_stream locally instead of using STB argument. | |
326 | (print_one_breakpoint_location): Update call. | |
327 | * ui-out.c (ui_out_query_field): New function. | |
328 | * ui-out.h (ui_out_query_field): Add prototype. | |
329 | ||
8ab1f94d JB |
330 | 2011-02-28 Joel Brobecker <[email protected]> |
331 | ||
332 | From Michael Snyder <[email protected]> | |
333 | * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment. | |
334 | ||
7d488639 MS |
335 | 2011-02-27 Michael Snyder <[email protected]> |
336 | ||
ae179fba MS |
337 | * objc-lang.c (selectors_info): Prevent string overrun. |
338 | ||
086dbf66 MS |
339 | * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one |
340 | error in strncpy. | |
341 | ||
9c1e305a MS |
342 | * symtab.c (rbreak_command): Move variable 'file_name' to |
343 | outer scope. | |
344 | ||
7d488639 MS |
345 | * d-valprint.c (dynamic_array_type): Avoid shadowing a function |
346 | param with a local variable of the same name. | |
347 | ||
3bd0f5ef MS |
348 | 2011-02-27 Michael Snyder <[email protected]> |
349 | ||
350 | * value.c (value_from_history_ref): New function. | |
351 | * value.h (value_from_history_ref): Export. | |
352 | * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref | |
353 | to parse value history references. | |
354 | * cli/cli-utils.h (get_number_trailer): Update comment. | |
355 | ||
356 | 2011-02-27 Michael Snyder <[email protected]> | |
357 | ||
358 | * inferior.c (detach_inferior_command): Use get_number_or_range. | |
359 | (kill_inferior_command): Ditto. | |
360 | (remove_inferior_command): Ditto. | |
361 | (initialize_inferiors): Make command names plural. | |
362 | Update help strings. | |
363 | ||
766062f6 MS |
364 | 2011-02-27 Michael Snyder <[email protected]> |
365 | ||
366 | * darwin-nat-info.c: Fix comment typo. | |
367 | * dwarf2expr.h: Ditto. | |
368 | * fbsd-nat.c: Ditto. | |
369 | * fbsd-nat.h: Ditto. | |
370 | * frame-unwind.h: Ditto. | |
371 | * frame.h: Ditto. | |
372 | * hppa-hpux-tdep.c: Ditto. | |
373 | * i386-linux-nat.c: Ditto. | |
374 | * linux-nat.c: Ditto. | |
375 | * nbsd-nat.c: Ditto. | |
376 | * nbsd-nat.h: Ditto. | |
377 | * ppc-linux-tdep.c: Ditto. | |
378 | * serial.c: Ditto. | |
379 | * ui-file.h: Ditto. | |
380 | * tui/tui-winsource.c: Ditto. | |
381 | ||
f2c4ead5 MS |
382 | 2011-02-26 Michael Snyder <[email protected]> |
383 | ||
86b887df MS |
384 | * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file). |
385 | ||
66fd3b1e MS |
386 | * maint.c (maintenance_do_deprecate): Plug a memory leak. |
387 | ||
8c814cdd MS |
388 | * dwarf2loc.c (insert_bits): Avoid shadowing a function param |
389 | with a local variable of the same name. | |
390 | ||
6d5e094a | 391 | * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function |
e5b3d7d6 | 392 | param with a local variable of the same name. |
6d5e094a | 393 | (i387_supply_xsave): Ditto. |
e5b3d7d6 | 394 | |
5eee517d MS |
395 | * linux-low.c (linux_nat_xfer_osdata): Rename local variable so |
396 | that it does not shadow a function parameter. | |
397 | ||
8fbf6b93 MS |
398 | * i386-nat.c (i386_length_and_rw_bits): Document that case |
399 | statement is meant to fall through. | |
400 | ||
cb969d61 MS |
401 | * expprint.c (dump_subexp_body_standard): Document that case |
402 | statement is meant to fall through. | |
403 | ||
f2c4ead5 MS |
404 | * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete |
405 | dead if statement. Condition can't be false. | |
406 | ||
b021a221 MS |
407 | 2011-02-25 Michael Snyder <[email protected]> |
408 | ||
409 | * arm-tdep.c: Fix typos in comments. | |
410 | * bsd-uthread.c: Ditto. | |
411 | * completer.c: Ditto. | |
412 | * corelow.c: Ditto. | |
413 | * cp-namespace.c: Ditto. | |
414 | * cp-support.c: Ditto. | |
415 | * cris-tdep.c: Ditto. | |
416 | * dbxread.c: Ditto. | |
417 | * dwarf2read.c: Ditto. | |
418 | * frame.h: Ditto. | |
419 | * gdbtypes.h: Ditto. | |
420 | * inferior.h: Ditto. | |
421 | * mdebugread.c: Ditto. | |
422 | * mips-tdep.c: Ditto. | |
423 | * ppc-linux-nat.c: Ditto. | |
424 | * ppc-linux-tdep.c: Ditto. | |
425 | * printcmd.c: Ditto. | |
426 | * sol-thread.c: Ditto. | |
427 | * solib-frv.c: Ditto. | |
428 | * solist.h: Ditto. | |
429 | * sparc64-tdep.c: Ditto. | |
430 | * spu-tdep.c: Ditto. | |
431 | * stabsread.c: Ditto. | |
432 | * symfile.c: Ditto. | |
433 | * valops.c: Ditto. | |
434 | * varobj.c: Ditto. | |
435 | * vax-nat.c: Ditto. | |
436 | * python/py-block.c: Ditto. | |
437 | * python/py-symbol.c: Ditto. | |
438 | * python/py-symtab.c: Ditto. | |
439 | * python/py-value.c: Ditto. | |
440 | * tui/tui-win.c: Ditto. | |
441 | ||
c82c0b55 MS |
442 | 2011-02-25 Michael Snyder <[email protected]> |
443 | ||
444 | * inferior.c (print_inferior): Accept a string instead of an int | |
445 | for requested_inferiors, and use get_number_or_range to parse it. | |
446 | (info_inferiors_command): Pass args string to print_inferior. | |
447 | (initialize_inferiors): Change help string for info inferiors. | |
448 | * inferior.h (print_inferior): Export prototype change. | |
449 | ||
ee00cd23 TT |
450 | 2011-02-25 Tom Tromey <[email protected]> |
451 | ||
452 | * common/ax.def (invalid2): Set to 0x31. | |
453 | ||
0502ed8c JK |
454 | 2011-02-25 Jan Kratochvil <[email protected]> |
455 | ||
456 | * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use | |
457 | L and plongest. | |
458 | (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset, | |
459 | use L and plongest. | |
460 | (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest. | |
461 | ||
2c9de912 MS |
462 | 2011-02-24 Michael Snyder <[email protected]> |
463 | ||
464 | * Makefile.in (clean): Make clean should remove generated files | |
465 | observer.h and observer.inc. | |
466 | ||
a04b0428 JB |
467 | 2011-02-24 Joel Brobecker <[email protected]> |
468 | ||
469 | Revert the following patch (not approved yet): | |
470 | 2011-02-21 Hui Zhu <[email protected]> | |
471 | * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h. | |
472 | * ax-gdb.c (gen_printf_expr_callback): New function. | |
473 | * ax-gdb.h (gen_printf_expr_callback): Forward declare. | |
474 | * ax-general.c (ax_memcpy): New function. | |
475 | (ax_print): Handle "printf". | |
476 | (ax_reqs): Ditto. | |
477 | * ax.h (ax_memcpy): Forward declare. | |
478 | * common/ax.def (invalid2): Removed. | |
479 | (printf): New entry. | |
480 | * printcmd.c (printcmd.h): New include. | |
481 | (string_printf): New function. | |
482 | (ui_printf): Removed. | |
483 | (printf_command): Remove static. Call string_printf. | |
484 | (eval_command): Call string_printf. | |
485 | * printcmd.h: New file. | |
486 | * tracepoint.c (validate_actionline, | |
487 | encode_actions_1): handle printf_command. | |
488 | ||
2b52013f TT |
489 | 2011-02-23 Tom Tromey <[email protected]> |
490 | ||
491 | * ax-general.c (ax_pick): Add missing newline. | |
492 | ||
e5a67952 MS |
493 | 2011-02-23 Michael Snyder <[email protected]> |
494 | ||
495 | * breakpoint.c (breakpoint_1): Change first argument from an int | |
496 | to a char pointer, so that the function now accepts a list of | |
497 | breakpoints rather than just one. Use new function | |
498 | 'number_is_in_list' to implement. | |
499 | (breakpoints_info): Pass char * instead of int to breakpoint_1. | |
500 | (watchpoints_info): Ditto. | |
501 | (tracepoints_info): Ditto. | |
502 | (maintenance_info_breakpoints): Ditto. | |
503 | (_initialize_breakpoint): Update help strings to reflect the fact | |
504 | that these functions can now take more than one argument. | |
505 | * cli/cli-utils.c (number_is_in_list): New function. | |
506 | * cli/cli-utils.h (number_is_in_list): Export. | |
507 | ||
508 | 2011-02-23 Michael Snyder <[email protected]> | |
fbcb778d MS |
509 | |
510 | * memattr.c (mem_enable_command): Use get_number_or_range. | |
511 | (mem_disable_command): Ditto. | |
512 | (mem_delete_command): Ditto. | |
513 | (_initialize_mem): Tweak usage message to reflect multiple | |
514 | arguments. | |
515 | ||
6e6fbe60 DE |
516 | 2011-02-22 Doug Evans <[email protected]> |
517 | ||
518 | Add gdb.lookup_global_symbol python function. | |
519 | * NEWS: Add entry. | |
520 | * python/py-symbol.c (gdbpy_lookup_global_symbol): New function. | |
521 | * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it. | |
522 | * python/python.c (GdbMethods): Add entry for lookup_global_symbol. | |
523 | ||
79b97fa8 TT |
524 | 2011-02-22 Tom Tromey <[email protected]> |
525 | ||
526 | * language.c (language_class_name_from_physname): Rename | |
527 | 'curr_language' argument to 'lang'; use in body. | |
528 | ||
298f437a MS |
529 | 2011-02-22 Michael Snyder <[email protected]> |
530 | ||
531 | * cli/cli-utils.c (number_is_in_list): Check for zero return. | |
532 | ||
b7ea3126 PA |
533 | 2011-02-22 Pedro Alves <[email protected]> |
534 | ||
535 | * frame-unwind.h: Fix comment to mention the this frame, not the | |
536 | next. | |
537 | ||
58ee6d60 TT |
538 | 2011-02-22 Tom Tromey <[email protected]> |
539 | ||
540 | * symfile.c (auto_solib_limit): Remove. | |
541 | * symfile.h (auto_solib_limit): Remove. | |
542 | ||
36238dbc JB |
543 | 2011-02-22 Joel Brobecker <[email protected]> |
544 | ||
545 | * Makefile.in (INSTALLED_LIBS): Delete. Update comment. | |
546 | ||
aea5b279 MS |
547 | 2011-02-21 Michael Snyder <[email protected]> |
548 | ||
549 | * gdbthread.h (print_thread_info): Change prototype. | |
550 | * thread.c (print_thread_info): Accept char* instead of int for | |
551 | requested_threads argument. Use new function number_is_in_list | |
552 | to determine which threads to list. | |
553 | (info_threads_command): Pass char* to print_thread_info. | |
554 | * cli/cli-utils.c (number_is_in_list): New function. | |
555 | * cli/cli-utils.h (number_is_in_list): Export. | |
556 | * mi/mi-main.c (mi_cmd_thread_info): Pass char* to | |
557 | print_thread_info. | |
558 | (print_one_inferior): Ditto. | |
559 | (mi_cmd_list_thread_groups): Ditto. | |
560 | ||
8caa75ee JK |
561 | 2011-02-21 Jan Kratochvil <[email protected]> |
562 | ||
563 | * common/Makefile.in (CFLAGS): New. | |
564 | (COMPILE): Add $(CFLAGS). | |
565 | ||
ea666128 TT |
566 | 2011-02-21 Tom Tromey <[email protected]> |
567 | ||
568 | * breakpoint.c (catch_syscall_command_1): Fix typo. | |
569 | ||
e9cafbcc TT |
570 | 2011-02-21 Tom Tromey <[email protected]> |
571 | ||
572 | * reverse.c: Include cli-utils.h. | |
573 | * printcmd.c: Include cli-utils.h. | |
574 | (string_printf): Use skip_spaces. | |
575 | * cli/cli-utils.h: New file. | |
576 | * cli/cli-utils.c: New file. | |
577 | * cli/cli-dump.h (skip_spaces): Move to cli-utils.h. | |
578 | * cli/cli-dump.c (skip_spaces): Move to cli-utils.c. | |
579 | * breakpoint.h (get_number, get_number_or_range): Move to | |
580 | cli-utils.h. | |
581 | * breakpoint.c: Include cli-utils.h. | |
582 | (get_number_trailer, get_number, get_number_or_range) | |
583 | (ep_skip_leading_whitespace): Move to cli-utils.c. | |
584 | (create_breakpoint_sal, find_condition_and_thread) | |
585 | (decode_static_tracepoint_spec, watch_command_1) | |
586 | (watch_maybe_just_location, ep_parse_optional_if_clause) | |
587 | (catch_fork_command_1, catch_exec_command_1) | |
588 | (catch_syscall_command_1): Use skip_spaces, skip_to_space. | |
589 | * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o. | |
590 | (SUBDIR_CLI_SRCS): Add cli-utils.c. | |
591 | (HFILES_NO_SRCDIR): Add cli-utils.h. | |
592 | (cli-utils.o): New target. | |
593 | ||
f67fd822 PM |
594 | 2011-02-18 Pierre Muller <[email protected]> |
595 | ||
596 | * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID | |
597 | before calling discard_all_inferiors. | |
598 | ||
c9def01d UW |
599 | 2011-02-21 Ulrich Weigand <[email protected]> |
600 | ||
601 | * opencl-lang.c (STRUCT_OCL_TYPE): Remove. | |
602 | (struct builtin_opencl_type): Remove. | |
603 | (builtin_opencl_type): Change return type to "struct type **". | |
604 | (lookup_opencl_vector_type): Update caller. | |
605 | (opencl_language_arch_info): Copy primitive type vector from gdbarch. | |
606 | (build_opencl_types): Install plain array of "struct type *" | |
607 | instead of "struct builtin_opencl_type". | |
608 | ||
e3039479 UW |
609 | 2011-02-21 Matthew Gretton-Dann <[email protected]> |
610 | Ulrich Weigand <[email protected]> | |
611 | ||
612 | * arm-linux-nat.c: Include "observer.h" and "gdbthread.h". | |
613 | (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define. | |
614 | (struct arm_linux_hwbp_cap): New type. | |
615 | (arm_linux_get_hwbp_cap): New function. | |
616 | (arm_linux_get_hw_breakpoint_count): Likewise. | |
617 | (arm_linux_get_hw_watchpoint_count): Likewise. | |
618 | (arm_linux_can_use_hw_breakpoint): Likewise. | |
619 | (arm_hwbp_type): New type. | |
620 | (arm_hwbp_control_t): Likewise. | |
621 | (struct arm_linux_hw_breakpoint): Likewise. | |
622 | (struct arm_linux_thread_points): Likewise. | |
623 | (arm_threads): New global variable. | |
624 | (arm_linux_find_breakpoints_by_tid): New function. | |
625 | (arm_hwbp_control_initialize): Likewise. | |
626 | (arm_hwbp_control_is_enabled): Likewise. | |
627 | (arm_hwbp_control_disable): Likewise. | |
628 | (arm_linux_hw_breakpoint_initialize): Likewise. | |
629 | (arm_linux_get_hwbp_type): Likewise. | |
630 | (arm_linux_hw_watchpoint_initialize): Likewise. | |
631 | (arm_linux_hw_breakpoint_equal): Likewise. | |
632 | (arm_linux_insert_hw_breakpoint1): Likewise. | |
633 | (arm_linux_remove_hw_breakpoint1): Likewise. | |
634 | (arm_linux_insert_hw_breakpoint): Likewise. | |
635 | (arm_linux_remove_hw_breakpoint): Likewise. | |
636 | (arm_linux_region_ok_for_hw_watchpoint): Likewise. | |
637 | (arm_linux_insert_watchpoint): Likewise. | |
638 | (arm_linux_remove_watchpoint): Likewise. | |
639 | (arm_linux_stopped_data_address): Likewise. | |
640 | (arm_linux_stopped_by_watchpoint): Likewise. | |
641 | (arm_linux_watchpoint_addr_within_range): Likewise. | |
642 | (arm_linux_new_thread): Likewise. | |
643 | (arm_linux_thread_exit): Likewise. | |
644 | (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint | |
645 | related target callbacks. Register arm_linux_new_thread and | |
646 | arm_linux_thread_exit. | |
647 | * arm-tdep.h (arm_pc_is_thumb): Add prototype. | |
648 | * arm-tdep.c (arm_pc_is_thumb): Make global. | |
649 | (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint. | |
650 | ||
b5db5dfc UW |
651 | 2011-02-21 Ulrich Weigand <[email protected]> |
652 | ||
653 | * breakpoint.c (update_watchpoint): Do not attempt to recreate | |
654 | per-frame locations while within a function epilogue. | |
655 | ||
e25b2cfa PM |
656 | 2011-02-21 Pierre Muller <[email protected]> |
657 | ||
658 | * ser-mingw.c (ser_windows_close): Reformat comment to better conform | |
659 | to GNU coding standards. | |
660 | ||
4af53f97 PM |
661 | 2011-02-21 Pierre Muller <[email protected]> |
662 | ||
663 | Allow use of mingw native on Windows 95 OS. | |
e25b2cfa | 664 | * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry. |
4af53f97 PM |
665 | (ser_windows_close): Only call CancelIo if function exists. |
666 | (_initialize_ser_windows): Use LoadLirary/GetProcAddress | |
667 | to check for existence of CancelIo function in kernel32 DLL. | |
668 | ||
d0e92d82 HZ |
669 | 2011-02-21 Hui Zhu <[email protected]> |
670 | ||
671 | * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h. | |
672 | * ax-gdb.c (gen_printf_expr_callback): New function. | |
673 | * ax-gdb.h (gen_printf_expr_callback): Forward declare. | |
674 | * ax-general.c (ax_memcpy): New function. | |
675 | (ax_print): Handle "printf". | |
676 | (ax_reqs): Ditto. | |
677 | * ax.h (ax_memcpy): Forward declare. | |
678 | * common/ax.def (invalid2): Removed. | |
679 | (printf): New entry. | |
680 | * printcmd.c (printcmd.h): New include. | |
681 | (string_printf): New function. | |
682 | (ui_printf): Removed. | |
683 | (printf_command): Remove static. Call string_printf. | |
684 | (eval_command): Call string_printf. | |
685 | * printcmd.h: New file. | |
686 | * tracepoint.c (validate_actionline, | |
687 | encode_actions_1): handle printf_command. | |
688 | ||
7d357efd MS |
689 | 2011-02-19 Michael Snyder <[email protected]> |
690 | ||
691 | * reverse.c (delete_one_bookmark): Argument is now bookmark | |
692 | id rather than pointer to bookmark struct. | |
693 | (delete_bookmark_command): Use get_number_or_range. | |
694 | (goto_bookmark_command): Parse with get_number instead of strtoul. | |
695 | (bookmark_1): New function. Print info for one bookmark. | |
696 | (bookmarks_info): Use get_number_or_range and bookmark_1. | |
697 | ||
7a45ebd7 MS |
698 | 2011-02-18 Michael Snyder <[email protected]> |
699 | ||
700 | * thread.c (info_threads_command): Re-implement using | |
701 | get_number_or_range. | |
65ebfb52 | 702 | (thread_apply_command): Ditto. |
7a45ebd7 | 703 | |
94d5e490 TT |
704 | 2011-02-18 Tom Tromey <[email protected]> |
705 | ||
706 | * common/ax.def: New file. | |
707 | * ax.h (enum agent_op): Use ax.def. | |
708 | * ax-general.c (aop_map): Use ax.def. | |
709 | ||
c7f96d2b TT |
710 | 2011-02-18 Tom Tromey <[email protected]> |
711 | ||
712 | * ax-general.c (aop_map): Add pick and rot. | |
713 | * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement. | |
714 | <DW_OP_rot>: Implement. | |
715 | * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants. | |
716 | (ax_pick): Declare. | |
717 | * ax-general.c (ax_pick): New function. | |
718 | ||
66694b75 TT |
719 | 2011-02-18 Tom Tromey <[email protected]> |
720 | ||
721 | * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc. | |
722 | ||
eeaafae2 JK |
723 | 2011-02-18 Jan Kratochvil <[email protected]> |
724 | Tom Tromey <[email protected]> | |
725 | ||
726 | * cp-support.c (make_symbol_overload_list_namespace): Do not call | |
727 | make_symbol_overload_list_block with NULL BLOCK. | |
728 | * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF. | |
729 | ||
3c3fe74c PA |
730 | 2011-02-18 Pedro Alves <[email protected]> |
731 | ||
732 | * breakpoint.c (get_number_trailer): No longer accept a NULL PP. | |
733 | * breakpoint.h (get_number_or_range): Declare. | |
734 | * printcmd.c (ALL_DISPLAYS): Declare. | |
735 | (delete_display): Reimplement taking a display pointer. | |
736 | (undisplay_command): Accept a range of displays to delete, using | |
737 | get_number_or_range. | |
738 | ||
13163d80 PM |
739 | 2011-02-18 Pierre Muller <[email protected]> |
740 | ||
741 | * c-valprint.c (c_val_print): Add embedded_offset to address | |
742 | for arrays of unspecified length. | |
743 | * p-valprint.c (pascal_val_print): Likewise. | |
744 | ||
b434a28f YQ |
745 | 2011-02-18 Yao Qi <[email protected]> |
746 | ||
747 | * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ... | |
748 | (arm_process_displaced_insn): .. here. Remove parameter INSN. | |
749 | (thumb_process_displaced_insn): New. | |
750 | * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update | |
751 | call to arm_process_displaced_insn. | |
752 | * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn. | |
753 | ||
9f6f94ff TT |
754 | 2011-02-17 Tom Tromey <[email protected]> |
755 | ||
756 | * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare. | |
757 | * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from | |
758 | compile_dwarf_to_ax. No longer static. Call | |
759 | dwarf2_compile_cfa_to_ax. | |
760 | (locexpr_tracepoint_var_ref): Update. | |
761 | (loclist_tracepoint_var_ref): Update. | |
762 | * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare. | |
763 | * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame' | |
764 | argument; add 'gdbarch' and 'pc'. | |
765 | (dwarf2_compile_cfa_to_ax): New function. | |
766 | (dwarf2_frame_cache): Update. | |
767 | ||
e67ad678 JB |
768 | 2011-02-17 Joel Brobecker <[email protected]> |
769 | ||
770 | * ada-lang.c (ada_type_of_array): Fix the size of the array | |
771 | in the case of an unconstrained packed array. | |
772 | ||
946ebb0d YQ |
773 | 2011-02-17 Yao Qi <[email protected]> |
774 | ||
775 | * common/Makefile.in: Add more targets for make. | |
776 | ||
1ba1b353 TT |
777 | 2011-02-16 Tom Tromey <[email protected]> |
778 | ||
779 | * dwarf2loc.c (unimplemented): Fix typo. | |
780 | ||
b1bfef65 TT |
781 | 2011-02-16 Tom Tromey <[email protected]> |
782 | ||
783 | * dwarf2loc.c (unimplemented): Handle unnamed opcodes. | |
784 | (compile_dwarf_to_ax) <default>: Use unimplemented. | |
785 | <DW_OP_deref>: Update. | |
786 | (disassemble_dwarf_expression): Update. | |
787 | * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument. | |
788 | (decode_locdesc): Update. | |
789 | * dwarf2expr.h (dwarf_stack_op_name): Update. | |
790 | ||
5f1e6f19 TT |
791 | 2011-02-16 Tom Tromey <[email protected]> |
792 | ||
793 | * ax.h (struct aop_map) <name>: Now const. | |
794 | ||
a0c78a73 PA |
795 | 2011-02-16 Tom Tromey <[email protected]> |
796 | ||
797 | * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other | |
798 | than axs_rvalue. | |
799 | ||
946ebb0d | 800 | 2011-02-16 Yao Qi <[email protected]> |
a42244db YQ |
801 | |
802 | * infrun.c (get_displaced_step_closure_by_addr): New. | |
803 | * inferior.h: Declare it. | |
804 | * arm-tdep.c: (arm_pc_is_thumb): Call | |
805 | get_displaced_step_closure_by_addr. Adjust MEMADDR if it | |
806 | returns non-NULL. | |
807 | ||
08807d5a PA |
808 | 2011-02-16 Pedro Alves <[email protected]> |
809 | Jan Kratochvil <[email protected]> | |
810 | ||
811 | gdb/ | |
812 | * tracepoint.c (memrange_sortmerge): Fix list A's end calculation. | |
813 | ||
29976f3f PA |
814 | 2011-02-16 Pedro Alves <[email protected]> |
815 | Jan Kratochvil <[email protected]> | |
816 | ||
817 | * value.c (value_contents_copy_raw): Extend describing comment. | |
818 | Assert that the destination contents we're overwriting are wholly | |
819 | available. | |
fb68ae73 | 820 | (value_contents_copy): Extend describing comment. |
29976f3f | 821 | |
cd24cfaa PA |
822 | 2011-02-16 Pedro Alves <[email protected]> |
823 | Jan Kratochvil <[email protected]> | |
824 | ||
825 | * value.c (value_available_contents_eq): Remove redundant local | |
826 | variables. Fix available contents comparision. | |
827 | * value.h (value_available_contents_eq): Extend describing | |
828 | comment. | |
829 | ||
60bbf338 YQ |
830 | 2011-02-16 Yao Qi <[email protected]> |
831 | ||
832 | * thread.c (info_threads_command): Add missing i18n markup and remove | |
833 | trailing newline. | |
834 | ||
17450429 PP |
835 | 2011-02-15 Paul Pluzhnikov <[email protected]> |
836 | ||
837 | * breakpoint.c (longjmp_names): New variable. | |
838 | (struct breakpoint_objfile_data): New type. | |
839 | (breakpoint_objfile_key): New variable. | |
840 | (msym_not_found): New variable. | |
841 | (msym_not_found_p): New predicate. | |
842 | (get_breakpoint_objfile_data): New function. | |
843 | (create_overlay_event_breakpoint): Check per-objfile cache for | |
844 | symbols first. | |
845 | (create_longjmp_master_breakpoint): Likewise. | |
846 | (create_std_terminate_master_breakpoint): Likewise. | |
847 | (create_exception_master_breakpoint): Likewise. | |
848 | (_initialize_breakpoint): Register per-objfile data key. | |
849 | ||
af02033e PP |
850 | 2011-02-15 Paul Pluzhnikov <[email protected]> |
851 | ||
852 | * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate | |
853 | parameter value. | |
854 | (create_longjmp_master_breakpoint): Loop over longjmp names. | |
855 | (create_std_terminate_master_breakpoint): Const-propagate parameter | |
856 | value. | |
857 | (update_breakpoints_after_exec): Adjust. | |
858 | (breakpoint_re_set): Adjust. | |
859 | ||
60f98dde MS |
860 | 2011-02-15 Michael Snyder <[email protected]> |
861 | ||
cdf99611 MS |
862 | * thread.c (info_threads_command): Process arg as thread id, |
863 | or list of thread ids. | |
864 | (thread_find_command): New command. | |
865 | (_initialize_thread): Document argument for info threads. | |
866 | Document 'thread find' command. | |
867 | * NEWS: Document new command "thread find". | |
60f98dde | 868 | |
0feedb2c JK |
869 | 2011-02-15 Jan Kratochvil <[email protected]> |
870 | ||
871 | * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'. | |
872 | * aclocal.m4: Regenerated with aclocal-1.11.1. | |
873 | * common/configure: Regenerate with autoconf-2.64. | |
874 | ||
648cd113 KW |
875 | 2011-02-15 Ken Werner <[email protected]> |
876 | ||
877 | * opencl-lang.c (build_opencl_types): Set the size of the built-in | |
878 | bool data type to a size of one byte. | |
879 | ||
5657161f PA |
880 | 2011-02-15 Pedro Alves <[email protected]> |
881 | Jan Kratochvil <[email protected]> | |
882 | ||
883 | * target.c (memory_xfer_live_readonly_partial): Document where to | |
884 | look for interface description. | |
885 | ||
494e194e YQ |
886 | 2011-02-15 Yao Qi <[email protected]> |
887 | ||
888 | PR tdep/12352 | |
889 | * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in | |
890 | order to store PC value on stack instead of text section. | |
891 | ||
d9492458 TJB |
892 | 2011-02-15 Thiago Jung Bauermann <[email protected]> |
893 | ||
894 | * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for | |
895 | the EFP register set size. | |
896 | (efpr_pseudo_register_read): Use regcache_raw_read_part to read | |
897 | data from the VMX register. | |
898 | (efpr_pseudo_register_write): Use regcache_raw_write_part to read | |
899 | and write data from/to the VMX register. | |
900 | ||
cdf99611 MS |
901 | 2011-02-14 Michael Snyder <[email protected]> |
902 | ||
903 | * command.h (enum command_class): New class 'no_set_class', for | |
904 | "show" commands without a corresponding "set" command. | |
905 | * value.c (_initialize_values): Use 'no_set_class' for "show values". | |
906 | * copying.c (_initialize_copying): Ditto for "show copying" and | |
907 | "show warranty". | |
908 | * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and | |
909 | "show version". | |
910 | * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for | |
911 | which there is no corresponding "set" command (eg. "show copying"). | |
912 | ||
424447ee PA |
913 | 2011-02-14 Pedro Alves <[email protected]> |
914 | Jan Kratochvil <[email protected]> | |
915 | ||
916 | * exec.c (section_table_available_memory): Change `len' parameter | |
917 | type to ULONGEST. | |
918 | * exec.h (section_table_available_memory): Ditto. | |
919 | * value.h (read_value_memory): Rename the `offset' parameter to | |
920 | `embedded_offset'. | |
921 | ||
c0f61f9c | 922 | 2011-02-14 Pedro Alves <[email protected]> |
e0ccc0c7 | 923 | Jan Kratochvil <[email protected]> |
c0f61f9c PA |
924 | |
925 | * memrange.c (compare_mem_ranges): Mention sort order in | |
926 | describing comment. | |
927 | (normalize_mem_ranges): Add comment. Fix ra->length calculation. | |
928 | * tracepoint.c (traceframe_available_memory): Extend comment to | |
929 | mention what happens to RESULT when the target does not support | |
930 | the query. | |
931 | ||
6bfc80c7 PA |
932 | 2011-02-14 Pedro Alves <[email protected]> |
933 | Jan Kratochvil <[email protected]> | |
934 | ||
935 | * value.c (mark_value_bytes_unavailable): Fix indexing the `bef' | |
936 | range. | |
937 | ||
e7303042 PA |
938 | 2011-02-14 Pedro Alves <[email protected]> |
939 | ||
940 | * value.c (value_bits_valid, value_bits_synthetic_pointer): | |
941 | No longer handle NULL values. | |
942 | ||
8af8e3bc PA |
943 | 2011-02-14 Pedro Alves <[email protected]> |
944 | ||
945 | * exceptions.h (NOT_AVAILABLE_ERROR): New error. | |
946 | * value.c: Include "exceptions.h". | |
947 | (require_available): Throw NOT_AVAILABLE_ERROR instead of a | |
948 | generic error. | |
949 | * cp-abi.c: Include gdb_assert.h. | |
950 | (baseclass_offset): Add `embedded_offset' and `val' parameters. | |
951 | Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR | |
952 | errors. | |
953 | * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val' | |
954 | parameters. No longer returns -1 on error. | |
955 | (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and | |
956 | `val' parameters. | |
957 | * cp-valprint.c: Include exceptions.h. | |
958 | (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching | |
959 | the baseclass_offset. Handle unavailable base classes. Use | |
960 | val_print_invalid_address. | |
961 | * p-valprint.c: Include exceptions.h. | |
962 | (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors | |
963 | when fetching the baseclass_offset. No longer expect | |
964 | baseclass_offset returning -1. Handle unavailable base classes. | |
965 | Use val_print_invalid_address. | |
966 | * valops.c (dynamic_cast_check_1): Rename `contents' parameter to | |
967 | `valaddr' parameter, and change its type to gdb_byte pointer. Add | |
968 | `embedded_offset' and `val' parameters. Adjust. | |
969 | (dynamic_cast_check_2): Rename `contents' parameter to `valaddr' | |
970 | parameter, and change its type to gdb_byte pointer. Add | |
971 | `embedded_offset' and `val' parameters. Adjust. No longer expect | |
972 | baseclass_offset returning -1. | |
973 | (value_dynamic_cast): Use value_contents_for_printing rather than | |
974 | value_contents. Adjust. | |
975 | (search_struct_field): No longer expect baseclass_offset returning | |
976 | -1. | |
977 | (search_struct_method): If reading memory from the target is | |
978 | necessary, wrap it in a new value to pass to baseclass_offset. No | |
979 | longer expect baseclass_offset returning -1. | |
980 | (find_method_list): No longer expect baseclass_offset returning | |
981 | -1. Use value_contents_for_printing rather than value_contents. | |
982 | * valprint.c (val_print_invalid_address): New function. | |
983 | * valprint.h (val_print_invalid_address): Declare. | |
984 | * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset' | |
985 | and `val' parameters. No longer expect baseclass_offset returning | |
986 | -1. Adjust. | |
987 | * gnu-v2-abi.c: Include "exceptions.h". | |
988 | (gnuv2_baseclass_offset): Add `embedded_offset' and `val' | |
989 | parameters. Handle unavailable memory. Recurse through | |
990 | gnuv2_baseclass_offset directly, rather than through | |
991 | baseclass_offset. No longer returns -1 on not found, instead | |
992 | throw an error. | |
993 | * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and | |
994 | `val' parameters. Adjust. | |
995 | ||
1b28d0b3 PA |
996 | 2011-02-14 Pedro Alves <[email protected]> |
997 | ||
998 | * tracepoint.c (memrange_sortmerge): Don't merge ranges that are | |
999 | almost but not quite adjacent. | |
1000 | ||
ec0a52e1 PA |
1001 | 2011-02-14 Pedro Alves <[email protected]> |
1002 | ||
1003 | * value.h (value_entirely_available): Declare. | |
1004 | * value.c (value_entirely_available): New function. | |
1005 | * c-valprint.c (c_value_print): Don't try fetching the pointer's | |
1006 | real type if the pointer is unavailable. | |
1007 | ||
24e6bcee PA |
1008 | 2011-02-14 Pedro Alves <[email protected]> |
1009 | ||
1010 | * valops.c (value_repeat): Use read_value_memory instead of | |
1011 | read_memory. | |
1012 | ||
39d37385 PA |
1013 | 2011-02-14 Pedro Alves <[email protected]> |
1014 | ||
1015 | * value.h (value_contents_copy, value_contents_copy_raw): Declare. | |
1016 | * value.c (value_contents_copy_raw, value_contents_copy): New | |
1017 | functions. | |
1018 | (value_primitive_field): Use value_contents_copy_raw instead of | |
1019 | memcpy. | |
1020 | * valops.c (value_fetch_lazy): Use value_contents_copy instead of | |
1021 | memcpy. | |
1022 | (value_array, value_slice): Ditto. | |
1023 | * valarith.c (value_subscripted_rvalue): Use | |
1024 | value_contents_copy_raw instead of memcpy. | |
1025 | ||
a3d34bf4 PA |
1026 | 2011-02-14 Pedro Alves <[email protected]> |
1027 | ||
1028 | <unavailable> references. | |
1029 | ||
1030 | * valops.c (get_value_at): Use value_from_contents_and_address, | |
1031 | avoiding read_memory. | |
1032 | ||
9fc6d940 PA |
1033 | 2011-02-14 Pedro Alves <[email protected]> |
1034 | ||
1035 | * c-valprint.c (c_val_print): Print a string with unavailable | |
1036 | contents as an array. | |
1037 | ||
5467c6c8 PA |
1038 | 2011-02-14 Pedro Alves <[email protected]> |
1039 | ||
1040 | * value.h (unpack_bits_as_long): Delete declaration. | |
1041 | (unpack_value_bits_as_long): Declare. | |
1042 | (unpack_value_field_as_long): Declare. | |
1043 | (value_field_bitfield): Declare. | |
1044 | * value.c (unpack_bits_as_long): Rename to... | |
1045 | (unpack_value_bits_as_long_1): ... this. Add embedded_offset and | |
1046 | value parameters. Return the extracted result in a new output | |
1047 | parameter. If the value contents are unavailable, return false, | |
1048 | otherwise return true. | |
1049 | (unpack_value_bits_as_long): New. | |
1050 | (unpack_field_as_long): Rename to... | |
1051 | (unpack_value_field_as_long_1): ... this. Add embedded_offset and | |
1052 | Add embedded_offset and value parameters. Return the extracted | |
1053 | result in a new output parameter. If the value contents are | |
1054 | unavailable, return false, otherwise return true. | |
1055 | (unpack_value_field_as_long): New. | |
1056 | (unpack_field_as_long_1): New. | |
1057 | (unpack_field_as_long): Reimplement as wrapper around | |
1058 | unpack_value_field_as_long_1. | |
1059 | (value_field_bitfield): New function. | |
1060 | * valops.c (value_fetch_lazy): When fetching a bitfield, use | |
1061 | unpack_value_bits_as_long. Mark the value as unavailable, if it | |
1062 | is unavailable. | |
1063 | * jv-valprint.c (java_print_value_fields): Use | |
1064 | value_field_bitfield. | |
1065 | * p-valprint.c (pascal_object_print_value_fields): Use | |
1066 | value_field_bitfield. | |
1067 | * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield. | |
1068 | ||
3158c6ed PA |
1069 | 2011-02-14 Pedro Alves <[email protected]> |
1070 | ||
1071 | * value.c (get_internalvar_integer): Also return the int value of | |
1072 | TYPE_CODE_INT INTERNALVAR_VALUE values. | |
1073 | (set_internalvar): Don't special case TYPE_CODE_INT. | |
1074 | ||
9fbdca0d PA |
1075 | 2011-02-14 Pedro Alves <[email protected]> |
1076 | ||
1077 | * value.c (struct internalvar) <enum internalvar_kind>: Remove | |
1078 | INTERNALVAR_POINTER. | |
1079 | <pointer>: Delete. | |
1080 | (value_of_internalvar): Remove INTERNALVAR_POINTER handling. | |
1081 | (set_internalvar): Remove special TYPE_CODE_PTR handling. | |
1082 | (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling. | |
1083 | ||
c8c1c22f PA |
1084 | 2011-02-14 Pedro Alves <[email protected]> |
1085 | ||
1086 | * value.h (value_available_contents_eq): Declare. | |
1087 | * value.c (find_first_range_overlap): New function. | |
1088 | (value_available_contents_eq): New function. | |
1089 | * valprint.c (val_print_array_elements): Use | |
1090 | value_available_contents_eq. | |
1091 | * ada-valprint.c (val_print_packed_array_elements): Use | |
1092 | value_available_contents_eq. | |
1093 | * jv-valprint.c (java_value_print): Use | |
1094 | value_available_contents_eq. | |
1095 | ||
e6e4e701 PA |
1096 | 2011-02-14 Pedro Alves <[email protected]> |
1097 | ||
1098 | * target.c (target_read_live_memory): New function. | |
1099 | (memory_xfer_live_readonly_partial): New. | |
1100 | (memory_xfer_partial): If reading from a traceframe, fallback to | |
1101 | reading unavailable read-only memory from read-only regions of | |
1102 | live target memory. | |
1103 | * tracepoint.c (disconnect_tracing): Adjust. | |
1104 | (set_current_traceframe): New, factored out from | |
1105 | set_traceframe_number. | |
1106 | (set_traceframe_number): Reimplement to only change the traceframe | |
1107 | number on the GDB side. | |
1108 | (do_restore_current_traceframe_cleanup): Adjust. | |
1109 | (make_cleanup_restore_traceframe_number): New. | |
1110 | (cur_traceframe_number): New global. | |
1111 | (tfile_open): Set cur_traceframe_number to no traceframe. | |
1112 | (set_tfile_traceframe): New function. | |
1113 | (tfile_trace_find): If looking up a traceframe using any method | |
1114 | other than by number, make sure the current tfile traceframe | |
1115 | matches gdb's current traceframe. Update the current tfile | |
1116 | traceframe if the lookup succeeded. | |
1117 | (tfile_fetch_registers, tfile_xfer_partial) | |
1118 | (tfile_get_trace_state_variable_value): Make sure the remote | |
1119 | traceframe matches gdb's current traceframe. | |
1120 | * remote.c (remote_traceframe_number): New global. | |
1121 | (remote_open_1): Set it to -1. | |
1122 | (set_remote_traceframe): New function. | |
1123 | (remote_fetch_registers, remote_store_registers) | |
1124 | (remote_xfer_memory, remote_xfer_partial) | |
1125 | (remote_get_trace_state_variable_value): Make sure the remote | |
1126 | traceframe matches gdb's current traceframe. | |
1127 | (remote_trace_find): If looking up a traceframe using any method | |
1128 | other than by number, make sure the current remote traceframe | |
1129 | matches gdb's current traceframe. Update the current remote | |
1130 | traceframe if the lookup succeeded. | |
1131 | * infrun.c (fetch_inferior_event): Adjust. | |
1132 | * tracepoint.h (set_current_traceframe): Declare. | |
1133 | (get_traceframe_number, set_traceframe_number): Add describing | |
1134 | comments. | |
1135 | ||
e6ca34fc PA |
1136 | 2011-02-14 Pedro Alves <[email protected]> |
1137 | ||
1138 | Mark pieces of values as unavailable if the corresponding memory | |
1139 | is unavailable. | |
1140 | ||
1141 | * valops.c: Include tracepoint.h. | |
1142 | (value_fetch_lazy): Use read_value_memory. | |
1143 | (read_value_memory): New. | |
1144 | * value.h (read_value_memory): Declare. | |
1145 | * dwarf2loc.c (read_pieced_value): Use read_value_memory. | |
1146 | * exec.c (section_table_available_memory): New function. | |
1147 | * exec.h (section_table_available_memory): Declare. | |
1148 | ||
2a7498d8 PA |
1149 | 2011-02-14 Pedro Alves <[email protected]> |
1150 | ||
1151 | * Makefile.in (SFILES): Add memrange.c. | |
1152 | (HFILES_NO_SRCDIR): Add memrange.h. | |
1153 | (COMMON_OBS): Add memrange.o. | |
1154 | * memrange.c: New file. | |
1155 | * memrange.h: New file. | |
1156 | * tracepoint.c: Include memrange.h. | |
1157 | (struct mem_range): Delete. | |
1158 | (mem_range_s): Delete. | |
1159 | (traceframe_available_memory): New function. | |
1160 | * tracepoint.h (traceframe_available_memory): Declare. | |
1161 | ||
b3b9301e PA |
1162 | 2011-02-14 Pedro Alves <[email protected]> |
1163 | ||
1164 | * target.h (struct traceframe_info): Forward declare. | |
1165 | (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO. | |
1166 | (struct target_ops) <to_traceframe_info>: New field. | |
1167 | (target_traceframe_info): New. | |
1168 | * target.c (update_current_target): Inherit and default | |
1169 | to_traceframe_info. | |
1170 | * remote.c (PACKET_qXfer_traceframe_info): New. | |
1171 | (remote_protocol_features): Register qXfer:traceframe-info:read. | |
1172 | (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO. | |
1173 | (remote_traceframe_info): New. | |
1174 | (init_remote_ops): Install it. | |
1175 | (_initialize_remote): Install "set/show remote traceframe-info" | |
1176 | commands. | |
1177 | * tracepoint.h (parse_traceframe_info): Declare. | |
1178 | * tracepoint.c (struct mem_range): New. | |
1179 | (mem_range_s): New typedef. | |
1180 | (struct traceframe_info): New. | |
1181 | (traceframe_info): New global. | |
1182 | (free_traceframe_info): New function. | |
1183 | (clear_traceframe_info): New function. | |
1184 | (start_tracing, tfind_1, set_traceframe_number): Clear traceframe | |
1185 | info. | |
1186 | (build_traceframe_info): New function. | |
1187 | (tfile_traceframe_info): New function. | |
1188 | (init_tfile_ops): Install tfile_traceframe_info. | |
1189 | (traceframe_info_start_memory, free_result): New functions. | |
1190 | (memory_attributes, traceframe_info_elements): New globals. | |
1191 | (parse_traceframe_info, get_traceframe_info): New functions. | |
1192 | * features/traceframe-info.dtd: New file. | |
1193 | * Makefile.in (XMLFILES): Add traceframe-info.dtd. | |
1194 | ||
4e07d55f PA |
1195 | 2011-02-14 Pedro Alves <[email protected]> |
1196 | ||
1197 | Base support for <unavailable> value contents. | |
1198 | ||
4e07d55f PA |
1199 | * value.h (value_bytes_available): Declare. |
1200 | (mark_value_bytes_unavailable): Declare. | |
1201 | * value.c (struct range): New struct. | |
1202 | (range_s): New typedef. | |
1203 | (ranges_overlap): New function. | |
1204 | (range_lessthan): New function. | |
1205 | (ranges_contain_p): New function. | |
1206 | (struct value) <unavailable>: New field. | |
1207 | (value_bytes_available): New function. | |
1208 | (mark_value_bytes_unavailable): New function. | |
1209 | (require_not_optimized_out): Constify parameter. | |
1210 | (require_available): New function. | |
1211 | (value_contents_all, value_contents): Require all bytes be | |
1212 | available. | |
1213 | (value_free): Free `unavailable'. | |
1214 | (value_copy): Copy `unavailable'. | |
1215 | * valprint.h (val_print_unavailable): Declare. | |
1216 | * valprint.c (valprint_check_validity): Rename `offset' parameter | |
1217 | to `embedded_offset'. If printing a scalar, check whether the | |
1218 | value chunk is available. | |
1219 | (val_print_unavailable): New. | |
1220 | (val_print_scalar_formatted): Check whether the value is | |
1221 | available. | |
1222 | * python/py-prettyprint.c (apply_val_pretty_printer): Refuse | |
1223 | pretty-printing unavailable values. | |
1224 | ||
bc9a5551 JK |
1225 | 2011-02-13 Jan Kratochvil <[email protected]> |
1226 | ||
1227 | Fix const/volatile qualifiers of C++ types, PR c++/12328. | |
1228 | * c-typeprint.c (c_type_print_args): Update the function comment. New | |
1229 | variable param_type, initialize it. Remove const/volatile qualifiers | |
1230 | for language_cplus and !show_artificial. Use param_type. | |
1231 | ||
93b55aa1 JK |
1232 | 2011-02-13 Jan Kratochvil <[email protected]> |
1233 | ||
1234 | * symtab.c (find_pc_sect_line): New variable objfile, initialize it | |
1235 | from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S. | |
1236 | * symtab.h (struct symtab) <next>: Comment extension. | |
1237 | ||
181d9476 YQ |
1238 | 2011-02-12 Yao Qi <[email protected]> |
1239 | ||
1240 | * Makefile.in (CLEANDIRS): Remove duplicated common dir. | |
1241 | ||
b708a5c7 JK |
1242 | 2011-02-11 Yao Qi <[email protected]> |
1243 | ||
1244 | * common/Makefile.in: Add copyright header. | |
1245 | ||
c5187ac6 PA |
1246 | 2011-02-11 Pedro Alves <[email protected]> |
1247 | ||
1248 | * infrun.c (proceed): Move switching out and in of tfind mode from | |
1249 | here ... | |
1250 | (fetch_inferior_event): ... to here. | |
1251 | ||
4f3e6fb7 YQ |
1252 | 2011-02-11 Yao Qi <[email protected]> |
1253 | ||
1254 | * Makefile.in: Remove signals.o from COMMON_OBS. Link | |
1255 | libcommon.a. | |
1256 | * configure.ac: Add common to sub dir. | |
1257 | * configure: Regenerate. | |
1258 | ||
b708a5c7 JK |
1259 | 2011-02-11 Yao Qi <[email protected]> |
1260 | ||
1261 | Build libcommon.a. | |
1262 | ||
1263 | * common/Makefile.in: New. | |
1264 | * common/configure.ac: New. | |
1265 | * common/aclocal.m4: New. | |
1266 | * common/configure: Generate. | |
1267 | ||
2287cc7e PA |
1268 | 2011-02-10 Pedro Alves <[email protected]> |
1269 | ||
1270 | * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right | |
1271 | side of the parenthesis. | |
1272 | ||
1273 | Merge from GCC: | |
1274 | 2010-07-13 Jakub Jelinek <[email protected]> | |
fc013618 | 1275 | * vec.h (VEC_block_remove): Fix comment. |
2287cc7e | 1276 | |
fd62cb89 MS |
1277 | 2011-02-08 Michael Snyder <[email protected]> |
1278 | ||
1279 | * linux-nat.c (linux_nat_filter_event): Fix typo in comment. | |
1280 | ||
56d2815c JK |
1281 | 2011-02-08 Jan Kratochvil <[email protected]> |
1282 | ||
1283 | * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes | |
1284 | in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd, | |
1285 | psubd and paddd. | |
1286 | ||
4f7d61a8 JK |
1287 | 2011-02-08 Jan Kratochvil <[email protected]> |
1288 | ||
1289 | PR 12361. | |
1290 | * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to | |
1291 | phsubsw. | |
1292 | (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0. | |
1293 | (i386_process_record) <0x0f3807>: Fix the comment to phsubsw. | |
1294 | ||
54fcddd0 UW |
1295 | 2011-02-08 Ulrich Weigand <[email protected]> |
1296 | ||
1297 | * dwarf2read.c (read_subroutine_type): Set special calling | |
1298 | convention flag for functions compiled by IBM XL C for OpenCL. | |
1299 | * ppc-sysv-tdep.c: Include "dwarf2.h" | |
1300 | (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types | |
1301 | calling convention. | |
1302 | (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement | |
1303 | IBM OpenCL vector types calling convention. | |
1304 | (ppc_sysv_abi_return_value): Pass through FUNC_TYPE. | |
1305 | (ppc_sysv_abi_broken_return_value): Likewise. | |
1306 | (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector | |
1307 | types calling convention. | |
1308 | (ppc64_sysv_abi_return_value): Likewise. | |
1309 | * spu-tdep.c: Include "dwarf2.h" | |
1310 | (spu_return_value): Implement IBM OpenCL vector types calling | |
1311 | convention. | |
1312 | ||
d6dafb7c UW |
1313 | 2011-02-08 Ulrich Weigand <[email protected]> |
1314 | ||
1315 | * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement | |
1316 | correct ABI for AltiVec vector arguments. | |
1317 | ||
32b72a42 PA |
1318 | 2011-02-07 Pedro Alves <[email protected]> |
1319 | ||
1320 | * valprint.c (val_print): Extend comment. | |
1321 | * ada-valprint.c (ada_valprint): Rewrite comment deferring | |
1322 | interface explanation to val_print. | |
1323 | (ada_val_print_array): Adjust comment to current interface. | |
1324 | (print_field_values): Adjust comment to current interface. | |
1325 | * c-valprint.c (c_val_print): Rewrite comment deferring interface | |
1326 | explanation to val_print. | |
1327 | * f-valprint.c (f_val_print): Ditto. | |
1328 | * jv-valprint.c (java_val_print): Ditto. | |
1329 | * m2-valprint.c (m2_val_print): Ditto. | |
1330 | * p-valprint.c (pascal_val_print): Ditto. | |
1331 | ||
9998af43 TJB |
1332 | 2011-02-07 Thiago Jung Bauermann <[email protected]> |
1333 | ||
1334 | * breakpoint.c (parse_breakpoint_sals): Fix description. | |
1335 | ||
505500db | 1336 | 2011-02-04 Sami Wagiaalla <[email protected]> |
9998af43 | 1337 | Oguz Kayral <[email protected]> |
505500db SW |
1338 | |
1339 | * python/py-inferior.c (python_on_normal_stop): New function. | |
1340 | (python_on_resume): New function. | |
1341 | (python_inferior_exit): New function. | |
1342 | (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and | |
1343 | inferior_exit observers. | |
1344 | * python/py-evtregistry.c: New file. | |
1345 | * python/py-threadevent.c : New file. | |
1346 | * python/py-event.c: New file. | |
1347 | * python/py-evts.c: New file. | |
1348 | * python/py-continueevent.c: New file. | |
1349 | * python/py-bpevent.c: New file. | |
1350 | * python/py-signalevent.c: New file. | |
1351 | * python/py-exetiedevent.c: New file. | |
1352 | * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function. | |
1353 | Move struct breakpoint_object from here... | |
1354 | * python/python-internal.h: ... to here. | |
1355 | * python/py-event.h: New file. | |
1356 | * python/py-events.h: New file. | |
1357 | * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o, | |
1358 | py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o, | |
1359 | py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o. | |
1360 | (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c, | |
1361 | py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c, | |
1362 | py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c. | |
1363 | Add build rules for all the above. | |
1364 | ||
9e0ac564 TT |
1365 | 2011-02-04 Tom Tromey <[email protected]> |
1366 | ||
1367 | * dwarf2read.c (dwarf2_section_empty_p): New function. | |
1368 | (dwarf2_read_section): Use dwarf2_section_empty_p. | |
1369 | (dwarf2_section_size): New function. | |
1370 | (dwarf2_get_section_info): Unconditionally read section. | |
1371 | (dwarf2_read_index): Use dwarf2_section_empty_p. | |
1372 | (partial_read_comp_unit_head): Use dwarf2_section_size. | |
1373 | (dwarf2_symbol_mark_computed): Likewise. | |
1374 | ||
eee5b35e DD |
1375 | 2011-02-04 David Daney <[email protected]> |
1376 | ||
1377 | * NEWS: Add item for "catch syscall" on mips*-linux* targets. | |
1378 | ||
385203ed DD |
1379 | 2011-02-04 David Daney <[email protected]> |
1380 | ||
1381 | * mips-linux-tdep.c: Include xml-syscall.h. | |
1382 | (mips_linux_get_syscall_number): New function. | |
1383 | (mips_linux_init_abi): Add calls to | |
1384 | mips_linux_get_syscall_number() and set_xml_syscall_file_name(). | |
1385 | * data-directory/Makefile.in (SYSCALLS_FILES): Add | |
1386 | mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml | |
1387 | * syscalls/mips-n32-linux.xml: New file. | |
1388 | * syscalls/mips-n64-linux.xml: New file. | |
1389 | * syscalls/mips-o32-linux.xml: New file. | |
1390 | ||
9277c30c UW |
1391 | 2011-02-04 Ulrich Weigand <[email protected]> |
1392 | ||
1393 | * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries. | |
1394 | Complain about inverted range entries. | |
1395 | (dwarf2_record_block_ranges): Likewise. | |
1396 | ||
a3be7890 TJB |
1397 | 2011-02-04 Thiago Jung Bauermann <[email protected]> |
1398 | ||
1399 | Fix some typos. | |
1400 | * breakpoint.c (update_watchpoint): Fix name of the | |
1401 | update_global_location_list function. | |
1402 | (print_one_breakpoint): Fix typo. | |
1403 | (_initialize_breakpoint): Remove extra space in hbreak help | |
1404 | string. | |
1405 | * breakpoint.h (struct bp_location) <length>: Fix field | |
1406 | description. | |
1407 | ||
041274d8 PA |
1408 | 2011-02-04 Pedro Alves <[email protected]> |
1409 | ||
1410 | * regcache.c (registers_changed_ptid): Don't explictly always | |
1411 | clear `current_regcache'. Only clear current_thread_ptid and | |
1412 | current_thread_arch when PTID matches. Only reinit the frame | |
1413 | cache if PTID matches the current inferior_ptid. Move alloca(0) | |
1414 | call to ... | |
1415 | (registers_changed): ... here. | |
1416 | ||
c1c2ab58 UW |
1417 | 2011-02-03 Ulrich Weigand <[email protected]> |
1418 | ||
1419 | * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that | |
1420 | starts with __stack_chk_guard as stack guard symbol. | |
1421 | ||
9011945e AB |
1422 | 2011-02-03 Andrew Burgess <[email protected]> |
1423 | ||
1424 | * disasm.c (compare_lines): Handle the end of sequence markers | |
1425 | within the line table to better support disassembling over | |
1426 | compilation unit boundaries. | |
1427 | ||
e0634ccf UW |
1428 | 2011-02-02 Ulrich Weigand <[email protected]> |
1429 | ||
1430 | * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB | |
1431 | arguments. Skip in-prologue calls to glibc __aeabi_read_tp | |
1432 | implementation even if no symbols are available. | |
1433 | (thumb_analyze_prologue): Update call to skip_prologue_function. | |
1434 | (arm_analyze_prologue): Likewise. | |
1435 | ||
0e9e9abd UW |
1436 | 2011-02-02 Ulrich Weigand <[email protected]> |
1437 | ||
1438 | * arm-tdep.c: Include "observer.h". | |
1439 | (arm_prologue_this_id): Use frame PC if get_frame_func returns 0. | |
1440 | (arm_exidx_data_key): New static variable. | |
1441 | (struct arm_exidx_entry, arm_exidx_entry_s): New data types. | |
1442 | (struct arm_exidx_data): Likewise. | |
1443 | (arm_exidx_data_free): New function. | |
1444 | (arm_compare_exidx_entries): Likewise. | |
1445 | (arm_obj_section_from_vma): Likewise. | |
1446 | (arm_exidx_new_objfile): Likewise. | |
1447 | (arm_find_exidx_entry): Likewise. | |
1448 | (arm_exidx_fill_cache): Likewise. | |
1449 | (arm_exidx_unwind_sniffer): Likewise. | |
1450 | (arm_exidx_unwind): New global variable. | |
1451 | (arm_gdbarch_init): Append unwinder arm_exidx_unwind. | |
1452 | (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile | |
1453 | observer. Register arm_exidx_data_key as objfile data. | |
1454 | ||
2e9e421f UW |
1455 | 2011-02-02 Ulrich Weigand <[email protected]> |
1456 | ||
1457 | * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break | |
1458 | due to accessing uninitialized variable. Fix indentation. | |
1459 | ||
580688f3 PA |
1460 | 2011-02-02 Pedro Alves <[email protected]> |
1461 | ||
1462 | * c-valprint.c (c_value_print): When doing virtual base pointer | |
1463 | adjustment, create a new value with adjusted contents rather than | |
1464 | changing the contents of the value being printed (and getting it | |
1465 | wrong). | |
1466 | ||
3d2c1d41 PA |
1467 | 2011-02-02 Pedro Alves <[email protected]> |
1468 | ||
1469 | * xml-support.c (xml_find_attribute): New. | |
1470 | (xinclude_start_include): Use it. | |
1471 | * xml-support.h (xml_find_attribute): Declare. | |
1472 | * memory-map.c (memory_map_start_memory) | |
1473 | (memory_map_start_property): Use xml_find_attribute. | |
1474 | * osdata.c (osdata_start_osdata, osdata_start_column): Use | |
1475 | xml_find_attribute. | |
1476 | * remote.c (start_thread): Use xml_find_attribute. | |
1477 | * solib-target.c (library_list_start_segment) | |
1478 | (library_list_start_section, library_list_start_library) | |
1479 | (library_list_start_list): Use xml_find_attribute. | |
1480 | * xml-tdesc.c (tdesc_start_target, tdesc_start_feature) | |
1481 | (tdesc_start_union, tdesc_start_struct, tdesc_start_flags) | |
1482 | (tdesc_start_field): Use xml_find_attribute. | |
1483 | ||
0af3e2db UW |
1484 | 2011-02-02 Ulrich Weigand <[email protected]> |
1485 | ||
1486 | * opencl-lang.c (STRINGIFY): Rename to OCL_STRING. | |
1487 | (BUILD_OCL_VTYPES): Update. | |
1488 | ||
c1039e3c JB |
1489 | 2011-02-02 Joel Brobecker <[email protected]> |
1490 | ||
1491 | * configure.ac: Work around non-GNU sed limitation when computing | |
1492 | python version number. | |
1493 | * configure: Regenerate. | |
1494 | ||
600ea1be JK |
1495 | 2011-02-01 Jan Kratochvil <[email protected]> |
1496 | ||
1497 | Fix debug printing of TYPE_INSTANCE. | |
1498 | * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New. | |
1499 | (dump_subexp_body_standard) <TYPE_INSTANCE>: New. | |
1500 | ||
56c12414 JK |
1501 | 2011-02-01 Jan Kratochvil <[email protected]> |
1502 | ||
1503 | Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL, | |
1504 | OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME, | |
1505 | OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT. | |
1506 | * ada-operator.inc: Rename the file to ... | |
1507 | * ada-operator.def: ... here, wrap all the entries by macro OP. | |
1508 | * expprint.c (op_name_standard): Remove all the entries. Include | |
1509 | "std-operator.def" instead. | |
1510 | * expression.h (enum exp_opcode): Include "std-operator.def" and | |
1511 | "ada-operator.def". Move all the entries ... | |
1512 | * std-operator.def: ... here, wrap all the entries by macro OP. | |
1513 | ||
c52b559d PP |
1514 | 2011-01-31 Paul Pluzhnikov <[email protected]> |
1515 | ||
1516 | * breakpoint.h (remove_jit_event_breakpoints): New prototype. | |
1517 | * breakpoint.c (remove_jit_event_breakpoints): New function. | |
1518 | * jit.c (jit_descriptor_addr): Delete. | |
1519 | (registering_code): Delete. | |
1520 | (clear_int): Delete. | |
1521 | (jit_inferior_data): New variable. | |
1522 | (struct jit_inferior_data): New type. | |
1523 | (get_jit_inferior_data): New function. | |
1524 | (jit_inferior_data_cleanup): New function. | |
1525 | (jit_read_descriptor): Adjust. | |
1526 | (jit_register_code): Adjust. | |
1527 | (jit_breakpoint_re_set_internal): New function; move code here ... | |
1528 | (jit_inferior_init): ... from here. | |
1529 | (jit_breakpoint_re_set): Adjust. | |
1530 | (jit_reset_inferior_data_and_breakpoints): New function. | |
1531 | (jit_inferior_created_observer): Adjust. | |
1532 | (jit_inferior_exit_hook): Adjust. | |
1533 | (jit_executable_changed_observer): New function. | |
1534 | (jit_event_handler): Adjust. | |
1535 | (_initialize_jit): Adjust. | |
1536 | ||
e839132d MS |
1537 | 2011-01-31 Michael Snyder <[email protected]> |
1538 | ||
1539 | * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted | |
1540 | line. | |
1541 | ||
47a80e90 TT |
1542 | 2011-01-31 Tom Tromey <[email protected]> |
1543 | ||
1544 | PR python/12216: | |
1545 | * python/python.c (execute_gdb_command): Call | |
1546 | prevent_dont_repeat. | |
1547 | * top.c (suppress_dont_repeat): New global. | |
1548 | (dont_repeat): Use it. | |
1549 | (prevent_dont_repeat): New function. | |
1550 | * command.h (prevent_dont_repeat): Declare. | |
1551 | ||
45a43567 TT |
1552 | 2011-01-31 Tom Tromey <[email protected]> |
1553 | ||
1554 | * infcmd.c (finish_backward): Use breakpoint_set_silent. | |
1555 | * python/py-breakpoint.c (bppy_set_silent): Use | |
1556 | breakpoint_set_silent. | |
1557 | (bppy_set_thread): Use breakpoint_set_thread. | |
1558 | (bppy_set_task): Use breakpoint_set_task. | |
1559 | * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread) | |
1560 | (breakpoint_set_task): Declare. | |
1561 | (make_breakpoint_silent): Remove. | |
1562 | * breakpoint.c (breakpoint_set_silent): New function. | |
1563 | (breakpoint_set_thread): Likewise. | |
1564 | (breakpoint_set_task): Likewise. | |
1565 | (make_breakpoint_silent): Remove. | |
1566 | ||
09d682a4 TT |
1567 | 2011-01-31 Tom Tromey <[email protected]> |
1568 | ||
1569 | * breakpoint.h (user_breakpoint_p): Declare. | |
1570 | * breakpoint.c (user_breakpoint_p): New function. | |
1571 | (breakpoint_1): Use it. | |
1572 | (save_breakpoints): Likewise. | |
1573 | ||
9c4ea6c5 JB |
1574 | 2011-01-31 Joel Brobecker <[email protected]> |
1575 | ||
1576 | * configure.ac: Add handling of Python distribution on Windows. | |
1577 | * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED | |
1578 | sysconfig variables are not defined, then do not use them. | |
1579 | On Windows, if LIBPL is not defined, then use prefix + '/libs' | |
1580 | instead. On Windows, return all paths using forward-slashes | |
1581 | rather than backslashes. | |
1582 | ||
ac534cba JB |
1583 | 2011-01-31 Joel Brobecker <[email protected]> |
1584 | ||
1585 | * configure.ac: Remove fallback behavior for building | |
1586 | against Python. Remove tweaking of Python include path. | |
1587 | Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution. | |
1588 | (AC_TRY_LIBPYTHON): Adjust program used in linking test. | |
1589 | If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS. | |
1590 | Always restore CPPFLAGS and LIBS after linking test. | |
1591 | * configure: Regenerated. | |
1592 | * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@. | |
1593 | (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@. | |
1594 | * python/python-internal.h: Adjust includes of Python .h files. | |
1595 | ||
c2f0d045 JB |
1596 | 2011-01-31 Joel Brobecker <[email protected]> |
1597 | ||
1598 | * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup | |
1599 | in error message. | |
1600 | ||
6b0c4c1f JB |
1601 | 2011-01-31 Joel Brobecker <[email protected]> |
1602 | ||
1603 | * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode | |
1604 | value test. | |
1605 | ||
672c9795 YQ |
1606 | 2011-01-31 Yao Qi <[email protected]> |
1607 | ||
1608 | * arm-linux-nat.c: Update calls to regcache_register_status | |
1609 | instead of regcache_valid_p. | |
1610 | * aix-thread.c: Likewise. | |
1611 | * i386gnu-nat.c: Likewise. | |
1612 | ||
80b23b6a JK |
1613 | 2011-01-29 Jan Kratochvil <[email protected]> |
1614 | ||
1615 | Fix crash. | |
1616 | * valops.c (compare_parameters): Verify TYPE_NFIELDS before | |
1617 | touching TYPE_FIELD_ARTIFICIAL. | |
1618 | ||
4cd712bd RE |
1619 | 2011-01-28 Richard Earnshaw <[email protected]> |
1620 | ||
1621 | * MAINTAINERS: Move myself from Responsible Maintainers to Authorized | |
1622 | Committers. | |
1623 | ||
ffd5ec24 PA |
1624 | 2011-01-28 Pedro Alves <[email protected]> |
1625 | ||
1626 | * tracepoint.c (tfile_xfer_partial): If there's no traceframe | |
1627 | selected, don't try iterating over the traceframe's blocks. | |
1628 | (tfile_has_stack): If there's no traceframe selected, then there's | |
1629 | no stack. | |
1630 | (tfile_has_registers): If there's no traceframe selected, then | |
1631 | there's no registers. | |
1632 | ||
e8c9e0a1 PA |
1633 | 2011-01-28 Pedro Alves <[email protected]> |
1634 | ||
1635 | * target.c (memory_xfer_partial): No need to restore shadows if we | |
1636 | haven't read anything. | |
1637 | ||
de15c4ab PA |
1638 | 2011-01-28 Pedro Alves <[email protected]> |
1639 | ||
1640 | * mips-tdep.c (mips_print_register): Use get_frame_register_value | |
1641 | and val_print_scalar_formatted. | |
1642 | ||
9f41c731 PA |
1643 | 2011-01-27 Pedro Alves <[email protected]> |
1644 | ||
1645 | * tracepoint.c (tfile_read): New. | |
1646 | (tfile_open): Use it. | |
1647 | (tfile_get_traceframe_address): Use it. | |
1648 | (tfile_trace_find): Use it. | |
1649 | (walk_blocks_callback_func): New typedef. | |
1650 | (match_blocktype): New function. | |
1651 | (traceframe_walk_blocks): New function. | |
1652 | (traceframe_find_block_type): New function. | |
1653 | (tfile_fetch_registers, tfile_xfer_partial) | |
1654 | (tfile_get_trace_state_variable_value): Use | |
1655 | traceframe_find_block_type and tfile_read. | |
1656 | ||
cdefc55d KB |
1657 | 2011-01-26 Kevin Buettner <[email protected]> |
1658 | ||
1659 | * remote-mips.c: Add internationalization mark ups. Remove | |
1660 | trailing \n from already marked up strings. | |
1661 | ||
a81766d8 TT |
1662 | 2011-01-26 Tom Tromey <[email protected]> |
1663 | ||
1664 | * python/py-prettyprint.c (print_string_repr): Clear | |
1665 | 'addressprint' option when calling val_print_string. | |
1666 | (print_children): Handle Val_pretty_default. Clear 'addressprint' | |
1667 | option when calling val_print_string. | |
1668 | ||
74aedc46 TT |
1669 | 2011-01-26 Tom Tromey <[email protected]> |
1670 | ||
1671 | * python/python.c (gdbpy_solib_name): Use gdb_py_longest and | |
1672 | GDB_PY_LL_ARG. | |
1673 | * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New | |
1674 | macros. | |
1675 | (gdb_py_longest, gdb_py_ulongest): New typedefs. | |
1676 | (gdb_py_long_from_longest, gdb_py_long_from_ulongest) | |
1677 | (gdb_py_long_as_ulongest): New defines. | |
1678 | (gdb_py_object_from_longest, gdb_py_object_from_ulongest) | |
1679 | (gdb_py_int_as_long): Declare. | |
1680 | * python/py-value.c (valpy_lazy_string): Use gdb_py_longest, | |
1681 | GDB_PY_LL_ARG, gdb_py_object_from_longest. | |
1682 | (valpy_long): Add comment. | |
1683 | * python/py-utils.c (get_addr_from_python): Use | |
1684 | gdb_py_long_as_ulongest. Handle overflow properly. | |
1685 | (gdb_py_object_from_longest): New function. | |
1686 | (gdb_py_object_from_ulongest): Likewise. | |
1687 | (gdb_py_int_as_long): Likewise. | |
1688 | * python/py-type.c (typy_array): Use gdb_py_int_as_long. | |
1689 | * python/py-symtab.c (salpy_get_pc): Use | |
1690 | gdb_py_long_from_ulongest. | |
1691 | (salpy_get_line): Use PyInt_FromLong. | |
1692 | * python/py-param.c (set_parameter_value): Use | |
1693 | gdb_py_int_as_long. | |
1694 | * python/py-lazy-string.c (stpy_get_address): Use | |
1695 | gdb_py_long_from_ulongest. | |
1696 | * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest. | |
1697 | * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long. | |
1698 | * python/py-breakpoint.c (bppy_set_thread): Use | |
1699 | gdb_py_int_as_long. | |
1700 | (bppy_set_task): Likewise. | |
1701 | (bppy_set_ignore_count): Likewise. | |
1702 | (bppy_set_hit_count): Likewise. | |
1703 | * python/py-block.c (blpy_get_start): Use | |
1704 | gdb_py_object_from_ulongest. | |
1705 | (blpy_get_end): Likewise. | |
1706 | (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG. | |
1707 | ||
e4f6d2ec TJB |
1708 | 2011-01-25 Mathieu Lacage <[email protected]> |
1709 | ||
1710 | PR/symtab 11766: | |
1711 | * gdb/objfiles.h (struct objfile) <addr_low>: New field. | |
1712 | * gdb/solib.c (solib_read_symbols): Check for addr_low in | |
1713 | equality test for objfile, initialize addr_low if needed. | |
1714 | ||
b30aa278 PA |
1715 | 2011-01-25 Pedro Alves <[email protected]> |
1716 | ||
1717 | * tui/tui-regs.c (tui_register_format): Remove dead code. | |
1718 | ||
ab2188aa PA |
1719 | 2011-01-25 Pedro Alves <[email protected]> |
1720 | ||
1721 | * printcmd.c (print_formatted): Use val_print_scalar_formatted | |
1722 | instead of print_scalar_formatted. | |
1723 | (print_scalar_formatted): Don't handle 's' format strings here, | |
1724 | and add an assertion that we never see such format here. | |
1725 | * valprint.h (val_print_scalar_formatted): Declare. | |
1726 | * valprint.c (val_print_scalar_formatted): New. | |
1727 | * c-valprint.c (c_val_print): Use val_print_scalar_formatted | |
1728 | instead of print_scalar_formatted. | |
1729 | * jv-valprint.c (java_val_print): Ditto. | |
1730 | * p-valprint.c (pascal_val_print): Ditto. | |
1731 | * ada-valprint.c (ada_val_print_1): Ditto. | |
1732 | * f-valprint.c (f_val_print): Ditto. | |
1733 | * infcmd.c (registers_info): Ditto. | |
1734 | * m2-valprint.c (m2_val_print): Ditto. | |
1735 | ||
66d61a4c PA |
1736 | 2011-01-25 Pedro Alves <[email protected]> |
1737 | ||
1738 | * m2-valprint.c (print_unbounded_array): Pass | |
1739 | value_contents_for_printing rather than value_contents, to | |
1740 | m2_print_array_contents. Also pass in the value. | |
1741 | ||
831adc1f JK |
1742 | 2011-01-25 Jan Kratochvil <[email protected]> |
1743 | ||
1744 | * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index) | |
1745 | (save_gdb_index_command): Switch to .gdb_index version 4. | |
1746 | ||
20622269 PA |
1747 | 2011-01-25 Pedro Alves <[email protected]> |
1748 | ||
1749 | * mi/mi-main.c (get_register): Use get_frame_register_value rather | |
1750 | than frame_register, and always pass a valid value to val_print. | |
1751 | ||
585fdaa1 PA |
1752 | 2011-01-25 Pedro Alves <[email protected]> |
1753 | ||
1754 | Centralize printing "<optimized out>". | |
1755 | ||
1756 | * valprint.h (val_print_optimized_out): Declare. | |
1757 | * cp-valprint.c (cp_print_value_fields): Use | |
1758 | val_print_optimized_out. | |
1759 | * jv-valprint.c (java_print_value_fields): Ditto. | |
1760 | * p-valprint.c (pascal_object_print_value_fields): Ditto. | |
1761 | * printcmd.c (print_formatted): Ditto. | |
1762 | * valprint.c (valprint_check_validity): Ditto. | |
1763 | (value_check_printable): Ditto. | |
1764 | (val_print_optimized_out): New. | |
1765 | ||
29ec5263 PA |
1766 | 2011-01-25 Pedro Alves <[email protected]> |
1767 | ||
1768 | * infcmd.c (default_print_registers_info): Allocate values so to | |
1769 | never pass a NULL value to val_print. | |
1770 | ||
de4127a3 PA |
1771 | 2011-01-25 Pedro Alves <[email protected]> |
1772 | ||
1773 | * cp-valprint.c (cp_print_value): Treat the 'skip' local as | |
1774 | boolean. Make sure to always pass a value that matches the | |
1775 | contents buffer to callees. Preserve `address' for following | |
1776 | iterations. | |
1777 | * value.c (value_contents_for_printing_const): New. | |
1778 | (value_address): Constify value argument. | |
1779 | * value.h (value_contents_for_printing_const): Declare. | |
1780 | (value_address): Constify value argument. | |
1781 | ||
ee99023e PA |
1782 | 2011-01-25 Pedro Alves <[email protected]> |
1783 | ||
1784 | * regcache.c (struct regcache_descr): Rename | |
1785 | sizeof_raw_register_valid_p field to sizeof_raw_register_status, | |
1786 | and sizeof_cooked_register_valid_p to | |
1787 | sizeof_cooked_register_status. | |
1788 | (init_regcache_descr): Adjust. | |
1789 | (struct regcache): Rename register_valid_p field to | |
1790 | register_status. | |
1791 | (regcache_xmalloc_1, regcache_xfree, regcache_save) | |
1792 | (do_cooked_read): Adjust. | |
1793 | (regcache_valid_p): Rename to ... | |
1794 | (regcache_register_status): ... this. Adjust. | |
1795 | (regcache_invalidate): Adjust. | |
1796 | (regcache_raw_read, regcache_cooked_read, regcache_raw_write): | |
1797 | Adjust. | |
1798 | (regcache_raw_supply): Adjust. If buf i NULL, mark the register | |
1799 | as unavailable, not valid. | |
1800 | (regcache_dump): Adjust. | |
1801 | * regcache.h (enum register_status): New. | |
1802 | (regcache_register_status): Declare. | |
1803 | (regcache_invalidate): Delete declaration. | |
1804 | * corelow.c (get_core_registers): Adjust. | |
1805 | * tracepoint.c (tfile_fetch_registers): Adjust. | |
1806 | * trad-frame.c (REG_VALUE): Rename to ... | |
1807 | (TF_REG_VALUE): ... this. | |
1808 | (REG_UNKNOWN): Rename to ... | |
1809 | (TF_REG_UNKNOWN): ... this. | |
1810 | (trad_frame_set_value, trad_frame_set_unknown): Adjust. | |
1811 | * mi/mi-main.c (register_changed_p): Adjust. | |
1812 | ||
99e42fd8 PA |
1813 | 2011-01-25 Pedro Alves <[email protected]> |
1814 | ||
1815 | * regcache.c (struct regcache_descr): Remove outdated comment. | |
1816 | (init_regcache_descr): Remove sizeof_raw_register_valid_p | |
1817 | overallocate hack. | |
1818 | (regcache_xmalloc): Rename to ... | |
1819 | (regcache_xmalloc_1): ... this. Add `readonly_p' parameter. | |
1820 | Allocate the regcache type accordingly. | |
1821 | (regcache_xmalloc): New as wrapper around regcache_xmalloc_1. | |
1822 | (regcache_xfree): Asser the source is also readonly. Copy sizeof | |
1823 | cooked registers, not raw. | |
1824 | (regcache_dup_no_passthrough): Delete. | |
1825 | (get_thread_arch_regcache): Use regcache_xmalloc_1. | |
1826 | * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not | |
1827 | mention obsolete write_register_bytes. | |
1828 | * regcache.h (regcache_dup_no_passthrough): Delete declaration. | |
1829 | ||
f7605bc2 PA |
1830 | 2011-01-25 Pedro Alves <[email protected]> |
1831 | ||
1832 | Stop remote_read_bytes from handling partial reads itself. | |
1833 | ||
1834 | * remote-fileio.c: Include target.h. | |
1835 | (remote_fileio_write_bytes): Delete. | |
1836 | (remote_fileio_func_open, remote_fileio_func_write) | |
1837 | (remote_fileio_func_rename, remote_fileio_func_unlink): Use | |
1838 | target_read_memory. | |
1839 | (remote_fileio_func_stat): Use target_read_memory and | |
1840 | target_write_memory. | |
1841 | (remote_fileio_func_gettimeofday): Use target_write_memory. | |
1842 | (remote_fileio_func_system): Use target_read_memory. | |
1843 | * remote.c (remote_write_bytes): Make it static. | |
1844 | (remote_read_bytes): Don't handle partial reads here. | |
1845 | * remote.h (remote_read_bytes): Delete declaration. | |
1846 | ||
efc0eabd PA |
1847 | 2011-01-25 Pedro Alves <[email protected]> |
1848 | ||
1849 | Simplify XML parsing a bit. | |
1850 | ||
1851 | * xml-support.h (gdb_xml_parse_quick): Declare. | |
1852 | * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed | |
1853 | from gdb_xml_create_parser_and_cleanup, and added `old_chain' | |
1854 | parameter. | |
1855 | (gdb_xml_create_parser_and_cleanup): Reimplement on top of | |
1856 | gdb_xml_create_parser_and_cleanup_1. | |
1857 | (gdb_xml_parse_quick): New. | |
1858 | * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick. | |
1859 | * osdata.c (osdata_parse): Ditto. | |
1860 | * remote.c (remote_threads_info): Ditto. | |
1861 | * solib-target.c (solib_target_parse_libraries): Ditto. | |
1862 | * xml-syscall.c (syscall_parse_xml): Ditto. | |
1863 | * xml-tdesc.c (tdesc_parse_xml): Ditto. | |
1864 | ||
314d366a KB |
1865 | 2011-01-24 Kevin Buettner <[email protected]> |
1866 | ||
1867 | * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but | |
1868 | with remote-mips.o added to gdb_target_obs. | |
1869 | * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o. | |
1870 | ||
a491d753 PA |
1871 | 2011-01-24 Pedro Alves <[email protected]> |
1872 | ||
1873 | * ada-valprint.c (val_print_packed_array_elements): Pass the | |
1874 | correct struct value to val_print. | |
1875 | (ada_val_print_1): Ditto. | |
1876 | ||
490f124f PA |
1877 | 2011-01-24 Pedro Alves <[email protected]> |
1878 | ||
1879 | Don't lose embedded_offset in printing routines throughout. | |
1880 | ||
1881 | * valprint.h (val_print_array_elements): Change prototype. | |
1882 | * valprint.c (val_print_array_elements): Add `embedded_offset' | |
1883 | parameter, and adjust to pass it down to val_print, while passing | |
1884 | `valaddr' or `address' unmodified. Take embedded_offset into | |
1885 | account when checking repetitions. | |
1886 | * c-valprint.c (c_val_print): Pass embedded_offset to | |
1887 | val_print_array_elements instead of adjusting `valaddr' and | |
1888 | `address'. | |
1889 | * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass | |
1890 | embedded_offset to val_print_array_elements instead of adjusting | |
1891 | `valaddr'. | |
1892 | * p-lang.h (pascal_object_print_value_fields): Adjust prototype. | |
1893 | * p-valprint.c (pascal_val_print): Pass embedded_offset to | |
1894 | val_print_array_elements and pascal_object_print_value_fields | |
1895 | instead of adjusting `valaddr'. | |
1896 | (pascal_object_print_value_fields): Add `offset' parameter, and | |
1897 | adjust to use it. | |
1898 | (pascal_object_print_value): Add `offset' parameter, and adjust to | |
1899 | use it. | |
1900 | (pascal_object_print_static_field): Use | |
1901 | value_contents_for_printing/value_embedded_offset, rather than | |
1902 | value_contents. | |
1903 | * ada-valprint.c (val_print_packed_array_elements): Add `offset' | |
1904 | parameter, and adjust to use it. Use | |
1905 | value_contents_for_printing/value_embedded_offset, rather than | |
1906 | value_contents. | |
1907 | (ada_val_print): Rename `valaddr0' parameter to `valaddr'. | |
1908 | (ada_val_print_array): Add `offset' parameter, and adjust to use | |
1909 | it. | |
1910 | (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and | |
1911 | `embedded_offset' to `offset'. Don't re-adjust `valaddr'. | |
1912 | Instead work with offsets. Use | |
1913 | value_contents_for_printing/value_embedded_offset, rather than | |
1914 | value_contents. Change `defer_val_int' local type to CORE_ADDR, | |
1915 | and use value_from_pointer to extract a target pointer, rather | |
1916 | than value_from_longest. | |
1917 | (print_variant_part): Add `offset' parameter. Replace | |
1918 | `outer_valaddr' parameter by a new `outer_offset' parameter. | |
1919 | Don't re-adjust `valaddr'. Instead pass down adjusted offsets. | |
1920 | (ada_value_print): Use | |
1921 | value_contents_for_printing/value_embedded_offset, rather than | |
1922 | value_contents. | |
1923 | (print_record): Add `offset' parameter, and adjust to pass it | |
1924 | down. | |
1925 | (print_field_values): Add `offset' parameter. Replace | |
1926 | `outer_valaddr' parameter by a new `outer_offset' parameter. | |
1927 | Don't re-adjust `valaddr'. Instead pass down adjusted offsets. | |
1928 | Use value_contents_for_printing/value_embedded_offset, rather than | |
1929 | value_contents. | |
1930 | * d-valprint.c (dynamic_array_type): Use | |
1931 | value_contents_for_printing/value_embedded_offset, rather than | |
1932 | value_contents. | |
1933 | * jv-valprint.c (java_print_value_fields): Add `offset' parameter. | |
1934 | Don't re-adjust `valaddr'. Instead pass down adjusted offsets. | |
1935 | (java_print_value_fields): Take `offset' into account. Don't | |
1936 | re-adjust `valaddr'. Instead pass down adjusted offsets. | |
1937 | (java_val_print): Take `embedded_offset' into account. Pass it to | |
1938 | java_print_value_fields. | |
1939 | * f-valprint.c (f77_print_array_1): Add `embedded_offset' | |
1940 | parameter. Don't re-adjust `valaddr' or `address'. Instead pass | |
1941 | down adjusted offsets. | |
1942 | (f77_print_array): Add `embedded_offset' parameter. Pass it down. | |
1943 | (f_val_print): Take `embedded_offset' into account. | |
1944 | ||
7bfc9434 JB |
1945 | 2011-01-21 Joel Brobecker <[email protected]> |
1946 | ||
1947 | * inflow.c: Include "gdbcmd.h". | |
1948 | (interactive_mode): New static global, moved here from top.c. | |
1949 | (show_interactive_mode): New function, moved here from top.c. | |
1950 | use gdb_has_a_terminal instead of input_from_terminal_p to | |
1951 | determine the current mode. | |
1952 | (gdb_has_a_terminal): Add handling of the "iteractive-mode" | |
1953 | setting. | |
1954 | (_initialize_inflow): Add the "set/show interactive-mode" | |
1955 | commands. Moved here from top.c, after having adjusted slightly | |
1956 | the help text. | |
1957 | * top.c (interactive_mode, show_interactive_mode): Delete, moved | |
1958 | to inflow.c. | |
1959 | (input_from_terminal_p): Remove handling of "interactive-mode" | |
1960 | setting, moved to infow.c. | |
1961 | (init_main): Remove creation of the "set/show interactive-mode" | |
1962 | commands, moved to inflow.c. | |
1963 | ||
44603653 JB |
1964 | 2011-01-19 Joel Brobecker <[email protected]> |
1965 | ||
1966 | * NEWS: Add entry for native ia64-hpux support. | |
1967 | ||
4694da01 TT |
1968 | 2011-01-19 Tom Tromey <[email protected]> |
1969 | ||
1970 | PR mi/8618: | |
1971 | * thread.c (free_thread): Free 'name'. | |
1972 | (print_thread_info): Emit thread name. Change CLI output. | |
1973 | (thread_name_command): New function. | |
1974 | (do_captured_thread_select): Emit newline. | |
1975 | (_initialize_thread): Register 'thread name' command. | |
1976 | * target.h (struct target_ops) <to_thread_name>: New field. | |
1977 | (target_thread_name): New macro. | |
1978 | * target.c (update_current_target): Handle to_thread_name. | |
1979 | * python/py-infthread.c (thpy_get_name): New function. | |
1980 | (thpy_set_name): Likewise. | |
1981 | (thread_object_getset): Add "name". | |
1982 | * linux-nat.c (linux_nat_thread_name): New function. | |
1983 | (linux_nat_add_target): Set to_thread_name. | |
1984 | * gdbthread.h (struct thread_info) <name>: New field. | |
1985 | ||
10d44370 JB |
1986 | 2011-01-18 Joel Brobecker <[email protected]> |
1987 | ||
1988 | * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast. | |
1989 | (ada_val_print_1): Likewise. | |
1990 | ||
e3acb115 JB |
1991 | 2011-01-18 Joel Brobecker <[email protected]> |
1992 | ||
1993 | * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue | |
1994 | upper limit address is not greater than the function end address | |
1995 | when the upper limit could not be computed using the debugging | |
1996 | info. | |
1997 | ||
dc92e161 TT |
1998 | 2011-01-17 Tom Tromey <[email protected]> |
1999 | ||
2000 | * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use | |
2001 | get_regcomp_error. | |
2002 | * utils.c: Include gdb_regex.h. | |
2003 | (do_regfree_cleanup): New function. | |
2004 | (make_regfree_cleanup): Likewise. | |
2005 | (get_regcomp_error): Likewise. | |
2006 | * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare. | |
2007 | ||
f55af66d TT |
2008 | 2011-01-17 Tom Tromey <[email protected]> |
2009 | ||
2010 | * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call | |
2011 | re_compile_fastmap. | |
2012 | ||
a5a44b53 PM |
2013 | 2011-01-17 Pierre Muller <[email protected]> |
2014 | ||
2015 | * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE | |
2016 | for internal variables. | |
2017 | (last_was_structop): New static variable. | |
2018 | (COMPLETE): New token. | |
2019 | (field_exp): New rule to group all '.' suffix handling. | |
2020 | Add mark_struct_expression calls when approriate to be able | |
2021 | to correctly find fields for completion. | |
2022 | (yylex): Adapt to handle field completion and set INTVAR when | |
2023 | required. | |
2024 | ||
2c291032 YQ |
2025 | 2011-01-14 Yao Qi <[email protected]> |
2026 | ||
2027 | * arm-tdep.c (arm_register_reggroup_p): FPS register is in | |
2028 | save_reggroup, restore_reggroup and all_reggroup. | |
2029 | ||
447b483c JB |
2030 | 2011-01-14 Joel Brobecker <[email protected]> |
2031 | ||
2032 | * ada-valprint. (ada_printchar): Use the correct type length | |
2033 | in call to ada_emit_char. | |
2034 | * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR. | |
2035 | ||
7b64a93b PM |
2036 | 2011-01-14 Pierre Muller <[email protected]> |
2037 | ||
2038 | * solib-som.h (hpux_major_release): Declare variable here. | |
2039 | * solib-som.c: Remove <sys/utsname.h> header. | |
2040 | (DEFAULT_HPUX_MAJOR_RELEASE): New macro. | |
2041 | (hpux_major_release): Make global, change default value to | |
2042 | DEFAULT_HPUX_MAJOR_RELEASE. | |
2043 | (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE. | |
2044 | * hppa-hpux-nat.c: Add <sys/utsname.h> include. | |
2045 | Add "solib-som.h" header. | |
2046 | (set_hpux_major_release): New function. | |
2047 | (_initialize_hppa_hpux_nat): Call set_hpux_major_release. | |
2048 | ||
4e18c053 MF |
2049 | 2011-01-14 Mike Frysinger <[email protected]> |
2050 | ||
2051 | * configure.tgt (*-*-uclinux*): Match more Linux os targets | |
2052 | ||
a9df6b22 JB |
2053 | 2011-01-14 Joel Brobecker <[email protected]> |
2054 | ||
2055 | * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing | |
2056 | new-line at end of warning message. | |
2057 | (ia64_hpux_store_register): Remove trailing new-line at end of | |
2058 | error message. | |
2059 | * ia64-hpux-tdep.c: Rephrase comment. | |
2060 | * solib-ia64-hpux.c (struct dld_info): Change type of field | |
2061 | dld_flags from "long long" to ULONGEST. | |
2062 | ||
ecb956dd PA |
2063 | 2011-01-14 Pedro Alves <[email protected]> |
2064 | ||
2065 | * target.h (deprecated_child_ops): Delete declaration. | |
2066 | * target.c (deprecated_child_ops): Delete definition. | |
2067 | ||
76adfcae PA |
2068 | 2011-01-14 Pedro Alves <[email protected]> |
2069 | ||
2070 | * Makefile.in (hpux-thread.o): Delete rule. | |
2071 | * configure.ac: Don't check for HPUX DCE threads support. | |
2072 | * configure, config.in: Regenerate. | |
2073 | * hppa-hpux-nat.c (child_suppress_run): Delete. | |
2074 | (hppa_hpux_child_can_run): Delete. | |
2075 | (_initialize_hppa_hpux_nat): Don't override to_can_run. | |
2076 | * hpux-thread.c: Delete. | |
2077 | ||
042e866e JB |
2078 | 2011-01-13 Joel Brobecker <[email protected]> |
2079 | ||
2080 | * hpux-thread.c (hpux_pid_to_str): Delete. | |
2081 | ||
4ffa5a33 JB |
2082 | 2011-01-13 Joel Brobecker <[email protected]> |
2083 | ||
2084 | * ada-valprint.c (ada_emit_char): Remove strange code. | |
2085 | Check that c is <= UCHAR_MAX before passing it to isascii. | |
2086 | (char_at): Do not assume that TYPE_LEN is either 1 or 2. | |
2087 | ||
de8fa76c JB |
2088 | 2011-01-13 Joel Brobecker <[email protected]> |
2089 | ||
2090 | * top.c (input_from_terminal_p): Restrict the use of interactive_mode | |
2091 | to the case where instream is stdin. | |
2092 | ||
c4de7027 JB |
2093 | 2011-01-13 Joel Brobecker <[email protected]> |
2094 | ||
2095 | * ia64-tdep.h (struct regcache): Forward declare. | |
2096 | (struct ia64_infcall_ops): New struct type. | |
2097 | (struct gdbarch_tdep): New fields "find_global_pointer_from_solib" | |
2098 | and "infcall_ops". | |
2099 | * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section): | |
2100 | Renames ia64_find_global_pointer. | |
2101 | (ia64_find_global_pointer, ia64_allocate_new_rse_frame) | |
2102 | (ia64_store_argument_in_slot, ia64_set_function_addr: New function. | |
2103 | (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops | |
2104 | methods. | |
2105 | (ia64_infcall_ops): New static global constant. | |
2106 | (ia64_gdbarch_init): Set tdep->infcall_ops. | |
2107 | * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function. | |
2108 | (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing. | |
2109 | * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h". | |
2110 | (ia64_hpux_dummy_code): New static global constant. | |
2111 | (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame) | |
2112 | (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr) | |
2113 | (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib): | |
2114 | New function. | |
2115 | (ia64_hpux_infcall_ops): New static global constant. | |
2116 | (ia64_hpux_init_abi): Install gdbarch and tdep methods needed | |
2117 | for inferior function calls to work properly on ia64-hpux. | |
2118 | ||
77ca787b JB |
2119 | 2011-01-13 Joel Brobecker <[email protected]> |
2120 | ||
2121 | * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS. | |
2122 | * ia64-tdep.h (struct frame_info): forward declaration. | |
2123 | (struct gdbarch_tdep): Add field size_of_register_frame. | |
2124 | * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame | |
2125 | to determine the size of the register frame. | |
2126 | (ia64_size_of_register_frame): New function. | |
2127 | (ia64_gdbarch_init): Set tdep->size_of_register_frame. | |
2128 | * ia64-hpux-tdep.c: Include "target.h" and "frame.h". | |
2129 | (IA64_HPUX_UREG_REASON): New macro. | |
2130 | (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame): | |
2131 | New functions. | |
2132 | (ia64_hpux_init_abi): Set tdep->size_of_register_frame. | |
2133 | * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function. | |
2134 | (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS | |
2135 | objects. | |
2136 | ||
92c9a463 JB |
2137 | 2011-01-13 Joel Brobecker <[email protected]> |
2138 | ||
2139 | Add support for ia64-hpux. | |
2140 | * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c, | |
2141 | ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files. | |
2142 | ||
2143 | * configure.host: Add handling for ia64-hpux hosts. Add associated | |
2144 | floatformats. | |
2145 | * configure.tgt: Add handling for ia64-hpux targets. | |
2146 | * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o. | |
2147 | (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h. | |
2148 | (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c. | |
2149 | ||
f688d93f JB |
2150 | 2011-01-13 Joel Brobecker <[email protected]> |
2151 | ||
2152 | [ttrace] Compute thread list immediately after attach. | |
2153 | * inf_ttrace_attach (inf_ttrace_create_threads_after_attach): | |
2154 | New subprogram. | |
2155 | (inf_ttrace_attach): Use it. | |
2156 | ||
1b89e62f JB |
2157 | 2011-01-13 Joel Brobecker <[email protected]> |
2158 | ||
2159 | * libunwind-frame.c (libunwind_frame_cache): Do not return NULL | |
2160 | if we could not determine the frame's function address. Instead, | |
2161 | use the frame's PC, and then continue. | |
2162 | ||
3e5e6e2a JB |
2163 | 2011-01-13 Joel Brobecker <[email protected]> |
2164 | ||
2165 | * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if | |
2166 | not already defined. | |
2167 | ||
825d6d8a JB |
2168 | 2011-01-13 Joel Brobecker <[email protected]> |
2169 | ||
2170 | * ia64-tdep.c (ia64_struct_type_p): New function. | |
2171 | (ia64_extract_return_value): Handle integral values that are | |
2172 | less than 8 bytes long. | |
2173 | (ia64_push_dummy_call): Likewise. | |
2174 | ||
7458e667 JB |
2175 | 2011-01-13 Joel Brobecker <[email protected]> |
2176 | ||
2177 | * ia64-tdep.c (floatformat_ia64_ext_little): Renames | |
2178 | floatformat_ia64_ext. | |
2179 | (floatformat_ia64_ext_big): New static const. | |
2180 | (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big. | |
2181 | ||
1b05df00 TT |
2182 | 2011-01-12 Tom Tromey <[email protected]> |
2183 | ||
2184 | * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error | |
2185 | messages. | |
2186 | * mi/mi-main.c (mi_cmd_thread_select): Fix error messages. | |
2187 | (mi_cmd_thread_list_ids): Likewise. | |
2188 | (mi_cmd_data_list_changed_registers): Likewise. | |
2189 | (mi_cmd_data_list_register_values): Likewise. | |
2190 | (mi_cmd_data_write_register_values): Likewise. | |
2191 | (mi_cmd_data_evaluate_expression): Likewise. | |
2192 | (mi_cmd_data_read_memory): Likewise. | |
2193 | (mi_cmd_data_read_memory_bytes): Likewise. | |
2194 | (mi_cmd_data_write_memory): Likewise. | |
2195 | (mi_cmd_enable_timings): Likewise. | |
2196 | * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages. | |
2197 | * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages. | |
2198 | (mi_cmd_var_delete): Likewise. | |
2199 | (mi_cmd_var_set_format): Likewise. | |
2200 | (mi_cmd_var_show_format): Likewise. | |
2201 | (mi_cmd_var_info_num_children): Likewise. | |
2202 | (mi_cmd_var_list_children): Likewise. | |
2203 | (mi_cmd_var_info_type): Likewise. | |
2204 | (mi_cmd_var_info_expression): Likewise. | |
2205 | (mi_cmd_var_show_attributes): Likewise. | |
2206 | (mi_cmd_var_assign): Likewise. | |
2207 | (mi_cmd_var_update): Likewise. | |
2208 | (mi_cmd_enable_pretty_printing): Likewise. | |
2209 | (mi_cmd_var_set_update_range): Likewise. | |
2210 | * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error | |
2211 | messages. | |
2212 | (mi_cmd_target_file_put): Likewise. | |
2213 | (mi_cmd_target_file_delete): Likewise. | |
2214 | * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error | |
2215 | messages. | |
2216 | (mi_cmd_stack_info_depth): Likewise. | |
2217 | (mi_cmd_stack_list_locals): Likewise. | |
2218 | (mi_cmd_stack_list_args): Likewise. | |
2219 | (mi_cmd_stack_select_frame): Likewise. | |
2220 | (mi_cmd_stack_select_frame): Likewise. | |
2221 | (mi_cmd_stack_info_frame): Likewise. | |
2222 | * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error | |
2223 | messages. | |
2224 | (mi_cmd_file_list_exec_source_files): Likewise. | |
2225 | * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages. | |
2226 | (mi_cmd_env_cd): Likewise. | |
2227 | (mi_cmd_env_path): Likewise. | |
2228 | (mi_cmd_env_dir): Likewise. | |
2229 | (mi_cmd_inferior_tty_show): Likewise. | |
2230 | * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages. | |
2231 | * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages. | |
2232 | (mi_cmd_break_watch): Likewise. | |
2233 | ||
ad422571 TJB |
2234 | 2011-01-12 Thiago Jung Bauermann <[email protected]> |
2235 | ||
2236 | * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace. | |
2237 | (ppc_linux_insert_hw_breakpoint): Likewise. | |
2238 | (ppc_linux_remove_hw_breakpoint): Likewise. | |
2239 | (ppc_linux_insert_watchpoint): Likewise. | |
2240 | ||
c2ff108b JK |
2241 | 2011-01-12 Andrew Burgess <[email protected]> |
2242 | Jan Kratochvil <[email protected]> | |
2243 | ||
2244 | PR fortran/11104 and DWARF unbound arrays detection. | |
2245 | * dwarf2read.c (read_subrange_type): Set zero length on unspecified | |
2246 | upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on | |
2247 | unspecified upper bound. | |
2248 | * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove | |
2249 | variables array_size_array, tmp_type and offset_item. New variable | |
2250 | array. Remove call to f77_get_upperbound. New variables array_type | |
2251 | and index. Call value_subscripted_rvalue for each dimenasion. Remove | |
2252 | the final call to deprecated_set_value_type. | |
2253 | ||
41e8491f JK |
2254 | 2011-01-12 Jan Kratochvil <[email protected]> |
2255 | ||
2256 | Make value allocations more lazy. | |
2257 | * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy | |
2258 | instead of allocate_value and set_value_lazy when possible. | |
2259 | * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy | |
2260 | instead of allocate_value and set_value_lazy. | |
2261 | * findvar.c (value_of_register_lazy): Likewise. | |
2262 | (read_var_value): Remove V preallocation, call just check_typedef in | |
2263 | advance. Move allocate_value to LOC_CONST, LOC_LABEL, | |
2264 | LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG, | |
2265 | LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of | |
2266 | set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and | |
2267 | remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy | |
2268 | in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at | |
2269 | the end, remove set_value_lazy there. | |
2270 | * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy | |
2271 | instead of allocate_value and set_value_lazy when possible. | |
2272 | * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL. | |
2273 | * value.c (allocate_computed_value): Use allocate_value_lazy instead | |
2274 | of allocate_value and set_value_lazy. | |
2275 | (value_from_contents_and_address): Use allocate_value_lazy instead of | |
2276 | allocate_value and set_value_lazy when possible. | |
2277 | ||
b716877b AB |
2278 | 2011-01-12 Andrew Burgess <[email protected]> |
2279 | ||
2280 | * disasm.c (dump_insns): Support dumping opcodes for MI. | |
2281 | * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control | |
2282 | dumping of instruction opcodes. | |
2283 | ||
d5ae309f JB |
2284 | 2011-01-09 Robert Millan <[email protected]> (tiny patch) |
2285 | ||
2286 | * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi' | |
2287 | appropiately. | |
2288 | ||
98871305 TT |
2289 | 2011-01-11 Tom Tromey <[email protected]> |
2290 | ||
2291 | * thread.c (do_captured_thread_select): Emit newline before | |
2292 | printing frame. | |
2293 | ||
c378eb4e MS |
2294 | 2011-01-11 Michael Snyder <[email protected]> |
2295 | ||
2296 | * s390-tdep.c: Comment cleanup, mostly periods and spaces. | |
2297 | * score-tdep.c: Ditto. | |
2298 | * score-tdep.h: Ditto. | |
2299 | * ser-base.c: Ditto. | |
2300 | * ser-go32.c: Ditto. | |
2301 | * serial.c: Ditto. | |
2302 | * serial.h: Ditto. | |
2303 | * ser-mingw.c: Ditto. | |
2304 | * ser-pipe.c: Ditto. | |
2305 | * ser-tcp.c: Ditto. | |
2306 | * ser-unix.c: Ditto. | |
2307 | * sh64-tdep.c: Ditto. | |
2308 | * shnbsd-nat.c: Ditto. | |
2309 | * sh-tdep.c: Ditto. | |
2310 | * sh-tdep.h: Ditto. | |
2311 | * solib.c: Ditto. | |
2312 | * solib-darwin.c: Ditto. | |
2313 | * solib-frv.c: Ditto. | |
2314 | * solib.h: Ditto. | |
2315 | * solib-irix.c: Ditto. | |
2316 | * solib-osf.c: Ditto. | |
2317 | * solib-pa64.c: Ditto. | |
2318 | * solib-som.c: Ditto. | |
2319 | * solib-spu.c: Ditto. | |
2320 | * solib-sunos.c: Ditto. | |
2321 | * solib-svr4.c: Ditto. | |
2322 | * solist.h: Ditto. | |
2323 | * sol-thread.c: Ditto. | |
2324 | * somread.c: Ditto. | |
2325 | * source.c: Ditto. | |
2326 | * source.h: Ditto. | |
2327 | * sparc64-linux-tdep.c: Ditto. | |
2328 | * sparc64-tdep.c: Ditto. | |
2329 | * sparc-linux-nat.c: Ditto. | |
2330 | * sparc-linux-tdep.c: Ditto. | |
2331 | * sparc-sol2-nat.c: Ditto. | |
2332 | * sparc-sol2-tdep.c: Ditto. | |
2333 | * sparc-tdep.c: Ditto. | |
2334 | * sparc-tdep.h: Ditto. | |
2335 | * spu-tdep.c: Ditto. | |
2336 | * stabsread.c: Ditto. | |
2337 | * stabsread.h: Ditto. | |
2338 | * stack.c: Ditto. | |
2339 | * symfile.c: Ditto. | |
2340 | * symfile.h: Ditto. | |
2341 | * symmisc.c: Ditto. | |
2342 | * symtab.c: Ditto. | |
2343 | * symtab.h: Ditto. | |
2344 | * target.c: Ditto. | |
2345 | * target-descriptions.c: Ditto. | |
2346 | * target-descriptions.h: Ditto. | |
2347 | * target.h: Ditto. | |
2348 | * target-memory.c: Ditto. | |
2349 | * terminal.h: Ditto. | |
2350 | * thread.c: Ditto. | |
2351 | * top.c: Ditto. | |
2352 | * tracepoint.c: Ditto. | |
2353 | * tracepoint.h: Ditto. | |
2354 | * trad-frame.h: Ditto. | |
2355 | * typeprint.c: Ditto. | |
2356 | ||
581e13c1 MS |
2357 | 2011-01-11 Michael Snyder <[email protected]> |
2358 | ||
2359 | * ui-file.c: Comment cleanup, mostly periods and spaces. | |
2360 | * ui-file.h: Ditto. | |
2361 | * ui-out.c: Ditto. | |
2362 | * ui-out.h: Ditto. | |
2363 | * utils.c: Ditto. | |
2364 | * v850-tdep.c: Ditto. | |
2365 | * valarith.c: Ditto. | |
2366 | * valops.c: Ditto. | |
2367 | * valprint.c: Ditto. | |
2368 | * valprint.h: Ditto. | |
2369 | * value.c: Ditto. | |
2370 | * value.h: Ditto. | |
2371 | * varobj.c: Ditto. | |
2372 | * varobj.h: Ditto. | |
2373 | * vax-tdep.c: Ditto. | |
2374 | * vec.c: Ditto. | |
2375 | * vec.h: Ditto. | |
2376 | * version.h: Ditto. | |
2377 | * windows-nat.c: Ditto. | |
2378 | * windows-tdep.c: Ditto. | |
2379 | * xcoffread.c: Ditto. | |
2380 | * xcoffsolib.c: Ditto. | |
2381 | * xml-support.c: Ditto. | |
2382 | * xstormy16-tdep.c: Ditto. | |
2383 | * xtensa-tdep.c: Ditto. | |
2384 | * xtensa-tdep.h: Ditto. | |
2385 | ||
90e4670f TJB |
2386 | 2011-01-11 Thiago Jung Bauermann <[email protected]> |
2387 | ||
2388 | * breakpoint.c (resources_needed_watchpoint): Fix indentation. | |
2389 | * gdbtypes.c (is_scalar_type_recursive): Fix formatting. | |
2390 | ||
e09342b5 TJB |
2391 | 2011-01-11 Sergio Durigan Junior <[email protected]> |
2392 | Thiago Jung Bauermann <[email protected]> | |
2393 | ||
2394 | Implement support for PowerPC BookE ranged watchpoints. | |
2395 | * breakpoint.h | |
2396 | (struct breakpoint_ops) <resources_needed>: New method. | |
2397 | Initialize to NULL in all existing breakpoint_ops instances. | |
2398 | (struct breakpoint) <exact>: New field. | |
2399 | (target_exact_watchpoints): Declare external global. | |
2400 | * breakpoint.c (target_exact_watchpoints): New global flag. | |
2401 | (update_watchpoint): Set b->type to bp_hardware_watchpoint and | |
2402 | b->enable_state to bp_enabled before calling | |
2403 | hw_watchpoint_used_count. | |
2404 | (hw_watchpoint_used_count): Iterate over all bp_locations in a | |
2405 | watchpoint. Call breakpoint's breakpoint_ops.resources_needed | |
2406 | if available. | |
2407 | (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte | |
2408 | if the watchpoint is exact. | |
2409 | (resources_needed_watchpoint): New function. | |
2410 | (watchpoint_breakpoint_ops): Add resources_needed_watchpoint. | |
2411 | (watch_command_1): Set b->exact if the user asked for an exact | |
2412 | watchpoint and one can be set. | |
2413 | (can_use_hardware_watchpoint): Add exact_watchpoints argument. | |
2414 | Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if | |
2415 | the user asks for an exact watchpoint and one can be set. Return | |
2416 | number of needed debug registers to watch the expression. | |
2417 | * gdbtypes.c (is_scalar_type): New function, based on | |
2418 | valprint.c:scalar_type_p. | |
2419 | (is_scalar_type_recursive): New function. | |
2420 | * gdbtypes.h (is_scalar_type_recursive): Declare. | |
2421 | * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always | |
2422 | handle regions when ranged watchpoints are available. | |
2423 | (create_watchpoint_request): New function. | |
2424 | (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use | |
2425 | create_watchpoint_request. | |
2426 | * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function. | |
2427 | (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the | |
2428 | `set powerpc' and `show powerpc' commands. | |
2429 | * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>: | |
2430 | Mention documentation comment in the target macro. | |
2431 | (target_region_ok_for_hw_watchpoint): Document return value. | |
2432 | ||
9fa40276 TJB |
2433 | 2011-01-11 Thiago Jung Bauermann <[email protected]> |
2434 | ||
2435 | * breakpoint.c (update_watchpoint): Decide on using a software or | |
2436 | hardware watchpoint after the bp_locations are created. | |
2437 | ||
77b06cd7 TJB |
2438 | 2010-01-11 Thiago Jung Bauermann <[email protected]> |
2439 | ||
2440 | Convert hardware watchpoints to use breakpoint_ops. | |
2441 | * breakpoint.h (breakpoint_ops) <insert>: Rename to... | |
2442 | <insert_location>: ... this. Return int instead of void. | |
2443 | Accept pointer to struct bp_location instead of pointer to | |
2444 | struct breakpoint. Adapt all implementations. | |
2445 | (breakpoint_ops) <remove>: Rename to... | |
2446 | <remove_location>: ... this. Accept pointer to struct bp_location | |
2447 | instead of pointer to struct breakpoint. Adapt all implementations. | |
2448 | * breakpoint.c (insert_catchpoint): Delete function. | |
2449 | (insert_bp_location): Call the watchpoint or catchpoint's | |
2450 | breakpoint_ops.insert method. | |
2451 | (remove_breakpoint_1): Call the watchpoint or catchpoint's | |
2452 | breakpoint_ops.remove method. | |
2453 | (insert_watchpoint, remove_watchpoint): New functions. | |
2454 | (watchpoint_breakpoint_ops): New structure. | |
2455 | (watch_command_1): Initialize the OPS field. | |
2456 | * inf-child.c (inf_child_insert_fork_catchpoint) | |
2457 | (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint) | |
2458 | (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint) | |
2459 | (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint): | |
2460 | Delete functions. | |
2461 | (inf_child_target): Remove initialization of to_insert_fork_catchpoint, | |
2462 | to_remove_fork_catchpoint, to_insert_vfork_catchpoint, | |
2463 | to_remove_vfork_catchpoint, to_insert_exec_catchpoint, | |
2464 | to_remove_exec_catchpoint and to_set_syscall_catchpoint. | |
2465 | * target.c (update_current_target): Change default implementation of | |
2466 | to_insert_fork_catchpoint, to_remove_fork_catchpoint, | |
2467 | to_insert_vfork_catchpoint, to_remove_vfork_catchpoint, | |
2468 | to_insert_exec_catchpoint, to_remove_exec_catchpoint and | |
2469 | to_set_syscall_catchpoint to return_one. | |
2470 | (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint) | |
2471 | (debug_to_insert_exec_catchpoint): Report return value. | |
2472 | * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint) | |
2473 | (to_insert_exec_catchpoint): Change declaration to return int instead | |
2474 | of void. | |
2475 | ||
9b20d036 MS |
2476 | 2011-01-11 Michael Snyder <[email protected]> |
2477 | ||
2478 | * arm-tdep.c: Internationalization. | |
2479 | * c-lang.c: Ditto. | |
2480 | * charset.c: Ditto. | |
2481 | * fork-child.c: Ditto. | |
2482 | * nto-procfs.c: Ditto. | |
2483 | * ppc-sysv-tdep.c: Ditto. | |
2484 | * procfs.c: Ditto. | |
2485 | * remote-mips.c: Ditto. | |
2486 | * remote.c: Ditto. | |
2487 | * rs6000-nat.c: Ditto. | |
2488 | * rs6000-tdep.c: Ditto. | |
2489 | * target.c: Ditto. | |
2490 | * valops.c: Ditto. | |
2491 | * value.c: Ditto. | |
2492 | * xml-support.c: Ditto. | |
2493 | * mi/mi-cmd-break.c: Ditto. | |
2494 | * mi/mi-cmd-var.c: Ditto. | |
2495 | * mi/mi-interp.c: Ditto. | |
2496 | * mi/mi-main.c: Ditto. | |
2497 | ||
dae477fe AB |
2498 | 2011-01-11 Andrew Burgess <[email protected]> |
2499 | ||
2500 | * remote-sim.c (gdbsim_store_register): Update API to | |
2501 | sim_store_register to check more error conditions. | |
2502 | ||
0df8b418 MS |
2503 | 2011-01-10 Michael Snyder <[email protected]> |
2504 | ||
2505 | * nto-procfs.c: Comment cleanup, mostly periods and spaces. | |
2506 | * nto-tdep.c: Ditto. | |
2507 | * nto-tdep.h: Ditto. | |
2508 | * objc-exp.y: Ditto. | |
2509 | * objc-lang.c: Ditto. | |
2510 | * objfiles.c: Ditto. | |
2511 | * objfiles.h: Ditto. | |
2512 | * observer.c: Ditto. | |
2513 | * opencl-lang.c: Ditto. | |
2514 | * osabi.c: Ditto. | |
2515 | * parse.c: Ditto. | |
2516 | * parser-defs.h: Ditto. | |
2517 | * p-exp.y: Ditto. | |
2518 | * p-lang.c: Ditto. | |
2519 | * posix-hdep.c: Ditto. | |
2520 | * ppcbug-rom.c: Ditto. | |
2521 | * ppc-linux-nat.c: Ditto. | |
2522 | * ppc-linux-tdep.c: Ditto. | |
2523 | * ppc-linux-tdep.h: Ditto. | |
2524 | * ppcnbsd-tdep.c: Ditto. | |
2525 | * ppcobsd-tdep.c: Ditto. | |
2526 | * ppcobsd-tdep.h: Ditto. | |
2527 | * ppc-sysv-tdep.c: Ditto. | |
2528 | * ppc-tdep.h: Ditto. | |
2529 | * printcmd.c: Ditto. | |
2530 | * proc-abi.c: Ditto. | |
2531 | * proc-flags.c: Ditto. | |
2532 | * procfs.c: Ditto. | |
2533 | * proc-utils.h: Ditto. | |
2534 | * progspace.h: Ditto. | |
2535 | * prologue-value.c: Ditto. | |
2536 | * prologue-value.h: Ditto. | |
2537 | * psympriv.h: Ditto. | |
2538 | * psymtab.c: Ditto. | |
2539 | * p-typeprint.c: Ditto. | |
2540 | * p-valprint.c: Ditto. | |
2541 | * ravenscar-sparc-thread.c: Ditto. | |
2542 | * ravenscar-thread.c: Ditto. | |
2543 | * ravenscar-thread.h: Ditto. | |
2544 | * record.c: Ditto. | |
2545 | * regcache.c: Ditto. | |
2546 | * regcache.h: Ditto. | |
2547 | * remote.c: Ditto. | |
2548 | * remote-fileio.c: Ditto. | |
2549 | * remote-fileio.h: Ditto. | |
2550 | * remote.h: Ditto. | |
2551 | * remote-m32r-sdi.c: Ditto. | |
2552 | * remote-mips.c: Ditto. | |
2553 | * remote-sim.c: Ditto. | |
2554 | * rs6000-aix-tdep.c: Ditto. | |
2555 | * rs6000-nat.c: Ditto. | |
2556 | * rs6000-tdep.c: Ditto. | |
2557 | ||
0d7a18f7 MS |
2558 | 2011-01-10 Michael Snyder <[email protected]> |
2559 | ||
2560 | * charset.c (validate): Internationalization. | |
2561 | * coffread.c (read_one_sym): Ditto. | |
2562 | * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto. | |
2563 | * h8300-tdep.c (H8300_extract_return_value): Ditto. | |
2564 | * inflow.c (new_tty): Ditto. | |
2565 | * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto. | |
2566 | * m32c-tdep.c (m32c_return_value): Ditto. | |
2567 | * mep-tdep.c (mep_store_return_value): Ditto. | |
2568 | * score-tdep.c (score7_fetch_insn): Ditto. | |
2569 | * ser-mingw.c (pipe_windows_open): Ditto. | |
2570 | * sh64-tdep.c (sh64_extract_return_value): Ditto. | |
2571 | * spu-tdep.c (spu_register_type): Ditto. | |
2572 | * tracepoint.c (trace_find_command): Ditto. | |
2573 | * valarith.c (value_pos): Ditto. | |
2574 | ||
9a153e0b JB |
2575 | 2011-01-10 Joel Brobecker <[email protected]> |
2576 | ||
2577 | * ada-valprint.c (printstr): Minor comment reformatting. | |
2578 | ||
35ecd2d6 MS |
2579 | 2011-01-08 Michael Snyder <[email protected]> |
2580 | ||
2581 | * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _ | |
2582 | markup. | |
2583 | ||
1777feb0 MS |
2584 | 2011-01-08 Michael Snyder <[email protected]> |
2585 | ||
2586 | * h8300-tdep.c: Comment cleanup, mostly periods and spaces. | |
2587 | * hppa-hpux-tdep.c: Ditto. | |
2588 | * hppa-linux-nat.c: Ditto. | |
2589 | * hppa-linux-tdep.c: Ditto. | |
2590 | * hppanbsd-tdep.c: Ditto. | |
2591 | * hppa-tdep.c: Ditto. | |
2592 | * hppa-tdep.h: Ditto. | |
2593 | * hpux-thread.c: Ditto. | |
2594 | * i386-cygwin-tdep.c: Ditto. | |
2595 | * i386-darwin-nat.c: Ditto. | |
2596 | * i386gnu-nat.c: Ditto. | |
2597 | * i386-linux-nat.c: Ditto. | |
2598 | * i386-linux-tdep.c: Ditto. | |
2599 | * i386-nat.c: Ditto. | |
2600 | * i386-nat.h: Ditto. | |
2601 | * i386nbsd-tdep.c: Ditto. | |
2602 | * i386-sol2-nat.c: Ditto. | |
2603 | * i386-stub.c: Ditto. | |
2604 | * i386-tdep.c: Ditto. | |
2605 | * i386-tdep.h: Ditto. | |
2606 | * i387-tdep.c: Ditto. | |
2607 | * ia64-linux-nat.c: Ditto. | |
2608 | * ia64-linux-tdep.c: Ditto. | |
2609 | * ia64-tdep.c: Ditto. | |
2610 | * infcall.c: Ditto. | |
2611 | * infcall.h: Ditto. | |
2612 | * infcmd.c: Ditto. | |
2613 | * inferior.c: Ditto. | |
2614 | * inferior.h: Ditto. | |
2615 | * infloop.c: Ditto. | |
2616 | * inflow.c: Ditto. | |
2617 | * infrun.c: Ditto. | |
2618 | * interps.c: Ditto. | |
2619 | * interps.h: Ditto. | |
2620 | * iq2000-tdep.c: Ditto. | |
2621 | * irix5-nat.c: Ditto. | |
2622 | * jit.c: Ditto. | |
2623 | * jit.h: Ditto. | |
2624 | * jv-exp.y: Ditto. | |
2625 | * jv-lang.c: Ditto. | |
2626 | * jv-lang.h: Ditto. | |
2627 | * jv-typeprint.c: Ditto. | |
2628 | * jv-valprint.c: Ditto. | |
2629 | * language.c: Ditto. | |
2630 | * language.h: Ditto. | |
2631 | * linespec.c: Ditto. | |
2632 | * linux-fork.c: Ditto. | |
2633 | * linux-nat.c: Ditto. | |
2634 | * linux-thread-db.c: Ditto. | |
2635 | * lm32-tdep.c: Ditto. | |
2636 | ||
025bb325 MS |
2637 | 2011-01-08 Michael Snyder <[email protected]> |
2638 | ||
2639 | * m2-exp.y: Comment cleanup, mostly periods and spaces. | |
2640 | * m2-lang.c: Ditto. | |
2641 | * m2-typeprint.c: Ditto. | |
2642 | * m2-valprint.c: Ditto. | |
2643 | * m32c-tdep.c: Ditto. | |
2644 | * m32r-linux-nat.c: Ditto. | |
2645 | * m32r-rom.c: Ditto. | |
2646 | * m32r-tdep.c: Ditto. | |
2647 | * m32r-tdep.h: Ditto. | |
2648 | * m68hc11-tdep.c: Ditto. | |
2649 | * m58klinux-nat.c: Ditto. | |
2650 | * m68k-tdep.c: Ditto. | |
2651 | * m88k-tdep.c: Ditto. | |
2652 | * m88k-tdep.h: Ditto. | |
2653 | * machoread.c: Ditto. | |
2654 | * macrocmd.c: Ditto. | |
2655 | * macroexp.c: Ditto. | |
2656 | * macrotab.c: Ditto. | |
2657 | * main.c: Ditto. | |
2658 | * maint.c: Ditto. | |
2659 | * mdebugread.c: Ditto. | |
2660 | * mdebugread.h: Ditto. | |
2661 | * memattr.c: Ditto. | |
2662 | * memattr.h: Ditto. | |
2663 | * memory-map.h: Ditto. | |
2664 | * mep-tdep.c: Ditto. | |
2665 | * microblaze-rom.c: Ditto. | |
2666 | * microblaze-tdep.c: Ditto. | |
2667 | * minsyms.c: Ditto. | |
2668 | * mips-irix-tdep.c: Ditto. | |
2669 | * mips-linux-nat.c: Ditto. | |
2670 | * mips-linux-tdep.c: Ditto. | |
2671 | * mips-linux-tdep.h: Ditto. | |
2672 | * mipsnbsd-nat.c: Ditto. | |
2673 | * mipsnbsd-tdep.c: Ditto. | |
2674 | * mipsread.c: Ditto. | |
2675 | * mips-tdep.c: Ditto. | |
2676 | * mips-tdep.h: Ditto. | |
2677 | * mn10300-linux-tdep.c: Ditto. | |
2678 | * mn10300-tdep.c: Ditto. | |
2679 | * mn10300-tdep.h: Ditto. | |
2680 | * monitor.c: Ditto. | |
2681 | * monitor.h: Ditto. | |
2682 | * moxie-tdep.c: Ditto. | |
2683 | * moxie-tdep.h: Ditto. | |
2684 | * mt-tdep.c: Ditto. | |
2685 | ||
1642781b MF |
2686 | 2011-01-08 Mike Frysinger <[email protected]> |
2687 | ||
2688 | * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name. | |
2689 | ||
394b0adb JB |
2690 | 2011-01-08 Robert Millan <[email protected]> |
2691 | ||
2692 | * fbsd-nat.c (fbsd_find_memory_regions): Fix typo. | |
2693 | ||
b670013c MS |
2694 | 2011-01-07 Michael Snyder <[email protected]> |
2695 | ||
2696 | * charset.c (_initialize_charset): Fix typo in string. | |
2697 | ||
a743e542 MS |
2698 | 2011-01-07 Michael Snyder <[email protected]> |
2699 | ||
2700 | * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message | |
2701 | for i18n. | |
2702 | * tui/tui-layout.c (tui_set_layout_for_display_command): | |
2703 | Split line so that operator goes to beginning of line. | |
2704 | * tui/tui-winsource.c (tui_horizontal_source_scroll): Move | |
2705 | assignment out of if statement. | |
2706 | ||
0963b4bd MS |
2707 | 2011-01-07 Michael Snyder <[email protected]> |
2708 | ||
2709 | * ada-lang.c: Comment cleanup, mostly periods and spaces. | |
2710 | * ada-lang.h: Ditto. | |
2711 | * ada-tasks.c: Ditto. | |
2712 | * ada-valprint.c: Ditto. | |
2713 | * aix-threads.c: Ditto. | |
2714 | * alpha-linux-nat.c: Ditto. | |
2715 | * alpha-linux-tdep.c: Ditto. | |
2716 | * alpha-mdebug-tdep.c: Ditto. | |
2717 | * alpha-nat.c: Ditto. | |
2718 | * alpha-osf1-tdep.c: Ditto. | |
2719 | * alpha-tdep.c: Ditto. | |
2720 | * alphabsd-nat.c: Ditto. | |
2721 | * alphabsd-tdep.c: Ditto. | |
2722 | * amd64-darwin-tdep.c: Ditto. | |
2723 | * amd64-linux-nat.c: Ditto. | |
2724 | * amd64-linux-tdep.c: Ditto. | |
2725 | * amd64-sol2-tdep.c: Ditto. | |
2726 | * amd64-tdep.c: Ditto. | |
2727 | * amd64-fbsd-tdep.c: Ditto. | |
2728 | * amd64-nbsd-tdep.c: Ditto. | |
2729 | * amd64-obsd-tdep.c: Ditto. | |
2730 | * amd64-linux-nat.c: Ditto. | |
2731 | * amd64-linux-tdep.c: Ditto. | |
2732 | * arm-tdep.c: Ditto. | |
2733 | * arm-tdep.h: Ditto. | |
2734 | * armnbsd-nat.c: Ditto. | |
2735 | * avr-tdep.c: Ditto. | |
2736 | * bfin-tdep.c: Ditto. | |
2737 | * bsd-kvm.c: Ditto. | |
2738 | * c-typeprintc: Ditto. | |
2739 | * c-valprint.c: Ditto. | |
2740 | * coff-pe-read.h: Ditto. | |
2741 | * coffreead.c: Ditto. | |
2742 | * cris-tdep.c: Ditto. | |
2743 | * d-lang.c: Ditto. | |
2744 | * darwin-nat-info.c: Ditto. | |
2745 | * darwin-nat.c: Ditto. | |
2746 | * dbug-rom.c: Ditto. | |
2747 | * dbxread.c: Ditto. | |
2748 | * dcache.c: Ditto. | |
2749 | * dcache.h: Ditto. | |
2750 | * dec-thread.c: Ditto. | |
2751 | * defs.h: Ditto. | |
2752 | * demangle.c: Ditto. | |
2753 | * dicos-tdep.c: Ditto. | |
2754 | * dictionary.c: Ditto. | |
2755 | * dictionary.h: Ditto. | |
2756 | * dink32-rom.c: Ditto. | |
2757 | * disasm.c: Ditto. | |
2758 | * doublest.c: Ditto. | |
2759 | * dsrec.c: Ditto. | |
2760 | * dummy-frame.c: Ditto. | |
2761 | * dwarf2-frame.c: Ditto. | |
2762 | * dwarf2expr.c: Ditto. | |
2763 | * dwarf2loc.c: Ditto. | |
2764 | * dwarf2read.c: Ditto. | |
2765 | * elfread.c: Ditto. | |
2766 | * environ.c: Ditto. | |
2767 | * eval.c: Ditto. | |
2768 | * event-top.h: Ditto. | |
2769 | * exceptions.c: Ditto. | |
2770 | * exceptions.h: Ditto. | |
2771 | * exec.c: Ditto. | |
2772 | * expprint.c: Ditto. | |
2773 | * expression.h: Ditto. | |
2774 | * f-exp.y: Ditto. | |
2775 | * f-lang.c: Ditto. | |
2776 | * f-lang.h: Ditto. | |
2777 | * f-typeprint.c: Ditto. | |
2778 | * f-valprint.c: Ditto. | |
2779 | * fbsd-nat.c: Ditto. | |
2780 | * findvar.c: Ditto. | |
2781 | * fork-child.c: Ditto. | |
2782 | * frame.c: Ditto. | |
2783 | * frame.h: Ditto. | |
2784 | * frv-linux-tdep.c: Ditto. | |
2785 | * frv-tdep.c: Ditto. | |
2786 | * gcore.c: Ditto. | |
2787 | * gdb-stabs.h: Ditto. | |
2788 | * gdb_assert.h: Ditto. | |
2789 | * gdb_string.h: Ditto. | |
2790 | * gdb_thread_db.h: Ditto. | |
2791 | * gdb_wait.h: Ditto. | |
2792 | * gdbarch.sh: Ditto. | |
2793 | * gdbcore.h: Ditto. | |
2794 | * gdbthread.h: Ditto. | |
2795 | * gdbtypes.c: Ditto. | |
2796 | * gdbtypes.h: Ditto. | |
2797 | * gnu-nat.c: Ditto. | |
2798 | * gnu-nat.h: Ditto. | |
2799 | * gnu-v2-abi.c: Ditto. | |
2800 | * gnu-v3-abi.c: Ditto. | |
2801 | * go32-nat.c: Ditto. | |
2802 | * gdbarch.c: Regenerate. | |
2803 | * gdbarch.h: Regenerate. | |
2804 | ||
ac74f770 MS |
2805 | 2011-01-07 Michael Snyder <[email protected]> |
2806 | ||
2807 | * ax-gdb.c: Adjust some long output strings. | |
2808 | * breakpoint.c: Ditto. | |
2809 | * charset.c: Ditto. | |
2810 | * cp-abi.c: Ditto. | |
2811 | * infcall.c: Ditto. | |
2812 | * infrun.c: Ditto. | |
2813 | * linux-nat.c: Ditto. | |
2814 | * solib-pa64.c: Ditto. | |
2815 | * solib-som.c: Ditto. | |
2816 | ||
d8e22779 TT |
2817 | 2011-01-06 Tom Tromey <[email protected]> |
2818 | ||
2819 | PR python/12367: | |
2820 | * NEWS: Add item. | |
2821 | * python/python.c (GdbMethods): Add "newest_frame" method. | |
2822 | * python/python-internal.h (gdbpy_newest_frame): Declare. | |
2823 | * python/py-frame.c (gdbpy_newest_frame): New function. | |
2824 | ||
a255712f PP |
2825 | 2010-01-06 Paul Pluzhnikov <[email protected]> |
2826 | ||
2827 | * jit.h (struct jit_code_entry): use ULONGEST for symfile_size. | |
2828 | * jit.c (jit_debug): New variable. | |
2829 | (show_jit_debug): New function. | |
2830 | (struct target_buffer): Use ULONGEST. | |
2831 | (bfd_open_from_target_memory): Likewise. | |
2832 | (jit_register_code, jit_inferior_init): Add debug output. | |
2833 | (_initialize_jit): Register "debug jit" command. | |
2834 | ||
ccfc3d6e TT |
2835 | 2011-01-06 Tom Tromey <[email protected]> |
2836 | ||
2837 | * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment. | |
2838 | * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME | |
2839 | and ARCH_FRAME. | |
2840 | ||
57126e4a TT |
2841 | 2011-01-06 Tom Tromey <[email protected]> |
2842 | ||
2843 | * python/py-frame.c (frapy_block): Use get_frame_block. | |
2844 | ||
16dfc9ce JB |
2845 | 2011-01-06 Joel Brobecker <[email protected]> |
2846 | ||
2847 | Do not stop on SIGPRIO signals by default | |
2848 | * infrun.c (_initialize_infrun): Unset signal_stop and | |
2849 | signal_print for TARGET_SIGNAL_PRIO. | |
2850 | ||
b1ce2347 JB |
2851 | 2011-01-06 Joel Brobecker <[email protected]> |
2852 | ||
2853 | * ada-tasks.c: Fix style violation in comment. | |
2854 | ||
8f7e195f JB |
2855 | 2011-01-06 Joel Brobecker <[email protected]> |
2856 | ||
2857 | * linespec.c (decode_compound, find_method): Remove trailing \n | |
2858 | at end of error string. | |
2859 | * solib-irix.c (irix_current_sos): Likewise. | |
2860 | * varobj.c (uninstall_variable): Likewise. | |
2861 | ||
e9bdf92c JB |
2862 | 2011-01-06 Joel Brobecker <[email protected]> |
2863 | ||
2864 | * copyright.py: New script. | |
2865 | * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc. | |
2866 | Launch emacs without exec'ing. Call copyright.py afterwards. | |
2867 | ||
3e43a32a MS |
2868 | 2011-01-05 Michael Snyder <[email protected]> |
2869 | ||
2870 | * addrmap.c: Shorten lines of >= 80 columns. | |
2871 | * arch-utils.c: Ditto. | |
2872 | * arch-utils.h: Ditto. | |
2873 | * ax-gdb.c: Ditto. | |
2874 | * ax-general.c: Ditto. | |
2875 | * bcache.c: Ditto. | |
2876 | * blockframe.c: Ditto. | |
2877 | * breakpoint.c: Ditto. | |
2878 | * buildsym.c: Ditto. | |
2879 | * c-lang.c: Ditto. | |
2880 | * c-typeprint.c: Ditto. | |
2881 | * charset.c: Ditto. | |
2882 | * coffread.c: Ditto. | |
2883 | * command.h: Ditto. | |
2884 | * corelow.c: Ditto. | |
2885 | * cp-abi.c: Ditto. | |
2886 | * cp-namespace.c: Ditto. | |
2887 | * cp-support.c: Ditto. | |
2888 | * dbug-rom.c: Ditto. | |
2889 | * dbxread.c: Ditto. | |
2890 | * defs.h: Ditto. | |
2891 | * dfp.c: Ditto. | |
2892 | * dfp.h: Ditto. | |
2893 | * dictionary.c: Ditto. | |
2894 | * disasm.c: Ditto. | |
2895 | * doublest.c: Ditto. | |
2896 | * dwarf2-frame.c: Ditto. | |
2897 | * dwarf2expr.c: Ditto. | |
2898 | * dwarf2loc.c: Ditto. | |
2899 | * dwarf2read.c: Ditto. | |
2900 | * elfread.c: Ditto. | |
2901 | * eval.c: Ditto. | |
2902 | * event-loop.c: Ditto. | |
2903 | * event-loop.h: Ditto. | |
2904 | * exceptions.h: Ditto. | |
2905 | * exec.c: Ditto. | |
2906 | * expprint.c: Ditto. | |
2907 | * expression.h: Ditto. | |
2908 | * f-lang.c: Ditto. | |
2909 | * f-valprint.c: Ditto. | |
2910 | * findcmd.c: Ditto. | |
2911 | * frame-base.c: Ditto. | |
2912 | * frame-unwind.c: Ditto. | |
2913 | * frame-unwind.h: Ditto. | |
2914 | * frame.c: Ditto. | |
2915 | * frame.h: Ditto. | |
2916 | * gcore.c: Ditto. | |
2917 | * gdb-stabs.h: Ditto. | |
2918 | * gdb_assert.h: Ditto. | |
2919 | * gdb_dirent.h: Ditto. | |
2920 | * gdb_obstack.h: Ditto. | |
2921 | * gdbcore.h: Ditto. | |
2922 | * gdbtypes.c: Ditto. | |
2923 | * gdbtypes.h: Ditto. | |
2924 | * inf-ttrace.c: Ditto. | |
2925 | * infcall.c: Ditto. | |
2926 | * infcmd.c: Ditto. | |
2927 | * inflow.c: Ditto. | |
2928 | * infrun.c: Ditto. | |
2929 | * inline-frame.h: Ditto. | |
2930 | * language.c: Ditto. | |
2931 | * language.h: Ditto. | |
2932 | * libunwind-frame.c: Ditto. | |
2933 | * libunwind-frame.h: Ditto. | |
2934 | * linespec.c: Ditto. | |
2935 | * linux-nat.c: Ditto. | |
2936 | * linux-nat.h: Ditto. | |
2937 | * linux-thread-db.c: Ditto. | |
2938 | * machoread.c: Ditto. | |
2939 | * macroexp.c: Ditto. | |
2940 | * macrotab.c: Ditto. | |
2941 | * main.c: Ditto. | |
2942 | * maint.c: Ditto. | |
2943 | * mdebugread.c: Ditto. | |
2944 | * memattr.c: Ditto. | |
2945 | * minsyms.c: Ditto. | |
2946 | * monitor.c: Ditto. | |
2947 | * monitor.h: Ditto. | |
2948 | * objfiles.c: Ditto. | |
2949 | * objfiles.h: Ditto. | |
2950 | * osabi.c: Ditto. | |
2951 | * p-typeprint.c: Ditto. | |
2952 | * p-valprint.c: Ditto. | |
2953 | * parse.c: Ditto. | |
2954 | * printcmd.c: Ditto. | |
2955 | * proc-events.c: Ditto. | |
2956 | * procfs.c: Ditto. | |
2957 | * progspace.c: Ditto. | |
2958 | * progspace.h: Ditto. | |
2959 | * psympriv.h: Ditto. | |
2960 | * psymtab.c: Ditto. | |
2961 | * record.c: Ditto. | |
2962 | * regcache.c: Ditto. | |
2963 | * regcache.h: Ditto. | |
2964 | * remote-fileio.c: Ditto. | |
2965 | * remote.c: Ditto. | |
2966 | * ser-mingw.c: Ditto. | |
2967 | * ser-tcp.c: Ditto. | |
2968 | * ser-unix.c: Ditto. | |
2969 | * serial.c: Ditto. | |
2970 | * serial.h: Ditto. | |
2971 | * solib-frv.c: Ditto. | |
2972 | * solib-irix.c: Ditto. | |
2973 | * solib-osf.c: Ditto. | |
2974 | * solib-pa64.c: Ditto. | |
2975 | * solib-som.c: Ditto. | |
2976 | * solib-sunos.c: Ditto. | |
2977 | * solib-svr4.c: Ditto. | |
2978 | * solib-target.c: Ditto. | |
2979 | * solib.c: Ditto. | |
2980 | * somread.c: Ditto. | |
2981 | * source.c: Ditto. | |
2982 | * stabsread.c: Ditto. | |
2983 | * stabsread.c: Ditto. | |
2984 | * stack.c: Ditto. | |
2985 | * stack.h: Ditto. | |
2986 | * symfile-mem.c: Ditto. | |
2987 | * symfile.c: Ditto. | |
2988 | * symfile.h: Ditto. | |
2989 | * symmisc.c: Ditto. | |
2990 | * symtab.c: Ditto. | |
2991 | * symtab.h: Ditto. | |
2992 | * target-descriptions.c: Ditto. | |
2993 | * target-memory.c: Ditto. | |
2994 | * target.c: Ditto. | |
2995 | * target.h: Ditto. | |
2996 | * terminal.h: Ditto. | |
2997 | * thread.c: Ditto. | |
2998 | * top.c: Ditto. | |
2999 | * tracepoint.c: Ditto. | |
3000 | * tracepoint.h: Ditto. | |
3001 | * ui-file.c: Ditto. | |
3002 | * ui-file.h: Ditto. | |
3003 | * ui-out.h: Ditto. | |
3004 | * user-regs.c: Ditto. | |
3005 | * user-regs.h: Ditto. | |
3006 | * utils.c: Ditto. | |
3007 | * valarith.c: Ditto. | |
3008 | * valops.c: Ditto. | |
3009 | * valprint.c: Ditto. | |
3010 | * valprint.h: Ditto. | |
3011 | * value.c: Ditto. | |
3012 | * varobj.c: Ditto. | |
3013 | * varobj.h: Ditto. | |
3014 | * vec.h: Ditto. | |
3015 | * xcoffread.c: Ditto. | |
3016 | * xcoffsolib.c: Ditto. | |
3017 | * xcoffsolib.h: Ditto. | |
3018 | * xml-syscall.c: Ditto. | |
3019 | * xml-tdesc.c: Ditto. | |
3020 | ||
9a2b4c1b MS |
3021 | 2011-01-05 Michael Snyder <[email protected]> |
3022 | ||
3023 | * cli/cli-cmds.c: Shorten lines of >= 80 columns. | |
3024 | * cli/cli-decode.c: Ditto. | |
3025 | * cli/cli-dump.c: Ditto. | |
3026 | * cli/cli-logging.c: Ditto. | |
3027 | * cli/cli-script.c: Ditto. | |
3028 | * cli/cli-setshow.c: Ditto. | |
3029 | * common/signals.c: Ditto. | |
3030 | * mi/mi-cmd-break.c: Ditto. | |
3031 | * mi/mi-cmd-disas.c: Ditto. | |
3032 | * mi/mi-cmd-stack.c: Ditto. | |
3033 | * mi/mi-cmd-var.c: Ditto. | |
3034 | * mi/mi-cmds.c: Ditto. | |
3035 | * mi/mi-common.h: Ditto. | |
3036 | * mi/mi-console.c: Ditto. | |
3037 | * mi/mi-interp.c: Ditto. | |
3038 | * mi/mi-main.c: Ditto. | |
3039 | * osf-share/cma_attr.c: Ditto. | |
3040 | * osf-share/cma_deb_core.h: Ditto. | |
3041 | * osf-share/cma_debug_client.h: Ditto. | |
3042 | * osf-share/cma_handle.h: Ditto. | |
3043 | * osf-share/cma_mutex.h: Ditto. | |
3044 | * osf-share/cma_stack_int.h: Ditto. | |
3045 | * osf-share/cma_tcb_defs.h: Ditto. | |
3046 | * python/py-auto-load.c: Ditto. | |
3047 | * python/py-breakpoint.c: Ditto. | |
3048 | * python/py-cmd.c: Ditto. | |
3049 | * python/py-frame.c: Ditto. | |
3050 | * python/py-objfile.c: Ditto. | |
3051 | * python/py-param.c: Ditto. | |
3052 | * python/py-progspace.c: Ditto. | |
3053 | * python/py-symbol.c: Ditto. | |
3054 | * python/py-value.c: Ditto. | |
3055 | * python/python-internal.h: Ditto. | |
3056 | * python/python.c: Ditto. | |
3057 | * tui/tui-data.c: Ditto. | |
3058 | * tui/tui-disasm.c: Ditto. | |
3059 | * tui/tui-hooks.c: Ditto. | |
3060 | * tui/tui-io.c: Ditto. | |
3061 | * tui/tui-layout.c: Ditto. | |
3062 | * tui/tui-regs.c: Ditto. | |
3063 | * tui/tui-source.c: Ditto. | |
3064 | * tui/tui-stack.c: Ditto. | |
3065 | * tui/tui-win.c: Ditto. | |
3066 | * tui/tui-windata.c: Ditto. | |
3067 | * tui/tui-winsource.c: Ditto. | |
3068 | ||
44944448 JB |
3069 | 2011-01-05 Joel Brobecker <[email protected]> |
3070 | ||
3071 | * configure.ac, gdb.1: Copyright year update. | |
3072 | ||
ebedcab5 JK |
3073 | 2011-01-03 Jan Kratochvil <[email protected]> |
3074 | ||
3075 | * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables | |
3076 | this_pc_in_block, morestack_msym and morestack_name. Check for | |
3077 | "__morestack" minimal symbol there. | |
3078 | ||
e5cc9f32 JB |
3079 | 2011-01-03 Joel Brobecker <[email protected]> |
3080 | ||
3081 | * symfile.c (find_sym_fns): Add call to dont_repeat. | |
3082 | ||
7b6bb8da JB |
3083 | 2011-01-01 Joel Brobecker <[email protected]> |
3084 | ||
3085 | Copyright year update in most files (performed by copyright.sh). | |
3086 | ||
71ce852c JB |
3087 | 2011-01-01 Joel Brobecker <[email protected]> |
3088 | ||
3089 | * top.c (print_gdb_version): Update copyright year in version output. | |
0e2de366 | 3090 | |
c3c1ebe8 | 3091 | For older changes see ChangeLog-2010. |
c906108c SS |
3092 | \f |
3093 | Local Variables: | |
3094 | mode: change-log | |
3095 | left-margin: 8 | |
3096 | fill-column: 74 | |
3097 | version-control: never | |
57da7796 | 3098 | coding: utf-8 |
c906108c | 3099 | End: |