debug : Fixes the issue wherein Debug symbols were not getting dumped into trace files for SE mode
Review Request #1790 - Created March 22, 2013 and submitted
| Information | |
|---|---|
| Umesh Bhaskar | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9593:7f19afe10883 --------------------------- [mq]: patch_exetrace Fixes the issue wherein Debug symbols were not getting dumped into trace files for SE mode
Issue Summary
1
1
0
0
| Description | From | Last Updated | Status |
|---|---|---|---|
| Can you not just edit this condition to: debugSymbolTable && Debug::ExecSymbol && (!FullSystem || !inUserMode(thread)) && debugSymbolTable->findNearestSymbol(cur_pc, sym_str, sym_addr) | Nilay Vaish | March 22, 2013, 8:21 a.m. | Open |
Review request changed
Updated (March 22, 2013, 7:51 a.m.)
Description: |
|
|---|
Review request changed
Updated (March 22, 2013, 8:03 a.m.)
Status: Closed (submitted)
Change Summary:
debug: Fixes the issue wherein Debug symbols were not getting dumped into trace files for SE mode
Review request changed
Updated (March 22, 2013, 8:04 a.m.)
Summary: |
|
|---|
Posted (March 22, 2013, 8:21 a.m.)
-
src/cpu/exetrace.cc (Diff revision 1) -
Can you not just edit this condition to: debugSymbolTable && Debug::ExecSymbol && (!FullSystem || !inUserMode(thread)) && debugSymbolTable->findNearestSymbol(cur_pc, sym_str, sym_addr)
Ship It!
