index
:
platform/upstream/coreclr
accepted/tizen_4.0_base
accepted/tizen_4.0_unified
accepted/tizen_5.0_base
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_base
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
asoldatov
backup/release/2.0.0_tizen/20170828
backup/release/2.0.0_tizen/20170906
backup/tizen_5.5/20190304
backup/tizen_base_2.0.0
backup/tizen_base_2.1.1-upd2
master
origin/backup/release/2.0.0_tizen_4.0/20170908
sandbox/adrob/asan
sandbox/adrob/asan.old
sandbox/akazmin/asan_annotate_buff
sandbox/ches01/asan
sandbox/ches01/asan_ARM
sandbox/ches01/asan_ARM_v2
sandbox/ches01/asan_amd64
sandbox/ches01/asan_amd64_intel_syntax
sandbox/ches01/asan_amd64_v2
sandbox/ches01/integrate-libasansi
sandbox/ches01/integrate-libasansi_debug
sandbox/ches01/integrate-libasansi_debug_v2
sandbox/denis13/gcc6x
sandbox/dkson95/clang
sandbox/dkson95/gcc_6_2_1
sandbox/dkson95/hardfp
sandbox/dkson95/hardfp_rebase
sandbox/dkson95/integrate-libasansi
sandbox/dkson95/tizen
sandbox/giuliana/fix_llvm_path
sandbox/giuliana/gcc_6_2_1
sandbox/giuliana/x86_baselibs
sandbox/jaehun77/hardfp
sandbox/mkashkarov/debug_build
sandbox/mkashkarov/test
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/vbarinov/clean-clang
sandbox/wangbiao/rpm_upgrade
tc
tizen
tizen_4.0
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_base
Domain: Dotnet / Core; Licenses: MIT;
Alexander Soldatov <soldatov.a@samsung.com>, Dmitri Botcharnikov <dmitry.b@samsung.com>, Igor Kulaychuk <i.kulaychuk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vm
/
gdbjit.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-02
[Linux][GDB-JIT] Fix lldb type displaying issues (#9906)
Igor Kulaychuk
1
-4
/
+14
2017-02-10
[Arm64/Unix] Fix gdbjit support (#9512)
Steve MacLean
1
-0
/
+2
2017-01-30
Merge pull request #8564 from lucenticus/x86-gdbjit
Dan Moseley
1
-1
/
+5
2017-01-30
[GDB-JIT][Linux] Add support of base classes introspection (#9083)
Evgeny Pavlov
1
-0
/
+1
2017-01-20
[GDB-JIT][Linux] Fix incorrect displaying of (s)byte and char in lldb (#9022)
Evgeny Pavlov
1
-0
/
+37
2017-01-09
Use uintptr_t instead of definition of new type
Evgeny Pavlov
1
-2
/
+0
2016-12-23
Fix build with enabled FEATURE_GDBJIT + remove some #ifdef
Evgeny Pavlov
1
-1
/
+5
2016-12-22
Add support GDB JIT interface for x86/Linux
Evgeny Pavlov
1
-0
/
+2
2016-12-19
[Linux][GDB-JIT] Fix bugs in gdbjit that break lldb stepping (#8637)
Igor Kulaychuk
1
-1
/
+1
2016-12-16
[Linux][GDB-JIT] Add try/catch blocks to methods in DWARF (#8650)
Igor Kulaychuk
1
-1
/
+8
2016-12-14
[Linux][GDB-JIT] Add simple C++ mangling of method names in GDBJIT DWARF (#8638)
Igor Kulaychuk
1
-0
/
+5
2016-11-08
[Linux][GDB-JIT] Fix lldb stepping issues (#7777)
Igor Kulaychuk
1
-5
/
+25
2016-10-21
[GDBJIT] Generate more complete debug information (#7617)
kvochko
1
-39
/
+318
2016-10-04
[Linux][GDB-JIT] Fix incorrect frame location when we have a lot of locals (#...
Evgeny Pavlov
1
-0
/
+5
2016-10-03
Fix DWARF linetable info provided by GDBJIT (#7444)
Igor Kulaychuk
1
-2
/
+2
2016-10-01
Initial support of local variables and method arguments in GDB JIT interface ...
Evgeny Pavlov
1
-3
/
+50
2016-09-22
[GDB/JIT] Add support for lldb step-over command on managed code (#7273)
Dmitri-Botcharnikov
1
-0
/
+1
2016-09-06
[Linux][LLDB][GDB/JIT] Add support for lldb 'breakpoint set' for jitted code ...
Dmitri-Botcharnikov
1
-0
/
+7
2016-07-22
Use LLVM headers for generation ELF and Dwarf files
Evgeny Pavlov
1
-418
/
+2
2016-07-22
Use NewArrayHolder instead of raw pointers
Evgeny Pavlov
1
-1
/
+1
2016-07-22
Add GDB JIT support for source line debug information.
Dmitri Botcharnikov
1
-0
/
+523