Zoltan Varga
|
974943dcf9
Merge pull request #1476 from DavidKarlas/ignoreHiddenSeqPoints
|
11 лет назад |
David Karlaš
|
d4c52c0ae0
[Sdb] Ignore hidden sequence points
|
11 лет назад |
Zoltan Varga
|
8fe6c1d0d1
Merge pull request #1463 from DavidKarlas/seq-points
|
11 лет назад |
David Karlaš
|
f131d0cf61
[Sdb] With better mimicking of .Net debugging experience stepping out of method returns to method call instead of next statement
|
11 лет назад |
David Karlaš
|
4538e3e0f2
[Sdb] Fixed bug with STEP_DEPTH_MIN+STEP_SIZE_MIN which stopped on NONEMPTY_STACK sequence point in same method as it begin stepping
|
11 лет назад |
David Karlaš
|
615fa21dcc
[Sdb] Removed exclusion of CEE_POP and CEE_NOP sequence point creation
|
11 лет назад |
David Karlaš
|
b389278fcb
[Sdb] Set filter on ss_req in ss_create because filter was never set condition "if ((ss_req->filter & STEP_FILTER_STATIC_CTOR) &&" in process_single_step_inner was nerver true
|
11 лет назад |
Zoltan Varga
|
0690ce6405
[sdb] Fix single stepping problems caused by missing seq point info in .mdb files. When stepping in, we have to put a single stepping breakpoint into the parent method, otherwise a missing seq point could cause the debugger to continue until it hits a method entry seq point.
|
11 лет назад |
Zoltan Varga
|
e851dde346
[sdb] Avoid putting implicit seq points at nops followed by a sym seq point.
|
11 лет назад |
Zoltan Varga
|
cbe8767979
[sdb] Put seq points at nop's following calls as well.
|
11 лет назад |
Zoltan Varga
|
8f1e376d7e
[sdb] Emit an implicit sequence point after every call and newobj instruction.
|
11 лет назад |
Zoltan Varga
|
db5eb9ff5a
[sdb] Avoid using implicit sequence points for methods without debug info in images which have debug info, like auto generated property accessors.
|
11 лет назад |
Marcos Henrich
|
c750dcca8c
Disable sequence points
|
11 лет назад |
Marcos Henrich
|
c9f09f1354
Do not call seq_point_info_get_write_size with no seq points.
|
11 лет назад |
João Matos
|
c7593a29f8
[System] Fixed Ping returning invalid results on OSX.
|
11 лет назад |
Jonathan Pryor
|
ade02c3f67
[mscorlib/Android] CultureInfo.ClearCachedData() clears DateTime.
|
11 лет назад |
Zoltan Varga
|
8f21c92ad9
[amd64] Fix a simple peephole opt broken by the OP_IL_SEQ_POINT changes.
|
11 лет назад |
Zoltan Varga
|
b9a6f0e669
[jit] Mark OP_IL_SEQ_POINT as not having side effects.
|
11 лет назад |
Zoltan Varga
|
f372ba68ec
[bcl] Fix another test failure caused by the usage of the reference version of System.ComponentModel.
|
11 лет назад |
Mark Probst
|
5e7e4438e7
[sgen] Add an assertion.
|
11 лет назад |
Mark Probst
|
a8fd467805
[sgen] Use the `SGEN_UPDATE_REFERENCE` macro in optimized copy.
|
11 лет назад |
Mark Probst
|
a532321bc4
[sgen] Fix evacuation.
|
11 лет назад |
Zoltan Varga
|
fcc0c902ea
Revert "[jit] Enable tail calls from gshared code. Fixes #25224."
|
11 лет назад |
Alexis Christoforides
|
0146e5c751
Fix merge typo
|
11 лет назад |
Alexis Christoforides
|
2f1a136583
[System.IO.KeventWatcher] Fixed deadlock when watcher stopped/disposed from its own event handler.
|
11 лет назад |
Zoltan Varga
|
ca0dd5c0bb
[jit] Enable tail calls from gshared code. Fixes #25224.
|
11 лет назад |
Zoltan Varga
|
cd74f7a191
[jit] Remove some dead code.
|
11 лет назад |
Joao Matos
|
4733e56feb
[runtime] Fixed shutdown crasher in mono_thread_pool_cleanup.
|
11 лет назад |
Zoltan Varga
|
2040537203
[sdb] Fix the decoding of the next array when decoding sequence points.
|
11 лет назад |
Joao Matos
|
7453ec0520
[sgen] Fixed dump_alloc_records() to work on MSVC.
|
11 лет назад |