Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-11-28 | daily update | Alan Modra | 1 | -1/+1 | |
2007-11-28 | Don't try to delete the output file if we don't know its name yet. | Ian Lance Taylor | 2 | -1/+7 | |
2007-11-28 | From Craig Silverstein: Fix up comments. | Ian Lance Taylor | 1 | -5/+5 | |
2007-11-28 | * breakpoint.c (watch_command_1): When the watchpoint isn't local | Jim Blandy | 2 | -1/+7 | |
to any frame, initialize watchpoint_frame using null_frame_id, not a memset. | |||||
2007-11-28 | From Craig Silverstein: Better handling of ODR violations which are | Ian Lance Taylor | 5 | -48/+255 | |
not in a function. | |||||
2007-11-28 | * internal.h (ELF_IS_SECTION_IN_SEGMENT): Adjust to cope with | Nathan Sidwell | 2 | -3/+9 | |
segments at the end of memory. | |||||
2007-11-28 | * elf-m10300.c (mn10300_elf_relax_section): Extend previous fix to cover ↵ | Nick Clifton | 7 | -3/+62 | |
forward jumps. * ld-mn10300/i135409-5.s: New test case. Check for relaxation to a 16-bit backward jump instruction. * ld-mn10300/i135409-5.t: Linker script for the new test. * ld-mn10300/i135409-5.d: Expected disassembly of new test. * ld-mn10300/mn10300.exp: Run the new test. | |||||
2007-11-28 | * infrun.c (resume): Set right thread even if | Vladimir Prus | 2 | -1/+7 | |
stepping over breakpoint using software single step. | |||||
2007-11-28 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-11-27 | (print_varobj): Revert change from 2007-08-31. | Nick Roberts | 1 | -8/+12 | |
(mi_print_value_p): Guard against type = NULL. | |||||
2007-11-27 | *** empty log message *** | Nick Roberts | 1 | -0/+5 | |
2007-11-27 | daily update | Alan Modra | 1 | -1/+1 | |
2007-11-27 | * dfp.c (decimal_from_string): Remove superfluous newline from | Thiago Jung Bauermann | 4 | -4/+13 | |
error string. (decimal_to_string): Likewise. * printcmd.c (printf_command): Change string buffer to use MAX_DECIMAL_STRING constant. * value.c (value_from_decfloat): Likewise. | |||||
2007-11-27 | * Makefile.in (ALL_TARGET_OBS): Remove object files that require | Ulrich Weigand | 5 | -154/+664 | |
64-bit CORE_ADDR and BFD support, move them to ... (ALL_64_TARGET_OBS): ... this new variable. * configure.ac: Check for --enable-64-bit-bfd option. Only add 64-bit targets with --enable-targets=all if BFD supports 64-bit. * configure: Regenerate. * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Do not claim all elf32-i386 executables, only cygwin core files. | |||||
2007-11-27 | 2007-11-27 Andreas Krebbel <krebbel1@de.ibm.com> | Andreas Krebbel | 1 | -6/+6 | |
* s390-opc.txt ("tcet", "tcdt", "tcxt", "tget", "tgdt", "tgxt"): Removed. ("tdcet", "tdcdt", "tdcxt", "tdget", "tdgdt", "tdgxt"): Added. | |||||
2007-11-27 | 2007-11-27 Andreas Krebbel <krebbel1@de.ibm.com> | Andreas Krebbel | 4 | -12/+25 | |
* s390-opc.txt ("tcet", "tcdt", "tcxt", "tget", "tgdt", "tgxt"): Removed. ("tdcet", "tdcdt", "tdcxt", "tdget", "tdgdt", "tdgxt"): Added. 2007-11-27 Andreas Krebbel <krebbel1@de.ibm.com> * gas/s390/zarch-z9-ec.d: ("tcet", "tcdt", "tcxt", "tget", "tgdt", "tgxt"): Removed. ("tdcet", "tdcdt", "tdcxt", "tdget", "tdgdt", "tdgxt"): Added. * gas/s390/zarch-z9-ec.s: Likewise. | |||||
2007-11-27 | Rework merge_map for speed. | Ian Lance Taylor | 3 | -90/+263 | |
2007-11-27 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-11-26 | daily update | Alan Modra | 1 | -1/+1 | |
2007-11-26 | * cxxfilt.c (demangle_it): Don't call printf without format string. | Alan Modra | 2 | -2/+6 | |
2007-11-26 | * config/tc-alpha.c (assemble_insn): Don't segv on NULL reloc_operand. | Alan Modra | 2 | -1/+6 | |
2007-11-26 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-11-25 | daily update | Alan Modra | 1 | -1/+1 | |
2007-11-25 | gdb/ | Jan Kratochvil | 5 | -102/+225 | |
* dwarf2read.c (dwarf2_get_pc_bounds): Moved the `DW_AT_ranges' parsing code with its variables OBJFILE, CU_HEADER and OBFD into ... (dwarf2_ranges_read): ... a new function. (read_partial_die): Implemented the parsing of `DW_AT_ranges'. gdb/testsuite/ * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files. | |||||
2007-11-25 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-11-24 | daily update | Alan Modra | 1 | -1/+1 | |
2007-11-24 | * win32-nat.c (DR6_CLEAR_VALUE): New define. | Pedro Alves | 3 | -70/+104 | |
(thread_info_struct): Rename suspend_count to suspended, to be used as a flag. (thread_rec): Only suspend the thread if it wasn't suspended by gdb before. Warn if suspending failed. (win32_add_thread): Set Dr6 to DR6_CLEAR_VALUE. (win32_continue): Set Dr6 to DR6_CLEAR_VALUE. Update usage of the `suspended' flag. Do ContinueDebugEvent after resuming the suspended threads, not before. Set threads' contexts before resuming them, not after. (win32_resume): Set Dr6 to DR6_CLEAR_VALUE. | |||||
2007-11-24 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-11-23 | daily update | Alan Modra | 1 | -1/+1 | |
2007-11-23 | * breakpoint.c (insert_breakpoints) | Vladimir Prus | 2 | -4/+5 | |
(insert_bp_location): Remove stale comments. | |||||
2007-11-23 | * mips-linux-tdep.h: Fix some formatting. | Maciej W. Rozycki | 2 | -8/+12 | |
2007-11-23 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-11-22 | daily update | Alan Modra | 1 | -1/+1 | |
2007-11-22 | * gdb.trace/backtrace.exp: Fix a typo. | Maciej W. Rozycki | 8 | -7/+17 | |
* gdb.trace/circ.exp: Likewise. * gdb.trace/collection.exp: Likewise. * gdb.trace/limits.exp: Likewise. * gdb.trace/report.exp: Likewise. * gdb.trace/tfind.exp: Likewise. * gdb.trace/while-dyn.exp: Likewise. | |||||
2007-11-22 | Make Merge_key_less operator() inline. | Ian Lance Taylor | 2 | -2/+2 | |
2007-11-22 | Add threading support. | Ian Lance Taylor | 31 | -437/+1443 | |
2007-11-22 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-11-21 | daily update | Alan Modra | 1 | -1/+1 | |
2007-11-21 | * dwarf.c (display_debug_loc): Cast section_end - start to long | Hans-Peter Nilsson | 2 | -1/+6 | |
for output format. | |||||
2007-11-21 | * elf-m10300.c (mn10300_elf_relax_section): Allow for alignment relocs when | Nick Clifton | 7 | -1/+91 | |
computing whether instructions can be relaxed. * ld-mn10300/i135409-4.s: New test case. Check for relaxation to a 16-bit jump instruction. * ld-mn10300/i135409-4.t: Linker script for the new test. * ld-mn10300/i135409-4.d: Expected disassembly of new test. * ld-mn10300/mn10300.exp: Run the new test. | |||||
2007-11-21 | * dwarf.c (display_debug_loc): Issue a warning if there are bytes at the end | Nick Clifton | 2 | -0/+10 | |
of the .debug_loc section which are not referenced by any attribute in the .debug_info section. | |||||
2007-11-21 | 2007-11-21 Markus Deuling <deuling@de.ibm.com> | Markus Deuling | 2 | -6/+12 | |
* stack.c (print_args_stub): Use get_frame_arch to get at the current architecture and replace current_gdbarch. (frame_info): Likewise. | |||||
2007-11-21 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-11-20 | daily update | Alan Modra | 1 | -1/+1 | |
2007-11-20 | Variables objects of pointers that can't be dereferenced are now | Nick Roberts | 2 | -4/+4 | |
"noneditable". | |||||
2007-11-20 | *** empty log message *** | Nick Roberts | 1 | -0/+6 | |
2007-11-20 | (mi_cmd_var_assign): Simplify. | Nick Roberts | 1 | -2/+1 | |
2007-11-20 | Add extern for varobj_editable_p. | Nick Roberts | 1 | -0/+2 | |
2007-11-20 | (c_variable_editable, cplus_variable_editable) | Nick Roberts | 1 | -104/+70 | |
(java_variable_editable, variable_editable): Delete. (varobj_editable_p): Replace above functions with one language independent function. Check for an lvalue. (varobj_get_attributes, varobj_set_value): Use varobj_editable_p. (struct language_specific): Delete variable_editable field. | |||||
2007-11-20 | *** empty log message *** | Nick Roberts | 1 | -1/+1 | |